summaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2004-11-21some more debugging aidsRoger Dingledine
2004-11-21be more greedy about filling up all relay cells.Roger Dingledine
2004-11-21Dont keep rephist info for routers that havent had activity for 24 hours.Nick Mathewson
2004-11-21fix typoNick Mathewson
2004-11-21Call init_keys() where needed; fix hibernate bug.Nick Mathewson
2004-11-20allow StrictEntryNode and StrictExitNode to be singularRoger Dingledine
2004-11-20stop some more seg faultsRoger Dingledine
2004-11-20if your requested exit node has bandwidth 0, pick it anywayRoger Dingledine
2004-11-20printfs want carriage returnsRoger Dingledine
2004-11-20kill -USR2 now moves all logs to loglevel debugRoger Dingledine
2004-11-20Add "MEMUNIT" and "INTERVAL" types to configuration. Also tweak Accounting se...Nick Mathewson
2004-11-17bugfix: when our poll is interrupted, we believed the revents values.Roger Dingledine
2004-11-16add a TODO item and some comment changes.Nick Mathewson
2004-11-16minor fixesRoger Dingledine
2004-11-15Tweak on patch to make authoritative directory servers cacheNick Mathewson
2004-11-15Authoritative dirservers now also cache the directory, sinceRoger Dingledine
2004-11-15move second stat to a cleaner placeRoger Dingledine
2004-11-15Break DirFetchPostPeriod into:Roger Dingledine
2004-11-15clean up socks handling, refuse connections to port 0Roger Dingledine
2004-11-15a first cut at a print_usage()Roger Dingledine
2004-11-15Only record bandwidth usage when accounting is enabledNick Mathewson
2004-11-15Change "warn if unverified routers are very skewed" to "never warn about unve...Nick Mathewson
2004-11-15Cache running-routers; compress running-routers; serve compressed running-rou...Nick Mathewson
2004-11-15Patch to patch: do not send both error and done for one command.Nick Mathewson
2004-11-15fix a bug in configuring accounting in options_act()Roger Dingledine
2004-11-15some fixes so farRoger Dingledine
2004-11-14Fix compilation. Duh.Nick Mathewson
2004-11-14Resolve some hibernating-related XXXX009s.Nick Mathewson
2004-11-14Allow more clock skew from unrecognized hosts than from recognized ones.Nick Mathewson
2004-11-14Fetch running-routers.Nick Mathewson
2004-11-14Make running-routers fetch (apparently) workNick Mathewson
2004-11-14Hibernate if we start tor during the "wait for wakeup-time" phase of an accou...Nick Mathewson
2004-11-14Add simpler option_is_same, as suggested by arma. Finish implementing SAVECONFNick Mathewson
2004-11-14Fix windows whitespaceNick Mathewson
2004-11-14Add an unreachable return 0.Nick Mathewson
2004-11-14Remove redundant declarationNick Mathewson
2004-11-14make kill -USR1 work againRoger Dingledine
2004-11-14ok ok the stat wasn't redundantRoger Dingledine
2004-11-14Remove redundant stat() for reading cached directory, and removeRoger Dingledine
2004-11-14clean a commentRoger Dingledine
2004-11-13normalize whitespaceNick Mathewson
2004-11-13Use the data, *then* free it. It works so much better.Nick Mathewson
2004-11-13Document remaining configuration options; add a ccheck for redundant authenti...Nick Mathewson
2004-11-13Track whether descriptor is dirty/uploaded. When any options are set, mark i...Nick Mathewson
2004-11-13Comment a confusing conditionalNick Mathewson
2004-11-12fix a seg fault when fetching rendezvous descsRoger Dingledine
2004-11-12Nobody was using the return values from smartlist_(set|del|del_keeporder), so...Nick Mathewson
2004-11-12Write most of the implementation for SAVECONF.Nick Mathewson
2004-11-12Rename exit_policy to addr_policy, since it gets used for SOCKS and directory...Nick Mathewson
2004-11-12Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarif...Nick Mathewson