summaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* drop polyplib- prefix from client library filesLennart Poettering2006-02-162-4/+4
* add a bunch of simple Makefile in the subdirs, just to make compilation with ...Lennart Poettering2006-02-161-0/+1
* Reorganised the source tree. We now have src/ with a couple of subdirs:Pierre Ossman2006-02-167-0/+597