aboutsummaryrefslogtreecommitdiff
path: root/src/or/routers.c
Commit message (Expand)AuthorAge
* use the tor_malloc_zero wrapperRoger Dingledine2003-11-18
* Always include newline with port section of exit policyNick Mathewson2003-11-18
* Fix bytesex issues on in.s_addrNick Mathewson2003-11-17
* dump exit policies correctly to descriptorRoger Dingledine2003-11-16
* initial patches on patchesRoger Dingledine2003-11-16
* Finish implementing the rest of the exitpolicy stuff, except for automaticall...Nick Mathewson2003-11-16
* Improved exit policy syntax; basic client-side DNS caching.Nick Mathewson2003-11-14
* lay groundwork for EntryNodes and ExitNodesRoger Dingledine2003-11-12
* more cleanups and bugfixRoger Dingledine2003-11-11
* client now survives going offline betterRoger Dingledine2003-11-10
* move closer to being able to reload config on HUPRoger Dingledine2003-10-21
* include our own timegm() impl, since it's not portableRoger Dingledine2003-10-20
* no more memory leaksRoger Dingledine2003-10-18
* fix two more memory problemsRoger Dingledine2003-10-18
* clean up memory leaks, confusionsRoger Dingledine2003-10-18
* catch misconfigured machines that return hostname as fqdnRoger Dingledine2003-10-17
* change WARNING to WARNRoger Dingledine2003-10-10
* Update LICENSE and copyright dates.Nick Mathewson2003-10-08
* more details to track a warning in tls handshakesRoger Dingledine2003-10-07
* successfully parse exit policies on future attempts tooRoger Dingledine2003-10-07
* pull exit policies from config into desc_routerinfoRoger Dingledine2003-10-07
* lowercase exit policies.Nick Mathewson2003-10-07
* obey exit policies for addresses tooRoger Dingledine2003-10-07
* Stop requiring newline at end of exit policy.Nick Mathewson2003-10-07
* Add a "router_add_exit_policy_from_string" function.Nick Mathewson2003-10-07
* give correct warning message when you're running an old versionRoger Dingledine2003-10-07
* wrap strdup; prefer time() to gettimeofday()Roger Dingledine2003-10-04
* Make testcases run again; more sanity checking to descriptor generation.Nick Mathewson2003-10-01
* my_routerinfo, router_is_me, and learn_my_address are obsoleteRoger Dingledine2003-10-01
* rebuild directory before uploadingNick Mathewson2003-10-01
* Move dirserv/routers code out of main.cNick Mathewson2003-10-01
* Add "platform" to router descriptors.Nick Mathewson2003-09-30
* mark all dirservers up at boot; mark a dirserver down if dir fetch failsRoger Dingledine2003-09-30
* fix the SSL_read() bug again. this time for sure!Roger Dingledine2003-09-30
* Check router signatures again; debug signature checkingNick Mathewson2003-09-30
* Bugfixes in directory code:Nick Mathewson2003-09-30
* patch strptime warning -- reduce portability!Roger Dingledine2003-09-30
* getting closer to having dirserv workingRoger Dingledine2003-09-30
* bugfixes and features: closer to making dirserv workRoger Dingledine2003-09-29
* expand the scheduler to address SSL_read()'s pending bytesRoger Dingledine2003-09-28
* Write necessary backends for online directory generation. I think.Nick Mathewson2003-09-27
* Add code to parse fingerprint files and compare routers against fingerprint f...Nick Mathewson2003-09-26
* Refactor common file code into util.c; add published to descriptorsNick Mathewson2003-09-26
* first pass: obey log conventionRoger Dingledine2003-09-26
* various bugfixes and updatesRoger Dingledine2003-09-25
* Refactor buffers; implement descriptors.Nick Mathewson2003-09-25
* leave the socks handshake on the inbuf until it's completeRoger Dingledine2003-09-18
* add in directory 'post' supportRoger Dingledine2003-09-17
* clean up exported api'sRoger Dingledine2003-09-16
* fix two more bugsRoger Dingledine2003-09-13