Age | Commit message (Expand) | Author |
2004-05-10 | it's amazing what a bit of punctuation can do for appearances | Roger Dingledine |
2004-05-10 | more cleanup, including fleshing out or.h more | Roger Dingledine |
2004-05-10 | More doxygenation. | Nick Mathewson |
2004-05-10 | give connection.c a skeletal file/brief header | Roger Dingledine |
2004-05-10 | function header comments for connection.c, including doxygen markup | Roger Dingledine |
2004-05-09 | bugfix: do directory_send_command only after we've established a socket | Roger Dingledine |
2004-05-06 | bugfix: add a circ->resolving_streams field, and make dns resolving ... | Roger Dingledine |
2004-05-05 | Only connection_add connections once they have conn->s sett; refactor code ar... | Nick Mathewson |
2004-05-02 | Working strerror for windows socket errors, plus some snide comments. | Nick Mathewson |
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 |