]> code.delx.au - pulseaudio/history - src/polypcore/protocol-native.c
Move utf8 to the public part (libpolyp).
[pulseaudio] / src / polypcore / protocol-native.c
2006-05-17 Pierre OssmanMove utf8 to the public part (libpolyp).
2006-05-17 Pierre OssmanMove xmalloc to the public side (libpolyp).
2006-05-14 Lennart Poetteringcheck for valid utf8 strings
2006-05-14 Lennart Poettering* add new parameter to pa_open_config_file() to specify...
2006-04-27 Lennart Poetteringouch!
2006-04-23 Lennart Poettering* add validity checking for sample_spec, channel_map...
2006-04-23 Lennart Poettering* when playing back a sample from the sample cache...
2006-04-13 Lennart Poetteringinclude in-flux resampled chunk in latency calculations...
2006-04-12 Lennart Poetteringprotocol change: don't send stream buffer size in laten...
2006-04-07 Lennart Poetteringadd new introspection data field for sinks/sources...
2006-04-07 Lennart Poetteringremove queue length field from latency request (server...
2006-03-02 Pierre OssmanNegotiate protocol version between server and client...
2006-03-02 Lennart Poetteringprotocol changes for new latency API (partial!)
2006-02-27 Pierre Ossman64-bit fixes.
2006-02-24 Lennart Poettering* Add new "auth-group=" parameter to protocol-native...
2006-02-24 Lennart Poetteringadd support for authentication using SCM_CREDENTIALS
2006-02-23 Pierre OssmanMute switch for sinks and sources. This is independent...
2006-02-23 Lennart Poetteringchange pa_log() and friends to not require a trailing...
2006-02-22 Lennart Poetteringenforce maximum memblockq length for clients
2006-02-22 Lennart Poetteringrework parameter validity checking in protocol-native...
2006-02-22 Pierre OssmanSupport for setting volume on sources.
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 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 Pierre OssmanReorganised the source tree. We now have src/ with...