Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | be consistent about printing out key digest $'s when we're getting a | Roger Dingledine | 2005-07-19 |
| | | | | | | | different key than we expect svn:r4609 | ||
* | forward-port with a different version claim | Roger Dingledine | 2005-07-19 |
| | | | | svn:r4608 | ||
* | unit tests to prove i didn't screw up | Roger Dingledine | 2005-07-18 |
| | | | | svn:r4602 | ||
* | cosmetic fixes | Roger Dingledine | 2005-07-18 |
| | | | | svn:r4601 | ||
* | stop asserting if we have a controller listening for circuit events | Roger Dingledine | 2005-07-18 |
| | | | | | | | | and we're offline so we fail to make a circuit and it tries to notify us about the zero-length circuit. svn:r4600 | ||
* | slightly cleaner fix | Roger Dingledine | 2005-07-18 |
| | | | | svn:r4599 | ||
* | bugfixes: smartlist_join_strings2() was underflowing a size_t | Roger Dingledine | 2005-07-18 |
| | | | | | | | | | | if you gave it an empty smartlist; and it wasn't terminating in this case even if you asked it to. this does not appear to be exploitable in any reasonable cases. svn:r4598 | ||
* | now that we're recommending 0.1.1.x-alpha for win32 and os x users, | Roger Dingledine | 2005-07-18 |
| | | | | | | | stop printing debug stuff once a minute svn:r4596 | ||
* | add a trivial tor-counting variable | Roger Dingledine | 2005-07-18 |
| | | | | svn:r4593 | ||
* | make event streams work with control v1 too | Roger Dingledine | 2005-07-17 |
| | | | | svn:r4590 | ||
* | downgrade a warning that could plausibly happen sometimes now that we | Roger Dingledine | 2005-07-17 |
| | | | | | | | have controllers. svn:r4589 | ||
* | correct error message in closestream | Roger Dingledine | 2005-07-17 |
| | | | | svn:r4588 | ||
* | not not zero means zero | Roger Dingledine | 2005-07-17 |
| | | | | svn:r4587 | ||
* | if the controller asks to extendcircuit to circid 0, we need to | Roger Dingledine | 2005-07-17 |
| | | | | | | | init the circuit before we can add hops to its cpath. svn:r4586 | ||
* | arguments in EXTENDCIRCUIT were reversed | Roger Dingledine | 2005-07-17 |
| | | | | | | | | | and an error message was misleading and we were leaking memory on some errors more bugs remain svn:r4585 | ||
* | Make "Couldnt add router to list" message more descriptive. Make messages ↵ | Nick Mathewson | 2005-07-15 |
| | | | | | | consistenly punctuated. svn:r4582 | ||
* | Fix several bugs in read_escaped_data; add a unit test and a few docs | Nick Mathewson | 2005-07-15 |
| | | | | svn:r4580 | ||
* | bump us to 0.1.1.2-alpha-cvs since stuff has changed | Roger Dingledine | 2005-07-15 |
| | | | | svn:r4579 | ||
* | Merge patch from Matt Edman for bug 162 (service never stops) | Nick Mathewson | 2005-07-15 |
| | | | | svn:r4578 | ||
* | the other half of the bugfix: tolerate a trusted dirserver claiming | Roger Dingledine | 2005-07-15 |
| | | | | | | | dirport 0 in its descriptor. svn:r4576 | ||
* | if you're an auth dir server, always publish your dirport, | Roger Dingledine | 2005-07-15 |
| | | | | | | | | | even if you haven't yet found yourself to be reachable. this is the cause of Jan Tore Morken's recent or-talk bug. svn:r4575 | ||
* | point out some bugs for nick, noticed by whiteout | Roger Dingledine | 2005-07-15 |
| | | | | svn:r4574 | ||
* | missed one | Roger Dingledine | 2005-07-14 |
| | | | | svn:r4567 | ||
* | tell us what kind of listener it is, too | Roger Dingledine | 2005-07-14 |
| | | | | svn:r4566 | ||
* | fix opening listener log msg | Nick Mathewson | 2005-07-14 |
| | | | | svn:r4565 | ||
* | Populate address field of listeners with an actually sane value. | Nick Mathewson | 2005-07-14 |
| | | | | svn:r4564 | ||
* | bump to 0.1.1.2-alpha | Roger Dingledine | 2005-07-14 |
| | | | | svn:r4563 | ||
* | and here too | Roger Dingledine | 2005-07-14 |
| | | | | svn:r4561 | ||
* | put in tor26's new IP address | Roger Dingledine | 2005-07-14 |
| | | | | svn:r4560 | ||
* | fix problems noticed by arma in rendservice.c | Nick Mathewson | 2005-07-14 |
| | | | | svn:r4558 | ||
* | remove pointless XXXX. It was there to remind me to do something I already did. | Nick Mathewson | 2005-07-14 |
| | | | | svn:r4557 | ||
* | substantive changes on nick's rendezvous commit. | Roger Dingledine | 2005-07-14 |
| | | | | | | | nick, can you fix these? svn:r4554 | ||
* | trivial changes on nick's rendezvous commit | Roger Dingledine | 2005-07-14 |
| | | | | svn:r4553 | ||
* | make it more pleasant to be told you're using libevent | Roger Dingledine | 2005-07-13 |
| | | | | svn:r4548 | ||
* | make a notice-level log make more sense. | Roger Dingledine | 2005-07-13 |
| | | | | svn:r4547 | ||
* | whitespace fixes | Nick Mathewson | 2005-07-13 |
| | | | | svn:r4544 | ||
* | Fix windows compilation | Nick Mathewson | 2005-07-13 |
| | | | | svn:r4543 | ||
* | Fix possible double call to inflateEnd. | Nick Mathewson | 2005-07-13 |
| | | | | svn:r4540 | ||
* | Macro-fu to get DEBUG events working. | Nick Mathewson | 2005-07-13 |
| | | | | svn:r4539 | ||
* | 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 |