]> code.delx.au - pulseaudio/history - src/pulsecore/protocol-native.c
add new switch --disallow-exit
[pulseaudio] / src / pulsecore / protocol-native.c
2008-08-06 Lennart Poetteringadd new switch --disallow-exit
2008-08-06 Lennart Poetteringdon't include authkey-prop.h anymore
2008-08-05 Lennart Poetteringfix shutdown when --disallow-module-loading=1 is passed
2008-08-04 Lennart Poetteringinherit proplist on sample playback from client
2008-08-04 Lennart Poetteringadd hooks for connection creation/deletion, for that...
2008-08-03 Lennart Poetteringadd extension system for native protocol
2008-08-03 Lennart Poetteringmake all protocol objects global singletons
2008-07-31 Lennart Poetteringrename props.[ch] to shared.[ch]
2008-07-31 Lennart Poetteringrename pa_property_xxx to pa_shared_xxx to avoid confus...
2008-06-27 Lennart Poetteringadd proper update_max_request handler to native protoco...
2008-06-26 Lennart Poetteringfix underrun detection for prebuf=0 streams
2008-06-26 Lennart Poetteringuse (uint32_t) -1 to signify default buffer_attr values...
2008-06-25 Lennart Poetteringsplit pa_memblockq_flush() into two flush commands...
2008-06-23 CJ van den BergMerge dead branch 'glitch-free'
2008-06-23 CJ van den BergMerge dead branch 'lennart'
2008-06-23 CJ van den BergMerge dead branch 'lockfree'
2008-06-23 CJ van den BergMerge dead branch 'ossman'
2008-06-23 CJ van den BergMerge dead branch 'liboil-test'
2008-06-23 CJ van den BergMerge dead branch 'prepare-0.9.10'
2008-06-20 Lennart PoetteringRework module-combine to work with glitch-free core...
2008-06-18 Lennart Poetteringget rid of svn $ keywords
2008-06-17 Lennart Poetteringreset prebuf if it is too large
2008-06-17 Lennart Poetteringserver side of new shm negotiation scheme; fix a bad...
2008-06-14 Lennart Poetteringavoid division by zero when informing user about unload...
2008-06-13 Lennart Poetteringfix a bad memory access pulsecore/client.c
2008-05-27 Lennart Poetteringalways expect name field in upload datagram
2008-05-21 Lennart Poetteringbig mumbo jumo of interleaved patches.
2008-05-18 Lennart Poetteringremove a misplaced assert
2008-05-17 Lennart Poetteringdump latency metrics for recording streams, too
2008-05-15 Lennart Poetteringmerge glitch-free branch back into trunk
2008-05-14 Lennart Poetteringfix braindead mistake
2008-05-14 Lennart Poetteringstore peer name in native-protocol.peer property
2008-05-09 Lennart Poettering- Fix moving of sink inputs between sinks
2008-05-07 Lennart Poetteringupdate to new rewinding logic
2008-05-03 Lennart Poetteringwhen rewinding after the end of an underrun, make sure...
2008-05-01 Lennart PoetteringYes, yet another evil all-in-one commit of intervowen...
2008-04-23 Lennart Poetteringunify code that fixes up buffering metrics
2008-04-22 Lennart Poetteringshow configure latency metrics
2008-04-22 Lennart Poetteringmake sure the client buffer has space for 2*minreq...
2008-04-20 Lennart Poetteringrename sink_input->rewind to process_rewind() and set_m...
2008-04-20 Lennart PoetteringBig pile of dependant changes:
2008-04-11 Lennart Poetteringfix packet formatting for a few commands
2008-04-09 Lennart Poetteringimplement server side of new sink/source reconfiguratio...
2008-04-03 Lennart Poettering- deprecate autoload stuff
2008-03-31 Lennart Poetteringcatch up with trunk HEAD (i.e. 2118:2213)
2008-03-29 Lennart Poetteringmerge r2187 from trunk
2008-03-27 Lennart Poetteringproperly notify clients about suspended state when...
2008-03-27 Lennart Poetteringmerge r2097 from trunk
2008-03-15 Lennart Poetteringcommit glitch-free work
2008-03-15 Lennart Poetteringreally create glitch-free branch
2008-01-04 Sjoerd SimonsDon't send opcodes introduced in protocol versions...
2007-11-21 Lennart Poetteringwhen speaking to a client with a version < 12, hide...
2007-11-21 Lennart Poettering- Check process name when dealing with PID files
2007-11-13 Lennart PoetteringCompletely rework ALSA device selection code: choose...
2007-10-28 Lennart Poetteringmerge 'lennart' branch back into trunk.
2007-10-01 Lennart Poetteringupdate native protocol to make use of pa_memblockq_pop_...
2007-09-23 Tanu KaskinenAdded an assertion for the case when the sink programme...
2007-09-16 Lennart Poetteringadd a "length" argument to the seek functions, as an...
2007-09-10 Lennart Poetteringmake sure we send each memblock only once when recordin...
2007-09-04 Lennart Poetteringfix a couple of compiler warnings
2007-08-30 Lennart PoetteringLots of assorted minor cleanups and fixes:
2007-08-15 Lennart Poetteringfix an awful race condition when handling data requests
2007-08-15 Lennart Poetteringadd protocol support for muting sink inputs and suspend...
2007-08-13 Lennart Poetteringa couple of build fixes
2007-08-11 Lennart Poetteringdeal with messages properly which are recieved after...
2007-08-10 Lennart Poetteringmake revoke/release thread safe in the native protocol
2007-08-10 Lennart Poetteringmake use of pa_thread_mq everywhere
2007-08-10 Lennart Poetteringdo not acces playback pa_messagq from main thread
2007-08-08 Lennart PoetteringRemove warning when client is too slow to handle our...
2007-08-06 Lennart Poetteringminor fixes and cleanups
2007-08-06 Lennart Poetteringfix playback status querying
2007-08-06 Lennart Poetteringfix playback over native protocol
2007-08-05 Lennart Poetteringmake sure to handle disconnecting our own connection...
2007-08-05 Lennart Poetteringinitialize method pointers properly
2007-07-31 Lennart Poetteringrename pa_source_output_new_data::corked to start_corke...
2007-07-31 Lennart PoetteringA lot of updates, all necessary to get the native proto...
2007-07-25 Lennart PoetteringConvert most snprintf() calls to pa_snprintf()
2007-06-11 Lennart PoetteringMerge HUGE set of changes temporarily into a branch...
2007-05-29 Lennart PoetteringKill spaces on EOL
2007-05-27 Lennart PoetteringReplace AO_xxx usage with pa_atomic_xxx and friends...
2007-05-23 Lennart PoetteringFix yet another DoS vulnerability, also identified...
2007-02-13 Pierre OssmanAdd copyright notices to all relevant files. (based...
2007-01-04 Pierre OssmanHuge trailing whitespace cleanup. Let's keep the tree...
2006-11-06 Pierre OssmanRevert r1404 and keep it on a development branch until...
2006-09-26 Lennart Poetteringrework memory block management to be thread-safe and...
2006-08-29 Lennart Poetteringmake pa_mempool_stat thread-safe/lock-free
2006-08-19 Lennart PoetteringIf a client leaves the sink/source for a stream unspeci...
2006-08-18 Lennart Poetteringactivate SHM support on the server side only when new...
2006-08-18 Lennart Poetteringremove all occurences of
2006-08-18 Lennart PoetteringRework memory management to allow shared memory data...
2006-08-13 Lennart Poetteringimplement hook_source_ouput_new. For this I modified...
2006-08-13 Lennart Poetteringignore if we recieved a memory block for an invalid...
2006-08-13 Lennart Poetteringallow hooking into the process of creating playback...
2006-08-12 Lennart Poetteringtest if sink->monitor_source is set before making use...
2006-08-03 Lennart Poetteringwrap pa_source_output_move_to() in the native protocol
2006-07-31 Lennart Poetteringadd new native protocol function for moving sink inputs...
2006-07-28 Lennart Poetteringfor the playing field of pa_timing_info use pa_sink_inp...
2006-07-20 Lennart Poetteringadd missing #ifdef HAVE_CREDS (thanks, Flameeyes)
2006-07-20 Lennart Poetteringimplement "auth-ip-acl=" in the native and esound protocols
2006-07-19 Lennart Poettering* add new function pa_check_in_group()
next