aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* fill in some blanksRoger Dingledine2003-10-08
* 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
* add ExitPolicy line to config fileRoger Dingledine2003-10-07
* minor fixes; bump to 0.0.2pre10Roger Dingledine2003-10-07
* Clear revents even when no events are received. Also, since everyone gets in...Nick Mathewson2003-10-07
* Hoping to find an fd larger than ((unsigned)-1) is probably a lost cause.Nick Mathewson2003-10-07
* do not ask for whom there's an error, it polls for theeRoger Dingledine2003-10-07
* break the quickstart into INSTALLRoger Dingledine2003-10-07
* give correct warning message when you're running an old versionRoger Dingledine2003-10-07
* and a Makefile.am for src/config/Roger Dingledine2003-10-07
* some early bugfixesRoger Dingledine2003-10-07
* another todo item, a half-written tor-design introRoger Dingledine2003-10-07
* no need to trigger an assert if socks handshake is malformedRoger Dingledine2003-10-06
* update the README somewhatRoger Dingledine2003-10-05
* describe what's _actually_ in the payload of a relay begin cellRoger Dingledine2003-10-04
* refactor around connection_edge_send_command()Roger Dingledine2003-10-04
* wrap strdup; prefer time() to gettimeofday()Roger Dingledine2003-10-04
* refactor so connection_write_to_buf() never failsRoger Dingledine2003-10-04
* socks5 now worksRoger Dingledine2003-10-04
* clean some includesRoger Dingledine2003-10-04
* add log convention to hacking fileRoger Dingledine2003-10-03
* Add new cell fullness and bandwidth stats.Nick Mathewson2003-10-02
* Make testcases run again; more sanity checking to descriptor generation.Nick Mathewson2003-10-01
* affected functions in the migration from addr:port to nickname for ORsRoger Dingledine2003-10-01
* update the spec wrt choosing aci'sRoger Dingledine2003-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
* Flush after fputsNick Mathewson2003-10-01
* update TODO furtherRoger Dingledine2003-10-01
* updated dirservers file, new config files.Roger Dingledine2003-09-30
* ORs post descriptors periodically tooRoger Dingledine2003-09-30
* Add "platform" to router descriptors.Nick Mathewson2003-09-30
* Mark several tasks finishedNick Mathewson2003-09-30
* Check for uname in configureNick 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
* make sure router descriptor doesnt eat the directory-signatureNick Mathewson2003-09-30
* make log use a larger buffer, for easier debuggingRoger Dingledine2003-09-30
* Bugfixes in directory code:Nick Mathewson2003-09-30
* We need to call get_connection_array before using its outputsNick Mathewson2003-09-30
* move connection_array accessors from main.c to connection.cRoger Dingledine2003-09-30