Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-06-19 | waitress: Documentation | Lars-Dominik Braun | 1 | -0/+2 | |
2010-06-14 | Forgot to add config.h's to tree | Lars-Dominik Braun | 2 | -1/+1 | |
Closes bug #30 | |||||
2010-06-11 | Switching build system again | Lars-Dominik Braun | 2 | -29/+0 | |
Now it's plain make. | |||||
2010-04-06 | Use new libpiano api | Lars-Dominik Braun | 2 | -0/+65 | |
Adds error messages to libwaitress, too. Eventcmd implementation is quick&dirty, needs to be rewritten. | |||||
2010-03-16 | waitress: Replaced callback magic numbers | Lars-Dominik Braun | 2 | -7/+11 | |
2010-03-05 | waitress: Abort reading if server closes connection | Lars-Dominik Braun | 2 | -2/+7 | |
Caused infinite loops under certain circumstances. | |||||
2010-01-29 | waitress: Increase tcp receive buffer | Lars-Dominik Braun | 1 | -0/+3 | |
2010-01-24 | It's 2010 now, part two | Lars-Dominik Braun | 3 | -3/+3 | |
2009-12-19 | Fix printf format for size_t | Lars-Dominik Braun | 1 | -1/+1 | |
2009-12-15 | Rename libraries' main.c files | Lars-Dominik Braun | 2 | -1/+1 | |
2009-09-08 | C99 conformance | Lars-Dominik Braun | 2 | -2/+5 | |
2009-08-19 | Added some cmake code to the project CMakeLists.txt's to include the proper ↵ | Patrick Reynolds | 1 | -0/+2 | |
binary directories. Without this code, out-of-source builds do not work. | |||||
2009-08-14 | waitress: Use dynamic allocated buffer for FetchBuf | Lars-Dominik Braun | 2 | -20/+28 | |
2009-08-04 | Use "static" keyword for functions | Lars-Dominik Braun | 1 | -4/+4 | |
2009-08-04 | waitress: Fix another valgrind warning in WaitressSplitUrl | Lars-Dominik Braun | 1 | -3/+6 | |
2009-08-04 | waitress: Ensure buffer is always null-terminated | Lars-Dominik Braun | 1 | -1/+2 | |
2009-07-02 | waitress: socket() needs a library on SunOS | Lars-Dominik Braun | 1 | -0/+14 | |
2009-06-21 | waitress: http header parser rewritten | Lars-Dominik Braun | 1 | -81/+60 | |
2009-05-28 | waitress: Fix urlencode | Lars-Dominik Braun | 1 | -2/+2 | |
2009-05-25 | waitress: Downgrade to HTTP/1.0 | Lars-Dominik Braun | 1 | -2/+2 | |
I don't need you, Transfer-Encoding: chunked. Nobody wants you here, Transfer-Encoding: chunked. Get lost. Thanks. Oh, btw: Fixes "Unknown." error in PianoGetGenreStations () | |||||
2009-05-22 | waitress: Add _RET_READ_ERR, retry on read error in player | Lars-Dominik Braun | 2 | -2/+3 | |
Enhances commit 279f3ba93b729684e54300352c59523bd05e54bc | |||||
2009-05-15 | waitress: Add timeouts | Lars-Dominik Braun | 2 | -19/+109 | |
read() and write() may time out now. Implemented using non-blocking sockets and poll (). Default timeout: 30 seconds. | |||||
2009-05-03 | Fix range header, accept 206 status code | Lars-Dominik Braun | 1 | -2/+3 | |
2009-05-03 | waitress: Added | Lars-Dominik Braun | 8 | -0/+509 | |
libwaitress is a http library designed to replace curl |