summaryrefslogtreecommitdiff
path: root/src/libwaitress/waitress.c
AgeCommit message (Collapse)AuthorFilesLines
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: remove unused return codeLars-Dominik Braun1-4/+0
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 Braun1-30/+32
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-07-14Defined _DARWIN_C_SOURCELars-Dominik Braun1-0/+1
Required to expose non-standard functions. Closes #138
2011-07-11Disable feature test macros on FreeBSDEitan Adler1-0/+2
Closes #136
2011-06-13waitress: http "basic" authentication supportLars-Dominik Braun1-0/+31
Closes #109
2011-06-13waitress: Base64 encoder addedLars-Dominik Braun1-0/+128
2011-06-13waitress: Rewrite split urlLars-Dominik Braun1-81/+251
Accepts user and password in urls now. Tests added.
2010-12-27Change my email addressLars-Dominik Braun1-1/+1
Again. And hopefully the last time.
2010-12-26Better directory layoutLars-Dominik Braun1-0/+573
Removed useless AUTHORS, COPYING and README files. Move manpage to contrib (it's not exactly source code).