summaryrefslogtreecommitdiff
path: root/src/or/main.c
AgeCommit message (Expand)Author
2005-09-30Reformat inconsistent function declarations.Nick Mathewson
2005-09-29better cleanups as i figure out what's going onRoger Dingledine
2005-09-23Decouple router downloads from old directory downloads entirelyNick Mathewson
2005-09-23Fix logic error (people who ask authorities should never split; others should...Nick Mathewson
2005-09-23Fix at least one overzealous download bug. (tor_malloc_zero new local_routers...Nick Mathewson
2005-09-22I love the smell of C in the morning. Make router-download rules smarter (do...Nick Mathewson
2005-09-18Refactor new directory code a bit. Keep a big list of rolled-up router statu...Nick Mathewson
2005-09-16Resolve/expand some XXXXs and improve a log message or twoNick Mathewson
2005-09-15make some functions static; clean dead networkstatus entries more often.Nick Mathewson
2005-09-15Stop downloading directories and download routers instead. This still needs ...Nick Mathewson
2005-09-14Fix a bunch of log messages. Deprecate some routerlist fields; remove others...Nick Mathewson
2005-09-14Big commit: clients start downloading and using network-statuses.Nick Mathewson
2005-09-14Add new config.c function to set options that can fail, and roll back if they...Nick Mathewson
2005-09-08Only caches download network-status for now, and they use a different strateg...Nick Mathewson
2005-09-08Download network-status at regular intervals. The code is probably iffy, and ...Nick Mathewson
2005-09-07More stuff for new directories.Nick Mathewson
2005-09-03remove redundant logs about unreachable serversRoger Dingledine
2005-08-26Remove descriptor_list and use routerlist instead. Make directories manage r...Nick Mathewson
2005-08-26Add quotes around filenames in src/orNick Mathewson
2005-08-24be much more conservative about logging reachability complaints.Roger Dingledine
2005-08-24Dirservers now do their own external reachability testing of eachRoger Dingledine
2005-08-23that comma was importantRoger Dingledine
2005-08-22and don't print the null string here eitherRoger Dingledine
2005-08-22Make DirPostPeriod config option obsolete.Roger Dingledine
2005-08-22change log entry for unreachability to explicitly suggest /etc/hostsRoger Dingledine
2005-08-22Implement new (reduced-frequency) upload rules. arma, you should review this.Nick Mathewson
2005-08-15rotate dns and cpu workers if the controller changes options thatRoger Dingledine
2005-08-15initialize the dns worker cache tree whether or not we startRoger Dingledine
2005-07-28Possibly broken implementation of persistant state; handles helper nodes; doe...Nick Mathewson
2005-07-25whoops, fix compileRoger Dingledine
2005-07-25parameterize RephistTrackTimeRoger Dingledine
2005-07-23Rename cross-format config.c stuff to config_* and or_options_t-specific stuf...Nick Mathewson
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-15Merge patch from Matt Edman for bug 162 (service never stops)Nick Mathewson
2005-07-13make a notice-level log make more sense.Roger Dingledine
2005-07-13Macro-fu to get DEBUG events working.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
2005-06-27Compile on win32Nick Mathewson
2005-06-20Load hardware acceleration options when/where available. Can anybody test this?Nick Mathewson
2005-06-20Appease verbose GCC warnings.Nick Mathewson
2005-06-19forward-port the --hash-password bug, plus other nearby fixesRoger Dingledine
2005-06-17Implement all the easy bits of the new control protocolNick Mathewson
2005-06-13Allow a few EINVALs from libevent before dying. Warn on kqueue with libevent...Nick Mathewson
2005-06-11Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...Nick Mathewson
2005-06-11flesh out the source file descriptions for doxygenRoger Dingledine
2005-06-09Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson
2005-06-09New whitespace normalization rule: no blank line at EOF.Nick Mathewson
2005-06-08dump periodic memory usage statsRoger Dingledine