aboutsummaryrefslogtreecommitdiff
path: root/src/or/routers.c
Commit message (Expand)AuthorAge
* 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
* Add router_get_by_pk function; use in connection_tls_finish_handshake.Nick Mathewson2003-09-11
* point out why router_forget_router probably doesn't workRoger Dingledine2003-08-29
* Fix memory leaks in directory parsingNick Mathewson2003-08-28
* remove last vestiges of op_portRoger Dingledine2003-08-27
* start honoring the recommended_versions stringRoger Dingledine2003-08-23
* start refactoring dnsworker so testing won't be so darn hardRoger Dingledine2003-08-14
* Make windows happier stillNick Mathewson2003-08-12
* src/orNick Mathewson2003-07-30
* Change many files to new log_fn formatNick Mathewson2003-06-17
* Make log_fn work on apples with no workarounds needed in main codeNick Mathewson2003-06-17
* Fix MacOS buildNick Mathewson2003-06-14
* OPport is gone. So is conn type OP.Roger Dingledine2003-05-28
* add circuit-level sendme relay cellsRoger Dingledine2003-05-20
* work on versioning; new log_fn functionNick Mathewson2003-05-09
* make router_dump_token only for debugging; clean backslashesRoger Dingledine2003-05-09
* Routerinfos are no longer linkedNick Mathewson2003-05-09