| Commit message (Expand) | Author | Age | Files | Lines |
* | add rtpoll, rtclock, rtsig to Makefile | Lennart Poettering | 2007-08-22 | 1 | -1/+10 |
* | add new tool pasuspender which temporarily suspends all sinks and resumes the... | Lennart Poettering | 2007-08-15 | 1 | -1/+7 |
* | load module-x11-xsmp from a /etc/xdg/autostart file, to make sure it is loade... | Lennart Poettering | 2007-08-13 | 1 | -1/+8 |
* | make make distcheck pass | Lennart Poettering | 2007-08-12 | 1 | -0/+1 |
* | make make dist work | Lennart Poettering | 2007-08-12 | 1 | -2/+3 |
* | Wrap two pa_asyncmsq in a new pa_thread_mq object for bidirectional, lock-fre... | Lennart Poettering | 2007-08-10 | 1 | -0/+1 |
* | move pa_queue to an implementation based on pa_flist | Lennart Poettering | 2007-08-10 | 1 | -1/+7 |
* | * drop redundant pa_core argument from module initialization functions | Lennart Poettering | 2007-08-10 | 1 | -3/+2 |
* | Add X11 XSMP module for hooking into the X11 session manager, for being notif... | Lennart Poettering | 2007-08-09 | 1 | -1/+8 |
* | add new module-suspend-on-idle module which suspends sinks/sources which are ... | Lennart Poettering | 2007-08-09 | 1 | -0/+8 |
* | port esound protocol to new lock-free core | Lennart Poettering | 2007-08-06 | 1 | -41/+40 |
* | merge compat changes from trunk | Lennart Poettering | 2007-08-04 | 1 | -2/+2 |
* | A lot of updates, all necessary to get the native protocol ported: | Lennart Poettering | 2007-07-31 | 1 | -22/+21 |
* | port module-alsa-source to new lock-free core | Lennart Poettering | 2007-07-28 | 1 | -6/+6 |
* | port module-alsa-sink to new lock-free core. also add mmmap'ing support while... | Lennart Poettering | 2007-07-28 | 1 | -13/+13 |
* | Add fdsem to makefile | Lennart Poettering | 2007-07-26 | 1 | -0/+1 |
* | Convert most snprintf() calls to pa_snprintf() | Lennart Poettering | 2007-07-25 | 1 | -1/+1 |
* | Reenable a couple of more modules | Lennart Poettering | 2007-07-13 | 1 | -3/+3 |
* | Remove module-oss-mmap, since it is now merged into module-oss | Lennart Poettering | 2007-07-13 | 1 | -6/+0 |
* | Update OSS driver for new lock-free core | Lennart Poettering | 2007-06-23 | 1 | -11/+11 |
* | A lot of more work to get the lock-free stuff in place | Lennart Poettering | 2007-06-13 | 1 | -83/+88 |
* | Merge HUGE set of changes temporarily into a branch, to allow me to move them... | Lennart Poettering | 2007-06-11 | 1 | -50/+68 |
* | Kill spaces on EOL | Lennart Poettering | 2007-05-29 | 1 | -15/+15 |
* | fix suid Makefile target | Lennart Poettering | 2007-05-25 | 1 | -3/+3 |
* | Pulsecore should be linked into all modules. | Pierre Ossman | 2007-03-06 | 1 | -1/+1 |
* | Add copyright notices to all relevant files. (based on svn log) | Pierre Ossman | 2007-02-13 | 1 | -0/+4 |
* | Add atomic.h as a dependency at relevant places. | Pierre Ossman | 2006-11-10 | 1 | -0/+3 |
* | Make sure we package version.h.in. | Pierre Ossman | 2006-11-10 | 1 | -0/+1 |
* | Yet again try to fix the creation of necessary directories when srcdir != | Pierre Ossman | 2006-11-09 | 1 | -3/+3 |
* | Revert r1404 and keep it on a development branch until it is fully tested. | Pierre Ossman | 2006-11-06 | 1 | -5/+2 |
* | rework memory block management to be thread-safe and mostly lock-free. | Lennart Poettering | 2006-09-26 | 1 | -2/+5 |
* | enable module-hal-detect in the default configuration file only if HAL suppor... | Lennart Poettering | 2006-09-20 | 1 | -1/+3 |
* | Revert r1398 as it broke the srcdir != builddir patch. New fix that doesn't | Pierre Ossman | 2006-09-19 | 1 | -0/+3 |
* | No need to create these dirs as they're part of the source tree. | Pierre Ossman | 2006-09-19 | 1 | -1/+0 |
* | Fix up build structure for platform dependent modules. Also add implementation | Pierre Ossman | 2006-09-11 | 1 | -27/+23 |
* | Fix typo. | Pierre Ossman | 2006-09-11 | 1 | -1/+1 |
* | update Makefile | Lennart Poettering | 2006-09-09 | 1 | -5/+13 |
* | port the threaded mainloop to our new abstract mutex/thread API | Lennart Poettering | 2006-09-04 | 1 | -0/+6 |
* | rework handling of srcdir != builddir (patch from Flameeyes) | Lennart Poettering | 2006-09-02 | 1 | -7/+3 |
* | allow building when srcdir != builddir (patch from Flameeyes) | Lennart Poettering | 2006-09-02 | 1 | -1/+6 |
* | make esdcompat executable | Lennart Poettering | 2006-09-02 | 1 | -0/+1 |
* | Thread implementation for Win32. | Pierre Ossman | 2006-09-01 | 1 | -3/+13 |
* | define AO_REQUIRE_CAS in the Makefile instead of each source file, effectivel... | Lennart Poettering | 2006-08-31 | 1 | -0/+1 |
* | add a threading primitive API | Lennart Poettering | 2006-08-29 | 1 | -3/+13 |
* | add lock-free reference counting macros, based on libatomic-ops | Lennart Poettering | 2006-08-29 | 1 | -1/+3 |
* | add new test memblock-test for testing SHM import/export | Lennart Poettering | 2006-08-18 | 1 | -4/+13 |
* | implement new module "module-rescue-streams" which moves sink inputs away whe... | Lennart Poettering | 2006-08-13 | 1 | -1/+9 |
* | rework hook list stuff again, and replace macros with real functins. We loose... | Lennart Poettering | 2006-08-13 | 1 | -1/+2 |
* | implement typeafe hook chain | Lennart Poettering | 2006-08-12 | 1 | -1/+7 |
* | merge HAL support from Shams E. King | Lennart Poettering | 2006-08-06 | 1 | -0/+18 |