Age | Commit message (Expand) | Author |
2004-07-04 | touchups all over | Roger Dingledine |
2004-06-30 | cleanups on 008pre1 items | Roger Dingledine |
2004-06-30 | Always use get_data_directory() instead of options.DataDirectory; fix a memor... | Nick Mathewson |
2004-06-25 | Remaining 008pre1 items done; deferred where more design is needed. | Nick Mathewson |
2004-06-21 | Implement several 008pre1 items: needs more testing | Nick Mathewson |
2004-06-12 | Implement code to run tor as an NT service. More testing is needed, as is co... | Nick Mathewson |
2004-06-12 | Break tor_main into startup/loop/shutdown portions, to make NT service refact... | Nick Mathewson |
2004-06-06 | Rotate dnsworkers and cpuworkers on SIGHUP, so they get new config settings too | Nick Mathewson |
2004-06-02 | Stop multiplying logs on sighup. | Nick Mathewson |
2004-06-01 | Add more asserts to dns-pending connections; fix a couple seeming bugs. | Nick Mathewson |
2004-06-01 | declare the epipe bug a non-bug. | Roger Dingledine |
2004-05-28 | bugfix: if the wedged dir conn has no bytes to flush, then we never | Roger Dingledine |
2004-05-28 | dirservers try to reconnect periodically too, in case connections have failed | Roger Dingledine |
2004-05-24 | Keep temporary log in place while configuring logs | Nick Mathewson |
2004-05-20 | Tinker with log behavior: never send error messages about logs into the bitbu... | Nick Mathewson |
2004-05-20 | some more patching | Roger Dingledine |
2004-05-20 | non-dirservers expire routerinfo's that are more than a day old | Roger Dingledine |
2004-05-19 | Allow multiple logfiles at different severity ranges | Nick Mathewson |
2004-05-18 | fix a seg fault, add another XXX for nick ;) | Roger Dingledine |
2004-05-18 | Resolve some XXXs | Nick Mathewson |
2004-05-17 | Make directory functions update routerlist, not replace it. Add notion of OR... | Nick Mathewson |
2004-05-12 | clean up directory.c API | Roger Dingledine |
2004-05-12 | break connection_edge_end out of connection_mark_for_close | Roger Dingledine |
2004-05-12 | break rend_client_desc_fetched out of connection_mark_for_close | Roger Dingledine |
2004-05-12 | calling flush_buf and not checking for return value is bad | Roger Dingledine |
2004-05-11 | Add an extra flush attempt when closing wedged dir conns, in an attempt to is... | Nick Mathewson |
2004-05-10 | it's amazing what a bit of punctuation can do for appearances | Roger Dingledine |
2004-05-10 | More doxygenation. | Nick Mathewson |
2004-05-09 | more 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 | Document the rest of main.c | Nick Mathewson |
2004-05-05 | Comments for nearly all non-tricky files | Nick Mathewson |
2004-05-05 | Only connection_add connections once they have conn->s sett; refactor code ar... | Nick Mathewson |
2004-05-05 | must close marked connections at the end of run_scheduled_events. | Roger Dingledine |
2004-05-02 | Working strerror for windows socket errors, plus some snide comments. | Nick Mathewson |
2004-05-01 | Handle windows socket errors correctly; comment most of common. | Nick Mathewson |
2004-04-26 | tell us when we're rotating things | Roger Dingledine |
2004-04-25 | use tor_assert | Roger Dingledine |
2004-04-25 | remove spurious router_rebuild_descriptor | Nick Mathewson |
2004-04-24 | more touch-ups | Roger Dingledine |
2004-04-24 | Merge flagday into main branch. | Nick Mathewson |
2004-04-20 | only expire wedged dir conns that haven't already been expired | Roger Dingledine |
2004-04-19 | expire wedged dir conns after 5min without write, not simply after 5min | Roger Dingledine |
2004-04-19 | give wedged dir conns a last chance to flush | Roger Dingledine |
2004-04-18 | reverse the logic, captain | Roger Dingledine |
2004-04-18 | expire dir connections that live for more than 5 minutes | Roger Dingledine |
2004-04-17 | clean up some warnings | Roger Dingledine |
2004-04-13 | only consider uploading descriptors every 5 sec | Nick Mathewson |
2004-04-13 | Separate "start-establishing-introduction" from "upload descriptors"; only up... | Nick Mathewson |