Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | note a worrying double-free possibility in torgzip. | Roger Dingledine | 2005-07-12 |
| | | | | | | | nick? svn:r4537 | ||
* | looks like we were never delivering deflated running-routers lists | Roger Dingledine | 2005-07-12 |
| | | | | svn:r4536 | ||
* | anonymous bugfix on our pointer arithmetic | Roger Dingledine | 2005-07-12 |
| | | | | svn:r4535 | ||
* | Add belt-and-suspenders fix to coredump from yesterday; document more ↵ | Nick Mathewson | 2005-07-12 |
| | | | | | | functions in buffers.c svn:r4532 | ||
* | fix a seg fault with autodetecting which controller version is being used | Roger Dingledine | 2005-07-12 |
| | | | | svn:r4531 | ||
* | Canonicalize option names even on defaulted options. | Nick Mathewson | 2005-07-11 |
| | | | | svn:r4530 | ||
* | Do not reverse command-line configuration options; Use new ↵ | Nick Mathewson | 2005-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 Mathewson | 2005-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 Mathewson | 2005-07-09 |
| | | | | | | needs more testing. svn:r4527 | ||
* | be flexible in what you accept: when people type "tor --install" thinking | Roger Dingledine | 2005-07-09 |
| | | | | | | | they had typed "tor -install", make it work too. svn:r4526 | ||
* | fix compile error in cvs | Roger Dingledine | 2005-07-02 |
| | | | | svn:r4520 | ||
* | Be more explicit about which IP we are connecting to; expose future exit ↵ | Nick Mathewson | 2005-07-01 |
| | | | | | | policy problems better. svn:r4519 | ||
* | fix another compile warn | Roger Dingledine | 2005-07-01 |
| | | | | svn:r4516 | ||
* | forward-port the 0.1.0.11 stuff | Roger Dingledine | 2005-07-01 |
| | | | | svn:r4515 | ||
* | fix compile error (and likely a a crash bug in resolves) | Roger Dingledine | 2005-07-01 |
| | | | | svn:r4514 | ||
* | Make errors retrievable from tor_socketpair; resolve bug 163. | Nick Mathewson | 2005-06-30 |
| | | | | svn:r4509 | ||
* | Fix an fd leak in start_daemon | Nick Mathewson | 2005-06-30 |
| | | | | svn:r4508 | ||
* | Logic to implement rendezvous/introduction via unknown servers. | Nick Mathewson | 2005-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-cvs | Nick Mathewson | 2005-06-29 |
| | | | | svn:r4505 | ||
* | make the local and private network masks explicit when we complain | Roger Dingledine | 2005-06-29 |
| | | | | svn:r4501 | ||
* | whitespace fix | Roger Dingledine | 2005-06-28 |
| | | | | svn:r4500 | ||
* | clean up some more comments | Roger Dingledine | 2005-06-28 |
| | | | | svn:r4499 | ||
* | Fix libc compilation | Nick Mathewson | 2005-06-27 |
| | | | | svn:r4497 | ||
* | Compile on win32 | Nick Mathewson | 2005-06-27 |
| | | | | svn:r4496 | ||
* | Fix unit tests that used old signature for add_fingerprint_to_dir | Nick Mathewson | 2005-06-27 |
| | | | | svn:r4495 | ||
* | Bump CVS version to 0.1.1.1-alpha | Nick Mathewson | 2005-06-27 |
| | | | | svn:r4493 | ||
* | make the comment next to RunAsDaemon mention that it is a noop on win32 | Roger Dingledine | 2005-06-26 |
| | | | | svn:r4489 | ||
* | note a bug in our tor_socketpair implementation | Roger Dingledine | 2005-06-26 |
| | | | | | | | can somebody fix this or create a flyspray entry for it? svn:r4483 | ||
* | It is not the end of the world when a router descriptor has an unrecognized kwd | Nick Mathewson | 2005-06-24 |
| | | | | svn:r4480 | ||
* | we were printing the number of idle dns workers incorrectly. | Roger Dingledine | 2005-06-23 |
| | | | | svn:r4477 | ||
* | make the log message less scary when all the dirservers are | Roger Dingledine | 2005-06-22 |
| | | | | | | | temporarily unreachable svn:r4476 | ||
* | Appease the hungry god of GCC: it wants functions to be static or prototyped! | Nick Mathewson | 2005-06-21 |
| | | | | svn:r4471 | ||
* | Appease the hungry God of GCC: it hates K&R style unspecified args! | Nick Mathewson | 2005-06-21 |
| | | | | svn:r4470 | ||
* | more cleanups before i go wild | Roger Dingledine | 2005-06-21 |
| | | | | svn:r4469 | ||
* | overall cleanup and streamlining and doccing | Roger Dingledine | 2005-06-20 |
| | | | | | | | also fix a DoS avenue on dirservers svn:r4468 | ||
* | Load hardware acceleration options when/where available. Can anybody test this? | Nick Mathewson | 2005-06-20 |
| | | | | svn:r4467 | ||
* | Appease verbose GCC warnings. | Nick Mathewson | 2005-06-20 |
| | | | | svn:r4466 | ||
* | Add feature to handle unset (default) configuration options in GETCONF ↵ | Nick Mathewson | 2005-06-19 |
| | | | | | | control messages svn:r4461 | ||
* | Implement all the rest of the new controller protocol, debug a little, add ↵ | Nick Mathewson | 2005-06-19 |
| | | | | | | some new features, add ADDRMAP events. svn:r4460 | ||
* | forward-port the --hash-password bug, plus other nearby fixes | Roger Dingledine | 2005-06-19 |
| | | | | svn:r4459 | ||
* | fix stray funny-character | Roger Dingledine | 2005-06-19 |
| | | | | svn:r4458 | ||
* | The new protocol is implemented. Except for the pesky string unquoting ↵ | Nick Mathewson | 2005-06-18 |
| | | | | | | business. And the cleanups. And the docs. And the testing. And the debugging. And the new features. Hm, I think it is time to sleep. svn:r4456 | ||
* | Implement EXTENDCIRCUIT and ATTACHCIRCUIT. Only SETCONFIG and AUTHENTICATE ↵ | Nick Mathewson | 2005-06-18 |
| | | | | | | remain. svn:r4455 | ||
* | Implement even more control functionality | Nick Mathewson | 2005-06-18 |
| | | | | svn:r4454 | ||
* | fix typo | Roger Dingledine | 2005-06-18 |
| | | | | svn:r4453 | ||
* | Add a tor_memmem function | Nick Mathewson | 2005-06-18 |
| | | | | svn:r4452 | ||
* | Implement all the easy bits of the new control protocol | Nick Mathewson | 2005-06-17 |
| | | | | svn:r4449 | ||
* | Start implementing framework for revised control spec. | Nick Mathewson | 2005-06-17 |
| | | | | svn:r4447 | ||
* | Remove code that has been #if-0ed for a long time. | Nick Mathewson | 2005-06-15 |
| | | | | svn:r4435 | ||
* | compile fix by agl, for code that is always commented out | Roger Dingledine | 2005-06-13 |
| | | | | svn:r4427 |