Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-13 | waitress: Fix ssize_t/size_t confusion | Lars-Dominik Braun | 1 | -1/+1 | |
2011-11-12 | waitress: Fix compiler warnings | Lars-Dominik Braun | 1 | -3/+3 | |
2011-11-11 | waitress: Fingerprint check | Lars-Dominik Braun | 1 | -2/+2 | |
Reduces memory usage, protects against 0wned CA's and avoids ca-bundle confusion. Closes #175 | |||||
2011-11-10 | Die if trust file load fails | Lars-Dominik Braun | 1 | -1/+2 | |
2011-11-09 | TLS is not optional any more | Lars-Dominik Braun | 1 | -6/+0 | |
2011-11-09 | waitress: Don't initialize TLS if not requested | Lars-Dominik Braun | 1 | -0/+1 | |
The player does not need TLS. This saves a few bytes. | |||||
2011-11-09 | waitress: move credentials init to WaitressInit | Lars-Dominik Braun | 1 | -2/+5 | |
Reusable. | |||||
2011-11-09 | waitress: Initial TLS implementation (using gnutls) | Lars-Dominik Braun | 1 | -18/+35 | |
2011-11-09 | waitress: split WaitressFetchCall, part 2: write | Lars-Dominik Braun | 1 | -0/+1 | |
Currently leaks memory... | |||||
2011-11-09 | waitress: split WaitressFetchCall, part 1: connect | Lars-Dominik Braun | 1 | -0/+1 | |
2011-11-09 | waitress: const correctness | Lars-Dominik Braun | 1 | -1/+1 | |
2011-11-09 | waitress: handler return values | Lars-Dominik Braun | 1 | -1/+9 | |
2011-11-09 | waitress: support chunked encoding | Lars-Dominik Braun | 1 | -2/+8 | |
as requested by rfc 2616 | |||||
2011-11-09 | waitress: beautify typedefs | Lars-Dominik Braun | 1 | -8/+22 | |
2011-11-09 | waitress: remove unused return code | Lars-Dominik Braun | 1 | -1/+1 | |
2011-11-09 | waitress: move large allocations to heap | Lars-Dominik Braun | 1 | -1/+1 | |
2011-06-13 | waitress: Rewrite split url | Lars-Dominik Braun | 1 | -16/+15 | |
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/+78 | |
Removed useless AUTHORS, COPYING and README files. Move manpage to contrib (it's not exactly source code). |