summaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make sure we do not use pthread_yield() on platforms that do not have them.Pierre Ossman2006-06-201-1/+1
* Make interpol-test build on Win32 and non-pthread systems.Pierre Ossman2006-06-201-0/+9
* big s/polyp/pulse/gLennart Poettering2006-06-1914-73/+73
* minor cleanupsLennart Poettering2006-06-191-2/+2
* add new test "interpol-test"Lennart Poettering2006-06-191-0/+168
* rename pa_simple_get_playback_latency() to pa_simple_get_latency() and allow ...Lennart Poettering2006-05-201-2/+2
* Don't include util.h from core-util.h as it is not needed by many users.Pierre Ossman2006-05-181-1/+1
* Move timeval calculation functions into their own file.Pierre Ossman2006-05-182-0/+4
* fix include line for "core-util.h"Lennart Poettering2006-05-173-3/+3
* add new channel map argument to pa_simple_new()Lennart Poettering2006-05-172-2/+2
* Move utf8 to the public part (libpolyp).Pierre Ossman2006-05-171-1/+1
* Move xmalloc to the public side (libpolyp).Pierre Ossman2006-05-172-2/+2
* * modify pa_channel_map_init_auto() to take an extra argument specifying the ...Lennart Poettering2006-05-161-1/+9
* add new test programme utf8-test.cLennart Poettering2006-05-161-0/+26
* split of signal releasing into its own function and name it pa_threaded_mainl...Lennart Poettering2006-05-111-1/+3
* Use pa_msleep() to get platform independence.Pierre Ossman2006-05-091-1/+1
* * optionally, make pa_threaded_mainloop_signal() wait until the main thread t...Lennart Poettering2006-05-061-2/+3
* add support for reading audio data from a file instead of plain STDIN in paca...Lennart Poettering2006-05-061-0/+18
* add new threaded main loop implementation (with test/example)Lennart Poettering2006-04-301-0/+73
* add new test 'channelmap-test'Lennart Poettering2006-04-261-0/+25
* Fix some warnings caused by size_t having varying size.Pierre Ossman2006-03-311-1/+1
* Fix warning caused by missing return in main().Pierre Ossman2006-03-042-0/+4
* 64-bit fixes.Pierre Ossman2006-02-271-3/+3
* fix yet another pa_context_connect() occurance with regards to the flags para...Lennart Poettering2006-02-201-1/+1
* explcitily cast strings to make gcc shut upLennart Poettering2006-02-201-5/+5
* 1) Add flexible seeking support (including absolute) for memory block queues ...Lennart Poettering2006-02-202-0/+339
* Cleaned up the includes after the restructuring. Indicate which headers arePierre Ossman2006-02-171-1/+2