aboutsummaryrefslogtreecommitdiff
path: root/src/or/main.c
Commit message (Expand)AuthorAge
* Some platforms have weird translations when you open files in "test" mode; ma...Nick Mathewson2004-09-08
* Flush more changes from sandboxNick Mathewson2004-09-08
* Stop using separate defaults for no-config-file and empty-config-fileNick Mathewson2004-09-02
* Improve log message to make it obvious _why_ reading the configuration has fa...Nick Mathewson2004-08-24
* authdirservers don't need to be treated specially on hup forRoger Dingledine2004-08-18
* dirservers now don't build circuits until they have fetched aRoger Dingledine2004-08-18
* We are an OR if ORPort *or* ORBindAddress is set; similarly for being an OPNick Mathewson2004-08-15
* o clients choose nodes proportional to advertised bandwidthRoger Dingledine2004-08-15
* compile again on win32 (i think)Roger Dingledine2004-08-09
* minor fixRoger Dingledine2004-08-09
* make "%llu" less likely to warn on weird platformsRoger Dingledine2004-08-09
* let children survive sigint, sigterm, etc.Roger Dingledine2004-08-08
* Refactor ISO-style (yyyy-mm-dd hh:mm:ss) time parsing into util.c; rename for...Nick Mathewson2004-08-07
* let purging routerinfos and descriptors take an age argumentRoger Dingledine2004-08-06
* they're uint64 and uint32, not int and intRoger Dingledine2004-08-06
* list total traffic and total uptime in -usr1 statsRoger Dingledine2004-08-06
* fix rare race condition that causes infinite loopRoger Dingledine2004-08-04
* <arma> did you get it working on win32? or just compilingNick Mathewson2004-08-04
* clean whitespace and tabsRoger Dingledine2004-07-22
* stop using atexit() to remove our pid, since it's calledRoger Dingledine2004-07-22
* publish advertised_bandwidth in descriptorRoger Dingledine2004-07-22
* clients shouldn't create datadir until we have something to put thereRoger Dingledine2004-07-22
* 0.0.8 ORs should autoconnect to authdirservers and 0.0.7 serversRoger Dingledine2004-07-21
* solve the authdirserver initialization precedence problemRoger Dingledine2004-07-21
* rearrange to prepare to solve the authdirserver initializationRoger Dingledine2004-07-21
* clients exit immediately on interrupt; they don't waitRoger Dingledine2004-07-21
* Misc small code cleanups; remove exit_server_mode(); change tor_tls_verify be...Nick Mathewson2004-07-21
* add a new advertised_server_mode() to distinguish ORs thatRoger Dingledine2004-07-21
* when we get a sigint, don't accept new connections/circuits,Roger Dingledine2004-07-20
* also don't hang up on him if we're an OR and he's an authdirserverRoger Dingledine2004-07-20
* if you're an OR and he's an OR and he's running 0.0.7,Roger Dingledine2004-07-20
* a whole swath of fixesRoger Dingledine2004-07-20
* abstract ORPort/SocksPort checks into server_mode(), proxy_mode(), clique_mod...Nick Mathewson2004-07-18
* Bugfix: some things (like ctrl-z) can make a second take more than one secondNick Mathewson2004-07-13
* only count bytes transmitted to/from non-local IPsRoger Dingledine2004-07-13
* checkpoint: start working on bandwidth tracking andRoger Dingledine2004-07-13
* when you expire a wedged dir conn, conn_close_if_marked will takeRoger Dingledine2004-07-13
* touchups all overRoger Dingledine2004-07-04
* cleanups on 008pre1 itemsRoger Dingledine2004-06-30
* Always use get_data_directory() instead of options.DataDirectory; fix a memor...Nick Mathewson2004-06-30
* Remaining 008pre1 items done; deferred where more design is needed.Nick Mathewson2004-06-25
* Implement several 008pre1 items: needs more testingNick Mathewson2004-06-21
* Implement code to run tor as an NT service. More testing is needed, as is co...Nick Mathewson2004-06-12
* Break tor_main into startup/loop/shutdown portions, to make NT service refact...Nick Mathewson2004-06-12
* Rotate dnsworkers and cpuworkers on SIGHUP, so they get new config settings tooNick Mathewson2004-06-06
* Stop multiplying logs on sighup.Nick Mathewson2004-06-02
* Add more asserts to dns-pending connections; fix a couple seeming bugs.Nick Mathewson2004-06-01
* declare the epipe bug a non-bug.Roger Dingledine2004-06-01
* bugfix: if the wedged dir conn has no bytes to flush, then we neverRoger Dingledine2004-05-28
* dirservers try to reconnect periodically too, in case connections have failedRoger Dingledine2004-05-28