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