Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | poll() is totally broken on Mac OS X | Daniel Mack | 2009-12-16 | 1 | -1/+2 |
| | | | | | | Even on 10.5.8, poll() does not do the right thing. Haven't checked on newer versions. Hence, wrap all occurences of poll() to pa_poll and emulate that call with select() on OSX. This is totally embarassing. | ||||
* | use cloexec wrappers wherever applicable | Lennart Poettering | 2009-10-30 | 1 | -4/+1 |
| | |||||
* | autospawn: if creating the lock file fails, pass error code cleanly back to ↵ | Lennart Poettering | 2009-08-01 | 1 | -21/+45 |
| | | | | | | | | | main process This makes sure PA clients don't hang if $HOME is for some reason unsuitable for autospawn lockfiles. Closes #539 | ||||
* | Use LGPL 2.1 on all files previously using LGPL 2 | Colin Guthrie | 2009-03-03 | 1 | -1/+1 |
| | |||||
* | move autospawn lock to pulsecore/ since we don't need it in the client anymore | Lennart Poettering | 2008-09-08 | 1 | -0/+330 |