aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* fix a seg fault with autodetecting which controller version is being usedRoger Dingledine2005-07-12
| | | | svn:r4531
* Canonicalize option names even on defaulted options.Nick Mathewson2005-07-11
| | | | svn:r4530
* Do not reverse command-line configuration options; Use new ↵Nick Mathewson2005-07-11
| | | | | | minimal-listener-close code; Add code to canonicalize configuration names. svn:r4529
* Change retry_listeners: when force is false, close and re-open a minimal set ↵Nick Mathewson2005-07-11
| | | | | | of listeners (i.e., those that do not match the configuration). This fixes a possible bug on some windowses. Maybe. svn:r4528
* NT service patch from Matt Edman to improve error messages, lightly cleaned; ↵Nick Mathewson2005-07-09
| | | | | | needs more testing. svn:r4527
* be flexible in what you accept: when people type "tor --install" thinkingRoger Dingledine2005-07-09
| | | | | | | they had typed "tor -install", make it work too. svn:r4526
* note that TLS connections can be closed.Nick Mathewson2005-07-08
| | | | svn:r4525
* bump win32 and osx versions to 0.1.0.11 in the docsRoger Dingledine2005-07-03
| | | | svn:r4521
* fix compile error in cvsRoger Dingledine2005-07-02
| | | | svn:r4520
* Be more explicit about which IP we are connecting to; expose future exit ↵Nick Mathewson2005-07-01
| | | | | | policy problems better. svn:r4519
* fix another compile warnRoger Dingledine2005-07-01
| | | | svn:r4516
* forward-port the 0.1.0.11 stuffRoger Dingledine2005-07-01
| | | | svn:r4515
* fix compile error (and likely a a crash bug in resolves)Roger Dingledine2005-07-01
| | | | svn:r4514
* Mark a few bugs as done or as nonstartersNick Mathewson2005-06-30
| | | | svn:r4510
* Make errors retrievable from tor_socketpair; resolve bug 163.Nick Mathewson2005-06-30
| | | | svn:r4509
* Fix an fd leak in start_daemonNick Mathewson2005-06-30
| | | | svn:r4508
* Update rendezvous fix status; add more items to TODONick Mathewson2005-06-29
| | | | svn:r4507
* Logic to implement rendezvous/introduction via unknown servers.Nick Mathewson2005-06-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add a new extend_info_t datatype to hold information needed to extend a circuit (addr,port,keyid,onion_key). Use it in cpath and build_state. Make appropriate functions take or return it instead of routerinfo_t or keyid. - #if 0 needless check in circuit_get_by_edge_conn; if nobody triggers this error in 0.1.0.10, nobody will trigger it. - Implement new hidden service descriptor format, which contains "extend info" for introduction points, along with protocol version list. - Parse new format. - Generate new format - Cache old and new formats alongside each other. - Directories serve "old" format if asked in old way, "newest available" format if asked in new way. - Use new format to find introduction points if possible; otherwise fall back. Keep nickname lists and extendinfo lists in sync. - Tests for new format. - Implement new "v2" INTRODUCE cell format. - Accept new format - Use new format if we have a versioned service descriptor that says the server accepts the new format. - Add documentation for functions and data types. svn:r4506
* Bump version to 0.1.1.1-alpha-cvsNick Mathewson2005-06-29
| | | | svn:r4505
* tweak the changelogRoger Dingledine2005-06-29
| | | | svn:r4504
* a changelog for 0.1.1.1-alphaRoger Dingledine2005-06-29
| | | | svn:r4502
* make the local and private network masks explicit when we complainRoger Dingledine2005-06-29
| | | | svn:r4501
* whitespace fixRoger Dingledine2005-06-28
| | | | svn:r4500
* clean up some more commentsRoger Dingledine2005-06-28
| | | | svn:r4499
* Note that authentication arguments are optionalNick Mathewson2005-06-27
| | | | svn:r4498
* Fix libc compilationNick Mathewson2005-06-27
| | | | svn:r4497
* Compile on win32Nick Mathewson2005-06-27
| | | | svn:r4496
* Fix unit tests that used old signature for add_fingerprint_to_dirNick Mathewson2005-06-27
| | | | svn:r4495
* Make the two rendezvous service descriptor formats distinguishable to ↵Nick Mathewson2005-06-27
| | | | | | simplify the directory interactions a bit. svn:r4494
* Bump CVS version to 0.1.1.1-alphaNick Mathewson2005-06-27
| | | | svn:r4493
* Specify versioned service descriptors including full info on intro points. ↵Nick Mathewson2005-06-27
| | | | | | Arma -- does this look sane? svn:r4492
* Fixed some formatting.Andrew Lewman2005-06-26
| | | | svn:r4491
* updated screenshots, added 2 for privoxy logfile and jarfile.Andrew Lewman2005-06-26
| | | | | | | Screenshots courtesy of memeticist. svn:r4490
* make the comment next to RunAsDaemon mention that it is a noop on win32Roger Dingledine2005-06-26
| | | | svn:r4489
* wave rubber chicken over man pageRoger Dingledine2005-06-26
| | | | | | | tyranix says this makes the html output look better svn:r4488
* tyranix moved the socat instructions to the main wiki, so you don'tRoger Dingledine2005-06-26
| | | | | | | need privoxy working in order to read them. svn:r4487
* updated document date line to make it automated.Andrew Lewman2005-06-26
| | | | svn:r4486
* Updated doc to explain how to comment out the lines.Andrew Lewman2005-06-26
| | | | svn:r4485
* Correct logfile names because Windows is apparently different than anyAndrew Lewman2005-06-26
| | | | | | | other os. svn:r4484
* note a bug in our tor_socketpair implementationRoger Dingledine2005-06-26
| | | | | | | can somebody fix this or create a flyspray entry for it? svn:r4483
* Added instructions for commenting out the "logfile logfile" and "jarfileAndrew Lewman2005-06-26
| | | | | | | jarfile" in the privoxy config. svn:r4482
* Directories are unordered.Nick Mathewson2005-06-24
| | | | svn:r4481
* It is not the end of the world when a router descriptor has an unrecognized kwdNick Mathewson2005-06-24
| | | | svn:r4480
* Mark old TorControl.py script as heavily deprecatedNick Mathewson2005-06-24
| | | | svn:r4479
* Describe how to detect v0 or v1 protocolNick Mathewson2005-06-24
| | | | svn:r4478
* we were printing the number of idle dns workers incorrectly.Roger Dingledine2005-06-23
| | | | svn:r4477
* make the log message less scary when all the dirservers areRoger Dingledine2005-06-22
| | | | | | | temporarily unreachable svn:r4476
* remove CLIENTS file, since it has been replaced withRoger Dingledine2005-06-21
| | | | | | | http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#SOCKSAndDNS svn:r4473
* update version in tor-docRoger Dingledine2005-06-21
| | | | | | | point people to tor-doc-win32 and tor-doc-osx svn:r4472
* Appease the hungry god of GCC: it wants functions to be static or prototyped!Nick Mathewson2005-06-21
| | | | svn:r4471