summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixes for the Solaris detection.Pierre Ossman2006-02-201-1/+3
* Detect support for Windows' waveout.Pierre Ossman2006-02-201-0/+16
* Detect support for Solaris (/dev/audio).Pierre Ossman2006-02-201-0/+31
* Remove a debug fprintf that was left in.Pierre Ossman2006-02-201-2/+0
* util.c uses some socket functions so we need winsock on Windows.Pierre Ossman2006-02-201-1/+1
* 1) Add flexible seeking support (including absolute) for memory block queues ...Lennart Poettering2006-02-2038-752/+1939
* Properly clear members during init.Pierre Ossman2006-02-171-0/+5
* That's a delta parameter, not a size parameter.Pierre Ossman2006-02-171-1/+1
* Have a memblock queue on the client side during recording. This makes thePierre Ossman2006-02-176-11/+98
* Module needs stuff in libpolypcore.Pierre Ossman2006-02-171-1/+1
* Fix path to poll.h.Pierre Ossman2006-02-171-1/+1
* Fix typo in #ifndef.Pierre Ossman2006-02-171-1/+1
* Integrate error routines into libpolyp. Not much point in having this as aPierre Ossman2006-02-171-12/+7
* Make sure that all polypcore headers are installed.Pierre Ossman2006-02-171-9/+47
* Cleaned up the includes after the restructuring. Indicate which headers arePierre Ossman2006-02-17137-421/+523
* Move the util libs to the modules section since they're in that directory.Pierre Ossman2006-02-171-34/+16
* fix doxygenLennart Poettering2006-02-179-13/+12
* include header files in simple.h with <> instead of ""Lennart Poettering2006-02-161-2/+2
* * rename polypcore/subscribe.[ch] to polypcore/core-subscribe.[ch] to avoid c...Lennart Poettering2006-02-1623-30/+30
* shorten include list of utils a littleLennart Poettering2006-02-165-11/+4
* * drop polylib prefix from #defineLennart Poettering2006-02-1613-27/+28
* fix compilation of simple APILennart Poettering2006-02-161-1/+1
* drop polyplib- prefix from client library filesLennart Poettering2006-02-1631-82/+82
* make channel naming somewhat RFC2551 compliantLennart Poettering2006-02-162-14/+27
* add a bunch of simple Makefile in the subdirs, just to make compilation with ...Lennart Poettering2006-02-166-0/+18
* move alsa-util.[ch], oss-util.[ch] and howl-wrap.[ch] to the modules director...Lennart Poettering2006-02-1611-13/+15
* * svn:ignore some filesLennart Poettering2006-02-166-13/+17
* Reorganised the source tree. We now have src/ with a couple of subdirs:Pierre Ossman2006-02-16244-0/+48095
* rename src to polypLennart Poettering2004-07-17125-17534/+0
* rename configuration fileLennart Poettering2004-07-171-0/+0
* move todo fileLennart Poettering2004-07-171-32/+0
* add documentationLennart Poettering2004-07-174-4/+6
* add pkgconfig stuffLennart Poettering2004-07-161-6/+86
* add missing liecensesLennart Poettering2004-07-164-10/+46
* include copyright and svn tag in *.[ch]Lennart Poettering2004-07-16122-0/+2562
* include config.h in every fileLennart Poettering2004-07-1666-0/+261
* fix distcheckLennart Poettering2004-07-162-5/+1
* adjust file references due to renamingLennart Poettering2004-07-1626-67/+74
* rename a bunch of filesLennart Poettering2004-07-1613-0/+0
* make a symbol in module-ptorocol-stub staticLennart Poettering2004-07-162-2/+1
* make oss sample spec configurableLennart Poettering2004-07-166-37/+108
* implement alsa sourceLennart Poettering2004-07-167-67/+344
* split PA_SAMPLE_FLOAT32 into PA_SAMPLE_FLOAT{LE,BE}Lennart Poettering2004-07-163-13/+42
* add alsa sinkLennart Poettering2004-07-164-2/+264
* optimize esound latency for xmmsLennart Poettering2004-07-152-5/+2
* implement get_latency native commandLennart Poettering2004-07-157-7/+125
* add pactl toolLennart Poettering2004-07-158-7/+246
* remove global exported variables:Lennart Poettering2004-07-1511-27/+30
* implement daemonizingLennart Poettering2004-07-152-22/+71
* fix modargs memory leakLennart Poettering2004-07-154-7/+19