aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-08-31playlist: eliminate unused fd parametersMax Kellermann3-34/+34
2008-08-31jack: made "sample_size" static constMax Kellermann1-1/+1
2008-08-31moved jack configuration to the JackData structMax Kellermann1-49/+64
2008-08-31jack: removed unused macrosMax Kellermann1-10/+0
2008-08-31jack: don't set audioOutput->data=NULLMax Kellermann1-5/+5
2008-08-31jack: initialize JackData in jack_initDriver()Max Kellermann1-6/+2
2008-08-31jack: added freeJackClient()Max Kellermann1-13/+25
2008-08-31jack: initialize jd->client after !jd checkMax Kellermann1-5/+5
2008-08-31jack: eliminate superfluous freeJackData() callsMax Kellermann1-6/+0
2008-08-31mp3: converted the MUTEFRAME_ macros to an enumMax Kellermann1-9/+12
2008-08-31mp3: converted the DECODE_ constants to an enumMax Kellermann1-8/+13