summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2005-06-18fix typoRoger Dingledine
2005-06-18Add a tor_memmem functionNick 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-12a bit more cleanupRoger Dingledine
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-09forward-port:Roger Dingledine
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
2005-06-08absolutely refuse to let people pick internal IP addresses ifRoger Dingledine