aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* tag: moved code to tag_print.cMax Kellermann2008-09-07
* client: added client_printf()Max Kellermann2008-09-07
* client: added client_write() and client_puts()Max Kellermann2008-09-07
* include cleanupMax Kellermann2008-09-06
* tag: fix segfault on updateEric Wong2008-09-06
* client: don't check FD_ISSET(client->fd) on expired clientMax Kellermann2008-09-06
* client: removed assert(client->fd)>=0Max Kellermann2008-09-06
* dbUtils, playlist, directory: pass constant pointersMax Kellermann2008-09-06
* tag: optimize tag_dup(), copy item referencesMax Kellermann2008-08-29
* oggflac: fix GCC warningsMax Kellermann2008-08-29
* tag: fix the shout and oggflac pluginsMax Kellermann2008-08-29
* const pointersMax Kellermann2008-08-29
* tag: static directory nameMax Kellermann2008-08-29
* tag: try not to reallocate tag.items in every add() callMax Kellermann2008-08-29
* song: don't export newNullSong()Max Kellermann2008-08-29
* tag: try not to duplicate the input stringMax Kellermann2008-08-29
* tag: pass length to fix_utf8()Max Kellermann2008-08-29
* added "length" parameter to validUtf8String()Max Kellermann2008-08-29
* assert value!=NULL in fix_utf8()Max Kellermann2008-08-29
* tag: converted macro fixUtf8() to an inline functionMax Kellermann2008-08-29
* tag: added a pool for tag itemsMax Kellermann2008-08-29
* tag: converted tag_item.value to a char arrayMax Kellermann2008-08-29
* removed tree.cMax Kellermann2008-08-29
* tag: converted MpdTag.items to a pointer listMax Kellermann2008-08-29
* tag: moved code to tag_id3.cMax Kellermann2008-08-29
* wavpack: tag_new() cannot failMax Kellermann2008-08-29
* tag: converted tag_add_item() to an inline functionMax Kellermann2008-08-29
* tag: renamed functions, no CamelCaseMax Kellermann2008-08-29
* 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