summaryrefslogtreecommitdiff
path: root/src/or/directory.c
AgeCommit message (Expand)Author
2004-04-25use tor_assertRoger Dingledine
2004-04-17bugfix: give dir_conn a state before building the bridge, so it hasRoger Dingledine
2004-04-09give better instructions than just 'mail arma'Roger Dingledine
2004-04-09call directory_has_arrived has arrived every time we getRoger Dingledine
2004-04-08Launch intro services after launching connections; allow ORs to build circuit...Nick Mathewson
2004-04-08allow for directories >8192 bytesRoger Dingledine
2004-04-07if the rend desc cache entry was fetched more than 15 mins ago,Roger Dingledine
2004-04-07Remember when we received which service desc.Nick Mathewson
2004-04-07Delete trailing whitespace and expand tabs; remove unused aes decrypt codeNick Mathewson
2004-04-03publish and fetch the right rendezvous urlsRoger Dingledine
2004-04-03alice can intercept y.onion requests, do a lookup on them via tor,Roger Dingledine
2004-04-02break out circ->rend_serviceRoger Dingledine
2004-04-02now circuit_get_newest returns an appropriate circ for your purposeRoger Dingledine
2004-04-01teach directory servers to handle renddesc responsesRoger Dingledine
2004-03-31Add an ap_bridge function to do a socketpair and skip socks.Roger Dingledine
2004-03-31Fix warningNick Mathewson
2004-03-31better way: always nul-terminate. then sometimes use it, sometimes not.Roger Dingledine
2004-03-31let fetch_from_buf_http tolerate nuls in the http bodyRoger Dingledine
2004-03-31rename hidserv_xxNick Mathewson
2004-03-31Implement hidserv_XX functions; there is still an XXX in directory_handle_com...Nick Mathewson
2004-03-30add and use stubs for hidserv lookup and storeRoger Dingledine
2004-03-30Refactor directory serversRoger Dingledine
2004-03-29old or skewed descriptor doesn't mean we failed to parse itRoger Dingledine
2004-03-29refactor directories a smidgenRoger Dingledine
2004-03-26oops, 0.0.4 is more broken than 0.0.3Roger Dingledine
2004-03-26fix two assert triggers (darn it, I hate releasing software)Roger Dingledine
2004-03-21Replace all connection_removes outsice of main.c with connection_mark_for_closeNick Mathewson
2004-03-19isspace and friends take an int. solaris cares.Roger Dingledine
2004-03-12inform unapproved servers when we reject their descriptorsRoger Dingledine
2004-03-06if the directory client hangs up before getting the directory,Roger Dingledine
2004-02-29bugfix: only warn about an unrouter router after we've fetched a directoryRoger Dingledine
2004-02-28make code more readable; arrbitrarily change a -1 to a 0.Nick Mathewson
2004-02-28Push responsibility for connection marking down as far as possible; have only...Nick Mathewson
2004-01-31last minute fix: don't early-flush non-tls streamstor-0.0.2pre20Roger Dingledine
2003-12-17remove trailing whitespaceRoger Dingledine
2003-12-17make fetch_from_buf_http malloc its strings ratherRoger Dingledine
2003-12-16Resolve format warnings on MacOS X 10.3Nick Mathewson
2003-12-14clean up some file-scope-global directory variablesRoger Dingledine
2003-12-13clean up some copyrightsRoger Dingledine
2003-12-05terminology shift:Roger Dingledine
2003-11-30bump up header length when the dirserv reads http commandsRoger Dingledine
2003-11-20simplify: options.OnionRouter==1 iff options.ORPort>0Roger Dingledine
2003-11-11more cleanups and bugfixRoger Dingledine
2003-11-10client now survives going offline betterRoger Dingledine
2003-10-13fix segfault (connecting to dirserver when network is down)Roger Dingledine
2003-10-10change WARNING to WARNRoger Dingledine
2003-10-08Update LICENSE and copyright dates.Nick Mathewson
2003-10-04wrap strdup; prefer time() to gettimeofday()Roger Dingledine
2003-10-04refactor so connection_write_to_buf() never failsRoger Dingledine
2003-09-30mark all dirservers up at boot; mark a dirserver down if dir fetch failsRoger Dingledine