summaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* add missing poll.h inclusionLennart Poettering2007-10-071-6/+7
* prefix by order macros with PA_Lennart Poettering2007-09-221-1/+1
* add test program for the resamplerLennart Poettering2007-09-221-0/+227
* NSIG seems to be more common than _NSIG.Pierre Ossman2007-09-181-1/+1
* Rename pa_strsignal() to pa_sig2str(), since we return the symbolical signal ...Lennart Poettering2007-09-171-0/+39
* use priority inheritance on mutexes where applicableLennart Poettering2007-09-171-1/+1
* extend rtpoll API to allow registration of arbitray functions to be executed ...Lennart Poettering2007-09-121-3/+13
* add missing config.h inclusionLennart Poettering2007-09-121-0/+4
* add 'wait' parameter to pa_rtpoll_run(), if zero pa_rtpoll_runn will only upd...Lennart Poettering2007-09-111-2/+2
* add new API pa_threaded_mainloop_in_thread(), update test case for itLennart Poettering2007-09-101-6/+7
* fix a couple of compiler warningsLennart Poettering2007-09-041-1/+1
* support absolute, relative and periodic timers in pa_rtpollLennart Poettering2007-08-221-1/+1
* add test program for pa_rtpollLennart Poettering2007-08-221-0/+80
* a couple of build fixesLennart Poettering2007-08-131-4/+4
* add proper refcounting to pa_asyncmsgq objects, to allow destruction from the...Lennart Poettering2007-08-111-1/+1
* update thread test to use pa_once instead of pa_once_tLennart Poettering2007-08-101-2/+2
* move pa_queue to an implementation based on pa_flistLennart Poettering2007-08-101-0/+69
* A lot of updates, all necessary to get the native protocol ported:Lennart Poettering2007-07-311-5/+5
* reverse order of printf and push to make output more readableLennart Poettering2007-07-261-1/+1
* drop chunk argument from various drop() functions, since it doesn't make any ...Lennart Poettering2007-07-251-8/+8
* Fix typo in pa_memblock_release() call; s/assert/pa_assert/Lennart Poettering2007-07-131-12/+12
* A lot of more work to get the lock-free stuff in placeLennart Poettering2007-06-131-4/+4
* make eolspaceLennart Poettering2007-06-112-8/+8
* Merge HUGE set of changes temporarily into a branch, to allow me to move them...Lennart Poettering2007-06-115-10/+228
* Replace AO_xxx usage with pa_atomic_xxx and friends wherever it makes senseLennart Poettering2007-05-271-14/+14
* drop unused variableLennart Poettering2007-05-221-1/+1
* Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman2007-01-0419-142/+142
* Revert r1404 and keep it on a development branch until it is fully tested.Pierre Ossman2006-11-064-32/+13
* rework memory block management to be thread-safe and mostly lock-free.Lennart Poettering2006-09-264-13/+32
* Use platform independent sleep.Pierre Ossman2006-09-111-1/+2
* add pa_once testing codeLennart Poettering2006-09-091-0/+9
* add a test program for the free listLennart Poettering2006-09-091-0/+104
* remove yet another occurence of pthread_yield() by pa_thread_yield()Lennart Poettering2006-09-041-15/+3
* fix pa_thread_is_running() for foreign threads; fix a memory leak for foreign...Lennart Poettering2006-09-041-0/+2
* Also wrap yield functionality so that it can be platform independent.Pierre Ossman2006-08-311-3/+1
* add a threading primitive APILennart Poettering2006-08-291-0/+135
* make pa_mempool_stat thread-safe/lock-freeLennart Poettering2006-08-291-10/+10
* Add missing header.Pierre Ossman2006-08-241-0/+4
* add new test memblock-test for testing SHM import/exportLennart Poettering2006-08-181-0/+164
* update tests for new memory managerLennart Poettering2006-08-182-8/+19
* rework hook list stuff once again: change the callback prototype to recieve t...Lennart Poettering2006-08-131-9/+12
* rework hook list stuff again, and replace macros with real functins. We loose...Lennart Poettering2006-08-131-18/+14
* update hook list testLennart Poettering2006-08-121-2/+0
* implement typeafe hook chainLennart Poettering2006-08-121-0/+38
* Get ACL:s to work on Win32.Pierre Ossman2006-07-201-4/+21
* even more FreeBSD portability (thanks Flameeyes, again!)Lennart Poettering2006-07-201-0/+2
* add IP address ACL subsystemLennart Poettering2006-07-201-0/+117
* remove glib 1.2 adapter. It started to bitrot and wasn't used by anything any...Lennart Poettering2006-07-181-24/+2
* try to use send(,,MSG_NOSIGNAL) instead of write() wherever possible (whichLennart Poettering2006-07-141-1/+1
* add new test get-binary-name-test for testing pa_get_binary_name()Lennart Poettering2006-07-141-0/+36