Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Get zlib compression working with bufferevents. | Nick Mathewson | 2010-09-27 |
* | Implement SOCKS-client support for bufferevents | Nick Mathewson | 2010-09-27 |
* | Fix more remaining users of inbuf/outbuf to handle bufferevents instead. | Nick Mathewson | 2010-09-27 |
* | Add a fetch_from_evbuffer_http | Nick Mathewson | 2010-09-27 |
* | Refactor SOCKS parsing code to handle evbuffers.•••Now all of the logic is in a parse_socks() function that gets data from a buf_t or evbuffer-specific wrapper. | Nick Mathewson | 2010-09-27 |
* | Clone fetch_var_cell_from_buf() for evbuffers. | Nick Mathewson | 2010-09-27 |
* | Remove unused function declarations•••Also remove some #if 0'd code from the unit tests for buffers. The code was killed in e6794e58081af773073c266e23fe3ab2ebecdb7e (5 years ago), and is now broken anyways. | Sebastian Hahn | 2010-08-17 |
* | Create buffers.h | Sebastian Hahn | 2010-07-27 |