Avoid including non-portable header sys/poll.h.
[profile/ivi/pulseaudio.git] / src / polypcore /
2006-04-16 Lennart Poetteringinitialize random seed globaly from $RANDOM_DEVICE
2006-04-15 Lennart Poetteringcorrect some types
2006-04-14 Lennart Poetteringminor beautification
2006-04-13 Lennart Poetteringinclude in-flux resampled chunk in latency calculations...
2006-04-13 Lennart Poetteringhmm, nothing important
2006-04-12 Lennart Poetteringprotocol change: don't send stream buffer size in laten...
2006-04-12 Lennart Poetteringwhen flushin a memblockq, set the write index to the...
2006-04-08 Lennart Poetteringwhen doing software volume adjustments, don't use the...
2006-04-07 Lennart Poetteringadd new introspection data field for sinks/sources...
2006-04-07 Pierre OssmanSome memcpy arithmetic that wasn't removed when doing...
2006-04-07 Lennart Poetteringremove queue length field from latency request (server...
2006-04-06 Lennart Poetteringchange pa_gettimeofday() to return a pointer to the...
2006-04-06 Lennart Poettering* set IPV6_V6ONLY for IPv6 sockets, to avoid warning...
2006-04-06 Lennart Poetteringremove some GCC warnings introduced by improperly casti...
2006-03-31 Pierre OssmanFix some warnings caused by size_t having varying size.
2006-03-08 Pierre OssmanWe filled the volume with the wrong channel count ...
2006-03-07 Pierre OssmanTrying to listen on an IPv6 socket by default and only...
2006-03-04 Pierre OssmanAlignment safe protocol handling in esound module.
2006-03-02 Pierre OssmanNegotiate protocol version between server and client...
2006-03-02 Pierre Ossmantypo fix
2006-03-02 Lennart Poetteringprotocol changes for new latency API (partial!)
2006-02-27 Pierre Ossman64-bit fixes.
2006-02-27 Pierre OssmanFix some signed/unsigned warnings.
2006-02-27 Pierre OssmanFunction prototype didn't match actual definition.
2006-02-24 Lennart Poettering* Add new "auth-group=" parameter to protocol-native...
2006-02-24 Pierre OssmanDo an explicit cast to shut up gcc.
2006-02-24 Pierre OssmanThis wasn't supposed to be checked in.
2006-02-24 Pierre OssmanWrong variable used for port.
2006-02-24 Pierre OssmanTweak the handling of missing credential support so...
2006-02-24 Lennart Poetteringadd support for authentication using SCM_CREDENTIALS
2006-02-24 Lennart Poetteringadd a few more validity checks to protocol-esound
2006-02-23 Pierre OssmanMute switch for sinks and sources. This is independent...
2006-02-23 Pierre Ossmaninet_pton expects in[6]_addr structures, nothing else.
2006-02-23 Pierre OssmanAdd inet_pton emulation for platforms that lack it...
2006-02-23 Lennart Poetteringchange pa_log() and friends to not require a trailing...
2006-02-23 Lennart Poetteringfix source volume adjustment: copy memchunk before...
2006-02-22 Lennart Poetteringenforce maximum memblockq length for clients
2006-02-22 Lennart Poetteringadd listen= parameter to tcp protocol modules
2006-02-22 Lennart Poetteringrework parameter validity checking in protocol-native...
2006-02-22 Pierre OssmanSupport for setting volume on sources.
2006-02-21 Lennart Poetteringadd new utility function pa_endswith()
2006-02-21 Lennart Poetteringremove left-over log line in protocol-esound.c
2006-02-21 Lennart Poettering* Don't build seperate ipv4/ipv6 versions of the protoc...
2006-02-20 Lennart Poetteringremove a superfluous log line
2006-02-20 Lennart Poettering* modify pa_context_exit_daemon() to return a pa_operat...
2006-02-20 Pierre OssmanFix some warnings by making sure we have the right...
2006-02-20 Lennart Poettering* Make typdefs for the pa_context callback prototypes
2006-02-20 Lennart Poettering1) Add flexible seeking support (including absolute...
2006-02-17 Pierre OssmanCleaned up the includes after the restructuring. Indica...
2006-02-16 Lennart Poettering* rename polypcore/subscribe.[ch] to polypcore/core...
2006-02-16 Lennart Poetteringdrop polyplib- prefix from client library files
2006-02-16 Lennart Poetteringadd a bunch of simple Makefile in the subdirs, just...
2006-02-16 Lennart Poetteringmove alsa-util.[ch], oss-util.[ch] and howl-wrap.[ch...
2006-02-16 Pierre OssmanReorganised the source tree. We now have src/ with...