Age | Commit message (Expand) | Author |
2005-03-25 | Clarify behavior of SETEVENTS: it is SET, not ADD. | Nick Mathewson |
2005-03-25 | Forward port debian changelog to head | Peter Palfrader |
2005-03-24 | REUSEADDR on normal places means you can rebind to the port | Roger Dingledine |
2005-03-24 | forward-port the circuit_resume_edge_reading_helper fix. | Roger Dingledine |
2005-03-24 | note that you can't attachstream to a non-open circuit. | Roger Dingledine |
2005-03-24 | when you attachstream to a circid of 0, send back an answer | Roger Dingledine |
2005-03-24 | cleanup so connection_ap_handshake_attach_chosen_circuit() always | Roger Dingledine |
2005-03-24 | Bulletproof connection_ap_handshake_attach_chosen_circuit | Nick Mathewson |
2005-03-24 | added short descriptions to circuit-related event codes | Geoff Goodell |
2005-03-24 | Document EXTENDCIRCUIT DONE message behavior. | Nick Mathewson |
2005-03-24 | Fix Python resolve script so we have an easy way to test SOCKS5 resolves. | Nick Mathewson |
2005-03-24 | Move some TODO items out of the 0.1.0.1-rc pile | Nick Mathewson |
2005-03-24 | Fix SOCKS5 bug: Set replylen to 0 after sending hanshake back | Nick Mathewson |
2005-03-24 | Debug EXTENDCIRCUIT | Nick Mathewson |
2005-03-24 | Bump OSX versions. | Nick Mathewson |
2005-03-23 | fix an assert -- we're not allowed to write onto a conn after we've | Roger Dingledine |
2005-03-23 | fix an over-eager assert, to make httpsproxy get a little farther | Roger Dingledine |
2005-03-23 | bump cvs to 0.1.0.1-rc | Roger Dingledine |
2005-03-23 | Remove @LOCALSTATEDIR@ macros when building windows package | Nick Mathewson |
2005-03-23 | forward-port the commenting out of the assert that glenn fink was | Roger Dingledine |
2005-03-23 | Fix bug 44: on HUP, if descriptor building fails (say, because router_get_my_... | Nick Mathewson |
2005-03-23 | Make GETINFO for "network-status" work on non-authdirs | Nick Mathewson |
2005-03-23 | Fix several bugs (including some crashes) related to control interface; imple... | Nick Mathewson |
2005-03-23 | Note that GETINFO (via the controller) for network-status will not work on no... | Nick Mathewson |
2005-03-23 | Make tor-control.py demo script exercise more of the controller interface, an... | Nick Mathewson |
2005-03-23 | Be willing to cache directories from up to ROUTER_MAX_AGE seconds into the fu... | Nick Mathewson |
2005-03-23 | Add a magic value to cpath_layer_t to make sure that we can tell valid cpaths... | Nick Mathewson |
2005-03-23 | Fix a few more instances of memory not freed on exit (found by weasel). | Nick Mathewson |
2005-03-23 | Correct fix for self-to-self addressmap; simplify replace-old-entry logic; ad... | Nick Mathewson |
2005-03-23 | whoops, fix seg fault i just introduced | Roger Dingledine |
2005-03-23 | fix assert triggers (bugs 109 and 96), and put in some | Roger Dingledine |
2005-03-23 | maybe resolve an assert trigger i just got: | Roger Dingledine |
2005-03-22 | make httpsproxy more likely to work | Roger Dingledine |
2005-03-22 | fix a 32bit/64bit sprintf mixup that weasel pointed out | Roger Dingledine |
2005-03-22 | remove a duplicate circuit_mark_for_close() when picking | Roger Dingledine |
2005-03-22 | If "with-dmalloc" is in DEB_BUILD_OPTIONS we build against libdmalloc4. | Peter Palfrader |
2005-03-22 | Forward port 03_tor_manpage_in_section_8 | Peter Palfrader |
2005-03-22 | Fix spacing for --with-dmalloc | Peter Palfrader |
2005-03-22 | options->MaxAdvertisedBandwidth only replaces advertised | Roger Dingledine |
2005-03-22 | clean up man page entry for MaxAdvertisedBandwidth | Roger Dingledine |
2005-03-22 | Prevent spurious closes when we put stuff on a conn that has not written for ... | Nick Mathewson |
2005-03-22 | cleanup and a question | Roger Dingledine |
2005-03-22 | Specify and implement close-stream and close-circuit control messages | Nick Mathewson |
2005-03-22 | Implement an option to cap bandwidth-to-advertise. Arma: can you improve the ... | Nick Mathewson |
2005-03-22 | Clear up a couple of pedantic compiler warnings | Nick Mathewson |
2005-03-22 | Report HTTP reasons to directory clients. (Also, fix format on new TODO items) | Nick Mathewson |
2005-03-22 | when reporting events about streams, use the "real" address for | Roger Dingledine |
2005-03-22 | remove obsolete code | Roger Dingledine |
2005-03-22 | be more explicit about why we are expiring a conn; improve logic a bit too | Nick Mathewson |
2005-03-22 | Add opt hibernating; fix bug 78 | Nick Mathewson |