aboutsummaryrefslogtreecommitdiff
path: root/src/condition.h
Commit message (Collapse)AuthorAge
* condition: removed cond_timedwait() and cond_signal_async()Max Kellermann2008-12-29
| | | | These methods are unused.
* condition: migrate from pthread to glib threadsThomas Jansen2008-12-28
|
* added prefix to header macrosMax Kellermann2008-10-31
| | | | | | | "LOG_H" is a macro which is also used by ffmpeg/log.h. This is ffmpeg's fault, because short macros should be reserved for applications, but since it's always a good idea to choose prefixed macro names, even for applications, we are going to do that in MPD.
* don't include os_compat.hMax Kellermann2008-10-08
| | | | | When there are standardized headers, use these instead of the bloated os_compat.h.
* introduce struct condition as a more correct version of NotifyEric Wong2008-06-30
Start using it in the HTTP code git-svn-id: https://svn.musicpd.org/mpd/trunk@7395 09075e82-0dd4-0310-85a5-a0d7c8717e4f