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