summaryrefslogtreecommitdiffstats
path: root/src/polypcore
Commit message (Expand)AuthorAgeFilesLines
* include in-flux resampled chunk in latency calculations of playback streamsLennart Poettering2006-04-131-1/+7
* hmm, nothing importantLennart Poettering2006-04-131-1/+1
* protocol change: don't send stream buffer size in latency update. This data i...Lennart Poettering2006-04-121-2/+0
* when flushin a memblockq, set the write index to the read indexLennart Poettering2006-04-121-0/+2
* when doing software volume adjustments, don't use the volume value as linear ...Lennart Poettering2006-04-081-29/+15
* add new introspection data field for sinks/sources: a flags field which speci...Lennart Poettering2006-04-071-0/+2
* Some memcpy arithmetic that wasn't removed when doing the redesign to updatePierre Ossman2006-04-071-1/+1
* remove queue length field from latency request (server side)Lennart Poettering2006-04-071-6/+2
* change pa_gettimeofday() to return a pointer to the struct timeval*, instead ...Lennart Poettering2006-04-062-16/+18
* * set IPV6_V6ONLY for IPv6 sockets, to avoid warning when both ipv6 and the i...Lennart Poettering2006-04-061-3/+12
* remove some GCC warnings introduced by improperly casting to (char*) instead ...Lennart Poettering2006-04-061-13/+13
* Fix some warnings caused by size_t having varying size.Pierre Ossman2006-03-311-2/+2
* We filled the volume with the wrong channel count (we used the input, notPierre Ossman2006-03-081-4/+3
* Trying to listen on an IPv6 socket by default and only do IPv4 if that failsPierre Ossman2006-03-072-22/+36
* Alignment safe protocol handling in esound module.Pierre Ossman2006-03-041-126/+174
* Negotiate protocol version between server and client. Will allow smootherPierre Ossman2006-03-021-3/+16
* typo fixPierre Ossman2006-03-021-1/+1
* protocol changes for new latency API (partial!)Lennart Poettering2006-03-024-9/+39
* 64-bit fixes.Pierre Ossman2006-02-273-4/+4
* Fix some signed/unsigned warnings.Pierre Ossman2006-02-271-15/+17
* Function prototype didn't match actual definition.Pierre Ossman2006-02-271-1/+1
* * Add new "auth-group=" parameter to protocol-native-unixLennart Poettering2006-02-244-14/+72
* Do an explicit cast to shut up gcc.Pierre Ossman2006-02-241-1/+1
* This wasn't supposed to be checked in.Pierre Ossman2006-02-241-2/+0
* Wrong variable used for port.Pierre Ossman2006-02-242-1/+3
* Tweak the handling of missing credential support so that we minimise non-POSIXPierre Ossman2006-02-242-5/+30
* add support for authentication using SCM_CREDENTIALSLennart Poettering2006-02-249-83/+334
* add a few more validity checks to protocol-esoundLennart Poettering2006-02-241-22/+20
* Mute switch for sinks and sources. This is independent of the volumePierre Ossman2006-02-239-13/+243
* inet_pton expects in[6]_addr structures, nothing else.Pierre Ossman2006-02-231-5/+5
* Add inet_pton emulation for platforms that lack it. Only support IPv4 atPierre Ossman2006-02-233-0/+78
* change pa_log() and friends to not require a trailing \n on all logged stringsLennart Poettering2006-02-2332-211/+239
* fix source volume adjustment: copy memchunk before changing the volume of itLennart Poettering2006-02-231-5/+10
* enforce maximum memblockq length for clientsLennart Poettering2006-02-221-2/+5
* add listen= parameter to tcp protocol modulesLennart Poettering2006-02-222-0/+19
* rework parameter validity checking in protocol-native server sideLennart Poettering2006-02-221-342/+180
* Support for setting volume on sources.Pierre Ossman2006-02-228-20/+169
* add new utility function pa_endswith()Lennart Poettering2006-02-212-1/+18
* remove left-over log line in protocol-esound.cLennart Poettering2006-02-211-1/+0
* * Don't build seperate ipv4/ipv6 versions of the protocol pluginsLennart Poettering2006-02-212-9/+38
* remove a superfluous log lineLennart Poettering2006-02-201-1/+1
* * modify pa_context_exit_daemon() to return a pa_operation objectLennart Poettering2006-02-206-16/+14
* Fix some warnings by making sure we have the right signedness on things.Pierre Ossman2006-02-201-6/+6
* * Make typdefs for the pa_context callback prototypesLennart Poettering2006-02-203-10/+10
* 1) Add flexible seeking support (including absolute) for memory block queues ...Lennart Poettering2006-02-2020-459/+1076
* Cleaned up the includes after the restructuring. Indicate which headers arePierre Ossman2006-02-17101-358/+422
* * rename polypcore/subscribe.[ch] to polypcore/core-subscribe.[ch] to avoid c...Lennart Poettering2006-02-1618-24/+24
* drop polyplib- prefix from client library filesLennart Poettering2006-02-162-2/+2
* add a bunch of simple Makefile in the subdirs, just to make compilation with ...Lennart Poettering2006-02-161-0/+1
* move alsa-util.[ch], oss-util.[ch] and howl-wrap.[ch] to the modules director...Lennart Poettering2006-02-166-511/+0