Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Assorted minor Windows compatibility fixes for recent code updates. | Pierre Ossman | 2007-10-03 | 1 | -0/+7 |
* | Use Linux eventfd() if kernel supports it | Lennart Poettering | 2007-09-26 | 1 | -19/+100 |
* | make O_CLOEXEC, O_NONBLOCK and socket low latency fd ops more uniform: always... | Lennart Poettering | 2007-09-19 | 1 | -2/+2 |
* | add new pa_pipe_close() API to close two fds at the same time | Lennart Poettering | 2007-09-12 | 1 | -2/+1 |
* | consolidate close() calls to pa_close(), and make sure on every occasion that... | Lennart Poettering | 2007-09-12 | 1 | -2/+2 |
* | add an assert() | Lennart Poettering | 2007-08-30 | 1 | -1/+1 |
* | set CLOEXEC on more fds | Lennart Poettering | 2007-08-15 | 1 | -0/+3 |
* | allow destruction of pa_fdsem object that are still in 'poll' state | Lennart Poettering | 2007-08-11 | 1 | -6/+3 |
* | add abstracted file descriptor based semaphore object that is lock-free in th... | Lennart Poettering | 2007-07-26 | 1 | -0/+189 |