summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2005-07-13make it more pleasant to be told you're using libeventRoger Dingledine
2005-07-13make a notice-level log make more sense.Roger Dingledine
2005-07-13whitespace fixesNick Mathewson
2005-07-13Fix windows compilationNick Mathewson
2005-07-13Fix possible double call to inflateEnd.Nick Mathewson
2005-07-13Macro-fu to get DEBUG events working.Nick Mathewson
2005-07-12note a worrying double-free possibility in torgzip.Roger Dingledine
2005-07-12looks like we were never delivering deflated running-routers listsRoger Dingledine
2005-07-12anonymous bugfix on our pointer arithmeticRoger Dingledine
2005-07-12Add belt-and-suspenders fix to coredump from yesterday; document more functio...Nick Mathewson
2005-07-12fix a seg fault with autodetecting which controller version is being usedRoger Dingledine
2005-07-11Canonicalize option names even on defaulted options.Nick Mathewson
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-30Fix an fd leak in start_daemonNick Mathewson
2005-06-29Logic to implement rendezvous/introduction via unknown servers.Nick Mathewson
2005-06-29Bump version to 0.1.1.1-alpha-cvsNick Mathewson
2005-06-29make the local and private network masks explicit when we complainRoger Dingledine
2005-06-28whitespace fixRoger Dingledine
2005-06-28clean up some more commentsRoger Dingledine
2005-06-27Fix libc compilationNick Mathewson
2005-06-27Compile on win32Nick Mathewson
2005-06-27Fix unit tests that used old signature for add_fingerprint_to_dirNick Mathewson
2005-06-27Bump CVS version to 0.1.1.1-alphaNick Mathewson
2005-06-26make the comment next to RunAsDaemon mention that it is a noop on win32Roger Dingledine
2005-06-26note a bug in our tor_socketpair implementationRoger Dingledine
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-21Appease the hungry God of GCC: it hates K&R style unspecified args!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