aboutsummaryrefslogtreecommitdiff
path: root/src/or
Commit message (Expand)AuthorAge
* printfs want carriage returnsRoger Dingledine2004-11-20
* kill -USR2 now moves all logs to loglevel debugRoger Dingledine2004-11-20
* Add "MEMUNIT" and "INTERVAL" types to configuration. Also tweak Accounting se...Nick Mathewson2004-11-20
* bugfix: when our poll is interrupted, we believed the revents values.Roger Dingledine2004-11-17
* add a TODO item and some comment changes.Nick Mathewson2004-11-16
* minor fixesRoger Dingledine2004-11-16
* Tweak on patch to make authoritative directory servers cacheNick Mathewson2004-11-15
* Authoritative dirservers now also cache the directory, sinceRoger Dingledine2004-11-15
* move second stat to a cleaner placeRoger Dingledine2004-11-15
* Break DirFetchPostPeriod into:Roger Dingledine2004-11-15
* clean up socks handling, refuse connections to port 0Roger Dingledine2004-11-15
* a first cut at a print_usage()Roger Dingledine2004-11-15
* Only record bandwidth usage when accounting is enabledNick Mathewson2004-11-15
* Change "warn if unverified routers are very skewed" to "never warn about unve...Nick Mathewson2004-11-15
* Cache running-routers; compress running-routers; serve compressed running-rou...Nick Mathewson2004-11-15
* Patch to patch: do not send both error and done for one command.Nick Mathewson2004-11-15
* fix a bug in configuring accounting in options_act()Roger Dingledine2004-11-15
* some fixes so farRoger Dingledine2004-11-15
* Fix compilation. Duh.Nick Mathewson2004-11-14
* Resolve some hibernating-related XXXX009s.Nick Mathewson2004-11-14
* Allow more clock skew from unrecognized hosts than from recognized ones.Nick Mathewson2004-11-14
* Fetch running-routers.Nick Mathewson2004-11-14
* Make running-routers fetch (apparently) workNick Mathewson2004-11-14
* Hibernate if we start tor during the "wait for wakeup-time" phase of an accou...Nick Mathewson2004-11-14
* Add simpler option_is_same, as suggested by arma. Finish implementing SAVECONFNick Mathewson2004-11-14
* Fix windows whitespaceNick Mathewson2004-11-14
* Add an unreachable return 0.Nick Mathewson2004-11-14
* Remove redundant declarationNick Mathewson2004-11-14
* make kill -USR1 work againRoger Dingledine2004-11-14
* ok ok the stat wasn't redundantRoger Dingledine2004-11-14
* Remove redundant stat() for reading cached directory, and removeRoger Dingledine2004-11-14
* clean a commentRoger Dingledine2004-11-14
* normalize whitespaceNick Mathewson2004-11-13
* Use the data, *then* free it. It works so much better.Nick Mathewson2004-11-13
* Document remaining configuration options; add a ccheck for redundant authenti...Nick Mathewson2004-11-13
* Track whether descriptor is dirty/uploaded. When any options are set, mark i...Nick Mathewson2004-11-13
* Comment a confusing conditionalNick Mathewson2004-11-13
* fix a seg fault when fetching rendezvous descsRoger Dingledine2004-11-12
* Nobody was using the return values from smartlist_(set|del|del_keeporder), so...Nick Mathewson2004-11-12
* Write most of the implementation for SAVECONF.Nick Mathewson2004-11-12
* Rename exit_policy to addr_policy, since it gets used for SOCKS and directory...Nick Mathewson2004-11-12
* Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarif...Nick Mathewson2004-11-12
* Resolve FIXME: Possible solution to note_disconnect problem; needs thought an...Nick Mathewson2004-11-12
* Use autoconf to enable largefile support where necessary. Use ftello where av...Nick Mathewson2004-11-12
* Resolve FIXMES: sometimes an error code is just an error codeNick Mathewson2004-11-12
* dfc caught a SIGXFSZ error when his debugfile reached 2GB.Roger Dingledine2004-11-12
* when clients do --list-fingerprint, it's misleading toRoger Dingledine2004-11-11
* apply patch from Andre Eisenbach: include event code with events, as required...Nick Mathewson2004-11-11
* Remove XXXX009 comment telling us to do the last (circID-related) fixNick Mathewson2004-11-10
* Resolve a FIXME: use identity comparison, not nickname comparison, toNick Mathewson2004-11-10