summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add extension system for native protocolLennart Poettering2008-08-035-20/+73
|
* store load_once flag for moduleLennart Poettering2008-08-032-4/+9
|
* add a new error code PA_ERR_NOEXTENSIONLennart Poettering2008-08-032-1/+5
|
* start idle timer even when no module is ever loadedLennart Poettering2008-08-031-0/+2
|
* some pa_bool_t'izationLennart Poettering2008-08-031-5/+8
|
* fix iteration over random devicesSjoerd Simons2008-08-031-0/+2
| | | | | | | | Actually iterate over the various random devices. Fixes a infinite loop on startup when /dev/urandom isn't readable. Patch by Matt Kraai on Debian bug 491270, closes #333 Signed-off-by: Lennart Poettering <lennart@poettering.net>
* make all protocol objects global singletonsLennart Poettering2008-08-0315-640/+1132
|
* use pa_channel_map_init_extend() instead of pa_channel_map_init_auto() to ↵Lennart Poettering2008-08-031-2/+1
| | | | make things more robust
* simplify a bitLennart Poettering2008-08-031-2/+4
|
* add new api function pa_cli_get_module()Lennart Poettering2008-08-032-1/+9
|
* introduce pa_cli_eof_cb_tLennart Poettering2008-08-032-6/+8
|
* rename pa_hook_free() to pa_hook_done() since the hook struct is allocated ↵Lennart Poettering2008-08-034-4/+4
| | | | on the stack not via malloc
* use @ as seperator between shared name variable and instanceLennart Poettering2008-08-031-1/+2
|
* make sure we don't leak userdata structLennart Poettering2008-08-031-1/+1
|
* allow running of PA with a valgring that doesn't know cap_set_capsLennart Poettering2008-08-031-0/+13
|
* add new auth cookie singletonLennart Poettering2008-08-032-0/+144
|
* rename props.[ch] to shared.[ch]Lennart Poettering2008-08-0110-10/+10
|
* rename pa_property_xxx to pa_shared_xxx to avoid confusion with property listsLennart Poettering2008-08-0110-83/+84
|
* fix build without ALSALennart Poettering2008-08-011-0/+2
|
* Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudioLennart Poettering2008-07-3133-173/+462
|\
| * A fix on src/Makefile.amStanley Cai2008-07-311-2/+2
| | | | | | | | | | | | It needs dbus not hal to build module-console-kit.so Signed-off-by: Lennart Poettering <lennart@poettering.net>
| * a bit of pa_bool_t'izationLennart Poettering2008-07-311-9/+9
| |
| * allow global tsched setting for all modules loaded by module-halLennart Poettering2008-07-312-5/+20
| |
| * reword comment on dbus a bitLennart Poettering2008-07-311-3/+3
| |
| * Work around D-Bus bug that involves dbus_shutdown() to call exit() when it ↵Lennart Poettering2008-07-311-0/+5
| | | | | | | | shouldn't. Patch from Coling Guthrie
| * don't allow --start in system modeLennart Poettering2008-07-301-0/+5
| |
| * use the right LIBICONV macro, spotted by woglinde, closes #324Lennart Poettering2008-07-301-2/+2
| |
| * bump needed automake versionLennart Poettering2008-07-301-1/+1
| |
| * install a default system.paLennart Poettering2008-07-304-1/+67
| |
| * Make the alsa error message give out the needed version.Petteri Räty2008-07-301-1/+1
| |
| * don't pass rediculously high values to umask()Lennart Poettering2008-07-301-1/+1
| |
| * remove debug messageLennart Poettering2008-07-301-2/+0
| |
| * hide doxygen docs from gitLennart Poettering2008-07-291-0/+1
| |
| * fix two thinkos in signal reset/close_all codeLennart Poettering2008-07-291-9/+14
| |
| * make module-hal and module-ck live together in peacev0.9.11Lennart Poettering2008-07-242-2/+8
| |
| * fix destruction of dbus modules: make sure we don't leave filter function ↵Lennart Poettering2008-07-243-3/+23
| | | | | | | | registered after unreffing the dbus connection
| * hide start-pulseaudio-x11Lennart Poettering2008-07-241-0/+1
| |
| * reset dbus error struct before retrying parsing messagesLennart Poettering2008-07-241-0/+6
| |
| * add missing pieces for new startup logicLennart Poettering2008-07-234-14/+51
| |
| * bump api versonLennart Poettering2008-07-231-1/+1
| |
| * follow consolekit's recent D-Bus API change, original patch from William Jon ↵Lennart Poettering2008-07-231-11/+19
| | | | | | | | McCan
| * allow module-x11-xsmp to be loaded more than onceLennart Poettering2008-07-231-1/+1
| |
| * don't break if we fail to resume access to an audio deviceLennart Poettering2008-07-232-8/+26
| |
| * bump alsa dep to 1.0.17Lennart Poettering2008-07-231-1/+1
| |
| * make missing gdbm fatal (spotted by Betelgeuse)Lennart Poettering2008-07-231-1/+1
| |
| * don't drop caps if we are started as normal root userLennart Poettering2008-07-221-1/+1
| |
| * enable exit-on-idle by defaultLennart Poettering2008-07-225-17/+18
| |
| * prepare doxygen docs for 0.9.11Lennart Poettering2008-07-218-78/+174
| |
| * fix gconf autoconf checkLennart Poettering2008-07-211-1/+1
| |
| * forward process_msg calls to the generic source handler, not the generic ↵Lennart Poettering2008-07-161-1/+1
| | | | | | | | sink handler