summaryrefslogtreecommitdiff
path: root/src/or/main.c
AgeCommit message (Expand)Author
2003-12-06break routers.c into router.c for stuff the router does,Roger Dingledine
2003-12-05terminology shift:Roger Dingledine
2003-11-20simplify: options.OnionRouter==1 iff options.ORPort>0Roger Dingledine
2003-11-19make pidfile default to null rather than writing to your cwdRoger Dingledine
2003-11-19Separate failure-count tracking from circuit-launching.Nick Mathewson
2003-11-19Check that we can write to the logfile and log a warning to stderr if we can'tPeter Palfrader
2003-11-18bugfix: don't ask for ->next of an expired circuitRoger Dingledine
2003-11-18don't build too many circs at onceRoger Dingledine
2003-11-17recognize in-progress circs and don't start redundant onesRoger Dingledine
2003-11-16change when circuits are built and expiredRoger Dingledine
2003-11-16initial patches on patchesRoger Dingledine
2003-11-13let getconfig survive repeated calls. now we call it again when we hup.Roger Dingledine
2003-11-13warn on startup that we don't provide anonymityRoger Dingledine
2003-10-25add DirBindAddress, parse the BindAddress's when you bindRoger Dingledine
2003-10-22- fixed a bug in the id switching code -- setgid has to happen beforeSteven Hazel
2003-10-22added User and Group options -- if you set them, tor will try toSteven Hazel
2003-10-21move closer to being able to reload config on HUPRoger Dingledine
2003-10-20a skeletal print_usage() functionRoger Dingledine
2003-10-18log to stdout while parsing config,Roger Dingledine
2003-10-17reload the fingerprints file on HUPRoger Dingledine
2003-10-15closing stdout *should* be safe (we'll see)Roger Dingledine
2003-10-15Report delivery cell fullness correctlyNick Mathewson
2003-10-15clean up logging, allow user to specify log filesRoger Dingledine
2003-10-15Make last commit buildNick Mathewson
2003-10-15Stop using stdout for non-debugging casesNick Mathewson
2003-10-10change WARNING to WARNRoger Dingledine
2003-10-09Refactor, rename, and clarifyNick Mathewson
2003-10-08add in basic support for pidfilesRoger Dingledine
2003-10-08Update LICENSE and copyright dates.Nick Mathewson
2003-10-04refactor around connection_edge_send_command()Roger Dingledine
2003-10-04wrap strdup; prefer time() to gettimeofday()Roger Dingledine
2003-10-04refactor so connection_write_to_buf() never failsRoger Dingledine
2003-10-04socks5 now worksRoger Dingledine
2003-10-02Add new cell fullness and bandwidth stats.Nick Mathewson
2003-10-01my_routerinfo, router_is_me, and learn_my_address are obsoleteRoger Dingledine
2003-10-01rebuild directory before uploadingNick Mathewson
2003-10-01Move dirserv/routers code out of main.cNick Mathewson
2003-09-30ORs post descriptors periodically tooRoger Dingledine
2003-09-30Add "platform" to router descriptors.Nick Mathewson
2003-09-30fix the SSL_read() bug again. this time for sure!Roger Dingledine
2003-09-30Bugfixes in directory code:Nick Mathewson
2003-09-30move connection_array accessors from main.c to connection.cRoger Dingledine
2003-09-30getting closer to having dirserv workingRoger Dingledine
2003-09-29bugfixes and features: closer to making dirserv workRoger Dingledine
2003-09-29more cleanup and rearrangingRoger Dingledine
2003-09-28fix two new segfaultsRoger Dingledine
2003-09-28expand the scheduler to address SSL_read()'s pending bytesRoger Dingledine
2003-09-27Write necessary backends for online directory generation. I think.Nick Mathewson
2003-09-27clean up receiver buckets; prepare for payloads in relay_end; note a few bugsRoger Dingledine
2003-09-27add Address config element, use it in descriptorRoger Dingledine