summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* add a new boolean variable is_hardware to pa_sink/pa_source to denote wether ...Lennart Poettering2006-07-164-0/+8
* improve latency calculation of NULL sinkLennart Poettering2006-07-141-7/+27
* remove checking for SIGPIPE blocking from client code. Because we useLennart Poettering2006-07-141-4/+0
* don't send SCM_CREDENTIALS on every sendmsg(), instead do it only on handshakeLennart Poettering2006-07-141-5/+4
* don't set MSG_NOSIGNAL for recvmsg(), since it doesn't make sense thereLennart Poettering2006-07-141-1/+1
* try to use send(,,MSG_NOSIGNAL) instead of write() wherever possible (whichLennart Poettering2006-07-1417-58/+100
* Make sure the win32 default conf gets shipped.Pierre Ossman2006-07-141-0/+1
* add new test get-binary-name-test for testing pa_get_binary_name()Lennart Poettering2006-07-142-1/+43
* Don't call pa_path_get_filename() anymore since it is implicitly called by pa...Lennart Poettering2006-07-141-1/+1
* * fall back to prctl(PR_GET_NAME) in pa_get_binary_name() if readlink() failsLennart Poettering2006-07-141-18/+45
* support time events with NULL timevals which are OK in avahi, but not in PA. ...Lennart Poettering2006-07-131-3/+12
* remove howl-wrap.[ch]Lennart Poettering2006-07-132-154/+0
* * add proper error handling to pabrowse.cLennart Poettering2006-07-131-1/+16
* * port libpulse-browse to use the native avahi API instead of the HOWL cruftLennart Poettering2006-07-134-205/+327
* update module-zeroconf-publish to make use of the native AVAHI API, instead o...Lennart Poettering2006-07-134-129/+537
* make sure gccmacro.h and cdecl.h may be included at the same time as those he...Lennart Poettering2006-07-132-4/+4
* Fix typo.Pierre Ossman2006-07-081-1/+1
* Make sure we print the file name we actually use.Pierre Ossman2006-06-302-2/+2
* increase the maxium number of concurrent esd and native connectionsLennart Poettering2006-06-212-2/+2
* include config.h in browser.c (closes #20)Lennart Poettering2006-06-211-0/+4
* only interpolate when the last timing info told us the stream is indeed playingLennart Poettering2006-06-211-1/+1
* fix segfault when module-alsa-source fails to loadLennart Poettering2006-06-202-2/+2
* Fix handling of the io flags in duplex mode.Pierre Ossman2006-06-201-17/+21
* Warn when applications use SNDCTL_DSP_GET[IO]PTR even when they shouldn't.Pierre Ossman2006-06-201-1/+10
* Make fix_metrics() exit early so that it doesn't spam the output needlessly.Pierre Ossman2006-06-201-0/+7
* 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
* Fix the final few occurences of polyp.Pierre Ossman2006-06-205-6/+6
* s/POLYP/PULSE/gLennart Poettering2006-06-199-76/+76
* * more s/pulseaudio/PulseAudio/ replacementsLennart Poettering2006-06-1918-37/+37
* update references to the pkg-config files in the docsLennart Poettering2006-06-191-4/+4
* name the pkg-config files after the library namesLennart Poettering2006-06-191-10/+9
* replace a few remaining uppercase "Polypaudio" occurences with "PulseAudio"Lennart Poettering2006-06-1920-53/+53
* rename polypaudio.h to pulseaudio.hLennart Poettering2006-06-191-0/+0
* big s/polyp/pulse/gLennart Poettering2006-06-19285-2574/+2574
* Handle clients that just want to set fragment size (and not count).Pierre Ossman2006-06-191-1/+5
* * rework latency interpolation to make it smootherLennart Poettering2006-06-192-19/+12
* minor cleanupsLennart Poettering2006-06-191-2/+2
* add new test "interpol-test"Lennart Poettering2006-06-192-0/+174
* * add new argument 'exit_on_eof' to module-cli and make use of it if "-C" is ...Lennart Poettering2006-06-182-12/+48
* * implement volume adjusting and mixing for S16RELennart Poettering2006-06-171-3/+83
* * make hw param settings easier to debug by splitting up long ifLennart Poettering2006-06-171-6/+18
* /dev/dsp should default to U8, not mulaw.Pierre Ossman2006-06-161-1/+1
* Creating a stream might take some time, so check that it's in the right statePierre Ossman2006-06-161-2/+2
* Record support.Pierre Ossman2006-06-161-132/+435
* if S16NE is not supported, fall back to S16RE. If FLOAT32NE is not supported,...Lennart Poettering2006-06-161-14/+70
* Make debug output in padsp a bit less verbose. Specifying -d twice will givePierre Ossman2006-06-152-118/+146
* Make a copy of the va_list as vsnprintf() is free to change it.Pierre Ossman2006-06-131-1/+7
* Catch the access() system call as some applications do this to test if theyPierre Ossman2006-06-131-0/+28
* Make sure our inet_ntop() implementation gets linked into the new users.Pierre Ossman2006-06-131-1/+4