aboutsummaryrefslogtreecommitdiff
path: root/src/or
Commit message (Expand)AuthorAge
* fix typosRoger Dingledine2005-07-23
* document code for hibernationNick Mathewson2005-07-23
* Rename cross-format config.c stuff to config_* and or_options_t-specific stuf...Nick Mathewson2005-07-23
* Fix out-of-place declarationNick Mathewson2005-07-23
* Be consistent about preferring foo* to struct foo*Nick Mathewson2005-07-22
* Parameterize configuration parsing functionsNick Mathewson2005-07-22
* Initial, somewhat dodgy implementation of helper nodes. It has too many XXXX...Nick Mathewson2005-07-22
* Add getinfo logic for accounting; add options for helper nodesNick Mathewson2005-07-22
* we were mangling memory because we weren't allocing enoughRoger Dingledine2005-07-22
* let hidden service descriptors publish 0 intro pointsRoger Dingledine2005-07-22
* in circuit_list_path(), don't redundantly print the intended exitRoger Dingledine2005-07-20
* be consistent about printing out key digest $'s when we're getting aRoger Dingledine2005-07-19
* unit tests to prove i didn't screw upRoger Dingledine2005-07-18
* stop asserting if we have a controller listening for circuit eventsRoger Dingledine2005-07-18
* now that we're recommending 0.1.1.x-alpha for win32 and os x users,Roger Dingledine2005-07-18
* add a trivial tor-counting variableRoger Dingledine2005-07-18
* make event streams work with control v1 tooRoger Dingledine2005-07-17
* downgrade a warning that could plausibly happen sometimes now that weRoger Dingledine2005-07-17
* correct error message in closestreamRoger Dingledine2005-07-17
* not not zero means zeroRoger Dingledine2005-07-17
* if the controller asks to extendcircuit to circid 0, we need toRoger Dingledine2005-07-17
* arguments in EXTENDCIRCUIT were reversedRoger Dingledine2005-07-17
* Make "Couldnt add router to list" message more descriptive. Make messages co...Nick Mathewson2005-07-15
* Fix several bugs in read_escaped_data; add a unit test and a few docsNick Mathewson2005-07-15
* Merge patch from Matt Edman for bug 162 (service never stops)Nick Mathewson2005-07-15
* the other half of the bugfix: tolerate a trusted dirserver claimingRoger Dingledine2005-07-15
* if you're an auth dir server, always publish your dirport,Roger Dingledine2005-07-15
* point out some bugs for nick, noticed by whiteoutRoger Dingledine2005-07-15
* missed oneRoger Dingledine2005-07-14
* tell us what kind of listener it is, tooRoger Dingledine2005-07-14
* fix opening listener log msgNick Mathewson2005-07-14
* Populate address field of listeners with an actually sane value.Nick Mathewson2005-07-14
* put in tor26's new IP addressRoger Dingledine2005-07-14
* fix problems noticed by arma in rendservice.cNick Mathewson2005-07-14
* remove pointless XXXX. It was there to remind me to do something I already did.Nick Mathewson2005-07-14
* substantive changes on nick's rendezvous commit.Roger Dingledine2005-07-14
* trivial changes on nick's rendezvous commitRoger Dingledine2005-07-14
* make it more pleasant to be told you're using libeventRoger Dingledine2005-07-13
* make a notice-level log make more sense.Roger Dingledine2005-07-13
* whitespace fixesNick Mathewson2005-07-13
* Macro-fu to get DEBUG events working.Nick Mathewson2005-07-13
* looks like we were never delivering deflated running-routers listsRoger Dingledine2005-07-12
* anonymous bugfix on our pointer arithmeticRoger Dingledine2005-07-12
* Add belt-and-suspenders fix to coredump from yesterday; document more functio...Nick Mathewson2005-07-12
* fix a seg fault with autodetecting which controller version is being usedRoger Dingledine2005-07-12
* Canonicalize option names even on defaulted options.Nick Mathewson2005-07-11
* Do not reverse command-line configuration options; Use new minimal-listener-c...Nick Mathewson2005-07-11
* Change retry_listeners: when force is false, close and re-open a minimal set ...Nick Mathewson2005-07-11
* NT service patch from Matt Edman to improve error messages, lightly cleaned; ...Nick Mathewson2005-07-09
* be flexible in what you accept: when people type "tor --install" thinkingRoger Dingledine2005-07-09