aboutsummaryrefslogtreecommitdiff
path: root/src/or/main.c
AgeCommit message (Expand)Author
2004-11-03better interface for connection_ap_handshake_socks_reply()Roger Dingledine
2004-11-03Implement two flavors of authentication for control connections: one for trus...Nick Mathewson
2004-11-03- Implement all of control interface except authentication, setconfig,Nick Mathewson
2004-11-03Streamline the two redundant "Has the second rolled over?" checks in prepare_...Nick Mathewson
2004-11-03Fix another typoNick Mathewson
2004-11-02First attempt at hibernation code. It needs more work around the XXXXs, but ...Nick Mathewson
2004-11-02Use a stricter set of warnings; make them all pass.Nick Mathewson
2004-11-01make sure options.MaxConn can be reachedRoger Dingledine
2004-10-31implement first piece of hibernationRoger Dingledine
2004-10-30tor --list-fingerprint to print fingerprint and exitNick Mathewson
2004-10-28Tweaks to prevent obsolete restarting tors from hammering the dirservers. (1)...Nick Mathewson
2004-10-27Tricksy compiler warnings! We hates them, hates them forever, my precious!Nick Mathewson
2004-10-27Use tor_snprintf, not snprintfNick Mathewson
2004-10-27Replace sprintf with snprintfNick Mathewson
2004-10-24Every 60 seconds, check whether the listeners are still alive, and relaunch t...Nick Mathewson
2004-10-23pay attention to the return value of do_hup, and exitRoger Dingledine
2004-10-20Use bitwise masking to turn off bits, not compare-and-subtractNick Mathewson
2004-10-17start the process of making 0.0.7* obsoleteRoger Dingledine
2004-10-16don't assert multiple things in the same tor_assert()Roger Dingledine
2004-10-14Build without warnings on mac gcc 3.3Nick Mathewson
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