summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2004-11-23Dr. Seuss on iterating circular lists: "It's fun to have fun, but youNick Mathewson
2004-11-23Fix critical bug in circuit_list_path: cpath is a circular list! (Also reimp...Nick Mathewson
2004-11-23Clean up some logging and interfacesNick Mathewson
2004-11-22Normalize a few more kinds of whitespace. We now dislike:Nick Mathewson
2004-11-22Fix sign-related warningsNick Mathewson
2004-11-22Compile cleanly on windows; prevent some insane bandwidth cases (e.g., "Bandw...Nick Mathewson
2004-11-22Normalize spaceNick Mathewson
2004-11-22Apply NT service patch from Osamu Fujino. This still has some problems (indi...Nick Mathewson
2004-11-22Implement weekly/monthly/daily accountingNick Mathewson
2004-11-22Add function to format local time in ISO formatNick Mathewson
2004-11-22Absolutely never call close_temp_logs while validating log options.Nick Mathewson
2004-11-21The crowning bugfix.Roger Dingledine
2004-11-21clean up some more.Roger Dingledine
2004-11-21break reached_eof() out of process_inbuf()Roger Dingledine
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-21Bump windows versionNick 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-20and a comment so i don't try to 'fix' it again laterRoger Dingledine
2004-11-20yes, in fact, i broke it. putting back.Roger Dingledine
2004-11-20printfs want carriage returnsRoger Dingledine
2004-11-20kill -USR2 now moves all logs to loglevel debugRoger Dingledine
2004-11-20simplify close_temp_logs()Roger Dingledine
2004-11-20remove another possible sigpipe causeRoger 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-16bump us to 0.0.9pre6tor-0.0.9pre6Roger Dingledine
2004-11-16minor fixesRoger Dingledine
2004-11-16Fix a fun bug in read_all that was corrupting config files on windows, and pr...Nick Mathewson
2004-11-15Make log_fn not fail so miserably on VC6Nick Mathewson
2004-11-15Whitespace normalizationNick Mathewson
2004-11-15ugly macros to make log_fn play nice on non-GCC compilers.Nick Mathewson
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