Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-09 | waitress: move credentials init to WaitressInit | Lars-Dominik Braun | 1 | -8/+14 | |
Reusable. | |||||
2011-11-09 | waitress: Server certificate verification | Lars-Dominik Braun | 1 | -0/+62 | |
2011-11-09 | waitress: Initial TLS implementation (using gnutls) | Lars-Dominik Braun | 1 | -37/+161 | |
2011-11-09 | waitress: split WaitressFetchCall, part 3: read | Lars-Dominik Braun | 1 | -37/+46 | |
2011-11-09 | waitress: split WaitressFetchCall, part 2: write | Lars-Dominik Braun | 1 | -29/+46 | |
Currently leaks memory... | |||||
2011-11-09 | waitress: split WaitressFetchCall, part 1: connect | Lars-Dominik Braun | 1 | -54/+60 | |
2011-11-09 | waitress: merge remaining buffer push into loop | Lars-Dominik Braun | 1 | -25/+8 | |
2011-11-09 | waitress: document assumptions with assert statements | Lars-Dominik Braun | 1 | -0/+51 | |
2011-11-09 | waitress: const correctness | Lars-Dominik Braun | 1 | -5/+5 | |
2011-11-09 | waitress: muke sure chunked handler reads \r\n | Lars-Dominik Braun | 1 | -2/+6 | |
2011-11-09 | waitress: fix chunked handler return values | Lars-Dominik Braun | 1 | -4/+11 | |
2011-11-09 | waitress: header keys/values are case-insensitive | Lars-Dominik Braun | 1 | -4/+6 | |
2011-11-09 | waitress: handler return values | Lars-Dominik Braun | 1 | -15/+41 | |
2011-11-09 | waitress: enable http 1.1 | Lars-Dominik Braun | 1 | -2/+3 | |
2011-11-09 | waitress: support chunked encoding | Lars-Dominik Braun | 1 | -37/+87 | |
as requested by rfc 2616 | |||||
2011-11-09 | waitress: streq already defined | Lars-Dominik Braun | 1 | -2/+0 | |
2011-11-09 | waitress: update comment (buffer is \0-terminated) | Lars-Dominik Braun | 1 | -2/+4 | |
2011-11-09 | waitress: rename variable | Lars-Dominik Braun | 1 | -11/+11 | |
2011-11-09 | waitress: avoid expensive/unnecessary memset | Lars-Dominik Braun | 1 | -1/+1 | |
2011-11-09 | waitress: getline function | Lars-Dominik Braun | 1 | -9/+24 | |
2011-11-09 | waitress: remove unused return code | Lars-Dominik Braun | 1 | -4/+0 | |
2011-11-09 | waitress: has been moved to start of buffer... | Lars-Dominik Braun | 1 | -1/+1 | |
i’m wondering why this crap worked in the first place... | |||||
2011-11-09 | waitress: move macro def into function | Lars-Dominik Braun | 1 | -15/+15 | |
2011-11-09 | waitress: fix invalid memory access | Lars-Dominik Braun | 1 | -2/+2 | |
2011-11-09 | waitress: move large allocations to heap | Lars-Dominik Braun | 1 | -30/+32 | |
2011-11-09 | waitress: status line parser | Lars-Dominik Braun | 1 | -14/+32 | |
2011-11-09 | waitress: added identity handler | Lars-Dominik Braun | 1 | -4/+10 | |
2011-11-09 | waitress: added header handler | Lars-Dominik Braun | 1 | -4/+22 | |
2011-07-14 | Defined _DARWIN_C_SOURCE | Lars-Dominik Braun | 1 | -0/+1 | |
Required to expose non-standard functions. Closes #138 | |||||
2011-07-11 | Disable feature test macros on FreeBSD | Eitan Adler | 1 | -0/+2 | |
Closes #136 | |||||
2011-06-13 | waitress: http "basic" authentication support | Lars-Dominik Braun | 1 | -0/+31 | |
Closes #109 | |||||
2011-06-13 | waitress: Base64 encoder added | Lars-Dominik Braun | 1 | -0/+128 | |
2011-06-13 | waitress: Rewrite split url | Lars-Dominik Braun | 1 | -81/+251 | |
Accepts user and password in urls now. Tests added. | |||||
2010-12-27 | Change my email address | Lars-Dominik Braun | 1 | -1/+1 | |
Again. And hopefully the last time. | |||||
2010-12-26 | Better directory layout | Lars-Dominik Braun | 1 | -0/+573 | |
Removed useless AUTHORS, COPYING and README files. Move manpage to contrib (it's not exactly source code). |