aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Use escaped() for remaining cases.•••svn:r6117 Nick Mathewson2006-03-11
* make entry guard logs even quieter•••svn:r6116 Roger Dingledine2006-03-10
* stop printing a log message at every iteration through the•••event loop when holding open a conn for flushing but it doesn't want to flush any more bytes yet. svn:r6114 Roger Dingledine2006-03-09
* Let the controller attachstream conns that are in connect_wait•••or resolve_wait: we detach them first and then act as before. Resolves bug 264. svn:r6112 Roger Dingledine2006-03-09
* don't abandon entry guards until they've been dead a whole month.•••make entry guard log messages quieter. svn:r6106 Roger Dingledine2006-03-09
* Implement NEWNYM. Nick, did I do a bad thing?•••svn:r6105 Roger Dingledine2006-03-09
* clean up typo•••svn:r6103 Roger Dingledine2006-03-09
* start using OR_CONN_EVENT_NEW.•••also fixes a seg fault in tor (bug 261). svn:r6101 Roger Dingledine2006-03-08
* remove some redundant code now that we compress exit policies•••after parsing them svn:r6099 Roger Dingledine2006-03-08
* Possible bug 265 fix: authorities must be more strict than clients about age ...•••svn:r6095 Nick Mathewson2006-03-08
* fix infinite loop•••svn:r6090 Roger Dingledine2006-03-06
* mark bug 261•••svn:r6089 Roger Dingledine2006-03-06
* Add some "to-be-safe" escaped() wrappers to log statements in rend*.c, though...•••svn:r6088 Nick Mathewson2006-03-06
* Add some functions to escape values from the network before sending them to t...•••svn:r6087 Nick Mathewson2006-03-05
* Allow private:* in routerdescs; not generated yet (because older Tors do not ...•••svn:r6086 Nick Mathewson2006-03-05
* Add a new circuit purpose 'controller' to let the controller•••ask for a circuit that Tor won't try to use. Extend the EXTENDCIRCUIT controller command to let you specify the purpose if you're starting a new circuit. Add a new SETCIRCUITPURPOSE controller command to let you change a circuit's purpose after it's been created. svn:r6075 Roger Dingledine2006-02-23
* clean up a log message•••svn:r6074 Roger Dingledine2006-02-21
* be quieter about hidserv descriptors that are too old or too new.•••we can't do anything about them anyway. svn:r6073 Roger Dingledine2006-02-21
* bump to 0.1.1.14-alpha-cvs, and we're off.•••svn:r6062 Roger Dingledine2006-02-21
* bump to 0.1.1.14-alpha•••svn:r6059 Roger Dingledine2006-02-21
* i missed the other half of that grammar fix•••svn:r6058 Roger Dingledine2006-02-21
* when saveconf fails in controller v1, we were returning a malformed•••error string. svn:r6053 Roger Dingledine2006-02-20
* make the NoPublish option obsolete.•••svn:r6052 Roger Dingledine2006-02-20
* tweak•••svn:r6051 Roger Dingledine2006-02-20
* the other half of fixing bug 257. catch an error in more places.•••svn:r6050 Roger Dingledine2006-02-20
* try to address bug 257: if rename() fails during saveconf, tell•••the controller. svn:r6049 Roger Dingledine2006-02-19
* New config options to address bug 251:•••FetchServerDescriptors and FetchHidServDescriptors for whether to fetch server info and hidserv info or let the controller do it, and also PublishServerDescriptor and PublishHidServDescriptors. Add AllDirActionsPrivate undocumented option -- if you set it, you'll need the controller to bootstrap you enough to build your first circuits. svn:r6047 Roger Dingledine2006-02-19
* Improve the "we have been waiting for 1140377851 seconds" log•••svn:r6046 Peter Palfrader2006-02-19
* clean up the Reachable*Addresses changes•••svn:r6041 Roger Dingledine2006-02-19
* Add function names to log_* on non-gcc•••svn:r6039 Peter Palfrader2006-02-18
* this is why you're not supposed to cut-and-paste code•••svn:r6037 Roger Dingledine2006-02-18
* Finish log function renaming for non-GNUC systems•••svn:r6034 Peter Palfrader2006-02-18
* Make it compile with VC7. It does not yet link.•••svn:r6033 Peter Palfrader2006-02-18
* fix typo found in phobos's logs•••svn:r6020 Roger Dingledine2006-02-15
* don't warn when we get a server descriptor from the controller•••but it's too old. that's not something tor should fix. svn:r6019 Roger Dingledine2006-02-15
* Just because both are obsolete does not mean we prefer the newer•••svn:r6016 Peter Palfrader2006-02-14
* Explain why we only expire open connections•••svn:r6015 Peter Palfrader2006-02-14
* document the frequency for reachability testing by the•••directory authorities. svn:r6014 Roger Dingledine2006-02-14
* Do not mark connections obsolete before they have done their TLS handshake or...•••svn:r6013 Peter Palfrader2006-02-14
* Our connection_or_get_by_identity_digest() was slightly wrong. If best•••didn't have any circuits on it, but conn had circuits, we would not make conn our new best unless it was also newer. Also, restructure the code a bit to maybe make it clearer. svn:r6012 Peter Palfrader2006-02-14
* Warn if ReachableAddresses is set when also ReachableDirAddresses and Reachab...•••svn:r6010 Peter Palfrader2006-02-13
* Split ReachableAddresses into ReachableDirAddresses and ReachableORAddresses•••svn:r6009 Peter Palfrader2006-02-13
* and resolve long-lines and fix an error string•••svn:r6007 Roger Dingledine2006-02-13
* the last of the log convention conversion. finally.•••svn:r6005 Roger Dingledine2006-02-13
* the things we do for our windows users.•••i hope they appreciate it. svn:r6004 Roger Dingledine2006-02-13
* more log conversions.•••whee. svn:r6003 Roger Dingledine2006-02-13
* convert some more source files to the new log convention•••svn:r6002 Roger Dingledine2006-02-13
* resolve too-long-lines•••svn:r6001 Roger Dingledine2006-02-13
* Start the process of converting warn to log_warn and so on.•••This is needed because Windows already has an err() that we can't clobber. And we need to be able to make the log functions a macro so we can print the function's name in the log entry. svn:r6000 Roger Dingledine2006-02-13
* Style on config_addr_policy_intersectes, which looks ok to me.•••svn:r5998 Nick Mathewson2006-02-13