Age | Commit message (Expand) | Author |
2004-05-02 | patches on patches | Roger Dingledine |
2004-05-01 | 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-04-28 | Use socketclose on windows as appropriate; end pid files with newline | Nick Mathewson |
2004-04-28 | use tor_lookup_hostname for binding local addresses too | Roger Dingledine |
2004-04-26 | add a debugging entry, to find the wants-to-read-but-can't bug | Roger Dingledine |
2004-04-26 | since we don't support truncateds much, don't bother sending them; | Roger Dingledine |
2004-04-26 | tell us the nickname of the OR that hung up on us | Roger Dingledine |
2004-04-25 | resolve a double-mark-for-close when things die inside connection_handle_write | Roger Dingledine |
2004-04-25 | use tor_assert | Roger Dingledine |
2004-04-25 | Remove onion_pkey from connection, since onion keys can change more often tha... | Nick Mathewson |
2004-04-25 | log correctly if decoding onion failed | Roger Dingledine |
2004-04-24 | Merge flagday into main branch. | Nick Mathewson |
2004-04-08 | we added more AP conns, oops | Roger Dingledine |
2004-04-07 | if the rend desc cache entry was fetched more than 15 mins ago, | Roger Dingledine |
2004-04-07 | Delete trailing whitespace and expand tabs; remove unused aes decrypt code | Nick Mathewson |
2004-04-05 | alice can now look up bob's service descriptor, | Roger Dingledine |
2004-04-03 | fix some bugs; more remain | Roger Dingledine |
2004-03-30 | Refactor directory servers | Roger Dingledine |
2004-03-29 | bugfix: we were closing socks-request connections immediately, rather | Roger Dingledine |
2004-03-28 | hold socks reply open until flushed (if possible) | Roger Dingledine |
2004-03-27 | work around a tsocks bug | Roger Dingledine |
2004-03-27 | fix an assert trigger where an OP would fail to handshake, and we'd | Roger Dingledine |
2004-03-26 | a missing comma could wreak all sorts of havoc.tor-0.0.3 | Roger Dingledine |
2004-03-20 | Integrate the new "rephist" [rep(utation) hist(ory)] module to trace | Nick Mathewson |
2004-03-14 | bugfix: decrement OR connections from global_bucket too | Roger Dingledine |
2004-03-14 | refactor bandwidth-control token buckets | Roger Dingledine |
2004-03-12 | get rid of those pesky tabs | Roger Dingledine |
2004-03-11 | Make OP work on windows! (Also misc logging tweaks) | Nick Mathewson |
2004-03-09 | Fix DOS line endings; autoconfize checks for strptime and inet_aton | Nick Mathewson |
2004-03-09 | Make tor build on windows again. More work still needed | Nick Mathewson |
2004-03-06 | stop asserting that computers always go forward in time | Roger Dingledine |
2004-03-03 | Try to find out early if buffers get trashed or double-freed. | Nick Mathewson |
2004-03-03 | holding until flush was borked | Roger Dingledine |
2004-03-03 | close immediately when write() fails too, else things will turn bad | Roger Dingledine |
2004-03-03 | use conn->hold_open_until_flushed for streams | Roger Dingledine |
2004-03-03 | Implement hold_open_until_flushed. I may have missed something important. | Nick Mathewson |
2004-03-03 | warn more when losing data on closed/marked connections. | Nick Mathewson |
2004-03-03 | bugfix: close_immediate called buf_clear but listeners don't have bufs | Roger Dingledine |
2004-03-02 | Fix assertion failure spotted by arma. | Nick Mathewson |
2004-02-29 | create a separate connection_edge_destroy() function | Roger Dingledine |
2004-02-28 | bugfix: in some cases, connection_mark_for_close wasn't marking the conn | Roger Dingledine |
2004-02-28 | Split dns_cancel_pending_resolve into dns_cancel_pending_resolve (kill a | Nick Mathewson |
2004-02-28 | Stop trying to flush on broken sockets marked for close. | Nick Mathewson |
2004-02-28 | some comments to point nick at the latest bugs | Roger Dingledine |
2004-02-28 | enable assert_connection_ok() | Roger Dingledine |
2004-02-28 | note bug in assert_connection_ok | Roger Dingledine |
2004-02-28 | clean up some log messages and severities | Roger Dingledine |
2004-02-28 | some more small fixes | Roger Dingledine |