summaryrefslogtreecommitdiffstats
path: root/polyp
Commit message (Expand)AuthorAgeFilesLines
...
* Two variables with the same name causing corrupt strings.Pierre Ossman2006-01-051-4/+4
* Fix warning.Pierre Ossman2006-01-051-1/+1
* inet_ntop can't be found on all platforms. Do a stupid emulation whenPierre Ossman2006-01-051-0/+27
* Fix some compiler warnings about unused variables.Pierre Ossman2006-01-051-1/+2
* PIPE_BUF has nothing to do with the esound buffers.Pierre Ossman2006-01-051-1/+1
* Handle when the platform doesn't have UNIX sockets.Pierre Ossman2006-01-053-3/+47
* AF_UNIX and PF_UNIX is more portable than the _LOCAL equivalent.Pierre Ossman2006-01-053-6/+6
* Remove any warnings about incorrect type to setsockopt() (char* vs void*).Pierre Ossman2006-01-053-10/+10
* The standard declares some signals as optional. Make sure we handlePierre Ossman2006-01-057-1/+45
* To access the new pa_gettimeofday() we need to include util.h.Pierre Ossman2006-01-051-0/+1
* Syslog is not present on all platforms.Pierre Ossman2006-01-051-4/+12
* SIXCPU isn't present on all platforms. Replace cpulimit with dummy functionsPierre Ossman2006-01-051-0/+15
* Glob is not present on all systems.Pierre Ossman2006-01-051-0/+7
* Fallbacks for systems that do not have getaddrinfo(). Does not handlePierre Ossman2006-01-052-3/+35
* We have a generic function for extracting the filename, let's use it.Pierre Ossman2006-01-051-4/+1
* Remove unnecessary dependency on timeval definition.Pierre Ossman2006-01-051-0/+2
* Abstract the gettimeofday call into a utility function to ease porting.Pierre Ossman2006-01-0517-29/+38
* Check for OSS by looking for its header. Win32 isn't the only platformPierre Ossman2006-01-051-2/+2
* Big cleanup of the build structure.Pierre Ossman2006-01-051-554/+681
* fix alsa memory leakLennart Poettering2005-09-162-0/+2
* chance ALSA sink to use "default" as default alsa deviceLennart Poettering2005-09-161-1/+1
* initialize running_as_daemon Lennart Poettering2005-09-161-0/+1
* increase number of allowed connectionsLennart Poettering2005-09-161-1/+1
* add new field running_as_daemon to pa_coreLennart Poettering2005-09-163-3/+12
* add pa_sound_file_too_big_to_cache()Lennart Poettering2005-09-162-1/+38
* handle float values in sound files sensiblyLennart Poettering2005-09-161-9/+8
* git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@352 fefdeb5f-60d...Lennart Poettering2005-09-161-0/+1
* build fixLennart Poettering2005-09-161-0/+2
* bail out if no sink is definedLennart Poettering2005-09-161-4/+10
* alter alsa periods numberLennart Poettering2005-09-151-1/+1
* handle EOF in ioline.cLennart Poettering2005-09-151-2/+10
* remove esound protocol directory on unload of module-protocol-esoundLennart Poettering2005-09-151-0/+7
* fix start_timeout()Lennart Poettering2005-09-151-1/+2
* add libsamplerate/libsndfile CFLAGS Lennart Poettering2005-09-151-1/+1
* * extend HTTP moduleLennart Poettering2005-01-124-49/+83
* * make pa_sample_spec_snprint return point to written stringLennart Poettering2005-01-1210-18/+374
* * new environment variable $POLYP_LOGLennart Poettering2005-01-115-20/+91
* * add new module module-mmkbd-evdevLennart Poettering2005-01-095-4/+245
* * todo updateLennart Poettering2005-01-085-16/+22
* * increase timeout in pacmdLennart Poettering2005-01-081-2/+2
* * make lirc program name configurableLennart Poettering2005-01-081-2/+3
* * add new module for LIRC volume controlLennart Poettering2005-01-084-7/+241
* * add support for asynchronous name resolutionLennart Poettering2005-01-082-28/+122
* minor fixesLennart Poettering2005-01-065-23/+33
* gcc 2.95 compatLennart Poettering2004-12-161-1/+1
* * fix error message when starting polypaudio while it is already runningLennart Poettering2004-12-151-2/+4
* cleanup zeroconf service namesLennart Poettering2004-12-151-2/+2
* * Publish server info in mDNS in addition to sinks/sourcesLennart Poettering2004-12-157-94/+242
* do mor daemonizing workLennart Poettering2004-12-141-0/+11
* * fix daemonizingLennart Poettering2004-12-141-0/+6