Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | save a bit of memory | Lennart Poettering | 2008-08-18 | 4 | -26/+29 |
| | |||||
* | pass force_refresh=FALSE to all volume/mute read invocations | Lennart Poettering | 2008-08-13 | 3 | -12/+12 |
| | |||||
* | rework volume/mute APIs: split out pa_xx_set_soft_volume() and add ↵ | Lennart Poettering | 2008-08-13 | 4 | -14/+38 |
| | | | | force_refresh argument to read functions | ||||
* | initialize IP ACLs properly | Lennart Poettering | 2008-08-11 | 2 | -2/+2 |
| | |||||
* | otpimize mixing code a bit by moving a few checks out of the inner loops | Lennart Poettering | 2008-08-11 | 1 | -83/+39 |
| | |||||
* | optimize volume changing a bit by only using a single counter for the inner ↵ | Lennart Poettering | 2008-08-11 | 1 | -31/+36 |
| | | | | loops instead of two | ||||
* | adhere to struct gcc aliasing rules | Lennart Poettering | 2008-08-11 | 1 | -7/+3 |
| | |||||
* | fix bad memory access | Lennart Poettering | 2008-08-09 | 1 | -1/+1 |
| | |||||
* | adhere to C strict aliasing rules | Lennart Poettering | 2008-08-09 | 1 | -3/+8 |
| | |||||
* | don't use PA_GCC_UNUSED anymore | Lennart Poettering | 2008-08-09 | 13 | -58/+58 |
| | |||||
* | free regex_t after use | Lennart Poettering | 2008-08-09 | 1 | -4/+11 |
| | |||||
* | set errno properly in all functions from pid.c | Lennart Poettering | 2008-08-09 | 1 | -3/+18 |
| | |||||
* | set errno properly in all functions from core-util.c | Lennart Poettering | 2008-08-09 | 1 | -23/+95 |
| | |||||
* | add locale support to pa_parse_boolean() | Lennart Poettering | 2008-08-09 | 1 | -0/+35 |
| | |||||
* | make sure we don't crash if pa_thread_join() is called more than once on the ↵ | Lennart Poettering | 2008-08-08 | 1 | -1/+8 |
| | | | | same pa_thread object | ||||
* | remove some leftover debug string | Lennart Poettering | 2008-08-07 | 1 | -1/+1 |
| | |||||
* | Modify pa_state_path() to take an additional argument for prepending the ↵ | Lennart Poettering | 2008-08-07 | 2 | -6/+19 |
| | | | | machine id to the file name. | ||||
* | Rework state/runtime directory logic | Lennart Poettering | 2008-08-07 | 1 | -26/+221 |
| | | | | | | | The runtime directory is now guaranteed to be in /tmp which will hopefully provide support for POSIX file locking and UNIX sockets. The state directory stays in $HOME. | ||||
* | add new function pa_machine_id() | Lennart Poettering | 2008-08-07 | 2 | -0/+46 |
| | |||||
* | add new switch --disallow-exit | Lennart Poettering | 2008-08-06 | 5 | -19/+37 |
| | |||||
* | remove authkey-prop from tree | Lennart Poettering | 2008-08-06 | 2 | -147/+0 |
| | |||||
* | don't include authkey-prop.h anymore | Lennart Poettering | 2008-08-06 | 1 | -1/+0 |
| | |||||
* | fix a few potential bad memory accesses | Lennart Poettering | 2008-08-06 | 1 | -2/+7 |
| | |||||
* | fix shutdown when --disallow-module-loading=1 is passed | Lennart Poettering | 2008-08-05 | 5 | -16/+20 |
| | |||||
* | fix a few more copy/paste errors | Lennart Poettering | 2008-08-05 | 2 | -6/+6 |
| | |||||
* | fix copy/paste error | Lennart Poettering | 2008-08-04 | 1 | -1/+1 |
| | |||||
* | inherit proplist on sample playback from client | Lennart Poettering | 2008-08-04 | 1 | -0/+2 |
| | |||||
* | add hooks for connection creation/deletion, for that export pa_native_connection | Lennart Poettering | 2008-08-04 | 2 | -205/+247 |
| | |||||
* | don't hit an assert if when process_rewind() is called with nbytes=0 | Lennart Poettering | 2008-08-04 | 2 | -4/+0 |
| | |||||
* | fix uninitialized memory access | Lennart Poettering | 2008-08-03 | 1 | -1/+1 |
| | |||||
* | add extension system for native protocol | Lennart Poettering | 2008-08-03 | 3 | -18/+65 |
| | |||||
* | store load_once flag for module | Lennart Poettering | 2008-08-03 | 2 | -4/+9 |
| | |||||
* | start idle timer even when no module is ever loaded | Lennart Poettering | 2008-08-03 | 1 | -0/+2 |
| | |||||
* | some pa_bool_t'ization | Lennart Poettering | 2008-08-03 | 1 | -5/+8 |
| | |||||
* | fix iteration over random devices | Sjoerd Simons | 2008-08-03 | 1 | -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 singletons | Lennart Poettering | 2008-08-03 | 10 | -388/+794 |
| | |||||
* | use pa_channel_map_init_extend() instead of pa_channel_map_init_auto() to ↵ | Lennart Poettering | 2008-08-03 | 1 | -2/+1 |
| | | | | make things more robust | ||||
* | simplify a bit | Lennart Poettering | 2008-08-03 | 1 | -2/+4 |
| | |||||
* | add new api function pa_cli_get_module() | Lennart Poettering | 2008-08-03 | 2 | -1/+9 |
| | |||||
* | introduce pa_cli_eof_cb_t | Lennart Poettering | 2008-08-03 | 2 | -6/+8 |
| | |||||
* | rename pa_hook_free() to pa_hook_done() since the hook struct is allocated ↵ | Lennart Poettering | 2008-08-03 | 3 | -3/+3 |
| | | | | on the stack not via malloc | ||||
* | use @ as seperator between shared name variable and instance | Lennart Poettering | 2008-08-03 | 1 | -1/+2 |
| | |||||
* | add new auth cookie singleton | Lennart Poettering | 2008-08-03 | 2 | -0/+144 |
| | |||||
* | rename props.[ch] to shared.[ch] | Lennart Poettering | 2008-08-01 | 7 | -6/+6 |
| | |||||
* | rename pa_property_xxx to pa_shared_xxx to avoid confusion with property lists | Lennart Poettering | 2008-08-01 | 8 | -79/+80 |
| | |||||
* | don't pass rediculously high values to umask() | Lennart Poettering | 2008-07-30 | 1 | -1/+1 |
| | |||||
* | fix two thinkos in signal reset/close_all code | Lennart Poettering | 2008-07-29 | 1 | -9/+14 |
| | |||||
* | don't break if we fail to resume access to an audio device | Lennart Poettering | 2008-07-23 | 2 | -8/+26 |
| | |||||
* | get rid of our internal copy of the speex resampler. Instead, link against a ↵ | Lennart Poettering | 2008-06-28 | 8 | -2026/+15 |
| | | | | system-installes libspeexdsp | ||||
* | add proper update_max_request handler to native protocol streams | Lennart Poettering | 2008-06-28 | 1 | -1/+18 |
| |