summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2005-08-04bump to 0.1.1.4-alpha in preparation for new releaseRoger Dingledine
2005-08-04Fix windows warningNick Mathewson
2005-08-04Add SOCKSAndDNS link to appropriate log message, since we wind up pointing ev...Nick Mathewson
2005-08-04Implement some more GETINFO goodness: expose helper nodes, config options, ge...Nick Mathewson
2005-08-04Fix idiot bug. The "free the IP history" code belons in connection_free_all(...Nick Mathewson
2005-08-03Make clients regenerate their keys when their IP address changes.Nick Mathewson
2005-08-03If they havent told us by now, they probably never will.Nick Mathewson
2005-08-03Fix compile failures on tor_gettimeofday() fix for windowsNick Mathewson
2005-08-03Probably broken attempt to improve tor_gettimeofday granularity on windows.Nick Mathewson
2005-07-28Fix bug in state parsingNick Mathewson
2005-07-28Possibly broken implementation of persistant state; handles helper nodes; doe...Nick Mathewson
2005-07-25define TIME_T_IS_SIGNED on windowsNick Mathewson
2005-07-25Fix logic to set TIME_T_MAX; apparently, everybody had thought of the prospec...Nick Mathewson
2005-07-25whoops, fix compileRoger Dingledine
2005-07-25parameterize RephistTrackTimeRoger Dingledine
2005-07-25bump to 0.1.1.3-alphaRoger Dingledine
2005-07-23better log examples in the torrcRoger Dingledine
2005-07-23fix typosRoger Dingledine
2005-07-23document code for hibernationNick Mathewson
2005-07-23and a nearby defineRoger Dingledine
2005-07-23add parenthesis to U64_PRINTF_ARG macroNick 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-22the abuse faq moved, so change the urlRoger Dingledine
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-19forward-port with a different version claimRoger Dingledine
2005-07-18unit tests to prove i didn't screw upRoger Dingledine
2005-07-18cosmetic fixesRoger Dingledine
2005-07-18stop asserting if we have a controller listening for circuit eventsRoger Dingledine
2005-07-18slightly cleaner fixRoger Dingledine
2005-07-18bugfixes: smartlist_join_strings2() was underflowing a size_tRoger 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-15bump us to 0.1.1.2-alpha-cvs since stuff has changedRoger Dingledine
2005-07-15Merge patch from Matt Edman for bug 162 (service never stops)Nick Mathewson