summaryrefslogtreecommitdiff
path: root/src/or/main.c
AgeCommit message (Expand)Author
2004-10-07Windows requires a different cast uint64_t formatNick Mathewson
2004-10-01use size_t rather than int for directory lengths in memoryRoger Dingledine
2004-09-29prefer tor_free to freeRoger Dingledine
2004-09-29print the IP if a conn fails badly, to see if there are any trendsRoger Dingledine
2004-09-28Fix an evil bug: when we failed to write to our log, fputs()Roger Dingledine
2004-09-23bugfix: we were starting to daemonize before we opened our logs,Roger Dingledine
2004-09-22fix confusing cut-n-paste mistakeRoger Dingledine
2004-09-08Some platforms have weird translations when you open files in "test" mode; ma...Nick Mathewson
2004-09-08Flush more changes from sandboxNick Mathewson
2004-09-02Stop using separate defaults for no-config-file and empty-config-fileNick Mathewson
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