Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-01-04 | removed the "condition" library | Max Kellermann | 1 | -62/+0 | |
It's unused. | |||||
2008-12-29 | condition: removed cond_timedwait() and cond_signal_async() | Max Kellermann | 1 | -22/+0 | |
These methods are unused. | |||||
2008-12-28 | condition: migrate from pthread to glib threads | Thomas Jansen | 1 | -33/+24 | |
2008-12-28 | Remove xpthread_* wrappers | Thomas Jansen | 1 | -4/+10 | |
2008-10-08 | don't include os_compat.h | Max Kellermann | 1 | -0/+3 | |
When there are standardized headers, use these instead of the bloated os_compat.h. | |||||
2008-06-30 | introduce struct condition as a more correct version of Notify | Eric Wong | 1 | -0/+84 | |
Start using it in the HTTP code git-svn-id: https://svn.musicpd.org/mpd/trunk@7395 09075e82-0dd4-0310-85a5-a0d7c8717e4f |