| Commit message (Expand) | Author | Age |
... | |
* | Documenmt buffers.c; remove function that nobody ever calls. | Nick Mathewson | 2004-05-01 |
* | Fix windows compile | Nick Mathewson | 2004-05-01 |
* | Handle windows socket errors correctly; comment most of common. | Nick Mathewson | 2004-05-01 |
* | Make Tor build on win32 with VC6 without warnings. | Nick Mathewson | 2004-04-28 |
* | Log number of bytes pending after read. | Nick Mathewson | 2004-04-26 |
* | Add a macro to catch unhandled openssl errors. | Nick Mathewson | 2004-04-26 |
* | and other debugs | Roger Dingledine | 2004-04-26 |
* | add a debugging entry, to find the wants-to-read-but-can't bug | Roger Dingledine | 2004-04-26 |
* | use tor_assert | Roger Dingledine | 2004-04-25 |
* | make the max buf size 10 megabytes, not 1 megabyte | Roger Dingledine | 2004-04-08 |
* | There is no need to cast void* to other pointer types. | Nick Mathewson | 2004-04-07 |
* | Use (set|get)_uint(16|32) in lieu of memcpy where reasonable. | Nick Mathewson | 2004-04-03 |
* | better way: always nul-terminate. then sometimes use it, sometimes not. | Roger Dingledine | 2004-03-31 |
* | let fetch_from_buf_http tolerate nuls in the http body | Roger Dingledine | 2004-03-31 |
* | deal with hardware word alignment | Roger Dingledine | 2004-03-20 |
* | start tracking the 'broken pipe' error | Roger Dingledine | 2004-03-11 |
* | Make OP work on windows! (Also misc logging tweaks) | Nick Mathewson | 2004-03-11 |
* | Make tor build on windows again. More work still needed | Nick Mathewson | 2004-03-09 |
* | re-try streams at most 4 times | Roger Dingledine | 2004-03-07 |
* | Try to find out early if buffers get trashed or double-freed. | Nick Mathewson | 2004-03-03 |
* | Stop trying to flush on broken sockets marked for close. | Nick Mathewson | 2004-02-28 |
* | clean up some log messages and severities | Roger Dingledine | 2004-02-28 |
* | make flush_buf have a sane return convention | Roger Dingledine | 2004-02-28 |
* | Give the nice message about not being an HTTP proxy an <h1> headline | Peter Palfrader | 2004-02-27 |
* | writing html in C strings sucks | Roger Dingledine | 2004-02-26 |
* | when they use tor as an http proxy, give them an http 501 failure | Roger Dingledine | 2004-02-26 |
* | note an assert trigger, if you use an old broken netscape socks4 | Roger Dingledine | 2004-01-30 |
* | make a relay_header_t struct and pack/unpack funcs | Roger Dingledine | 2003-12-19 |
* | remove trailing whitespace | Roger Dingledine | 2003-12-17 |
* | make fetch_from_buf_http malloc its strings rather | Roger Dingledine | 2003-12-17 |
* | Resolve format warnings on MacOS X 10.3 | Nick Mathewson | 2003-12-16 |
* | oops, i broke buffers. fixed. | Roger Dingledine | 2003-12-14 |
* | more friendly warning when a connection buffer overflows | Roger Dingledine | 2003-12-14 |
* | initial patches on patches | Roger Dingledine | 2003-11-16 |
* | Make AP connections wait for a circuit if none exists. | Nick Mathewson | 2003-11-11 |
* | put small buffers back in place | Roger Dingledine | 2003-10-19 |
* | try to make cvs more stable for now. need to test this more in a bit. | Roger Dingledine | 2003-10-17 |
* | change buf->buf to buf->mem | Roger Dingledine | 2003-10-15 |
* | fix bug with overzealous shrinking; add more comments. | Nick Mathewson | 2003-10-15 |
* | make the buffer resize stuff work | Roger Dingledine | 2003-10-14 |
* | Make buffers grow and shrink as needed. | Nick Mathewson | 2003-10-14 |
* | clarify the warning for unrecognized socks version | Roger Dingledine | 2003-10-11 |
* | change WARNING to WARN | Roger Dingledine | 2003-10-10 |
* | Update LICENSE and copyright dates. | Nick Mathewson | 2003-10-08 |
* | socks5 now works | Roger Dingledine | 2003-10-04 |
* | clean up connection_assert_ok compiler warnings | Roger Dingledine | 2003-09-27 |
* | connection_new() can't ever fail | Roger Dingledine | 2003-09-27 |
* | first pass: obey log convention | Roger Dingledine | 2003-09-26 |
* | various bugfixes and updates | Roger Dingledine | 2003-09-25 |
* | Refactor buffers; implement descriptors. | Nick Mathewson | 2003-09-25 |