Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | patches on patches | Roger Dingledine | 2004-05-02 |
| | | | | svn:r1763 | ||
* | Documenmt buffers.c; remove function that nobody ever calls. | Nick Mathewson | 2004-05-01 |
| | | | | svn:r1760 | ||
* | Fix windows compile | Nick Mathewson | 2004-05-01 |
| | | | | svn:r1757 | ||
* | Handle windows socket errors correctly; comment most of common. | Nick Mathewson | 2004-05-01 |
| | | | | svn:r1756 | ||
* | Make Tor build on win32 with VC6 without warnings. | Nick Mathewson | 2004-04-28 |
| | | | | svn:r1739 | ||
* | Log number of bytes pending after read. | Nick Mathewson | 2004-04-26 |
| | | | | svn:r1726 | ||
* | Add a macro to catch unhandled openssl errors. | Nick Mathewson | 2004-04-26 |
| | | | | svn:r1723 | ||
* | and other debugs | Roger Dingledine | 2004-04-26 |
| | | | | svn:r1722 | ||
* | add a debugging entry, to find the wants-to-read-but-can't bug | Roger Dingledine | 2004-04-26 |
| | | | | svn:r1719 | ||
* | use tor_assert | Roger Dingledine | 2004-04-25 |
| | | | | | | | remove obsolete BUF_OK macro svn:r1697 | ||
* | make the max buf size 10 megabytes, not 1 megabyte | Roger Dingledine | 2004-04-08 |
| | | | | | | | need to implement flexible buffer sizes soon svn:r1553 | ||
* | There is no need to cast void* to other pointer types. | Nick Mathewson | 2004-04-07 |
| | | | | svn:r1524 | ||
* | Use (set|get)_uint(16|32) in lieu of memcpy where reasonable. | Nick Mathewson | 2004-04-03 |
| | | | | svn:r1462 | ||
* | better way: always nul-terminate. then sometimes use it, sometimes not. | Roger Dingledine | 2004-03-31 |
| | | | | svn:r1408 | ||
* | let fetch_from_buf_http tolerate nuls in the http body | Roger Dingledine | 2004-03-31 |
| | | | | | | | | teach directory.c about which places it needs to nul-terminate body before it uses it, and which places it must not svn:r1407 | ||
* | deal with hardware word alignment | Roger Dingledine | 2004-03-20 |
| | | | | | | | | | this was causing the seg faults on sparc processors i wonder if i got them all. svn:r1314 | ||
* | start tracking the 'broken pipe' error | Roger Dingledine | 2004-03-11 |
| | | | | svn:r1261 | ||
* | Make OP work on windows! (Also misc logging tweaks) | Nick Mathewson | 2004-03-11 |
| | | | | svn:r1258 | ||
* | Make tor build on windows again. More work still needed | Nick Mathewson | 2004-03-09 |
| | | | | svn:r1247 | ||
* | re-try streams at most 4 times | Roger Dingledine | 2004-03-07 |
| | | | | svn:r1242 | ||
* | Try to find out early if buffers get trashed or double-freed. | Nick Mathewson | 2004-03-03 |
| | | | | svn:r1225 | ||
* | Stop trying to flush on broken sockets marked for close. | Nick Mathewson | 2004-02-28 |
| | | | | svn:r1163 | ||
* | clean up some log messages and severities | Roger Dingledine | 2004-02-28 |
| | | | | | | | still plenty more left to clean svn:r1158 | ||
* | make flush_buf have a sane return convention | Roger Dingledine | 2004-02-28 |
| | | | | svn:r1157 | ||
* | Give the nice message about not being an HTTP proxy an <h1> headline | Peter Palfrader | 2004-02-27 |
| | | | | svn:r1139 | ||
* | writing html in C strings sucks | Roger Dingledine | 2004-02-26 |
| | | | | svn:r1127 | ||
* | when they use tor as an http proxy, give them an http 501 failure | Roger Dingledine | 2004-02-26 |
| | | | | svn:r1126 | ||
* | note an assert trigger, if you use an old broken netscape socks4 | Roger Dingledine | 2004-01-30 |
| | | | | svn:r1022 | ||
* | make a relay_header_t struct and pack/unpack funcs | Roger Dingledine | 2003-12-19 |
| | | | | | | | | | | | | | | split 7-byte stream_id string into 2-byte recognized and 2-byte stream_id fix two seg faults in fetch_from_buf_http fix several lurking seg faults in handling unexpected relay cells still need to * clean up relay_crypt * use relay dummies if there's going to be a conflict with rh.recognized * check for a conflict when generating stream_ids svn:r953 | ||
* | remove trailing whitespace | Roger Dingledine | 2003-12-17 |
| | | | | svn:r951 | ||
* | make fetch_from_buf_http malloc its strings rather | Roger Dingledine | 2003-12-17 |
| | | | | | | | | | | than use fixed-size strings reorganize directory_handle_command so it'll be easier to do more with our directory servers svn:r950 | ||
* | Resolve format warnings on MacOS X 10.3 | Nick Mathewson | 2003-12-16 |
| | | | | svn:r938 | ||
* | oops, i broke buffers. fixed. | Roger Dingledine | 2003-12-14 |
| | | | | svn:r931 | ||
* | more friendly warning when a connection buffer overflows | Roger Dingledine | 2003-12-14 |
| | | | | svn:r918 | ||
* | initial patches on patches | Roger Dingledine | 2003-11-16 |
| | | | | svn:r814 | ||
* | Make AP connections wait for a circuit if none exists. | Nick Mathewson | 2003-11-11 |
| | | | | | | | | | | | | | Also: - Refactor socks request into a separate struct - Add a separate 'waiting for circuit' state to AP connections between 'waiting for socks' and 'open'. Arma: can you check out the XXX's I've added to connection_edge? I may be mishandling some async and close logic. svn:r783 | ||
* | put small buffers back in place | Roger Dingledine | 2003-10-19 |
| | | | | svn:r629 | ||
* | try to make cvs more stable for now. need to test this more in a bit. | Roger Dingledine | 2003-10-17 |
| | | | | svn:r612 | ||
* | change buf->buf to buf->mem | Roger Dingledine | 2003-10-15 |
| | | | | | | | maybe this will mean fewer dumb errors svn:r599 | ||
* | fix bug with overzealous shrinking; add more comments. | Nick Mathewson | 2003-10-15 |
| | | | | svn:r597 | ||
* | make the buffer resize stuff work | Roger Dingledine | 2003-10-14 |
| | | | | | | | and make listener connections not have bufs svn:r584 | ||
* | Make buffers grow and shrink as needed. | Nick Mathewson | 2003-10-14 |
| | | | | svn:r583 | ||
* | clarify the warning for unrecognized socks version | Roger Dingledine | 2003-10-11 |
| | | | | | | | (generally happens when people use tor as an httpd proxy) svn:r576 | ||
* | change WARNING to WARN | Roger Dingledine | 2003-10-10 |
| | | | | | | | and fix a few typos svn:r571 | ||
* | Update LICENSE and copyright dates. | Nick Mathewson | 2003-10-08 |
| | | | | svn:r560 | ||
* | socks5 now works | Roger Dingledine | 2003-10-04 |
| | | | | | | | (or at least, we can talk to mozilla.) svn:r536 | ||
* | clean up connection_assert_ok compiler warnings | Roger Dingledine | 2003-09-27 |
| | | | | svn:r498 | ||
* | connection_new() can't ever fail | Roger Dingledine | 2003-09-27 |
| | | | | svn:r497 | ||
* | first pass: obey log convention | Roger Dingledine | 2003-09-26 |
| | | | | | | | | | | | | | | | | | | | | | ERR is if something fatal just happened WARNING is something bad happened, but we're still running. The bad thing is either a bug in the code, an attack or buggy protocol/implementation of the remote peer, etc. The operator should examine the bad thing and try to correct it. (No error or warning messages should be expected. I expect most people to run on -l warning eventually.) NOTICE is never ever used. INFO means something happened (maybe bad, maybe ok), but there's nothing you need to (or can) do about it. DEBUG is for everything louder than INFO. svn:r486 | ||
* | various bugfixes and updates | Roger Dingledine | 2003-09-25 |
| | | | | | | | | | | | | | | | | | | | | redo all the config files for the new format (we'll redo them again soon) fix (another! yuck) segfault in log_fn when input is too large tor_tls_context_new() returns -1 for error, not NULL fix segfault in check_conn_marked() on conn's that die during tls handshake make ORs also initialize conn from router when we're the receiving node make non-dirserver ORs upload descriptor to every dirserver on startup add our local address to the descriptor add Content-Length field to POST command revert the Content-Length search in fetch_from_buf_http() to previous code fix segfault in memmove in fetch_from_buf_http() raise maximum allowed headers/body size in directory.c svn:r484 |