summaryrefslogtreecommitdiffstats
path: root/src/pulsecore
Commit message (Expand)AuthorAgeFilesLines
* Kill spaces on EOLLennart Poettering2007-05-296-2540/+2540
* build fix for systems lacking capability suppoort. (Problem identified and or...Lennart Poettering2007-05-281-0/+4
* Replace AO_xxx usage with pa_atomic_xxx and friends wherever it makes senseLennart Poettering2007-05-275-61/+66
* unfortunately we cannot detect if a foreign thread is still running. Thus suc...Lennart Poettering2007-05-271-11/+6
* Minor optimization: read log level character code from arrayLennart Poettering2007-05-271-27/+12
* Add a new meta command ".ifexists" to the CLI language, to execute commands o...Lennart Poettering2007-05-263-13/+73
* when called with the setid bit change euid to uid sooner to make sure that we...Lennart Poettering2007-05-251-3/+33
* Fix a DoS with allocating overly large silence buffers. (Identified by Luigi ...Lennart Poettering2007-05-231-0/+12
* Fix yet another DoS vulnerability, also identified Luigi Auriemma (re #67)Lennart Poettering2007-05-231-1/+2
* fix minor typoLennart Poettering2007-05-231-1/+1
* Fix another DoS vulnerability, also identified Luigi Auriemma (closes #67)Lennart Poettering2007-05-231-1/+1
* fix a DoS vulnerability (re #67), originally identified by Luigi AuriemmaLennart Poettering2007-05-231-1/+1
* fix commentLennart Poettering2007-05-221-1/+1
* Fix some instances where we printed a string without first checking thatPierre Ossman2007-03-062-5/+15
* Add some debugging output from sample cache subsystem.Pierre Ossman2007-03-011-0/+10
* Add a wrapper around close() to work around Windows' ass backwards way ofPierre Ossman2007-02-147-24/+45
* Allow a formatted string in the validation warning.Pierre Ossman2007-02-141-4/+4
* Prefix log lines with a character indicating level.Pierre Ossman2007-02-141-4/+27
* Add copyright notices to all relevant files. (based on svn log)Pierre Ossman2007-02-13165-14/+396
* Don't abort config loading when the user specific cannot be loaded.Pierre Ossman2007-02-051-2/+8
* Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman2007-01-04163-1850/+1850
* Fix silly copy-and-paste error. (closes #45)Pierre Ossman2006-12-041-1/+1
* Fix incorrect assert.Pierre Ossman2006-11-241-1/+1
* Support reversed endian floats. (closes #28) (closes #35)Pierre Ossman2006-11-082-0/+21
* Check correct variable for return value. Closes #37.Pierre Ossman2006-11-081-1/+1
* Revert r1404 and keep it on a development branch until it is fully tested.Pierre Ossman2006-11-0618-845/+448
* rework memory block management to be thread-safe and mostly lock-free.Lennart Poettering2006-09-2618-448/+845
* upgrade refcnt.h to make use of our new pa_atomic_xxx() APILennart Poettering2006-09-261-8/+9
* add asynchronous inter-thread notification APILennart Poettering2006-09-262-0/+181
* Fix up build structure for platform dependent modules. Also add implementationPierre Ossman2006-09-112-29/+73
* make pa_mutex_new() and pa_cond_new() succeed in all cases. Similar behaviour...Lennart Poettering2006-09-091-13/+3
* rework pa_once once again, because the once function needs to have terminated...Lennart Poettering2006-09-092-9/+74
* update for newer APIs: replace direct usage of libatomic_ops by usage of our ...Lennart Poettering2006-09-092-43/+13
* implement trival pa_once API based on atomic operationsLennart Poettering2006-09-091-0/+42
* add static initializer PA_ATOMIC_INIT()Lennart Poettering2006-09-091-0/+2
* implement a simple lock-free free listLennart Poettering2006-09-092-0/+265
* add a tiny wrapper around libatomic_ops: pa_atomic_int_t and pa_atomit_ptr_t.Lennart Poettering2006-09-081-0/+80
* don't maintain a list of allocated mempool slots, we don't use it anywayLennart Poettering2006-09-071-6/+1
* make pa_stream thread-safe: use new refcounting system, protect access using ...Lennart Poettering2006-09-071-28/+93
* fix indentationLennart Poettering2006-09-061-2/+2
* add accessor functions for the userdata attached to a pa_thread objectLennart Poettering2006-09-042-0/+15
* fix pa_thread_is_running() for foreign threads; fix a memory leak for foreign...Lennart Poettering2006-09-041-1/+25
* make pa_thread_self() return a sensible pointer on foreign threadsLennart Poettering2006-09-041-2/+19
* Fix call to pa_mutex_new().Pierre Ossman2006-09-011-1/+1
* Add pthread_once() equivalent support.Pierre Ossman2006-09-013-31/+55
* Thread implementation for Win32.Pierre Ossman2006-09-012-0/+379
* Also wrap yield functionality so that it can be platform independent.Pierre Ossman2006-08-312-0/+10
* define AO_REQUIRE_CAS in the Makefile instead of each source file, effectivel...Lennart Poettering2006-08-313-3/+0
* fix handling of "running" variableLennart Poettering2006-08-301-3/+8
* Add AO_REQUIRE_CAS as we do.Pierre Ossman2006-08-303-0/+5