summaryrefslogtreecommitdiffstats
path: root/src/pulsecore
Commit message (Collapse)AuthorAgeFilesLines
* Create a new macro for checking compiler support for TLS.Diego 'Flameeyes' Pettenò2008-08-081-1/+1
| | | | | | | | | | Create a new macro that can be shared between projects to check for __thread support by the compiler. This macro might come useful for xine-lib too so I want to keep it separate for easier importing it over. Name the defined macro SUPPORT_TLS___THREAD to follow the same style as the checks from attributes.m4.
* 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
* save some memory by increasing the dynamic array at a slower rateLennart Poettering2008-06-271-2/+2
|
* some modernizationsLennart Poettering2008-06-272-8/+13
|
* fix underrun detection for prebuf=0 streamsLennart Poettering2008-06-271-11/+16
|
* use (uint32_t) -1 to signify default buffer_attr values instead of 0, to ↵Lennart Poettering2008-06-271-8/+19
| | | | allow prebuf=0
* fix crash when using sync'ed streamsLennart Poettering2008-06-271-2/+2
|