summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-05-30END_CIRC_REASON_OR_IDENTITY apparently means that we were told toRoger Dingledine
connect to a different OR than lives on the addr:port we connected to. we don't actually remember whether that was the case, currently. so call it END_CIRC_REASON_OR_CONN_CLOSED as a compromise. svn:r6515
2006-05-30and clarify the spec to say this too.Roger Dingledine
svn:r6514
2006-05-30tentative change: if you have your dirport set, you are a directoryRoger Dingledine
mirror, whether or not your orport is set. svn:r6513
2006-05-30simplify a log messageRoger Dingledine
svn:r6512
2006-05-30remove a few things from the 0.1.2 todo, and add oneRoger Dingledine
svn:r6511
2006-05-28Add a basic mmap function, with a "fake-it" wrapper to do read_file_from_str ↵Nick Mathewson
instead. Based on code from Michael Mohr. svn:r6510
2006-05-28directory authorities should be more tolerant of failed reachabilityRoger Dingledine
tests before crying foul to the server operator. svn:r6509
2006-05-28clean up a commentRoger Dingledine
svn:r6508
2006-05-26if we're a server and some peer has a broken tls certificate, don'tRoger Dingledine
shout about it unless we want to hear about protocol violations. svn:r6507
2006-05-26be more verbose about testing reachability of our ORPort.Roger Dingledine
svn:r6506
2006-05-26correct a false log message, since we actually reset all ourRoger Dingledine
downloading stats every hour, and sometimes more often. svn:r6505
2006-05-26resolve an unused variableRoger Dingledine
svn:r6503
2006-05-26build the Makefile in contrib/suse/ tooRoger Dingledine
svn:r6502
2006-05-26Let AC_OUTPUT know about contrib/suse/tor.sh and we only need tor.shAndrew Lewman
from contrib/suse svn:r6501
2006-05-26Use macros in place of details.Andrew Lewman
svn:r6500
2006-05-26SUSEisms to enable "make dist-rpm" functionality in SuSeAndrew Lewman
svn:r6499
2006-05-25Stop being picky about what the arguments to mapaddress look like.Roger Dingledine
we were refusing names that had $ in them, which people who specify $key.exit will be sad about. There are likely other examples. If people can think of reasons why we should be picky, let me know. svn:r6496
2006-05-24make cookie authentication for the controller work again, maybe.Roger Dingledine
it sure doesn't now. svn:r6494
2006-05-24make options->RedirectExit work again; resolve bug 293.Roger Dingledine
svn:r6492
2006-05-24Add in the key CFBundleIdentifier required by XCode 2.x and beyond.Andrew Lewman
svn:r6491
2006-05-24Stop initializing the hardware accelerator engines simply becauseRoger Dingledine
we overloaded the meaning of the argument to crypto_global_init(). svn:r6490
2006-05-24Claim a commonname of Tor, rather than TOR, in tls handshakes.Roger Dingledine
Maybe this will help us win the war of names. svn:r6489
2006-05-23fix spelling of VirtualAddrNetwork in man page (thanks tup)Roger Dingledine
svn:r6487
2006-05-23Forward port changelogPeter Palfrader
svn:r6486
2006-05-23final changelog for 0.1.1.20. it is done.Roger Dingledine
svn:r6479
2006-05-23another todo item that will make goodell happyRoger Dingledine
svn:r6478
2006-05-23trim out the parts of cross.sh that don't make sense now that we'veRoger Dingledine
applied cross-path directly. also, now we can run cross.sh from the tarball, not just from cvs. svn:r6477
2006-05-23Mark cross-compilation as solved in TODO.Nick Mathewson
svn:r6476
2006-05-23Add cross.sh cross-compilation script from Michael Mohr. Trivial backport ↵Nick Mathewson
candidate, since adding a new script cannot possibly break anything. svn:r6475
2006-05-23Patch from Michael Mohr to fix cross-compilation. Backport candidate. ↵Nick Mathewson
Tweaked to use sensible defaults for NULL_REP_IS_ZERO_BYTES and TIME_T_IS_SIGNED. svn:r6474
2006-05-23Throw out this UNALIGNED_INT_ACCESS_OK nonsense. Even where it works, it is ↵Nick Mathewson
often way way slower than doing the right thing. Backport candidate. svn:r6473
2006-05-23ignore RunAsDaemon more thoroughly when we're running on windows.Roger Dingledine
svn:r6471
2006-05-23document that runasdaemon has no effect on windows.Roger Dingledine
svn:r6469
2006-05-23continue messing with the changelog. it's getting better now.Roger Dingledine
svn:r6468
2006-05-23claim a few of the todo items.Roger Dingledine
i guess that means i'm hoping nick does the rest. ;) svn:r6467
2006-05-23two more todo items that need to be solved during the wsaenobufs quest.Roger Dingledine
svn:r6466
2006-05-23add a few more debugging lines to help mikec track down hisRoger Dingledine
11 minute jump into the future. svn:r6465
2006-05-22Remove string size limit on NEWDESC messages; solve bug 291.Nick Mathewson
svn:r6463
2006-05-22shuffle the todo items some moreRoger Dingledine
svn:r6461
2006-05-22other todo tweaksRoger Dingledine
svn:r6460
2006-05-22my current notes on a 0.1.1.20 changelogRoger Dingledine
svn:r6459
2006-05-22remove all the interim changelog stuff for 0.1.1.xRoger Dingledine
svn:r6458
2006-05-22add a few items it would be smart todoRoger Dingledine
svn:r6457
2006-05-21apply control-spec patch from Matt Edman: Circuit status only has a path ↵Nick Mathewson
when it has been extended one or more hops. svn:r6456
2006-05-17finally write some comments on tor-spec-udp.txtNick Mathewson
svn:r6455
2006-05-16Fixed //Library/Tor in Tor.loc for osxAndrew Lewman
svn:r6454
2006-05-10All these headers we get via torint.hPeter Palfrader
svn:r6452
2006-05-10a few more tweaks to the faq.Roger Dingledine
svn:r6451
2006-05-10another piece of doing tor over udp that i am concerned about.Roger Dingledine
svn:r6450
2006-05-09Tor servers are also giving spurious "you're invalid" warnings.Roger Dingledine
This is because we get a lot of network statuses that don't list us at all, and we conclude that they all think we're invalid. The long-term fix is to get better logic, and the short-term fix is to downgrade the log severity. svn:r6448