aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-07add ExitPolicy line to config fileRoger Dingledine
2003-10-07minor fixes; bump to 0.0.2pre10Roger Dingledine
2003-10-07Clear revents even when no events are received. Also, since everyone gets in...Nick Mathewson
2003-10-07Hoping to find an fd larger than ((unsigned)-1) is probably a lost cause.Nick Mathewson
2003-10-07do not ask for whom there's an error, it polls for theeRoger Dingledine
2003-10-07give correct warning message when you're running an old versionRoger Dingledine
2003-10-07and a Makefile.am for src/config/Roger Dingledine
2003-10-07some early bugfixesRoger Dingledine
2003-10-06no need to trigger an assert if socks handshake is malformedRoger Dingledine
2003-10-04refactor around connection_edge_send_command()Roger Dingledine
2003-10-04wrap strdup; prefer time() to gettimeofday()Roger Dingledine
2003-10-04refactor so connection_write_to_buf() never failsRoger Dingledine
2003-10-04socks5 now worksRoger Dingledine
2003-10-04clean some includesRoger Dingledine
2003-10-02Add new cell fullness and bandwidth stats.Nick Mathewson
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-10-01Flush after fputsNick Mathewson
2003-09-30updated dirservers file, new config files.Roger Dingledine
2003-09-30ORs post descriptors periodically tooRoger Dingledine
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-30make sure router descriptor doesnt eat the directory-signatureNick Mathewson
2003-09-30make log use a larger buffer, for easier debuggingRoger Dingledine
2003-09-30Bugfixes in directory code:Nick Mathewson
2003-09-30We need to call get_connection_array before using its outputsNick Mathewson
2003-09-30move connection_array accessors from main.c to connection.cRoger Dingledine
2003-09-30patch strptime warning -- reduce portability!Roger Dingledine
2003-09-30move the tls handshake stuff to connection_orRoger Dingledine
2003-09-30getting closer to having dirserv workingRoger Dingledine
2003-09-29bugfixes and features: closer to making dirserv workRoger Dingledine
2003-09-29more cleanup and rearrangingRoger Dingledine
2003-09-28fix two new segfaultsRoger Dingledine
2003-09-28expand the scheduler to address SSL_read()'s pending bytesRoger Dingledine
2003-09-28shift read_file_to_str() into util.cRoger Dingledine
2003-09-27Write necessary backends for online directory generation. I think.Nick Mathewson
2003-09-27clean up receiver buckets; prepare for payloads in relay_end; note a few bugsRoger Dingledine
2003-09-27Add function to wrap SSL_pendingNick Mathewson