summaryrefslogtreecommitdiff
path: root/src/pulsecore/pstream.c
Commit message (Expand)AuthorAgeFilesLines
* pstream: Support memfd blocks transportAhmed S. Darwish2016-04-021-30/+169
* memimport: Support memfd blocksAhmed S. Darwish2016-04-021-0/+4
* pulsecore: Reference count mempoolsAhmed S. Darwish2016-04-021-0/+1
* pstream: Fix use-after-free in srb_callbackDavid Henningsson2015-10-201-1/+10
* pstream: Remove unnecessary if conditionDavid Henningsson2015-03-111-50/+47
* pstream: Don't split (non-SHM) memblocksDavid Henningsson2015-03-111-36/+25
* packet: Hide internals of pa_packet, introduce pa_packet_data()Peter Meerwald2015-02-261-6/+9
* update FSF addresses to FSF web pageOndrej Holecek2015-01-141-3/+1
* pstream: Duplicate assignment, write.data is always NULLPeter Meerwald2014-11-061-1/+0
* creds: Rename pa_ancil to pa_cmsg_ancil_dataArun Raghavan2014-10-311-31/+31
* pstream: Allow reading/writing through srbchannelDavid Henningsson2014-06-271-77/+153
* memblock, pstream: Allow send/receive of remote writable memblocksDavid Henningsson2014-06-271-10/+22
* iochannel/pstream: Support sending file descriptorsDavid Henningsson2014-06-271-19/+27
* iochannel/pstream/pdispatch: Add support for receiving file descriptorsDavid Henningsson2014-06-271-7/+17
* pstream: Use pa_xnew0 in initializationDavid Henningsson2014-04-151-29/+1
* Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)2013-07-041-22/+22
* pstream: Fixup hangs caused by recent iochannel patchDavid Henningsson2013-06-171-3/+6
* pstream: Fix case in log messagePeter Meerwald2013-04-291-1/+1
* pstream: Optimise write of smaller packagesDavid Henningsson2013-04-091-10/+25
* pstream: Rename "do_something" functionDavid Henningsson2013-04-081-3/+3
* memblock: Add pa_memblock_acquire_chunk().Tanu Kaskinen2012-08-221-1/+1
* pstream: Fix spelling of 'receive'.Peter Meerwald2011-12-121-26/+26
* Use simple free function in pa_queue_freeMaarten Bosmans2011-11-271-4/+4
* pulsecore: Hardcode FRAME_SIZE_MAX_ALLOWMaarten Bosmans2011-11-271-2/+5
* Remove unnecessary #includesMaarten Bosmans2011-06-221-3/+0
* Use <pulsecore/socket.h> instead of <sys/socket.h>Maarten Bosmans2011-02-171-5/+1
* ratelimit: fix log levels of log suppression messagesLennart Poettering2011-01-311-1/+1
* pstream: fix s/recieve/receive/ typosLennart Poettering2009-06-171-4/+4
* if we fail to import a memblock fill in silence to guarantee stability of timingLennart Poettering2009-02-181-4/+5
* add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering2008-08-191-6/+6
* don't use PA_GCC_UNUSED anymoreLennart Poettering2008-08-091-1/+1
* rename pa_queu_is_empty() to pa_queue_isempty() to follow idxset/hashmap nome...Lennart Poettering2008-06-271-1/+1
* get rid of svn $ keywordsLennart Poettering2008-06-181-2/+0
* merge glitch-free branch back into trunkLennart Poettering2008-05-151-23/+30
* merge 'lennart' branch back into trunk.Lennart Poettering2007-10-281-154/+213
* fix minor typoLennart Poettering2007-05-231-1/+1
* Fix another DoS vulnerability, also identified Luigi Auriemma (closes #67)Lennart Poettering2007-05-231-1/+1
* fix a DoS vulnerability (re #67), originally identified by Luigi AuriemmaLennart Poettering2007-05-231-1/+1
* Add copyright notices to all relevant files. (based on svn log)Pierre Ossman2007-02-131-0/+3
* Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman2007-01-041-73/+73
* Revert r1404 and keep it on a development branch until it is fully tested.Pierre Ossman2006-11-061-82/+87
* rework memory block management to be thread-safe and mostly lock-free.Lennart Poettering2006-09-261-87/+82
* make pa_stream thread-safe: use new refcounting system, protect access using ...Lennart Poettering2006-09-071-28/+93
* when transferring large memory chunks of a pa_pstream, split them upLennart Poettering2006-08-191-13/+29
* allow importing of external shm data blocks unconditionally, even when local ...Lennart Poettering2006-08-191-10/+4
* remove export/import objects when SHM is disable for a pa_pstream objectLennart Poettering2006-08-181-5/+20
* remove all occurences of Lennart Poettering2006-08-181-12/+12
* Rework memory management to allow shared memory data transfer. The central ideaLennart Poettering2006-08-181-64/+332
* Protect platform dependent headers with ifdefs.Pierre Ossman2006-07-201-1/+5
* * add new function pa_check_in_group()Lennart Poettering2006-07-191-13/+14