aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-02song: don't export newNullSong()Max Kellermann2-3/+1
2008-09-02tag: try not to duplicate the input stringMax Kellermann1-13/+18
2008-09-02tag: pass length to fix_utf8()Max Kellermann1-3/+4
2008-09-02added "length" parameter to validUtf8String()Max Kellermann4-10/+16
2008-09-02assert value!=NULL in fix_utf8()Max Kellermann1-1/+3
2008-09-02tag: converted macro fixUtf8() to an inline functionMax Kellermann1-9/+11
2008-09-02tag: added a pool for tag itemsMax Kellermann5-6/+147
2008-09-02tag: converted tag_item.value to a char arrayMax Kellermann4-20/+5
2008-09-02removed tree.cMax Kellermann4-857/+67
2008-09-02tag: converted MpdTag.items to a pointer listMax Kellermann4-17/+20
2008-09-02tag: moved code to tag_id3.cMax Kellermann5-352/+402
2008-09-02wavpack: tag_new() cannot failMax Kellermann1-5/+0
2008-09-02tag: converted tag_add_item() to an inline functionMax Kellermann1-2/+5
2008-09-02tag: renamed functions, no CamelCaseMax Kellermann19-121/+120
2008-09-02tag: renamed MpdTag and MpdTagItem to struct mpd_tag, struct tag_itemMax Kellermann26-109/+112
2008-09-01use deconst_ptr instead of duplicating deconst logicEric Wong5-55/+15
2008-09-01provide a generic deconst_ptr functionEric Wong1-0/+11
2008-09-01client: reorder function declarationsMax Kellermann1-3/+4
2008-09-01client: check "expired" after command executionMax Kellermann1-7/+14
2008-09-01client: added global "expired" flagMax Kellermann1-6/+7
2008-09-01client: removed superfluous assertionMax Kellermann1-1/+0
2008-09-01client: more assertionsMax Kellermann1-0/+6
2008-09-01client: moved code to sockaddr_to_tmp_string()Max Kellermann1-9/+17
2008-09-01client: replace "expired" flag with fd==-1Max Kellermann1-6/+6
2008-09-01client: moved "expired" accesses into inline functionMax Kellermann1-13/+29
2008-09-01client: no while loop in client_manager_io()Max Kellermann1-30/+24
2008-09-01client: select() errors are fatalMax Kellermann1-30/+6
2008-09-01client: use client_defer_output() in client_write()Max Kellermann1-7/+3
2008-09-01client: moved code to client_write()Max Kellermann1-26/+28
2008-09-01client: client_defer_output() can create the first defer bufferMax Kellermann1-5/+5
2008-09-01client: return early on error in client_defer_output()Max Kellermann1-5/+7
2008-09-01client: moved code to client_defer_output()Max Kellermann1-20/+27
2008-09-01client: don't free client resources except in client_close()Max Kellermann1-15/+0
2008-09-01client: allocate clients dynamicallyMax Kellermann1-90/+76
2008-09-01client: added function client_by_fd()Max Kellermann1-13/+21
2008-09-01client: return early in client_new()Max Kellermann1-30/+31
2008-09-01client: renamed all public functionsMax Kellermann6-19/+19
2008-09-01client: renamed internal functions and variablesMax Kellermann1-297/+296
2008-09-01client: renamed Interface to struct clientMax Kellermann1-19/+19
2008-09-01renamed interface.c to client.cMax Kellermann7-7/+7
2008-09-01imported list.h from the Linux kernel sourcesMax Kellermann2-0/+485
2008-09-01playlist: fix shuffle/random distributionEric Wong1-6/+19
2008-09-01storedPlaylist: correctly expand path when writingEric Wong1-6/+7
2008-09-01Fix shadow warningsEric Wong2-4/+4
2008-08-31pass constant pointersMax Kellermann10-16/+17
2008-08-31const pointersMax Kellermann6-16/+16
2008-08-31unsigned integers and size_tMax Kellermann3-11/+11
2008-08-31oggflac: fix GCC warningsMax Kellermann1-9/+9
2008-08-31include cleanupMax Kellermann4-2/+3
2008-08-31protect locate.h from double inclusionMax Kellermann1-0/+5