aboutsummaryrefslogtreecommitdiff
path: root/src/or/routers.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-12-03choose randomly from running dirservers, not always the first oneRoger Dingledine
2003-12-03pick nodes for a circuit only from those the directory says are upRoger Dingledine
2003-12-03bugfix in exit node choice: we used to find the perfect exit node but ...Roger Dingledine
2003-11-30start tracking a rare bug: package_raw_inbuf gets called with package_window 0Roger Dingledine
2003-11-19if you tell people that IgnoreVersion exists,Roger Dingledine
2003-11-18use the tor_malloc_zero wrapperRoger Dingledine
2003-11-18Always include newline with port section of exit policyNick Mathewson
2003-11-17Fix bytesex issues on in.s_addrNick Mathewson
2003-11-16dump exit policies correctly to descriptorRoger Dingledine
2003-11-16initial patches on patchesRoger Dingledine
2003-11-16Finish implementing the rest of the exitpolicy stuff, except for automaticall...Nick Mathewson
2003-11-14Improved exit policy syntax; basic client-side DNS caching.Nick Mathewson
2003-11-12lay groundwork for EntryNodes and ExitNodesRoger Dingledine
2003-11-11more cleanups and bugfixRoger Dingledine
2003-11-10client now survives going offline betterRoger Dingledine
2003-10-21move closer to being able to reload config on HUPRoger Dingledine
2003-10-20include our own timegm() impl, since it's not portableRoger Dingledine
2003-10-18no more memory leaksRoger Dingledine
2003-10-18fix two more memory problemsRoger Dingledine
2003-10-18clean up memory leaks, confusionsRoger Dingledine
2003-10-17catch misconfigured machines that return hostname as fqdnRoger Dingledine
2003-10-10change WARNING to WARNRoger Dingledine
2003-10-08Update LICENSE and copyright dates.Nick Mathewson
2003-10-07more details to track a warning in tls handshakesRoger Dingledine
2003-10-07successfully parse exit policies on future attempts tooRoger Dingledine
2003-10-07pull exit policies from config into desc_routerinfoRoger Dingledine
2003-10-07lowercase exit policies.Nick Mathewson
2003-10-07obey exit policies for addresses tooRoger Dingledine
2003-10-07Stop requiring newline at end of exit policy.Nick Mathewson
2003-10-07Add a "router_add_exit_policy_from_string" function.Nick Mathewson
2003-10-07give correct warning message when you're running an old versionRoger Dingledine
2003-10-04wrap strdup; prefer time() to gettimeofday()Roger Dingledine
2003-10-01Make testcases run again; more sanity checking to descriptor generation.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-30Add "platform" to router descriptors.Nick Mathewson
2003-09-30mark all dirservers up at boot; mark a dirserver down if dir fetch failsRoger Dingledine
2003-09-30fix the SSL_read() bug again. this time for sure!Roger Dingledine
2003-09-30Check router signatures again; debug signature checkingNick Mathewson
2003-09-30Bugfixes in directory code:Nick Mathewson
2003-09-30patch strptime warning -- reduce portability!Roger Dingledine
2003-09-30getting closer to having dirserv workingRoger Dingledine
2003-09-29bugfixes and features: closer to making dirserv workRoger 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-26Add code to parse fingerprint files and compare routers against fingerprint f...Nick Mathewson
2003-09-26Refactor common file code into util.c; add published to descriptorsNick Mathewson