summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* add IP address ACL subsystemLennart Poettering2006-07-204-1/+377
* Fix incorrect call to nonexistant pa_log_warning().Pierre Ossman2006-07-202-2/+2
* Only warn when running as root and not --system.Pierre Ossman2006-07-201-2/+1
* Centralise check if we're running as root.Pierre Ossman2006-07-201-4/+6
* Move check for SUID into the caps functions.Pierre Ossman2006-07-202-4/+11
* Handle user switch in a more platform independent manner.Pierre Ossman2006-07-201-2/+18
* Make sure parse_rlimit is only used when rlimits are supported.Pierre Ossman2006-07-201-1/+5
* add support to set resource limits for the daemon and set some of them to som...Lennart Poettering2006-07-204-1/+152
* undo r1111 in some way: include sys/socket.h and sys/un.h but wrap it in #ifdefLennart Poettering2006-07-201-0/+10
* Add missing header.Pierre Ossman2006-07-201-0/+1
* Make -1 mean "current group/user" so that some platform dependent callsPierre Ossman2006-07-204-3/+7
* Protect platform dependent headers with ifdefs.Pierre Ossman2006-07-202-3/+8
* Remove unneeded headers.Pierre Ossman2006-07-201-2/+0
* add a few commentsLennart Poettering2006-07-191-1/+9
* * add new function pa_check_in_group()Lennart Poettering2006-07-1923-132/+216
* use access group dedclared in ~/.pulse/client.conf instead of PA_ACCESS_GROUPLennart Poettering2006-07-192-2/+2
* update @@ tokens according to recent Makefile.am changeLennart Poettering2006-07-193-4/+10
* fix sed scripts according to #define renamesLennart Poettering2006-07-191-5/+5
* * add new --system command line parameter to the daemon for running PulseAudi...Lennart Poettering2006-07-1926-132/+349
* remove glib 1.2 adapter. It started to bitrot and wasn't used by anything any...Lennart Poettering2006-07-184-557/+3
* add two more \sinceLennart Poettering2006-07-181-2/+2
* fix module-detect on FreeBSD (patch from Diego "Flameeyes" Pettenó)Lennart Poettering2006-07-181-11/+17
* turn the glib adapter into a single GSource instead of creating a bunch of se...Lennart Poettering2006-07-181-344/+444
* define proper typdefs for callback prototypesLennart Poettering2006-07-181-20/+23
* change licensing blurb form "Library GPL" to "Lesser GPL" on request of Loic ...Lennart Poettering2006-07-174-60/+68
* Forgot to protect one access to with_creds with an ifdef.Pierre Ossman2006-07-171-0/+2
* Restore SIGPIPE warning when the platform doesn't have MSG_NOSIGNAL.Pierre Ossman2006-07-172-0/+11
* make pulseaudio compile again on FreeBSD (patch from Diego "Flameeyes" Petteno)Lennart Poettering2006-07-164-7/+55
* show value of PA_SINK_HARDWARE/PA_SOURCE_HARDWARE in pactlLennart Poettering2006-07-161-4/+6
* set is_hardware flag for a few hw pluginsLennart Poettering2006-07-166-0/+10
* add new PA_SOURCE_HARDWARE/PA_SINK_HARDWARE flagLennart Poettering2006-07-162-4/+12
* add a new boolean variable is_hardware to pa_sink/pa_source to denote wether ...Lennart Poettering2006-07-164-0/+8
* improve latency calculation of NULL sinkLennart Poettering2006-07-141-7/+27
* remove checking for SIGPIPE blocking from client code. Because we useLennart Poettering2006-07-141-4/+0
* don't send SCM_CREDENTIALS on every sendmsg(), instead do it only on handshakeLennart Poettering2006-07-141-5/+4
* don't set MSG_NOSIGNAL for recvmsg(), since it doesn't make sense thereLennart Poettering2006-07-141-1/+1
* try to use send(,,MSG_NOSIGNAL) instead of write() wherever possible (whichLennart Poettering2006-07-1417-58/+100
* Make sure the win32 default conf gets shipped.Pierre Ossman2006-07-141-0/+1
* add new test get-binary-name-test for testing pa_get_binary_name()Lennart Poettering2006-07-142-1/+43
* Don't call pa_path_get_filename() anymore since it is implicitly called by pa...Lennart Poettering2006-07-141-1/+1
* * fall back to prctl(PR_GET_NAME) in pa_get_binary_name() if readlink() failsLennart Poettering2006-07-141-18/+45
* support time events with NULL timevals which are OK in avahi, but not in PA. ...Lennart Poettering2006-07-131-3/+12
* remove howl-wrap.[ch]Lennart Poettering2006-07-132-154/+0
* * add proper error handling to pabrowse.cLennart Poettering2006-07-131-1/+16
* * port libpulse-browse to use the native avahi API instead of the HOWL cruftLennart Poettering2006-07-134-205/+327
* update module-zeroconf-publish to make use of the native AVAHI API, instead o...Lennart Poettering2006-07-134-129/+537
* make sure gccmacro.h and cdecl.h may be included at the same time as those he...Lennart Poettering2006-07-132-4/+4
* Fix typo.Pierre Ossman2006-07-081-1/+1
* Make sure we print the file name we actually use.Pierre Ossman2006-06-302-2/+2
* increase the maxium number of concurrent esd and native connectionsLennart Poettering2006-06-212-2/+2