summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-04-20Tagging release 0.8tags/release-0.8Lennart Poettering0-0/+0
2006-04-20replace copy by symlink when installing homepageLennart Poettering1-1/+1
2006-04-20minor improvements to the LICENSE textLennart Poettering1-4/+6
2006-04-20ship GPL and LGPL files with the tarballLennart Poettering1-1/+1
2006-04-20add new explaining LICENSE fileLennart Poettering1-0/+11
2006-04-20* rename "LICENSE" to "LGPL"Lennart Poettering2-2/+342
2006-04-20update todoPierre Ossman1-0/+2
2006-04-19Tweaks for the solaris module. The sound system requires complete framesPierre Ossman1-11/+20
2006-04-19Sun's documentation about SIGPOLL on EOF:s is wrong, so use a timer basedPierre Ossman1-17/+31
2006-04-19Minor fixes for the way Windows handles sockets.Pierre Ossman2-4/+12
2006-04-19WaveOut needs to have rather large chunks. This is about as low as we canPierre Ossman1-3/+9
2006-04-19Win32 needs to have the socket subsystem initialised.Pierre Ossman1-0/+11
2006-04-19Having constant deferred events isn't allowed and causes problems. Use timersPierre Ossman2-13/+27
2006-04-19Reverse order of IPv6/IPv4 binding to handle systems without IPV6_V6ONLY.Pierre Ossman1-3/+3
2006-04-18make proper use of the muting facility of sinks in module-mmkbd-evdevLennart Poettering1-21/+25
2006-04-18fix a couple of issues I found when compiling polypaudio with gcc 2.95Lennart Poettering13-13/+15
2006-04-18fix CFLAGS for jack modulesLennart Poettering1-2/+2
2006-04-18fix "make distccheck" properlyLennart Poettering2-7/+1
2006-04-18fix make distcheckLennart Poettering2-3/+11
2006-04-18Documentation updatesLennart Poettering2-9/+12
2006-04-18add JACK module documentationLennart Poettering1-0/+26
2006-04-18fix connecting of jack source in jack daemonLennart Poettering1-1/+1
2006-04-18build jack sourceLennart Poettering1-2/+10
2006-04-18fix code for pre-C99Lennart Poettering1-2/+3
2006-04-18* fix pa_random_seet() function prototypeLennart Poettering2-5/+5
2006-04-18Make the probe for RNG sources at runtime since the configure script isn'tPierre Ossman4-62/+62
2006-04-18Clarify that JACK libs are optional.Pierre Ossman1-1/+1
2006-04-18More fixes caused by Sun's complete inability to follow any standardPierre Ossman3-2/+23
2006-04-18update todoPierre Ossman1-0/+1
2006-04-18We need to emulate sendmsg/recvmsg to support rtp on Windows. Will doPierre Ossman1-2/+12
2006-04-18Avoid including non-portable header sys/poll.h.Pierre Ossman1-3/+3
2006-04-18add a jack source moduleLennart Poettering1-0/+393
2006-04-18* allow the user to set the jack client nameLennart Poettering1-32/+44
2006-04-18C99 requires explicit marking of integer literals' size.Pierre Ossman2-2/+2
2006-04-17add new JACK sinkLennart Poettering3-1/+405
2006-04-16* add pa_mainloop_wakeup() calls for deferred eventsLennart Poettering1-15/+22
2006-04-16add new API to replace the poll() function used by the main loop implementationLennart Poettering2-1/+26
2006-04-16properly initialize session counterLennart Poettering1-0/+1
2006-04-16add documentation for the new RTP modulesLennart Poettering3-24/+184
2006-04-16limit number of concurrent RTP streamsLennart Poettering1-0/+12
2006-04-16fix typo in module descriptionLennart Poettering1-1/+1
2006-04-16change default mcast address once again, to make sure our traffic doesn't lea...Lennart Poettering2-2/+2
2006-04-16ignore symdef file of module-rtp-sendLennart Poettering0-0/+0
2006-04-16rename module-rtp-monitor to module-rtp-sendLennart Poettering2-8/+8
2006-04-16* make sure RTP ports are chosen to be evenLennart Poettering1-1/+4
2006-04-16Fix ALSA fd handling to be compatible with blocking deferred events.Pierre Ossman1-2/+4
2006-04-16Clarify behaviour of deferred events.Pierre Ossman1-1/+3
2006-04-16* deal properly with underruns, overflows and packet lossesLennart Poettering1-5/+22
2006-04-16* increase default MTULennart Poettering1-4/+5
2006-04-16replace homegrown endswith() with pa_endswith() from util.hLennart Poettering1-15/+4