aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-08-29const pointersMax Kellermann4-10/+10
2008-08-29tag: static directory nameMax Kellermann1-5/+3
2008-08-29tag: try not to reallocate tag.items in every add() callMax Kellermann3-7/+91
2008-08-29song: don't export newNullSong()Max Kellermann2-3/+1
2008-08-29tag: try not to duplicate the input stringMax Kellermann1-13/+18
2008-08-29tag: pass length to fix_utf8()Max Kellermann1-3/+4
2008-08-29added "length" parameter to validUtf8String()Max Kellermann4-10/+16
2008-08-29assert value!=NULL in fix_utf8()Max Kellermann1-1/+3
2008-08-29tag: converted macro fixUtf8() to an inline functionMax Kellermann1-9/+11
2008-08-29tag: added a pool for tag itemsMax Kellermann5-6/+147
2008-08-29tag: converted tag_item.value to a char arrayMax Kellermann4-20/+5
2008-08-29removed tree.cMax Kellermann4-849/+69
2008-08-29tag: converted MpdTag.items to a pointer listMax Kellermann4-17/+20
2008-08-29tag: moved code to tag_id3.cMax Kellermann6-352/+403
2008-08-29wavpack: tag_new() cannot failMax Kellermann1-5/+0
2008-08-29tag: converted tag_add_item() to an inline functionMax Kellermann1-2/+5
2008-08-29tag: renamed functions, no CamelCaseMax Kellermann16-111/+110
2008-08-29tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_itemMax Kellermann21-90/+93
2008-08-29added xfree() which takes a const pointerMax Kellermann1-0/+13
2008-08-29export the function client_is_expired()Max Kellermann4-12/+6
2008-08-29client: pass the client struct to processCommand()Max Kellermann4-9/+34
2008-08-29client: reorder function declarationsMax Kellermann1-3/+4
2008-08-29client: check "expired" after command executionMax Kellermann1-7/+14
2008-08-29client: added global "expired" flagMax Kellermann1-6/+7
2008-08-29pass constant pointersMax Kellermann10-16/+17
2008-08-29client: removed superfluous assertionMax Kellermann1-1/+0
2008-08-28log.c: thread-safety for warning logEric Wong1-4/+12
2008-08-28client: more assertionsMax Kellermann1-0/+6
2008-08-28client: replace "expired" flag with fd==-1Max Kellermann1-6/+6
2008-08-28client: moved "expired" accesses into inline functionMax Kellermann1-13/+29
2008-08-28moved code to sockaddr_to_tmp_string()Max Kellermann1-9/+17
2008-08-28client: no while loop in client_manager_io()Max Kellermann1-32/+26
2008-08-28client: select() errors are fatalMax Kellermann1-30/+6
2008-08-28client: use client_defer_output() in client_write()Max Kellermann1-7/+3
2008-08-28moved code to client_write()Max Kellermann1-26/+28
2008-08-28client: client_defer_output() can create the first defer bufferMax Kellermann1-5/+5
2008-08-28client: return early on error in client_defer_output()Max Kellermann1-5/+7
2008-08-28client: moved code to client_defer_output()Max Kellermann1-20/+27
2008-08-28don't free client resources except in client_close()Max Kellermann1-15/+0
2008-08-28client: allocate clients dynamicallyMax Kellermann1-90/+76
2008-08-28client: added function client_by_fd()Max Kellermann1-13/+21
2008-08-28client: return early in client_new()Max Kellermann1-30/+31
2008-08-28client: renamed all public functionsMax Kellermann6-19/+19
2008-08-28client: renamed internal functions and variablesMax Kellermann1-297/+296
2008-08-28client: renamed Interface to struct clientMax Kellermann1-19/+19
2008-08-28renamed interface.c to client.cMax Kellermann7-7/+7
2008-08-28imported list.h from the Linux kernel sourcesMax Kellermann2-0/+485
2008-08-28const pointersMax Kellermann6-16/+16
2008-08-28unsigned integers and size_tMax Kellermann3-11/+11
2008-08-28include cleanupMax Kellermann4-2/+3