summaryrefslogtreecommitdiffstats
path: root/src/pulsecore
Commit message (Expand)AuthorAgeFilesLines
* add a few missing macro definitionsLennart Poettering2007-11-091-0/+12
* add PA_CLAMP_LIKELY and PA_CLAMP_UNLIKELY macrosLennart Poettering2007-11-091-1/+5
* add support for likely()/unlikely() type macrosLennart Poettering2007-11-091-2/+12
* fix two alignment issues found by the debian buildd gcc on sparcLennart Poettering2007-11-041-19/+23
* add eventfd syscall nr for arm; patch from Sjoerd Simons; Closes #150Lennart Poettering2007-11-041-0/+4
* Properly terminate pa_readlink() strings. Patch from Sjoerd Simons. Closes #149Lennart Poettering2007-11-041-1/+1
* make rtprio and nice level actually configurableLennart Poettering2007-11-014-35/+74
* more pa_boolizationLennart Poettering2007-11-013-95/+96
* make the bool config parser actually parse boolsLennart Poettering2007-11-011-2/+3
* fix commentLennart Poettering2007-11-011-1/+1
* add new function pa_yes_no()Lennart Poettering2007-11-011-0/+5
* handle tcp4: prefix for server specs correctly. (Closes #136)Lennart Poettering2007-10-301-1/+4
* ignore network sinks/sourcesLennart Poettering2007-10-291-2/+4
* make gcc shut up a bit moreLennart Poettering2007-10-291-1/+1
* we don't want to include assert.h anymoreLennart Poettering2007-10-292-2/+0
* add new API pa_strlist_reverse()Lennart Poettering2007-10-292-0/+18
* export pa_namereg_is_valid_name()Lennart Poettering2007-10-292-7/+10
* properly deal with time pausingLennart Poettering2007-10-291-4/+8
* add new pa_readlink() APILennart Poettering2007-10-292-0/+26
* make speex-float-3 the default resamplerLennart Poettering2007-10-292-4/+4
* merge 'lennart' branch back into trunk.Lennart Poettering2007-10-28157-5458/+16134
* 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