summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-03-24Document EXTENDCIRCUIT DONE message behavior.Nick Mathewson
2005-03-24Fix Python resolve script so we have an easy way to test SOCKS5 resolves.Nick Mathewson
2005-03-24Move some TODO items out of the 0.1.0.1-rc pileNick Mathewson
2005-03-24Fix SOCKS5 bug: Set replylen to 0 after sending hanshake backNick Mathewson
2005-03-24Debug EXTENDCIRCUITNick Mathewson
2005-03-24Bump OSX versions.Nick Mathewson
2005-03-23fix an assert -- we're not allowed to write onto a conn after we'veRoger Dingledine
2005-03-23fix an over-eager assert, to make httpsproxy get a little fartherRoger Dingledine
2005-03-23bump cvs to 0.1.0.1-rcRoger Dingledine
2005-03-23Remove @LOCALSTATEDIR@ macros when building windows packageNick Mathewson
2005-03-23forward-port the commenting out of the assert that glenn fink wasRoger Dingledine
2005-03-23Fix bug 44: on HUP, if descriptor building fails (say, because router_get_my_...Nick Mathewson
2005-03-23Make GETINFO for "network-status" work on non-authdirsNick Mathewson
2005-03-23Fix several bugs (including some crashes) related to control interface; imple...Nick Mathewson
2005-03-23Note that GETINFO (via the controller) for network-status will not work on no...Nick Mathewson
2005-03-23Make tor-control.py demo script exercise more of the controller interface, an...Nick Mathewson
2005-03-23Be willing to cache directories from up to ROUTER_MAX_AGE seconds into the fu...Nick Mathewson
2005-03-23Add a magic value to cpath_layer_t to make sure that we can tell valid cpaths...Nick Mathewson
2005-03-23Fix a few more instances of memory not freed on exit (found by weasel).Nick Mathewson
2005-03-23Correct fix for self-to-self addressmap; simplify replace-old-entry logic; ad...Nick Mathewson
2005-03-23whoops, fix seg fault i just introducedRoger Dingledine
2005-03-23fix assert triggers (bugs 109 and 96), and put in someRoger Dingledine
2005-03-23maybe resolve an assert trigger i just got:Roger Dingledine
2005-03-22make httpsproxy more likely to workRoger Dingledine
2005-03-22fix a 32bit/64bit sprintf mixup that weasel pointed outRoger Dingledine
2005-03-22remove a duplicate circuit_mark_for_close() when pickingRoger Dingledine
2005-03-22If "with-dmalloc" is in DEB_BUILD_OPTIONS we build against libdmalloc4.Peter Palfrader
2005-03-22Forward port 03_tor_manpage_in_section_8Peter Palfrader
2005-03-22Fix spacing for --with-dmallocPeter Palfrader
2005-03-22options->MaxAdvertisedBandwidth only replaces advertisedRoger Dingledine
2005-03-22clean up man page entry for MaxAdvertisedBandwidthRoger Dingledine
2005-03-22Prevent spurious closes when we put stuff on a conn that has not written for ...Nick Mathewson
2005-03-22cleanup and a questionRoger Dingledine
2005-03-22Specify and implement close-stream and close-circuit control messagesNick Mathewson
2005-03-22Implement an option to cap bandwidth-to-advertise. Arma: can you improve the ...Nick Mathewson
2005-03-22Clear up a couple of pedantic compiler warningsNick Mathewson
2005-03-22Report HTTP reasons to directory clients. (Also, fix format on new TODO items)Nick Mathewson
2005-03-22when reporting events about streams, use the "real" address forRoger Dingledine
2005-03-22remove obsolete codeRoger Dingledine
2005-03-22be more explicit about why we are expiring a conn; improve logic a bit tooNick Mathewson
2005-03-22Add opt hibernating; fix bug 78Nick Mathewson
2005-03-22handle_control_getinfo() was counting msg_len itself,Roger Dingledine
2005-03-22bugfix: make smartlist_join_strings2 actually use the separator/terminatorRoger Dingledine
2005-03-22write down some more concerns/thoughtsRoger Dingledine
2005-03-22add an itemNick Mathewson
2005-03-22update control-spec tooRoger Dingledine
2005-03-22Remove controller getinfo support for "desc/all-ids".Roger Dingledine
2005-03-22getting closer to 0.1.0.1-rcRoger Dingledine
2005-03-22tell me the address of the guy who's trying to attack my dirserverRoger Dingledine
2005-03-22clean up and refactor some moreRoger Dingledine