aboutsummaryrefslogtreecommitdiff
path: root/src/or/routers.c
AgeCommit message (Expand)Author
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
2003-09-26first pass: obey log conventionRoger Dingledine
2003-09-25various bugfixes and updatesRoger Dingledine
2003-09-25Refactor buffers; implement descriptors.Nick Mathewson
2003-09-18leave the socks handshake on the inbuf until it's completeRoger Dingledine
2003-09-17add in directory 'post' supportRoger Dingledine
2003-09-16clean up exported api'sRoger Dingledine
2003-09-13fix two more bugsRoger Dingledine
2003-09-11Add router_get_by_pk function; use in connection_tls_finish_handshake.Nick Mathewson
2003-08-29point out why router_forget_router probably doesn't workRoger Dingledine
2003-08-28Fix memory leaks in directory parsingNick Mathewson
2003-08-27remove last vestiges of op_portRoger Dingledine
2003-08-23start honoring the recommended_versions stringRoger Dingledine
2003-08-14start refactoring dnsworker so testing won't be so darn hardRoger Dingledine
2003-08-12Make windows happier stillNick Mathewson
2003-07-30src/orNick Mathewson
2003-06-17Change many files to new log_fn formatNick Mathewson
2003-06-17Make log_fn work on apples with no workarounds needed in main codeNick Mathewson
2003-06-14Fix MacOS buildNick Mathewson
2003-05-28OPport is gone. So is conn type OP.Roger Dingledine
2003-05-20add circuit-level sendme relay cellsRoger Dingledine
2003-05-09work on versioning; new log_fn functionNick Mathewson
2003-05-09make router_dump_token only for debugging; clean backslashesRoger Dingledine
2003-05-09Routerinfos are no longer linkedNick Mathewson
2003-05-09We cant recognize ourself until we resolve all the routers.Nick Mathewson
2003-05-08Get directories working.Nick Mathewson