summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-11-09waitress: split WaitressFetchCall, part 1: connectLars-Dominik Braun2-54/+61
2011-11-09waitress: merge remaining buffer push into loopLars-Dominik Braun1-25/+8
2011-11-09waitress: document assumptions with assert statementsLars-Dominik Braun1-0/+51
2011-11-09waitress: const correctnessLars-Dominik Braun2-6/+6
2011-11-09waitress: muke sure chunked handler reads \r\nLars-Dominik Braun1-2/+6
2011-11-09waitress: fix chunked handler return valuesLars-Dominik Braun1-4/+11
2011-11-09waitress: header keys/values are case-insensitiveLars-Dominik Braun1-4/+6
2011-11-09waitress: handler return valuesLars-Dominik Braun2-16/+50
2011-11-09waitress: enable http 1.1Lars-Dominik Braun1-2/+3
2011-11-09waitress: support chunked encodingLars-Dominik Braun3-40/+96
as requested by rfc 2616
2011-11-09waitress: streq already definedLars-Dominik Braun1-2/+0
2011-11-09waitress: update comment (buffer is \0-terminated)Lars-Dominik Braun1-2/+4
2011-11-09waitress: rename variableLars-Dominik Braun1-11/+11
2011-11-09waitress: avoid expensive/unnecessary memsetLars-Dominik Braun1-1/+1
2011-11-09waitress: getline functionLars-Dominik Braun1-9/+24
2011-11-09waitress: beautify typedefsLars-Dominik Braun1-8/+22
2011-11-09waitress: remove unused return codeLars-Dominik Braun2-5/+1
2011-11-09waitress: has been moved to start of buffer...Lars-Dominik Braun1-1/+1
i’m wondering why this crap worked in the first place...
2011-11-09waitress: move macro def into functionLars-Dominik Braun1-15/+15
2011-11-09waitress: fix invalid memory accessLars-Dominik Braun1-2/+2
2011-11-09waitress: move large allocations to heapLars-Dominik Braun3-32/+34
2011-11-09waitress: status line parserLars-Dominik Braun1-14/+32
2011-11-09waitress: added identity handlerLars-Dominik Braun1-4/+10
2011-11-09waitress: added header handlerLars-Dominik Braun1-4/+22
2011-11-09Back to -devLars-Dominik Braun1-1/+1
2011-11-09Prepare for release 2011.11.092011.11.09Lars-Dominik Braun2-1/+6
2011-11-09piano: Protocol version bump (v33)Lars-Dominik Braun5-257/+237
addFeedback call changed. Input keys changed. Thanks to ZigZagJoe. Closes #171
2011-11-08Back to snprintfLars-Dominik Braun1-16/+2
Fixes #169.
2011-10-22piano: A few more assertionsLars-Dominik Braun1-0/+8
2011-10-22Support seed stationsLars-Dominik Braun7-16/+66
Fixes #165
2011-09-22Back to -devLars-Dominik Braun1-1/+1
2011-09-22Prepare for release 2011.09.222011.09.22Lars-Dominik Braun2-1/+11
2011-09-22piano: Protocol version bump (v32)Lars-Dominik Braun6-59/+59
Keys stay the same. Quickmix and seed suggestion API calls changed. Listener id is not part of the url any more. Bookmark API calls seem to be deprecated.
2011-09-03Add .TQ command definition to manpageLars-Dominik Braun1-0/+6
Closes #154
2011-09-02Use fprintf instead of snprintfLars-Dominik Braun1-14/+11
- Output size not limited by buffer size - No local buffer needed
2011-08-31adapt to last.fm scrobble definitons, and support love and banYuval Hager1-3/+16
Closes #153
2011-08-29manpage: Config keys should be sortedLars-Dominik Braun1-18/+18
2011-08-29Customizeable list format (songs)Lars-Dominik Braun5-5/+49
Fixes #151
2011-08-23Configureable fifo pathLars-Dominik Braun5-6/+18
See #149.
2011-08-19Don’t remove whitespace from config valuesLars-Dominik Braun1-2/+3
Closes #148
2011-08-18Add .PHONY to Makefile to avoid conflicts on case-insensitive file systemsaguynamedryan1-0/+2
Closes #147
2011-07-29Ask for email address instead of usernameOliver Graff1-1/+1
Fixes #144
2011-07-29Fix quickmix station filteringLars-Dominik Braun1-0/+5
Regression introduced by 0728b6a89de607e211bbc075b34f08495ac0d22f
2011-07-27Configureable %@ format stringLars-Dominik Braun4-2/+13
2011-07-25Added toggle to quickmix menuLars-Dominik Braun5-7/+56
Closes #141
2011-07-23Fix commentsLars-Dominik Braun1-7/+7
2011-07-15piano: Check for exception only in ParseSimpleLars-Dominik Braun1-13/+3
Fixes false bookmarking error message (bookmarking still worked). Closes #140
2011-07-14Defined _DARWIN_C_SOURCELars-Dominik Braun8-0/+8
Required to expose non-standard functions. Closes #138
2011-07-11Disable feature test macros on FreeBSDEitan Adler8-0/+16
Closes #136
2011-07-09Back to -devLars-Dominik Braun1-1/+1