summaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2005-07-23fix typosRoger Dingledine
2005-07-23document code for hibernationNick Mathewson
2005-07-23Rename cross-format config.c stuff to config_* and or_options_t-specific stuf...Nick Mathewson
2005-07-23Fix out-of-place declarationNick Mathewson
2005-07-22Be consistent about preferring foo* to struct foo*Nick Mathewson
2005-07-22Parameterize configuration parsing functionsNick Mathewson
2005-07-22Initial, somewhat dodgy implementation of helper nodes. It has too many XXXX...Nick Mathewson
2005-07-22Add getinfo logic for accounting; add options for helper nodesNick Mathewson
2005-07-22we were mangling memory because we weren't allocing enoughRoger Dingledine
2005-07-22let hidden service descriptors publish 0 intro pointsRoger Dingledine
2005-07-20in circuit_list_path(), don't redundantly print the intended exitRoger Dingledine
2005-07-19be consistent about printing out key digest $'s when we're getting aRoger Dingledine
2005-07-18unit tests to prove i didn't screw upRoger Dingledine
2005-07-18stop asserting if we have a controller listening for circuit eventsRoger Dingledine
2005-07-18now that we're recommending 0.1.1.x-alpha for win32 and os x users,Roger Dingledine
2005-07-18add a trivial tor-counting variableRoger Dingledine
2005-07-17make event streams work with control v1 tooRoger Dingledine
2005-07-17downgrade a warning that could plausibly happen sometimes now that weRoger Dingledine
2005-07-17correct error message in closestreamRoger Dingledine
2005-07-17not not zero means zeroRoger Dingledine
2005-07-17if the controller asks to extendcircuit to circid 0, we need toRoger Dingledine
2005-07-17arguments in EXTENDCIRCUIT were reversedRoger Dingledine
2005-07-15Make "Couldnt add router to list" message more descriptive. Make messages co...Nick Mathewson
2005-07-15Fix several bugs in read_escaped_data; add a unit test and a few docsNick Mathewson
2005-07-15Merge patch from Matt Edman for bug 162 (service never stops)Nick Mathewson
2005-07-15the other half of the bugfix: tolerate a trusted dirserver claimingRoger Dingledine
2005-07-15if you're an auth dir server, always publish your dirport,Roger Dingledine
2005-07-15point out some bugs for nick, noticed by whiteoutRoger Dingledine
2005-07-14missed onetor-0.1.1.2-alphaRoger Dingledine
2005-07-14tell us what kind of listener it is, tooRoger Dingledine
2005-07-14fix opening listener log msgNick Mathewson
2005-07-14Populate address field of listeners with an actually sane value.Nick Mathewson
2005-07-14put in tor26's new IP addressRoger Dingledine
2005-07-14fix problems noticed by arma in rendservice.cNick Mathewson
2005-07-14remove pointless XXXX. It was there to remind me to do something I already did.Nick Mathewson
2005-07-14substantive changes on nick's rendezvous commit.Roger Dingledine
2005-07-14trivial changes on nick's rendezvous commitRoger Dingledine
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-13Macro-fu to get DEBUG events working.Nick Mathewson
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