summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/pstream.c
Commit message (Expand)AuthorAgeFilesLines
* modernize pa_iochannel a bit, add pa_iochannel_get_send_fd()Lennart Poettering2007-10-271-9/+9
* split memblocks into multiples of the mempool tile sizeLennart Poettering2007-09-161-3/+6
* move pstream item allocation to pa_flistLennart Poettering2007-08-111-6/+14
* add callbacks for the revoke/release stuff, so that we can make this thing th...Lennart Poettering2007-08-101-7/+56
* minor updateLennart Poettering2007-08-101-1/+2
* fix a memory leakLennart Poettering2007-08-061-5/+10
* initialize 'length' properlyLennart Poettering2007-08-061-1/+2
* Modernize pstream.[ch], reintroduce defer event to make things actually workLennart Poettering2007-08-051-65/+89
* Merge HUGE set of changes temporarily into a branch, to allow me to move them...Lennart Poettering2007-06-111-95/+63
* 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
* * add new --system command line parameter to the daemon for running PulseAudi...Lennart Poettering2006-07-191-13/+18
* Forgot to protect one access to with_creds with an ifdef.Pierre Ossman2006-07-171-0/+2
* don't send SCM_CREDENTIALS on every sendmsg(), instead do it only on handshakeLennart Poettering2006-07-141-5/+4
* big s/polyp/pulse/gLennart Poettering2006-06-191-0/+589