summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* add support for authentication using SCM_CREDENTIALSLennart Poettering2006-02-2412-91/+342
* Call correct function.Pierre Ossman2006-02-241-1/+1
* Make local function static.Pierre Ossman2006-02-241-1/+1
* Hardware sink mute support.Pierre Ossman2006-02-241-1/+34
* IGAIN is a better choice than IMIX for source volume.Pierre Ossman2006-02-244-10/+10
* add a few more validity checks to protocol-esoundLennart Poettering2006-02-241-22/+20
* Some new additions were mislabeled as '\since 0.9'.Pierre Ossman2006-02-231-7/+7
* Mute switch for sinks and sources. This is independent of the volumePierre Ossman2006-02-2311-13/+351
* Hardware source volume support.Pierre Ossman2006-02-231-0/+38
* 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-234-0/+79
* Update hardware volume to a correct initial value.Pierre Ossman2006-02-231-0/+4
* Wrong function name.Pierre Ossman2006-02-231-1/+1
* Make sure hardware volume gets a correct initial value.Pierre Ossman2006-02-231-0/+4
* Hardware source volume support in OSS.Pierre Ossman2006-02-234-10/+85
* change pa_log() and friends to not require a trailing \n on all logged stringsLennart Poettering2006-02-2374-530/+556
* simplify tagstruct creationLennart Poettering2006-02-236-127/+74
* 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-223-2/+27
* revive howl supportLennart Poettering2006-02-226-106/+126
* unbreak Makefile.amLennart Poettering2006-02-221-2/+2
* todo testLennart Poettering2006-02-221-2/+2
* rework parameter validity checking in protocol-native server sideLennart Poettering2006-02-222-343/+182
* Wrong userdata used to init operation.Pierre Ossman2006-02-221-1/+1
* Support for setting volume on sources.Pierre Ossman2006-02-2211-20/+232
* add hw info to description for oss-mmap, tooLennart Poettering2006-02-211-3/+19
* include hw description gathered from /dev/sndstat in sink/source description ...Lennart Poettering2006-02-213-3/+90
* 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
* Hardware volume support on Windows.Pierre Ossman2006-02-211-0/+40
* fix pacatLennart Poettering2006-02-211-13/+51
* * Don't build seperate ipv4/ipv6 versions of the protocol pluginsLennart Poettering2006-02-214-69/+51
* * Get rid of libpolyp-mainloopLennart Poettering2006-02-211-23/+17
* add hw volume control for module-oss-mmapLennart Poettering2006-02-214-19/+73
* disable SIGPIPE before calling pa_core_new(), this way the warning message is...Lennart Poettering2006-02-201-11/+12
* build defer() function in src/polyp/mainloop-signal.c only on win32Lennart Poettering2006-02-201-4/+3
* fix snd_pcm_hw_params_set_rate_near() usageLennart Poettering2006-02-201-1/+6
* build dllmain.c only on win32 (makes gcc shut up a little more)Lennart Poettering2006-02-201-2/+10
* improve error checking in simple APILennart Poettering2006-02-201-18/+72
* add validity check for the "server" parameter of pa_context_connect()Lennart Poettering2006-02-201-0/+1
* fix yet another pa_context_connect() occurance with regards to the flags para...Lennart Poettering2006-02-201-1/+1
* remove a superfluous log lineLennart Poettering2006-02-201-1/+1
* change calls of pa_context_connect() to pass flags arugment correctlyLennart Poettering2006-02-203-3/+3
* fix moddirLennart Poettering2006-02-201-2/+2
* * modify pa_context_exit_daemon() to return a pa_operation objectLennart Poettering2006-02-2019-513/+781
* * a lot of doxygen updatesLennart Poettering2006-02-2018-100/+125
* add doxygen docs for channel mapLennart Poettering2006-02-201-3/+20
* minor doxygen fixesLennart Poettering2006-02-202-3/+2
* Fix some warnings by making sure we have the right signedness on things.Pierre Ossman2006-02-201-6/+6