summaryrefslogtreecommitdiffstats
path: root/src/pulsecore
Commit message (Collapse)AuthorAgeFilesLines
* don't use PA_GCC_UNUSED anymoreLennart Poettering2008-08-0913-58/+58
|
* free regex_t after useLennart Poettering2008-08-091-4/+11
|
* set errno properly in all functions from pid.cLennart Poettering2008-08-091-3/+18
|
* set errno properly in all functions from core-util.cLennart Poettering2008-08-091-23/+95
|
* add locale support to pa_parse_boolean()Lennart Poettering2008-08-091-0/+35
|
* make sure we don't crash if pa_thread_join() is called more than once on the ↵Lennart Poettering2008-08-081-1/+8
| | | | same pa_thread object
* remove some leftover debug stringLennart Poettering2008-08-071-1/+1
|
* Modify pa_state_path() to take an additional argument for prepending the ↵Lennart Poettering2008-08-072-6/+19
| | | | machine id to the file name.
* Rework state/runtime directory logicLennart Poettering2008-08-071-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 Poettering2008-08-072-0/+46
|
* add new switch --disallow-exitLennart Poettering2008-08-065-19/+37
|
* remove authkey-prop from treeLennart Poettering2008-08-062-147/+0
|
* don't include authkey-prop.h anymoreLennart Poettering2008-08-061-1/+0
|
* fix a few potential bad memory accessesLennart Poettering2008-08-061-2/+7
|
* fix shutdown when --disallow-module-loading=1 is passedLennart Poettering2008-08-055-16/+20
|
* fix a few more copy/paste errorsLennart Poettering2008-08-052-6/+6
|
* fix copy/paste errorLennart Poettering2008-08-041-1/+1
|
* inherit proplist on sample playback from clientLennart Poettering2008-08-041-0/+2
|
* add hooks for connection creation/deletion, for that export pa_native_connectionLennart Poettering2008-08-042-205/+247
|
* don't hit an assert if when process_rewind() is called with nbytes=0Lennart Poettering2008-08-042-4/+0
|
* fix uninitialized memory accessLennart Poettering2008-08-031-1/+1
|
* add extension system for native protocolLennart Poettering2008-08-033-18/+65
|
* store load_once flag for moduleLennart Poettering2008-08-032-4/+9
|
* 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-0310-388/+794
|
* 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-033-3/+3
| | | | on the stack not via malloc
* use @ as seperator between shared name variable and instanceLennart Poettering2008-08-031-1/+2
|
* add new auth cookie singletonLennart Poettering2008-08-032-0/+144
|
* rename props.[ch] to shared.[ch]Lennart Poettering2008-08-017-6/+6
|
* rename pa_property_xxx to pa_shared_xxx to avoid confusion with property listsLennart Poettering2008-08-018-79/+80
|
* don't pass rediculously high values to umask()Lennart Poettering2008-07-301-1/+1
|
* fix two thinkos in signal reset/close_all codeLennart Poettering2008-07-291-9/+14
|
* don't break if we fail to resume access to an audio deviceLennart Poettering2008-07-232-8/+26
|
* get rid of our internal copy of the speex resampler. Instead, link against a ↵Lennart Poettering2008-06-288-2026/+15
| | | | system-installes libspeexdsp
* add proper update_max_request handler to native protocol streamsLennart Poettering2008-06-281-1/+18
|
* update speex resamplerLennart Poettering2008-06-275-321/+456
|
* update ffmpeg resampler from upstream SVNLennart Poettering2008-06-271-2/+2
|
* save a bit of memoryLennart Poettering2008-06-271-3/+5
|
* modernize idxset a bit, reduce memory consumption, get rid of ↵Lennart Poettering2008-06-273-244/+246
| | | | pa_idxset_foreach()
* halve memory consumption of mempool flist, since we know we cannot have more ↵Lennart Poettering2008-06-271-2/+2
| | | | than n_blocks entries in it
* modernize hashmap implementation a bit, reduce memory consumption a bitLennart Poettering2008-06-274-71/+109
|
* rework the flist implementation to halve memory consumption by merging the ↵Lennart Poettering2008-06-272-56/+41
| | | | state field and the pointer in the flist cells
* some modernizationsLennart Poettering2008-06-272-9/+13
|
* rename pa_queu_is_empty() to pa_queue_isempty() to follow idxset/hashmap ↵Lennart Poettering2008-06-273-3/+3
| | | | nomenclatura