summaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* stream: Simplify passing of formats in extended APIArun Raghavan2011-06-191-2/+4
* tests: Update extended API testArun Raghavan2011-06-121-3/+3
* tests: Fix resampler-test.Colin Guthrie2011-05-151-4/+3
* format: Extend properties to handle lists/rangesArun Raghavan2011-05-151-0/+106
* tests: Add a trivial test for the extended APIArun Raghavan2011-05-021-0/+197
* Make connect-stress test compile for win32Maarten Bosmans2011-04-301-3/+3
* test: Make the connect-stress less likely to bail out due to >32 streams.Colin Guthrie2011-04-231-1/+9
* tests: improve resampler testMarc-André Lureau2011-04-191-10/+197
* interpol-test: remove unused include getopt.hMarc-André Lureau2011-04-191-1/+0
* tests: add a connection stress testDaniel Mack2011-04-011-0/+198
* Merge remote-tracking branch 'mkbosmans/mingw32-build'Colin Guthrie2011-03-201-4/+1
|\
| * Use pulsecore/arpa-inet.h to make arpa/inet.h functionality availableMaarten Bosmans2011-03-191-4/+1
* | Fix up some double spacesMaarten Bosmans2011-03-182-2/+2
* | Fixup #include directives according to Coding StyleMaarten Bosmans2011-03-111-1/+1
* | Fix up according to Coding StyleMaarten Bosmans2011-03-111-12/+6
* | Various fixes for build warningsMaarten Bosmans2011-03-022-9/+3
* | Include <time.h> where necessaryMaarten Bosmans2011-03-011-1/+1
* | Revert "Add new subsystem for applying envelopes (such as volume ramps) to au...Arun Raghavan2011-02-281-243/+0
|/
* tests/rtstutter: Use pa_rtclockMaarten Bosmans2011-02-171-22/+11
* Use pa_* instead of generic functions to improve portabilityMaarten Bosmans2011-02-172-12/+9
* Fix dependencies and include necessary headersMaarten Bosmans2011-02-171-0/+1
* Apply #ifdefs around functionality not available on win32Maarten Bosmans2011-02-171-3/+7
* Use <pulsecore/socket.h> instead of <sys/socket.h>Maarten Bosmans2011-02-171-6/+2
* build: Don't include empty Makefile.am in subdirsMaarten Bosmans2011-01-311-20/+0
* build-sys: Replace dummy Makefiles with proper Makefile.am'sColin Guthrie2010-12-052-1/+20
* alsa-time-test: make test usable for capture tooWim Taymans2010-09-071-16/+43
* tests: fix once testLennart Poettering2010-05-081-1/+1
* thread: name all threads so that the names appear in /proc/$PID/task/$TID/commLennart Poettering2010-05-075-9/+9
* virtual: document how to implement fixed block size filtersLennart Poettering2010-02-251-4/+0
* memblockq: implement new call pa_memblockq_peek_fixed_size()Lennart Poettering2010-02-251-12/+32
* build-sys: fix check for pthread_setaffinity_np()Lennart Poettering2010-02-211-1/+1
* tests: add pa_once_xxx() testLennart Poettering2010-01-131-0/+103
* poll() is totally broken on Mac OS XDaniel Mack2009-12-162-3/+3
* stripnul: initialize 'found' bool properly (llvm-clang-analyzer)Lennart Poettering2009-09-081-1/+1
* Merge commit 'wtay/optimize'Lennart Poettering2009-08-234-12/+0
|\
| * Get rid of liboilWim Taymans2009-08-204-12/+0
* | core: Add thread-safe group info functions with dynamic buffersTed Percival2009-08-221-0/+161
|/
* voltest: extend test to verify correctness of _multiply() and _divide()Lennart Poettering2009-08-191-1/+35
* volume: guarantee dB/linear conversion is reversibleLennart Poettering2009-08-141-0/+36
* mix-test: fix test for s24-32 samplesLennart Poettering2009-08-081-33/+41
* core-util: replace remaining fixed size destination string functions by _mall...Lennart Poettering2009-08-011-2/+23
* interpol-test: allow configuration of latencyLennart Poettering2009-07-241-27/+54
* Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudioLennart Poettering2009-07-231-0/+4
|\
| * Make the rtstutter tests mostly pointless without CLOCK_REALTIME.Diego Elio 'Flameeyes' Pettenò2009-07-171-0/+4
* | daemon: before exec'ing ourselves, make sure nobody plays games with /proc/se...Lennart Poettering2009-07-201-2/+4
|/
* Implement mix-test for s24le and s24be sample formats.Diego Elio 'Flameeyes' Pettenò2009-06-291-0/+29
* Use static constants to keep the generated sample blocks.Diego Elio 'Flameeyes' Pettenò2009-06-291-46/+20
* Ignore IPv6 tests, if IPv6 was built in but the system doesn't have it.Diego Elio 'Flameeyes' Pettenò2009-06-291-2/+4
* rtclock: fix build after mergeLennart Poettering2009-06-221-0/+1
* Merge most of elmarco/rtclock2Lennart Poettering2009-06-222-7/+6
|\