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