aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* 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
* 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
* 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
* 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
* All these headers we get via torint.hPeter Palfrader2006-05-10
| | | | svn:r6452
* 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
* forward-port the ORPort==0 patchRoger Dingledine2006-05-03
| | | | svn:r6430
* Start remembering *where* we are storing routerdescs. This will make us ↵Nick Mathewson2006-04-29
| | | | | | easier to move from a RAM-mirrors-disk model to a RAM-caches-disk model, and save maybe around 10MB on a directory server. svn:r6427
* shorten some too-wide linesNick Mathewson2006-04-29
| | | | svn:r6426
* put one of the XXX's back inRoger Dingledine2006-04-25
| | | | svn:r6422
* petty cleanupsRoger Dingledine2006-04-25
| | | | svn:r6421
* Only warn about a down node onceNick Mathewson2006-04-25
| | | | svn:r6420
* you wanted it spelled properly too? And me not even funded!Nick Mathewson2006-04-25
| | | | svn:r6418
* fix a segfault in last bug-285-related commit.Nick Mathewson2006-04-25
| | | | svn:r6417
* Possible partial fix for 285; needs reviewNick Mathewson2006-04-24
| | | | svn:r6414
* Regenerate our local descriptor if it's dirty and some localRoger Dingledine2006-04-23
| | | | | | | function asks for it. This may resolve bug 286. svn:r6412
* make more hibernate log messages use local time. we should auditRoger Dingledine2006-04-23
| | | | | | | | to see what other log messages keep switching back and forth between GMT and local. svn:r6411
* Raise the timeout for complaining about wedged cpuworkers.Roger Dingledine2006-04-18
| | | | | | | | This value is high because some servers with low memory/cpu sometimes spend an hour or more swapping, and Tor starves. svn:r6406
* class B really means /16 hereRoger Dingledine2006-04-18
| | | | svn:r6404
* require at least 2**16 assignable virtual addressesNick Mathewson2006-04-18
| | | | svn:r6402
* mainline branch. Remove some more dead XXXs.Nick Mathewson2006-04-18
| | | | svn:r6401
* [Forward-port ]Test and document last patch.Nick Mathewson2006-04-18
| | | | svn:r6400
* [forward-port] Implement an option, VirtualAddrMask, to set which addresses ↵Nick Mathewson2006-04-18
| | | | | | get handed out in response to mapaddress requests. Needs testing and docs! svn:r6398
* forward-port: "Resolve" all XXX011 items, mostly by marking them non-011.Nick Mathewson2006-04-18
| | | | svn:r6396
* note another bug: we complain that a router doesn't exist,Roger Dingledine2006-04-17
| | | | | | | because it's down so we never fetched it so it doesn't exist. svn:r6394
* slightly clearer log message when you use a nickname rather thanRoger Dingledine2006-04-17
| | | | | | | a key for an unnamed server. svn:r6393
* no need to escape the address for our connections -- they areRoger Dingledine2006-04-16
| | | | | | | always IP addresses. svn:r6389
* if the bottom eighth of the servers by bandwidth is really crummy,Roger Dingledine2006-04-15
| | | | | | | try the bottom quartile instead. svn:r6387
* forward-port the n_named log severity downgrade.Roger Dingledine2006-04-14
| | | | svn:r6385
* ok, put moria1 back in, since it's v1 and thus we need to sendRoger Dingledine2006-04-11
| | | | | | | | | | our rendezvous descriptors to it. eventually we might make a 'v1only' tag that explains it's only for rendezvous descriptors. svn:r6382
* drop moria1 from the list of authorities.Roger Dingledine2006-04-10
| | | | svn:r6381
* Stop assuming every authority is a v1 authorityPeter Palfrader2006-04-10
| | | | svn:r6377
* Remove DER64 functions in trunk: they will never be used again unless the ↵Nick Mathewson2006-04-10
| | | | | | directory authorities switch back to 0.0.9tooearly. svn:r6376
* 0.1.2.0-alpha-cvs!Roger Dingledine2006-04-10
| | | | svn:r6375
* make DirFetchPeriod and StatusFetchPeriod truly obsolete.Roger Dingledine2006-04-10
| | | | svn:r6373
* be willing to add our own routerinfo into the routerlist.Roger Dingledine2006-04-10
| | | | | | | | this means authorities will include themselves in their directories and network-statuses. svn:r6369
* Remove redundant includes. They are all hanled in torint.h which we already ↵Peter Palfrader2006-04-10
| | | | | | do include. svn:r6364
* and one more kick to consider all live network statuses for versionsRoger Dingledine2006-04-10
| | | | svn:r6359
* consider all live network statuses we have when deciding whetherRoger Dingledine2006-04-10
| | | | | | | our version is bad. also, unfix one of the unbugs from before. svn:r6358
* Fix a wide lineNick Mathewson2006-04-10
| | | | svn:r6357
* fix bugs in compute_recommended_versionsNick Mathewson2006-04-10
| | | | svn:r6356
* In fairness to gcc, a char** is often _not_ usable as a const void **.Nick Mathewson2006-04-10
| | | | svn:r6355
* Oops. _compare_tor_version_str_ptr wants ptr-to-ptr. Ow.Nick Mathewson2006-04-10
| | | | svn:r6354
* bump to 0.1.1.18-rcRoger Dingledine2006-04-10
| | | | svn:r6351
* and get rid of an extra variableRoger Dingledine2006-04-10
| | | | svn:r6349