summaryrefslogtreecommitdiffstats
path: root/src/modules/module-protocol-stub.c
Commit message (Expand)AuthorAgeFilesLines
* http: export information about currently active server stringsLennart Poettering2009-04-301-1/+37
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-031-1/+1
* Optionally disable IPv6Iain Hibbert2009-02-131-0/+18
* esound auth-ip-acl fixNix2008-09-291-1/+1
* add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering2008-08-191-5/+5
* fix protocol destructionLennart Poettering2008-08-131-4/+3
* make all protocol objects global singletonsLennart Poettering2008-08-031-152/+251
* get rid of svn $ keywordsLennart Poettering2008-06-181-2/+0
* big mumbo jumo of interleaved patches.Lennart Poettering2008-05-211-1/+1
* merge glitch-free branch back into trunkLennart Poettering2008-05-151-39/+31
* Enable per-user esound sockets by default. Esound CVS already enables this by...Lennart Poettering2008-03-271-2/+3
* Add a configure switch to enable the per-user ESounD socket path, but default...Diego Petteno2007-12-061-3/+9
* tag modules that may only be loaded once at most especially, and enforce that...Lennart Poettering2007-11-091-12/+13
* merge 'lennart' branch back into trunk.Lennart Poettering2007-10-281-23/+26
* show socket directory when we fail to create it. (Closes #85)Lennart Poettering2007-05-221-1/+1
* Add copyright notices to all relevant files. (based on svn log)Pierre Ossman2007-02-131-0/+3
* Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman2007-01-041-18/+18
* remove all occurences of Lennart Poettering2006-08-181-5/+5
* implement "auth-ip-acl=" in the native and esound protocolsLennart Poettering2006-07-201-2/+15
* Make -1 mean "current group/user" so that some platform dependent callsPierre Ossman2006-07-201-1/+1
* * add new function pa_check_in_group()Lennart Poettering2006-07-191-14/+5
* * add new --system command line parameter to the daemon for running PulseAudi...Lennart Poettering2006-07-191-19/+36
* big s/polyp/pulse/gLennart Poettering2006-06-191-24/+24
* * split pa_cstrerror() into its own file polypcore/core-error.[ch]Lennart Poettering2006-05-251-1/+1
* Wrap strerror() in a function that makes it thread safe and converts thePierre Ossman2006-05-221-2/+3
* split polypcore/util.[ch] into polypcore/core-util.[ch] and polyp/util.[ch]Lennart Poettering2006-05-171-1/+1
* Move xmalloc to the public side (libpolyp).Pierre Ossman2006-05-171-1/+2
* * for unix sockets: remove the right parent directory on shutdownLennart Poettering2006-04-221-26/+36
* Reverse order of IPv6/IPv4 binding to handle systems without IPV6_V6ONLY.Pierre Ossman2006-04-191-3/+3
* * really pass the ipv6 socket server to protocol_new in case of ipv6. Lennart Poettering2006-04-061-22/+15
* Remember to store the struct with module info.Pierre Ossman2006-03-111-0/+2
* Trying to listen on an IPv6 socket by default and only do IPv4 if that failsPierre Ossman2006-03-071-36/+107
* * Add new "auth-group=" parameter to protocol-native-unixLennart Poettering2006-02-241-4/+13
* change pa_log() and friends to not require a trailing \n on all logged stringsLennart Poettering2006-02-231-7/+7
* add listen= parameter to tcp protocol modulesLennart Poettering2006-02-221-2/+8
* * Don't build seperate ipv4/ipv6 versions of the protocol pluginsLennart Poettering2006-02-211-25/+13
* Cleaned up the includes after the restructuring. Indicate which headers arePierre Ossman2006-02-171-1/+1
* Reorganised the source tree. We now have src/ with a couple of subdirs:Pierre Ossman2006-02-161-0/+261