aboutsummaryrefslogtreecommitdiff
path: root/src/or/main.c
Commit message (Expand)AuthorAge
* 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
* Keep temporary log in place while configuring logsNick Mathewson2004-05-24
* Tinker with log behavior: never send error messages about logs into the bitbu...Nick Mathewson2004-05-20
* some more patchingRoger Dingledine2004-05-20
* non-dirservers expire routerinfo's that are more than a day oldRoger Dingledine2004-05-20
* Allow multiple logfiles at different severity rangesNick Mathewson2004-05-19
* fix a seg fault, add another XXX for nick ;)Roger Dingledine2004-05-18
* Resolve some XXXsNick Mathewson2004-05-18
* Make directory functions update routerlist, not replace it. Add notion of OR...Nick Mathewson2004-05-17
* clean up directory.c APIRoger Dingledine2004-05-12
* break connection_edge_end out of connection_mark_for_closeRoger Dingledine2004-05-12
* break rend_client_desc_fetched out of connection_mark_for_closeRoger Dingledine2004-05-12
* calling flush_buf and not checking for return value is badRoger Dingledine2004-05-12
* Add an extra flush attempt when closing wedged dir conns, in an attempt to is...Nick Mathewson2004-05-11
* it's amazing what a bit of punctuation can do for appearancesRoger Dingledine2004-05-10