| Commit message (Expand) | Author | Age | Files | Lines |
* | add missing poll.h inclusion | Lennart Poettering | 2007-10-07 | 1 | -6/+7 |
* | prefix by order macros with PA_ | Lennart Poettering | 2007-09-22 | 1 | -1/+1 |
* | add test program for the resampler | Lennart Poettering | 2007-09-22 | 1 | -0/+227 |
* | NSIG seems to be more common than _NSIG. | Pierre Ossman | 2007-09-18 | 1 | -1/+1 |
* | Rename pa_strsignal() to pa_sig2str(), since we return the symbolical signal ... | Lennart Poettering | 2007-09-17 | 1 | -0/+39 |
* | use priority inheritance on mutexes where applicable | Lennart Poettering | 2007-09-17 | 1 | -1/+1 |
* | extend rtpoll API to allow registration of arbitray functions to be executed ... | Lennart Poettering | 2007-09-12 | 1 | -3/+13 |
* | add missing config.h inclusion | Lennart Poettering | 2007-09-12 | 1 | -0/+4 |
* | add 'wait' parameter to pa_rtpoll_run(), if zero pa_rtpoll_runn will only upd... | Lennart Poettering | 2007-09-11 | 1 | -2/+2 |
* | add new API pa_threaded_mainloop_in_thread(), update test case for it | Lennart Poettering | 2007-09-10 | 1 | -6/+7 |
* | fix a couple of compiler warnings | Lennart Poettering | 2007-09-04 | 1 | -1/+1 |
* | support absolute, relative and periodic timers in pa_rtpoll | Lennart Poettering | 2007-08-22 | 1 | -1/+1 |
* | add test program for pa_rtpoll | Lennart Poettering | 2007-08-22 | 1 | -0/+80 |
* | a couple of build fixes | Lennart Poettering | 2007-08-13 | 1 | -4/+4 |
* | add proper refcounting to pa_asyncmsgq objects, to allow destruction from the... | Lennart Poettering | 2007-08-11 | 1 | -1/+1 |
* | update thread test to use pa_once instead of pa_once_t | Lennart Poettering | 2007-08-10 | 1 | -2/+2 |
* | move pa_queue to an implementation based on pa_flist | Lennart Poettering | 2007-08-10 | 1 | -0/+69 |
* | A lot of updates, all necessary to get the native protocol ported: | Lennart Poettering | 2007-07-31 | 1 | -5/+5 |
* | reverse order of printf and push to make output more readable | Lennart Poettering | 2007-07-26 | 1 | -1/+1 |
* | drop chunk argument from various drop() functions, since it doesn't make any ... | Lennart Poettering | 2007-07-25 | 1 | -8/+8 |
* | Fix typo in pa_memblock_release() call; s/assert/pa_assert/ | Lennart Poettering | 2007-07-13 | 1 | -12/+12 |
* | A lot of more work to get the lock-free stuff in place | Lennart Poettering | 2007-06-13 | 1 | -4/+4 |
* | make eolspace | Lennart Poettering | 2007-06-11 | 2 | -8/+8 |
* | Merge HUGE set of changes temporarily into a branch, to allow me to move them... | Lennart Poettering | 2007-06-11 | 5 | -10/+228 |
* | Replace AO_xxx usage with pa_atomic_xxx and friends wherever it makes sense | Lennart Poettering | 2007-05-27 | 1 | -14/+14 |
* | drop unused variable | Lennart Poettering | 2007-05-22 | 1 | -1/+1 |
* | Huge trailing whitespace cleanup. Let's keep the tree pure from here on, | Pierre Ossman | 2007-01-04 | 19 | -142/+142 |
* | Revert r1404 and keep it on a development branch until it is fully tested. | Pierre Ossman | 2006-11-06 | 4 | -32/+13 |
* | rework memory block management to be thread-safe and mostly lock-free. | Lennart Poettering | 2006-09-26 | 4 | -13/+32 |
* | Use platform independent sleep. | Pierre Ossman | 2006-09-11 | 1 | -1/+2 |
* | add pa_once testing code | Lennart Poettering | 2006-09-09 | 1 | -0/+9 |
* | add a test program for the free list | Lennart Poettering | 2006-09-09 | 1 | -0/+104 |
* | remove yet another occurence of pthread_yield() by pa_thread_yield() | Lennart Poettering | 2006-09-04 | 1 | -15/+3 |
* | fix pa_thread_is_running() for foreign threads; fix a memory leak for foreign... | Lennart Poettering | 2006-09-04 | 1 | -0/+2 |
* | Also wrap yield functionality so that it can be platform independent. | Pierre Ossman | 2006-08-31 | 1 | -3/+1 |
* | add a threading primitive API | Lennart Poettering | 2006-08-29 | 1 | -0/+135 |
* | make pa_mempool_stat thread-safe/lock-free | Lennart Poettering | 2006-08-29 | 1 | -10/+10 |
* | Add missing header. | Pierre Ossman | 2006-08-24 | 1 | -0/+4 |
* | add new test memblock-test for testing SHM import/export | Lennart Poettering | 2006-08-18 | 1 | -0/+164 |
* | update tests for new memory manager | Lennart Poettering | 2006-08-18 | 2 | -8/+19 |
* | rework hook list stuff once again: change the callback prototype to recieve t... | Lennart Poettering | 2006-08-13 | 1 | -9/+12 |
* | rework hook list stuff again, and replace macros with real functins. We loose... | Lennart Poettering | 2006-08-13 | 1 | -18/+14 |
* | update hook list test | Lennart Poettering | 2006-08-12 | 1 | -2/+0 |
* | implement typeafe hook chain | Lennart Poettering | 2006-08-12 | 1 | -0/+38 |
* | Get ACL:s to work on Win32. | Pierre Ossman | 2006-07-20 | 1 | -4/+21 |
* | even more FreeBSD portability (thanks Flameeyes, again!) | Lennart Poettering | 2006-07-20 | 1 | -0/+2 |
* | add IP address ACL subsystem | Lennart Poettering | 2006-07-20 | 1 | -0/+117 |
* | remove glib 1.2 adapter. It started to bitrot and wasn't used by anything any... | Lennart Poettering | 2006-07-18 | 1 | -24/+2 |
* | try to use send(,,MSG_NOSIGNAL) instead of write() wherever possible (which | Lennart Poettering | 2006-07-14 | 1 | -1/+1 |
* | add new test get-binary-name-test for testing pa_get_binary_name() | Lennart Poettering | 2006-07-14 | 1 | -0/+36 |