Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | output/httpd: use the BufferedSocket class for HttpdClient | Max Kellermann | 2013-01-30 | 1 | -1/+1 |
| | |||||
* | ServerSocket: replace callback with virtual method | Max Kellermann | 2013-01-30 | 1 | -25/+23 |
| | |||||
* | output/httpd: safer cast, consider offset | Max Kellermann | 2013-01-30 | 1 | -10/+16 |
| | |||||
* | output/httpd: add constructor, destructor, Configure() | Max Kellermann | 2013-01-30 | 1 | -48/+59 |
| | |||||
* | ServerSocket: expose the class | Max Kellermann | 2013-01-30 | 1 | -8/+7 |
| | | | | Eliminate the C wrappers. | ||||
* | ServerSocket: move to libevent.a | Max Kellermann | 2013-01-30 | 1 | -1/+1 |
| | |||||
* | page: convert to C++ | Max Kellermann | 2013-01-30 | 1 | -11/+11 |
| | |||||
* | icy_server: convert to C++ | Max Kellermann | 2013-01-30 | 1 | -1/+1 |
| | |||||
* | icy_server: pass pointer to _metadata_page() | Max Kellermann | 2013-01-30 | 1 | -3/+6 |
| | | | | Don't use va_list. | ||||
* | output/httpd: move functions into the HttpdOutput class | Max Kellermann | 2013-01-27 | 1 | -155/+136 |
| | |||||
* | output/httpd: rename struct httpd_output | Max Kellermann | 2013-01-27 | 1 | -25/+25 |
| | |||||
* | ServerSocket: use the SocketMonitor class | Max Kellermann | 2013-01-15 | 1 | -1/+3 |
| | |||||
* | server_socket: convert to C++ | Max Kellermann | 2013-01-15 | 1 | -1/+1 |
| | |||||
* | output/httpd: convert to C++ | Max Kellermann | 2013-01-15 | 1 | -0/+570 |