| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix concurrency bug when turning memblock into a local memblock | Lennart Poettering | 2007-07-13 | 1 | -3/+3 |
* | Fix off-by-one in mixing code | Lennart Poettering | 2007-07-13 | 1 | -1/+2 |
* | Make pa_sink_render_* and pa_source_post work only when in RUNNING state, to ... | Lennart Poettering | 2007-07-13 | 2 | -2/+5 |
* | remove pa_memblockq_is_writable() (because it is stupid and not used anywhere... | Lennart Poettering | 2007-06-25 | 2 | -59/+46 |
* | make sure we don't free the same connection twice | Lennart Poettering | 2007-06-25 | 1 | -1/+2 |
* | Limit silence buffer size for pa_sink_render() | Lennart Poettering | 2007-06-24 | 1 | -0/+4 |
* | Track the 'missing' variable safely between the threads | Lennart Poettering | 2007-06-24 | 1 | -7/+7 |
* | rework the logic of pa_asyncq | Lennart Poettering | 2007-06-24 | 1 | -88/+113 |
* | Make sure the returned pa_msgobject object has a valid refcnt before returnin... | Lennart Poettering | 2007-06-24 | 1 | -4/+10 |
* | Include assert.h, since we use assert() for our pa_assert() macro | Lennart Poettering | 2007-06-24 | 1 | -0/+1 |
* | Fix length calculation in pa_silence_memblock_new() and make use of pa_assert... | Lennart Poettering | 2007-06-24 | 1 | -21/+26 |
* | remove underrun condition in pa_sinks. Instead return silence in pa_sink_rend... | Lennart Poettering | 2007-06-23 | 2 | -55/+81 |
* | Fix minor typo | Lennart Poettering | 2007-06-23 | 1 | -1/+1 |
* | Fix another ugly typo, which made source outputs unusable | Lennart Poettering | 2007-06-14 | 1 | -1/+1 |
* | use pa_memblockq_push_align() instead of pa_memblockq_push() to deal with una... | Lennart Poettering | 2007-06-14 | 1 | -2/+5 |
* | Show memchunk length in debug output | Lennart Poettering | 2007-06-14 | 1 | -1/+1 |
* | Fix a nasty typo in pa_asyncq_pop | Lennart Poettering | 2007-06-14 | 1 | -6/+11 |
* | Remove anotify.[ch], since it is now entirely replaced by pa_asyncmsgq | Lennart Poettering | 2007-06-14 | 2 | -185/+0 |
* | rework sink input/source output state machine | Lennart Poettering | 2007-06-14 | 4 | -61/+98 |
* | Make debug message more useful | Lennart Poettering | 2007-06-14 | 1 | -1/+1 |
* | Move a few things between the threads | Lennart Poettering | 2007-06-14 | 1 | -3/+12 |
* | A lot of more work to get the lock-free stuff in place | Lennart Poettering | 2007-06-13 | 25 | -436/+639 |
* | make untabify | Lennart Poettering | 2007-06-11 | 5 | -224/+224 |
* | make eolspace | Lennart Poettering | 2007-06-11 | 18 | -174/+174 |
* | Merge HUGE set of changes temporarily into a branch, to allow me to move them... | Lennart Poettering | 2007-06-11 | 51 | -1507/+3626 |
* | Kill spaces on EOL | Lennart Poettering | 2007-05-29 | 6 | -2540/+2540 |
* | build fix for systems lacking capability suppoort. (Problem identified and or... | Lennart Poettering | 2007-05-28 | 1 | -0/+4 |
* | Replace AO_xxx usage with pa_atomic_xxx and friends wherever it makes sense | Lennart Poettering | 2007-05-27 | 5 | -61/+66 |
* | unfortunately we cannot detect if a foreign thread is still running. Thus suc... | Lennart Poettering | 2007-05-27 | 1 | -11/+6 |
* | Minor optimization: read log level character code from array | Lennart Poettering | 2007-05-27 | 1 | -27/+12 |
* | Add a new meta command ".ifexists" to the CLI language, to execute commands o... | Lennart Poettering | 2007-05-26 | 3 | -13/+73 |
* | when called with the setid bit change euid to uid sooner to make sure that we... | Lennart Poettering | 2007-05-25 | 1 | -3/+33 |
* | Fix a DoS with allocating overly large silence buffers. (Identified by Luigi ... | Lennart Poettering | 2007-05-23 | 1 | -0/+12 |
* | Fix yet another DoS vulnerability, also identified Luigi Auriemma (re #67) | Lennart Poettering | 2007-05-23 | 1 | -1/+2 |
* | fix minor typo | Lennart Poettering | 2007-05-23 | 1 | -1/+1 |
* | Fix another DoS vulnerability, also identified Luigi Auriemma (closes #67) | Lennart Poettering | 2007-05-23 | 1 | -1/+1 |
* | fix a DoS vulnerability (re #67), originally identified by Luigi Auriemma | Lennart Poettering | 2007-05-23 | 1 | -1/+1 |
* | fix comment | Lennart Poettering | 2007-05-22 | 1 | -1/+1 |
* | Fix some instances where we printed a string without first checking that | Pierre Ossman | 2007-03-06 | 2 | -5/+15 |
* | Add some debugging output from sample cache subsystem. | Pierre Ossman | 2007-03-01 | 1 | -0/+10 |
* | Add a wrapper around close() to work around Windows' ass backwards way of | Pierre Ossman | 2007-02-14 | 7 | -24/+45 |
* | Allow a formatted string in the validation warning. | Pierre Ossman | 2007-02-14 | 1 | -4/+4 |
* | Prefix log lines with a character indicating level. | Pierre Ossman | 2007-02-14 | 1 | -4/+27 |
* | Add copyright notices to all relevant files. (based on svn log) | Pierre Ossman | 2007-02-13 | 165 | -14/+396 |
* | Don't abort config loading when the user specific cannot be loaded. | Pierre Ossman | 2007-02-05 | 1 | -2/+8 |
* | Huge trailing whitespace cleanup. Let's keep the tree pure from here on, | Pierre Ossman | 2007-01-04 | 163 | -1850/+1850 |
* | Fix silly copy-and-paste error. (closes #45) | Pierre Ossman | 2006-12-04 | 1 | -1/+1 |
* | Fix incorrect assert. | Pierre Ossman | 2006-11-24 | 1 | -1/+1 |
* | Support reversed endian floats. (closes #28) (closes #35) | Pierre Ossman | 2006-11-08 | 2 | -0/+21 |
* | Check correct variable for return value. Closes #37. | Pierre Ossman | 2006-11-08 | 1 | -1/+1 |