aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* clean up a commentRoger Dingledine2006-05-28
| | | | svn:r6508
* if we're a server and some peer has a broken tls certificate, don'tRoger Dingledine2006-05-26
| | | | | | | shout about it unless we want to hear about protocol violations. svn:r6507
* be more verbose about testing reachability of our ORPort.Roger Dingledine2006-05-26
| | | | svn:r6506
* correct a false log message, since we actually reset all ourRoger Dingledine2006-05-26
| | | | | | | downloading stats every hour, and sometimes more often. svn:r6505
* resolve an unused variableRoger Dingledine2006-05-26
| | | | svn:r6503
* build the Makefile in contrib/suse/ tooRoger Dingledine2006-05-26
| | | | svn:r6502
* Let AC_OUTPUT know about contrib/suse/tor.sh and we only need tor.shAndrew Lewman2006-05-26
| | | | | | | from contrib/suse svn:r6501
* Use macros in place of details.Andrew Lewman2006-05-26
| | | | svn:r6500
* SUSEisms to enable "make dist-rpm" functionality in SuSeAndrew Lewman2006-05-26
| | | | svn:r6499
* Stop being picky about what the arguments to mapaddress look like.Roger Dingledine2006-05-25
| | | | | | | | | 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
* make cookie authentication for the controller work again, maybe.Roger Dingledine2006-05-24
| | | | | | | it sure doesn't now. svn:r6494
* make options->RedirectExit work again; resolve bug 293.Roger Dingledine2006-05-24
| | | | svn:r6492
* Add in the key CFBundleIdentifier required by XCode 2.x and beyond.Andrew Lewman2006-05-24
| | | | svn:r6491
* Stop initializing the hardware accelerator engines simply becauseRoger Dingledine2006-05-24
| | | | | | | we overloaded the meaning of the argument to crypto_global_init(). svn:r6490
* Claim a commonname of Tor, rather than TOR, in tls handshakes.Roger Dingledine2006-05-24
| | | | | | | Maybe this will help us win the war of names. svn:r6489
* fix spelling of VirtualAddrNetwork in man page (thanks tup)Roger Dingledine2006-05-23
| | | | svn:r6487
* Forward port changelogPeter Palfrader2006-05-23
| | | | svn:r6486
* final changelog for 0.1.1.20. it is done.Roger Dingledine2006-05-23
| | | | svn:r6479
* another todo item that will make goodell happyRoger Dingledine2006-05-23
| | | | svn:r6478
* trim out the parts of cross.sh that don't make sense now that we'veRoger Dingledine2006-05-23
| | | | | | | | | applied cross-path directly. also, now we can run cross.sh from the tarball, not just from cvs. svn:r6477
* Mark cross-compilation as solved in TODO.Nick Mathewson2006-05-23
| | | | svn:r6476
* Add cross.sh cross-compilation script from Michael Mohr. Trivial backport ↵Nick Mathewson2006-05-23
| | | | | | candidate, since adding a new script cannot possibly break anything. svn:r6475
* Patch from Michael Mohr to fix cross-compilation. Backport candidate. ↵Nick Mathewson2006-05-23
| | | | | | Tweaked to use sensible defaults for NULL_REP_IS_ZERO_BYTES and TIME_T_IS_SIGNED. svn:r6474
* Throw out this UNALIGNED_INT_ACCESS_OK nonsense. Even where it works, it is ↵Nick Mathewson2006-05-23
| | | | | | often way way slower than doing the right thing. Backport candidate. svn:r6473
* ignore RunAsDaemon more thoroughly when we're running on windows.Roger Dingledine2006-05-23
| | | | svn:r6471
* document that runasdaemon has no effect on windows.Roger Dingledine2006-05-23
| | | | svn:r6469
* continue messing with the changelog. it's getting better now.Roger Dingledine2006-05-23
| | | | svn:r6468
* claim a few of the todo items.Roger Dingledine2006-05-23
| | | | | | | i guess that means i'm hoping nick does the rest. ;) svn:r6467
* two more todo items that need to be solved during the wsaenobufs quest.Roger Dingledine2006-05-23
| | | | svn:r6466
* add a few more debugging lines to help mikec track down hisRoger Dingledine2006-05-23
| | | | | | | 11 minute jump into the future. svn:r6465
* Remove string size limit on NEWDESC messages; solve bug 291.Nick Mathewson2006-05-22
| | | | svn:r6463
* shuffle the todo items some moreRoger Dingledine2006-05-22
| | | | svn:r6461
* other todo tweaksRoger Dingledine2006-05-22
| | | | svn:r6460
* my current notes on a 0.1.1.20 changelogRoger Dingledine2006-05-22
| | | | svn:r6459
* remove all the interim changelog stuff for 0.1.1.xRoger Dingledine2006-05-22
| | | | svn:r6458
* add a few items it would be smart todoRoger Dingledine2006-05-22
| | | | svn:r6457
* apply control-spec patch from Matt Edman: Circuit status only has a path ↵Nick Mathewson2006-05-21
| | | | | | when it has been extended one or more hops. svn:r6456
* finally write some comments on tor-spec-udp.txtNick Mathewson2006-05-17
| | | | svn:r6455
* Fixed //Library/Tor in Tor.loc for osxAndrew Lewman2006-05-16
| | | | svn:r6454
* All these headers we get via torint.hPeter Palfrader2006-05-10
| | | | svn:r6452
* a few more tweaks to the faq.Roger Dingledine2006-05-10
| | | | svn:r6451
* another piece of doing tor over udp that i am concerned about.Roger Dingledine2006-05-10
| | | | svn:r6450
* Tor servers are also giving spurious "you're invalid" warnings.Roger Dingledine2006-05-09
| | | | | | | | | | 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
* stop telling people that "tor -h" will help them in any way.Roger Dingledine2006-05-08
| | | | svn:r6447
* Handle website/* in tor.nsiPeter Palfrader2006-05-05
| | | | svn:r6444
* Merge differences between debian_version_0_1_1_18-rc-1 and ↵Peter Palfrader2006-05-05
| | | | | | debian_version_0_1_1_19-rc-1 from tor-0_1_1-patches into head svn:r6443
* Reworked dist-rpm in order to duplicate what dist used to do, but don't ↵Andrew Lewman2006-05-04
| | | | | | actually require dist. svn:r6437
* forward-port the changelogRoger Dingledine2006-05-03
| | | | svn:r6433
* forward-port the ORPort==0 patchRoger Dingledine2006-05-03
| | | | svn:r6430
* Note some subtasks and difficulties involved with reducing RAM usage on ↵Nick Mathewson2006-04-29
| | | | | | dirservers svn:r6428