| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 mak... | Lennart Poettering | 2008-08-03 | 1 | -2/+1 |
* | 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 on... | Lennart Poettering | 2008-08-03 | 3 | -3/+3 |
* | 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 |
* | add proper update_max_request handler to native protocol streams | Lennart Poettering | 2008-06-28 | 1 | -1/+18 |
* | update speex resampler | Lennart Poettering | 2008-06-27 | 5 | -321/+456 |
* | update ffmpeg resampler from upstream SVN | Lennart Poettering | 2008-06-27 | 1 | -2/+2 |
* | save a bit of memory | Lennart Poettering | 2008-06-27 | 1 | -3/+5 |
* | modernize idxset a bit, reduce memory consumption, get rid of pa_idxset_forea... | Lennart Poettering | 2008-06-27 | 3 | -244/+246 |
* | halve memory consumption of mempool flist, since we know we cannot have more ... | Lennart Poettering | 2008-06-27 | 1 | -2/+2 |
* | modernize hashmap implementation a bit, reduce memory consumption a bit | Lennart Poettering | 2008-06-27 | 4 | -71/+109 |
* | rework the flist implementation to halve memory consumption by merging the st... | Lennart Poettering | 2008-06-27 | 2 | -56/+41 |
* | some modernizations | Lennart Poettering | 2008-06-27 | 2 | -9/+13 |
* | rename pa_queu_is_empty() to pa_queue_isempty() to follow idxset/hashmap nome... | Lennart Poettering | 2008-06-27 | 3 | -3/+3 |
* | save some memory by increasing the dynamic array at a slower rate | Lennart Poettering | 2008-06-27 | 1 | -2/+2 |
* | some modernizations | Lennart Poettering | 2008-06-27 | 2 | -8/+13 |
* | fix underrun detection for prebuf=0 streams | Lennart Poettering | 2008-06-27 | 1 | -11/+16 |
* | use (uint32_t) -1 to signify default buffer_attr values instead of 0, to allo... | Lennart Poettering | 2008-06-27 | 1 | -8/+19 |
* | fix crash when using sync'ed streams | Lennart Poettering | 2008-06-27 | 1 | -2/+2 |
* | cork/uncork before we ask for the rewrite, to make sure the rewrite actually ... | Lennart Poettering | 2008-06-27 | 1 | -7/+15 |
* | convert to double only once, and make sure we can deal with negative results ... | Lennart Poettering | 2008-06-26 | 1 | -4/+9 |
* | make sure to call process_rewind() under all circumstances before we do the n... | Lennart Poettering | 2008-06-26 | 3 | -30/+36 |
* | split pa_memblockq_flush() into two flush commands, one which fixes up the re... | Lennart Poettering | 2008-06-26 | 4 | -23/+43 |
* | comment two functions in memblockq.c | Lennart Poettering | 2008-06-26 | 1 | -0/+2 |