Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unnecessary #includes | Maarten Bosmans | 2011-06-22 | 1 | -0/+2 |
| | |||||
* | hook-list: make use of PA_LLIST_FOREACH | Lennart Poettering | 2009-08-15 | 1 | -1/+1 |
| | |||||
* | add pa_hook_is_firing | Lennart Poettering | 2009-03-21 | 1 | -0/+6 |
| | |||||
* | Use LGPL 2.1 on all files previously using LGPL 2 | Colin Guthrie | 2009-03-03 | 1 | -1/+1 |
| | |||||
* | rename pa_hook_free() to pa_hook_done() since the hook struct is allocated ↵ | Lennart Poettering | 2008-08-03 | 1 | -1/+1 |
| | | | | on the stack not via malloc | ||||
* | get rid of svn $ keywords | Lennart Poettering | 2008-06-18 | 1 | -2/+0 |
| | |||||
* | merge Colin Guthrie's module-always-sink module, and add priorization to the ↵ | Lennart Poettering | 2008-06-11 | 1 | -16/+21 |
| | | | | | | hook subsystem while doing so. git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2516 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | merge 'lennart' branch back into trunk. | Lennart Poettering | 2007-10-28 | 1 | -10/+16 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1971 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | Add copyright notices to all relevant files. (based on svn log) | Pierre Ossman | 2007-02-13 | 1 | -0/+2 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1426 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | Huge trailing whitespace cleanup. Let's keep the tree pure from here on, | Pierre Ossman | 2007-01-04 | 1 | -15/+15 |
| | | | | | | | mmmkay? git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1418 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | fix a PA_LLIST_HEAD_INIT invocation | Lennart Poettering | 2006-08-17 | 1 | -1/+1 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1261 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | rework hook list stuff once again: change the callback prototype to recieve ↵ | Lennart Poettering | 2006-08-13 | 1 | -5/+6 |
| | | | | | | three data pointers: one to the data for the hook, once for the slot and once for the call git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1235 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | rework hook list stuff again, and replace macros with real functins. We ↵ | Lennart Poettering | 2006-08-13 | 1 | -0/+111 |
loose type safety but things are much cleaner now git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1234 fefdeb5f-60dc-0310-8127-8f9354f1896f |