aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* put in tor26's new IP address•••svn:r4560 Roger Dingledine2005-07-14
* fix problems noticed by arma in rendservice.c•••svn:r4558 Nick Mathewson2005-07-14
* remove pointless XXXX. It was there to remind me to do something I already did.•••svn:r4557 Nick Mathewson2005-07-14
* substantive changes on nick's rendezvous commit.•••nick, can you fix these? svn:r4554 Roger Dingledine2005-07-14
* trivial changes on nick's rendezvous commit•••svn:r4553 Roger Dingledine2005-07-14
* make it more pleasant to be told you're using libevent•••svn:r4548 Roger Dingledine2005-07-13
* make a notice-level log make more sense.•••svn:r4547 Roger Dingledine2005-07-13
* whitespace fixes•••svn:r4544 Nick Mathewson2005-07-13
* Fix windows compilation•••svn:r4543 Nick Mathewson2005-07-13
* Fix possible double call to inflateEnd.•••svn:r4540 Nick Mathewson2005-07-13
* Macro-fu to get DEBUG events working.•••svn:r4539 Nick Mathewson2005-07-13
* note a worrying double-free possibility in torgzip.•••nick? svn:r4537 Roger Dingledine2005-07-12
* looks like we were never delivering deflated running-routers lists•••svn:r4536 Roger Dingledine2005-07-12
* anonymous bugfix on our pointer arithmetic•••svn:r4535 Roger Dingledine2005-07-12
* Add belt-and-suspenders fix to coredump from yesterday; document more functio...•••svn:r4532 Nick Mathewson2005-07-12
* fix a seg fault with autodetecting which controller version is being used•••svn:r4531 Roger Dingledine2005-07-12
* Canonicalize option names even on defaulted options.•••svn:r4530 Nick Mathewson2005-07-11
* Do not reverse command-line configuration options; Use new minimal-listener-c...•••svn:r4529 Nick Mathewson2005-07-11
* Change retry_listeners: when force is false, close and re-open a minimal set ...•••svn:r4528 Nick Mathewson2005-07-11
* NT service patch from Matt Edman to improve error messages, lightly cleaned; ...•••svn:r4527 Nick Mathewson2005-07-09
* be flexible in what you accept: when people type "tor --install" thinking•••they had typed "tor -install", make it work too. svn:r4526 Roger Dingledine2005-07-09
* fix compile error in cvs•••svn:r4520 Roger Dingledine2005-07-02
* Be more explicit about which IP we are connecting to; expose future exit poli...•••svn:r4519 Nick Mathewson2005-07-01
* fix another compile warn•••svn:r4516 Roger Dingledine2005-07-01
* forward-port the 0.1.0.11 stuff•••svn:r4515 Roger Dingledine2005-07-01
* fix compile error (and likely a a crash bug in resolves)•••svn:r4514 Roger Dingledine2005-07-01
* Make errors retrievable from tor_socketpair; resolve bug 163.•••svn:r4509 Nick Mathewson2005-06-30
* Fix an fd leak in start_daemon•••svn:r4508 Nick Mathewson2005-06-30
* Logic to implement rendezvous/introduction via unknown servers.•••- 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 Nick Mathewson2005-06-29
* Bump version to 0.1.1.1-alpha-cvs•••svn:r4505 Nick Mathewson2005-06-29
* make the local and private network masks explicit when we complain•••svn:r4501 Roger Dingledine2005-06-29
* whitespace fix•••svn:r4500 Roger Dingledine2005-06-28
* clean up some more comments•••svn:r4499 Roger Dingledine2005-06-28
* Fix libc compilation•••svn:r4497 Nick Mathewson2005-06-27
* Compile on win32•••svn:r4496 Nick Mathewson2005-06-27
* Fix unit tests that used old signature for add_fingerprint_to_dir•••svn:r4495 Nick Mathewson2005-06-27
* Bump CVS version to 0.1.1.1-alpha•••svn:r4493 Nick Mathewson2005-06-27
* make the comment next to RunAsDaemon mention that it is a noop on win32•••svn:r4489 Roger Dingledine2005-06-26
* note a bug in our tor_socketpair implementation•••can somebody fix this or create a flyspray entry for it? svn:r4483 Roger Dingledine2005-06-26
* It is not the end of the world when a router descriptor has an unrecognized kwd•••svn:r4480 Nick Mathewson2005-06-24
* we were printing the number of idle dns workers incorrectly.•••svn:r4477 Roger Dingledine2005-06-23
* make the log message less scary when all the dirservers are•••temporarily unreachable svn:r4476 Roger Dingledine2005-06-22
* Appease the hungry god of GCC: it wants functions to be static or prototyped!•••svn:r4471 Nick Mathewson2005-06-21
* Appease the hungry God of GCC: it hates K&R style unspecified args!•••svn:r4470 Nick Mathewson2005-06-21
* more cleanups before i go wild•••svn:r4469 Roger Dingledine2005-06-21
* overall cleanup and streamlining and doccing•••also fix a DoS avenue on dirservers svn:r4468 Roger Dingledine2005-06-20
* Load hardware acceleration options when/where available. Can anybody test this?•••svn:r4467 Nick Mathewson2005-06-20
* Appease verbose GCC warnings.•••svn:r4466 Nick Mathewson2005-06-20
* Add feature to handle unset (default) configuration options in GETCONF contro...•••svn:r4461 Nick Mathewson2005-06-19
* Implement all the rest of the new controller protocol, debug a little, add so...•••svn:r4460 Nick Mathewson2005-06-19