summaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2005-07-11Do not reverse command-line configuration options; Use new minimal-listener-c...Nick Mathewson
2005-07-11Change retry_listeners: when force is false, close and re-open a minimal set ...Nick Mathewson
2005-07-09NT service patch from Matt Edman to improve error messages, lightly cleaned; ...Nick Mathewson
2005-07-09be flexible in what you accept: when people type "tor --install" thinkingRoger Dingledine
2005-07-02fix compile error in cvsRoger Dingledine
2005-07-01Be more explicit about which IP we are connecting to; expose future exit poli...Nick Mathewson
2005-07-01fix another compile warnRoger Dingledine
2005-07-01forward-port the 0.1.0.11 stuffRoger Dingledine
2005-07-01fix compile error (and likely a a crash bug in resolves)Roger Dingledine
2005-06-30Make errors retrievable from tor_socketpair; resolve bug 163.Nick Mathewson
2005-06-29Logic to implement rendezvous/introduction via unknown servers.Nick Mathewson
2005-06-29make the local and private network masks explicit when we complainRoger Dingledine
2005-06-28whitespace fixRoger Dingledine
2005-06-27Compile on win32Nick Mathewson
2005-06-27Fix unit tests that used old signature for add_fingerprint_to_dirNick Mathewson
2005-06-24It is not the end of the world when a router descriptor has an unrecognized kwdNick Mathewson
2005-06-23we were printing the number of idle dns workers incorrectly.Roger Dingledine
2005-06-22make the log message less scary when all the dirservers areRoger Dingledine
2005-06-21Appease the hungry god of GCC: it wants functions to be static or prototyped!Nick Mathewson
2005-06-21more cleanups before i go wildRoger Dingledine
2005-06-20overall cleanup and streamlining and doccingRoger Dingledine
2005-06-20Load hardware acceleration options when/where available. Can anybody test this?Nick Mathewson
2005-06-20Appease verbose GCC warnings.Nick Mathewson
2005-06-19Add feature to handle unset (default) configuration options in GETCONF contro...Nick Mathewson
2005-06-19Implement all the rest of the new controller protocol, debug a little, add so...Nick Mathewson
2005-06-19forward-port the --hash-password bug, plus other nearby fixesRoger Dingledine
2005-06-19fix stray funny-characterRoger Dingledine
2005-06-18The new protocol is implemented. Except for the pesky string unquoting busin...Nick Mathewson
2005-06-18Implement EXTENDCIRCUIT and ATTACHCIRCUIT. Only SETCONFIG and AUTHENTICATE re...Nick Mathewson
2005-06-18Implement even more control functionalityNick Mathewson
2005-06-17Implement all the easy bits of the new control protocolNick Mathewson
2005-06-17Start implementing framework for revised control spec.Nick Mathewson
2005-06-15Remove code that has been #if-0ed for a long time.Nick Mathewson
2005-06-13compile fix by agl, for code that is always commented outRoger Dingledine
2005-06-13Allow a few EINVALs from libevent before dying. Warn on kqueue with libevent...Nick Mathewson
2005-06-11some more cleaning and docingRoger Dingledine
2005-06-11whitespace fixNick Mathewson
2005-06-11fix typo in last patchNick Mathewson
2005-06-11Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...Nick Mathewson
2005-06-11move more docs into our codeRoger Dingledine
2005-06-11flesh out the source file descriptions for doxygenRoger Dingledine
2005-06-09don't tell people you're publishing the server descriptor if you'reRoger Dingledine
2005-06-09Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson
2005-06-09New whitespace normalization rule: no blank line at EOF.Nick Mathewson
2005-06-09when a dirserver gets a mismatched fingerprint, log the expectedRoger Dingledine
2005-06-09pay more attention to the ClientOnly config optionRoger Dingledine
2005-06-09fix another underflow in keeping statsRoger Dingledine
2005-06-08Fix an underflow in buffer use conting.Nick Mathewson
2005-06-08clean up the log warn a bitRoger Dingledine
2005-06-08Fix warning about unused function when compiling with ancient libeventNick Mathewson