summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-02-10bump to 0.1.1.13-alpha-cvs -- progress!Roger Dingledine
2006-02-09bump to 0.1.1.13-alphator-0.1.1.13-alphaRoger Dingledine
2006-02-09get our grammar right when complaining about un-recommended versionsRoger Dingledine
2006-02-09Happy new year!Roger Dingledine
2006-02-09more cleanups on the sample torrc fileRoger Dingledine
2006-02-09stop calling it a "libevent poll" -- the word "poll" hasRoger Dingledine
2006-02-09and maybe some function documentation will help tooRoger Dingledine
2006-02-09correct the comments that don't realize it's the oppositeRoger Dingledine
2006-02-09and make sure that never happens againRoger Dingledine
2006-02-09fix bug 245: When modifying the orconn_circid_map map, we wouldRoger Dingledine
2006-02-09tweak commentRoger Dingledine
2006-02-06Move "sort list of versions" logic into routerparse.c; make version-checking ...Nick Mathewson
2006-02-06char *x = "y"; is not good C.Nick Mathewson
2006-02-06Only v1 authorities get hidden service descriptors with current protocolNick Mathewson
2006-02-06Fix a const-non-const warningNick Mathewson
2006-02-05more typos and nitsRoger Dingledine
2006-02-05Stupid cut-and-paste bug.Nick Mathewson
2006-02-05as soon as we've fetched some more directory info, that's timeRoger Dingledine
2006-02-05cosmetic fixRoger Dingledine
2006-02-05clean up tabs and wide-lines from weasel's commitRoger Dingledine
2006-02-05when building v2 statuses or v1 running-routers, don't admit theRoger Dingledine
2006-02-05fix bug: we were caching the newest descriptor for each server,Roger Dingledine
2006-02-05typos and nitsRoger Dingledine
2006-02-05forward-port the part where ordinary users try to fetch directoriesRoger Dingledine
2006-02-04Fix a major load balance bug: we were round-robining in 16 KB chunks, andRoger Dingledine
2006-02-04just because you support the feature does not mean that youRoger Dingledine
2006-02-03Fix compiler warning on 64 bit archsPeter Palfrader
2006-02-03Try to make tor work better through squid: Limit number of descriptors we fetchPeter Palfrader
2006-02-03when we fail to bind a listener, try to provide a more useful log msg.Roger Dingledine
2006-02-03check for EADDRINUSE in a cross-platform way (unless i'm wrong)Roger Dingledine
2006-02-03don't warn when we receive a 503 from a dirserver/cache -- thisRoger Dingledine
2006-02-03Fix bug 225: now "attachstream 0" treats conn like it just connected,Roger Dingledine
2006-02-02I believe this resolves bug 234, the mysterious crash on 0.1.1.9Roger Dingledine
2006-02-01Add a new config option ExitPolicyRejectPrivate which defaults to 1.Roger Dingledine
2006-02-01avoid a minor confusing log messageRoger Dingledine
2006-02-01Try to fix policy_includes_addr_mask_implicitly()Peter Palfrader
2006-02-01Also catch 0/8 in exit_policy_implicitly_allows_local_networks()Peter Palfrader
2006-02-01don't try to upload hidden service descriptors until we haveRoger Dingledine
2006-02-01Apply Matt Ghali's --with-syslog-facility patchPeter Palfrader
2006-01-31provide a more useful warn message when our onion queueRoger Dingledine
2006-01-29only start testing reachability once we've established a circuit.Roger Dingledine
2006-01-28bump the default bandwidthrate to 3 MB, and burst to 6 MBRoger Dingledine
2006-01-26a slightly more useful message when you get a sighupRoger Dingledine
2006-01-24Add a missing printf argNick Mathewson
2006-01-24make it louder when we're running an unrecommended version.Roger Dingledine
2006-01-24Make dirservers generate a separate "guard" flag to mean, "would make a good ...Nick Mathewson
2006-01-23On systems that don't have getrlimit (like windows), we were artificiallyRoger Dingledine
2006-01-23Jan 23 02:39:44.856 [warn] rend_mid_rendezvous(): Rejecting RENDEZVOUS1 cell ...Roger Dingledine
2006-01-23Stop complaining loudly whenever some poor client falls offRoger Dingledine
2006-01-22Split PARANOIA_B into B1 and B2.Nick Mathewson