Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-30 | END_CIRC_REASON_OR_IDENTITY apparently means that we were told to | Roger 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-30 | and clarify the spec to say this too. | Roger Dingledine | |
svn:r6514 | |||
2006-05-30 | tentative change: if you have your dirport set, you are a directory | Roger Dingledine | |
mirror, whether or not your orport is set. svn:r6513 | |||
2006-05-30 | simplify a log message | Roger Dingledine | |
svn:r6512 | |||
2006-05-30 | remove a few things from the 0.1.2 todo, and add one | Roger Dingledine | |
svn:r6511 | |||
2006-05-28 | Add 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-28 | directory authorities should be more tolerant of failed reachability | Roger Dingledine | |
tests before crying foul to the server operator. svn:r6509 | |||
2006-05-28 | clean up a comment | Roger Dingledine | |
svn:r6508 | |||
2006-05-26 | if we're a server and some peer has a broken tls certificate, don't | Roger Dingledine | |
shout about it unless we want to hear about protocol violations. svn:r6507 | |||
2006-05-26 | be more verbose about testing reachability of our ORPort. | Roger Dingledine | |
svn:r6506 | |||
2006-05-26 | correct a false log message, since we actually reset all our | Roger Dingledine | |
downloading stats every hour, and sometimes more often. svn:r6505 | |||
2006-05-26 | resolve an unused variable | Roger Dingledine | |
svn:r6503 | |||
2006-05-26 | build the Makefile in contrib/suse/ too | Roger Dingledine | |
svn:r6502 | |||
2006-05-26 | Let AC_OUTPUT know about contrib/suse/tor.sh and we only need tor.sh | Andrew Lewman | |
from contrib/suse svn:r6501 | |||
2006-05-26 | Use macros in place of details. | Andrew Lewman | |
svn:r6500 | |||
2006-05-26 | SUSEisms to enable "make dist-rpm" functionality in SuSe | Andrew Lewman | |
svn:r6499 | |||
2006-05-25 | Stop 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-24 | make cookie authentication for the controller work again, maybe. | Roger Dingledine | |
it sure doesn't now. svn:r6494 | |||
2006-05-24 | make options->RedirectExit work again; resolve bug 293. | Roger Dingledine | |
svn:r6492 | |||
2006-05-24 | Add in the key CFBundleIdentifier required by XCode 2.x and beyond. | Andrew Lewman | |
svn:r6491 | |||
2006-05-24 | Stop initializing the hardware accelerator engines simply because | Roger Dingledine | |
we overloaded the meaning of the argument to crypto_global_init(). svn:r6490 | |||
2006-05-24 | Claim 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-23 | fix spelling of VirtualAddrNetwork in man page (thanks tup) | Roger Dingledine | |
svn:r6487 | |||
2006-05-23 | Forward port changelog | Peter Palfrader | |
svn:r6486 | |||
2006-05-23 | final changelog for 0.1.1.20. it is done. | Roger Dingledine | |
svn:r6479 | |||
2006-05-23 | another todo item that will make goodell happy | Roger Dingledine | |
svn:r6478 | |||
2006-05-23 | trim out the parts of cross.sh that don't make sense now that we've | Roger Dingledine | |
applied cross-path directly. also, now we can run cross.sh from the tarball, not just from cvs. svn:r6477 | |||
2006-05-23 | Mark cross-compilation as solved in TODO. | Nick Mathewson | |
svn:r6476 | |||
2006-05-23 | Add 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-23 | Patch 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-23 | Throw 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-23 | ignore RunAsDaemon more thoroughly when we're running on windows. | Roger Dingledine | |
svn:r6471 | |||
2006-05-23 | document that runasdaemon has no effect on windows. | Roger Dingledine | |
svn:r6469 | |||
2006-05-23 | continue messing with the changelog. it's getting better now. | Roger Dingledine | |
svn:r6468 | |||
2006-05-23 | claim a few of the todo items. | Roger Dingledine | |
i guess that means i'm hoping nick does the rest. ;) svn:r6467 | |||
2006-05-23 | two more todo items that need to be solved during the wsaenobufs quest. | Roger Dingledine | |
svn:r6466 | |||
2006-05-23 | add a few more debugging lines to help mikec track down his | Roger Dingledine | |
11 minute jump into the future. svn:r6465 | |||
2006-05-22 | Remove string size limit on NEWDESC messages; solve bug 291. | Nick Mathewson | |
svn:r6463 | |||
2006-05-22 | shuffle the todo items some more | Roger Dingledine | |
svn:r6461 | |||
2006-05-22 | other todo tweaks | Roger Dingledine | |
svn:r6460 | |||
2006-05-22 | my current notes on a 0.1.1.20 changelog | Roger Dingledine | |
svn:r6459 | |||
2006-05-22 | remove all the interim changelog stuff for 0.1.1.x | Roger Dingledine | |
svn:r6458 | |||
2006-05-22 | add a few items it would be smart todo | Roger Dingledine | |
svn:r6457 | |||
2006-05-21 | apply 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-17 | finally write some comments on tor-spec-udp.txt | Nick Mathewson | |
svn:r6455 | |||
2006-05-16 | Fixed //Library/Tor in Tor.loc for osx | Andrew Lewman | |
svn:r6454 | |||
2006-05-10 | All these headers we get via torint.h | Peter Palfrader | |
svn:r6452 | |||
2006-05-10 | a few more tweaks to the faq. | Roger Dingledine | |
svn:r6451 | |||
2006-05-10 | another piece of doing tor over udp that i am concerned about. | Roger Dingledine | |
svn:r6450 | |||
2006-05-09 | Tor 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 |