aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_itemMax Kellermann2008-08-29
* added xfree() which takes a const pointerMax Kellermann2008-08-29
* export the function client_is_expired()Max Kellermann2008-08-29
* client: pass the client struct to processCommand()Max Kellermann2008-08-29
* client: reorder function declarationsMax Kellermann2008-08-29
* client: check "expired" after command executionMax Kellermann2008-08-29
* client: added global "expired" flagMax Kellermann2008-08-29
* pass constant pointersMax Kellermann2008-08-29
* client: removed superfluous assertionMax Kellermann2008-08-29
* log.c: thread-safety for warning logEric Wong2008-08-28
* client: more assertionsMax Kellermann2008-08-28
* client: replace "expired" flag with fd==-1Max Kellermann2008-08-28
* client: moved "expired" accesses into inline functionMax Kellermann2008-08-28
* moved code to sockaddr_to_tmp_string()Max Kellermann2008-08-28
* client: no while loop in client_manager_io()Max Kellermann2008-08-28
* client: select() errors are fatalMax Kellermann2008-08-28
* client: use client_defer_output() in client_write()Max Kellermann2008-08-28
* moved code to client_write()Max Kellermann2008-08-28
* client: client_defer_output() can create the first defer bufferMax Kellermann2008-08-28
* client: return early on error in client_defer_output()Max Kellermann2008-08-28
* client: moved code to client_defer_output()Max Kellermann2008-08-28
* don't free client resources except in client_close()Max Kellermann2008-08-28
* client: allocate clients dynamicallyMax Kellermann2008-08-28
* client: added function client_by_fd()Max Kellermann2008-08-28
* client: return early in client_new()Max Kellermann2008-08-28
* client: renamed all public functionsMax Kellermann2008-08-28
* client: renamed internal functions and variablesMax Kellermann2008-08-28
* client: renamed Interface to struct clientMax Kellermann2008-08-28
* renamed interface.c to client.cMax Kellermann2008-08-28
* imported list.h from the Linux kernel sourcesMax Kellermann2008-08-28
* const pointersMax Kellermann2008-08-28
* unsigned integers and size_tMax Kellermann2008-08-28
* include cleanupMax Kellermann2008-08-28
* protect locate.h from double inclusionMax Kellermann2008-08-28
* moved player_command_finished() to player_thread.cMax Kellermann2008-08-26
* moved code to pc_init(), dc_init()Max Kellermann2008-08-26
* renamed player.c to player_control.cMax Kellermann2008-08-26
* no commandError() in playerSeek()Max Kellermann2008-08-26
* don't initialize "i" if we overwrite it anywayMax Kellermann2008-08-26
* renamed decoderInit() to decoder_thread_start()Max Kellermann2008-08-26
* renamed decode.h to decoder_control.hMax Kellermann2008-08-26
* renamed decode.c to decoder_thread.cMax Kellermann2008-08-26
* moved global variable "pc" to player.hMax Kellermann2008-08-26
* moved global variable "ob" to outputBuffer.hMax Kellermann2008-08-26
* moved enum decoder_command to decoder_api.hMax Kellermann2008-08-26
* moved variable "dc" to decode.hMax Kellermann2008-08-26
* player_thread: removed decode(), renamed decodeParent()Max Kellermann2008-08-26
* hide DecoderControl accesses in inline functionsMax Kellermann2008-08-26
* check for decoder error before state!=STARTMax Kellermann2008-08-26
* don't reset dc->command in quitDecode()Max Kellermann2008-08-26