aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* fix warnings in the HTTP clientMax Kellermann2008-08-25
* fixed ringbuf.c warningsMax Kellermann2008-08-25
* http: hopefully allow seeking to work on static filesEric Wong2008-06-30
* don't call seekInputStream(0) if r==0Max Kellermann2008-06-30
* eliminated local variable "to_read"Max Kellermann2008-06-30
* introduce struct condition as a more correct version of NotifyEric Wong2008-06-30
* utils: pthread_{mutex,cond}_init can fail, so check for itEric Wong2008-06-30
* http: initial rewrite using ringbuffer + pthreadsEric Wong2008-06-30
* http: fix some small memory leaks when hitting redirectsEric Wong2008-06-30
* utils: add new unforgiving utility functionsEric Wong2008-06-30
* ringbuf: add thread-safe, thread-specific reset functionsEric Wong2008-06-30
* ringbuf: get_{write,read}_vector returns total bytes in both vec eltsEric Wong2008-06-30
* http: split out logic around getaddrinfo() and connect()Eric Wong2008-06-30
* http: split out auth code since it's mostly uninteresting for nowEric Wong2008-06-30
* Add a generic ring buffer implementationEric Wong2008-06-30
* os_compat.h: add sys/uio.h for writev/readvEric Wong2008-06-30
* jack: initialize audioOutput->dataMax Kellermann2008-06-13
* mod: fix crashing on modtracker filesHans de Goede2008-06-13
* audio.c: avoid magic numbers even if they have comments :)Eric Wong2008-06-02
* remove audioDeviceStates from playerData and getPlayerDataEric Wong2008-06-02
* fix stream URLMax Kellermann2008-06-01
* oggflac_plugin: fix build with libOggFLAC lib (libFLAC <= 7)Eric Wong2008-06-01
* make DecoderControl.state an enumMax Kellerman2008-06-01
* notify: don't use camelCase in notify.[ch]Max Kellerman2008-06-01
* assert dc.state == DECODE_STATE_STOPMax Kellerman2008-06-01
* fix race condition in main_notify.cMax Kellermann2008-04-17
* added ob_set_lazy()Max Kellermann2008-04-15
* use dc.current_song instead of pc.current_songMax Kellermann2008-04-15
* const pointers in decode.cMax Kellermann2008-04-15
* const pointers in normalize.cMax Kellermann2008-04-15
* more const pointers in pcm_utils.[ch]Max Kellermann2008-04-15
* fix XFADE_DISABLED=-1Max Kellermann2008-04-15
* decode.c: make the crossfade state variable self-documentingEric Wong2008-04-14
* command.c: remove dead commented codeEric Wong2008-04-14
* Always compile ioops.h, since main_notify uses it nowEric Wong2008-04-13
* Make the OutputBuffer API more consistentEric Wong2008-04-13
* Stop passing our single OutputBuffer object everywhereEric Wong2008-04-13
* Stop passing our single DecoderControl object everywhereEric Wong2008-04-13
* Get rid of PlayerControl inside the PlayerData structEric Wong2008-04-13
* main_notify: just use cond_signal to wakeup, no need to trylockEric Wong2008-04-13
* main_notify: use pthread_cond_signal instead of broadcastEric Wong2008-04-12
* Fix a deadlock after pause/nextEric Wong2008-04-12
* Fix the problem of songs not advancing without client activityEric Wong2008-04-12
* command.h: include sllist.h which defines struct strnodeEric Wong2008-04-12
* const pointers in audioOutput.cMax Kellermann2008-04-12
* const pointers in audio.cMax Kellermann2008-04-12
* flush after loop in sendDataToOutputBuffer()Max Kellermann2008-04-12
* constant pointers in replayGain.cMax Kellermann2008-04-12
* yet another migration to size_tMax Kellermann2008-04-12
* check cb->stop in the while loopMax Kellermann2008-04-12