aboutsummaryrefslogtreecommitdiff
path: root/src/or/main.c
Commit message (Expand)AuthorAge
...
* Once an hour (not just on startup) give OpenSSL some more entropy.Nick Mathewson2005-10-06
* Rate-limit warnings related to unrecognized MyFamily elements.Nick Mathewson2005-10-05
* call circuit_expire_all_dirty_circs() on do_hup().Roger Dingledine2005-10-05
* replace former relaunches of directory downloads with reset of failure count ...Nick Mathewson2005-10-05
* size_t int printf muckingRoger Dingledine2005-10-05
* Note the two places where clients will still try to fetch old-style (v1) dire...Nick Mathewson2005-10-05
* reset warning flags on SIGHUP. arma: is this everything?Nick Mathewson2005-10-05
* Fix verbose compiler warnings, including one in routerlist.c that would have ...Nick Mathewson2005-10-05
* Give a less frequent and more helpful warning on failed serverdesc downloadsNick Mathewson2005-10-05
* When we get an EOF or a timeout on a directory connection, note how many byte...Nick Mathewson2005-10-04
* Reorganize some quick-and-dirty code to find out what openssl stuff is leakin...Nick Mathewson2005-10-03
* free helper node status info on shutdownNick Mathewson2005-09-30
* Try to hunt down a few more leaksNick Mathewson2005-09-30
* Never call free() on tor_malloc()d memory. This is unlikely to be our current...Nick Mathewson2005-09-30
* Reformat inconsistent function declarations.Nick Mathewson2005-09-30
* better cleanups as i figure out what's going onRoger Dingledine2005-09-29
* Decouple router downloads from old directory downloads entirelyNick Mathewson2005-09-23
* Fix logic error (people who ask authorities should never split; others should...Nick Mathewson2005-09-23
* Fix at least one overzealous download bug. (tor_malloc_zero new local_routers...Nick Mathewson2005-09-23
* I love the smell of C in the morning. Make router-download rules smarter (do...Nick Mathewson2005-09-22
* Refactor new directory code a bit. Keep a big list of rolled-up router statu...Nick Mathewson2005-09-18
* Resolve/expand some XXXXs and improve a log message or twoNick Mathewson2005-09-16
* make some functions static; clean dead networkstatus entries more often.Nick Mathewson2005-09-15
* Stop downloading directories and download routers instead. This still needs ...Nick Mathewson2005-09-15
* Fix a bunch of log messages. Deprecate some routerlist fields; remove others...Nick Mathewson2005-09-14
* Big commit: clients start downloading and using network-statuses.Nick Mathewson2005-09-14
* Add new config.c function to set options that can fail, and roll back if they...Nick Mathewson2005-09-14
* Only caches download network-status for now, and they use a different strateg...Nick Mathewson2005-09-08
* Download network-status at regular intervals. The code is probably iffy, and ...Nick Mathewson2005-09-08
* More stuff for new directories.Nick Mathewson2005-09-07
* remove redundant logs about unreachable serversRoger Dingledine2005-09-03
* Remove descriptor_list and use routerlist instead. Make directories manage r...Nick Mathewson2005-08-26
* Add quotes around filenames in src/orNick Mathewson2005-08-26
* be much more conservative about logging reachability complaints.Roger Dingledine2005-08-24
* Dirservers now do their own external reachability testing of eachRoger Dingledine2005-08-24
* that comma was importantRoger Dingledine2005-08-23
* and don't print the null string here eitherRoger Dingledine2005-08-22
* Make DirPostPeriod config option obsolete.Roger Dingledine2005-08-22
* change log entry for unreachability to explicitly suggest /etc/hostsRoger Dingledine2005-08-22
* Implement new (reduced-frequency) upload rules. arma, you should review this.Nick Mathewson2005-08-22
* rotate dns and cpu workers if the controller changes options thatRoger Dingledine2005-08-15
* initialize the dns worker cache tree whether or not we startRoger Dingledine2005-08-15
* Possibly broken implementation of persistant state; handles helper nodes; doe...Nick Mathewson2005-07-28
* whoops, fix compileRoger Dingledine2005-07-25
* parameterize RephistTrackTimeRoger Dingledine2005-07-25
* Rename cross-format config.c stuff to config_* and or_options_t-specific stuf...Nick Mathewson2005-07-23
* now that we're recommending 0.1.1.x-alpha for win32 and os x users,Roger Dingledine2005-07-18
* add a trivial tor-counting variableRoger Dingledine2005-07-18
* Merge patch from Matt Edman for bug 162 (service never stops)Nick Mathewson2005-07-15
* make a notice-level log make more sense.Roger Dingledine2005-07-13