| Commit message (Expand) | Author | Age |
... | |
* | forward-port the commenting out of the assert that glenn fink was•••triggering. we still don't know why he was triggering it.
svn:r3841
| Roger Dingledine | 2005-03-23 |
* | Fix bug 44: on HUP, if descriptor building fails (say, because router_get_my_...•••svn:r3839
| Nick Mathewson | 2005-03-23 |
* | Make GETINFO for "network-status" work on non-authdirs•••svn:r3837
| Nick Mathewson | 2005-03-23 |
* | Fix several bugs (including some crashes) related to control interface; imple...•••svn:r3836
| Nick Mathewson | 2005-03-23 |
* | Note that GETINFO (via the controller) for network-status will not work on no...•••svn:r3835
| Nick Mathewson | 2005-03-23 |
* | Make tor-control.py demo script exercise more of the controller interface, an...•••svn:r3834
| Nick Mathewson | 2005-03-23 |
* | Be willing to cache directories from up to ROUTER_MAX_AGE seconds into the fu...•••svn:r3832
| Nick Mathewson | 2005-03-23 |
* | Add a magic value to cpath_layer_t to make sure that we can tell valid cpaths...•••svn:r3831
| Nick Mathewson | 2005-03-23 |
* | Fix a few more instances of memory not freed on exit (found by weasel).•••svn:r3830
| Nick Mathewson | 2005-03-23 |
* | Correct fix for self-to-self addressmap; simplify replace-old-entry logic; ad...•••svn:r3829
| Nick Mathewson | 2005-03-23 |
* | whoops, fix seg fault i just introduced•••svn:r3828
| Roger Dingledine | 2005-03-23 |
* | fix assert triggers (bugs 109 and 96), and put in some•••debugging logs to notice future repeat bugs.
svn:r3826
| Roger Dingledine | 2005-03-23 |
* | maybe resolve an assert trigger i just got:•••connection_edge.c:643 address_is_in_virtual_range: Assertion addr failed; aborting.
nick, what do you think?
svn:r3825
| Roger Dingledine | 2005-03-23 |
* | make httpsproxy more likely to work•••(don't let OR conns do tls until they've finished connecting and
doing the proxy dance.)
svn:r3824
| Roger Dingledine | 2005-03-22 |
* | fix a 32bit/64bit sprintf mixup that weasel pointed out•••svn:r3823
| Roger Dingledine | 2005-03-22 |
* | remove a duplicate circuit_mark_for_close() when picking•••a path for the circuit fails.
svn:r3822
| Roger Dingledine | 2005-03-22 |
* | If "with-dmalloc" is in DEB_BUILD_OPTIONS we build against libdmalloc4.•••svn:r3821
| Peter Palfrader | 2005-03-22 |
* | Forward port 03_tor_manpage_in_section_8•••svn:r3820
| Peter Palfrader | 2005-03-22 |
* | Fix spacing for --with-dmalloc•••svn:r3819
| Peter Palfrader | 2005-03-22 |
* | options->MaxAdvertisedBandwidth only replaces advertised•••bandwidthrate, not advertised bandwidthcapacity
svn:r3818
| Roger Dingledine | 2005-03-22 |
* | clean up man page entry for MaxAdvertisedBandwidth•••svn:r3817
| Roger Dingledine | 2005-03-22 |
* | Prevent spurious closes when we put stuff on a conn that has not written for ...•••svn:r3816
| Nick Mathewson | 2005-03-22 |
* | cleanup and a question•••svn:r3815
| Roger Dingledine | 2005-03-22 |
* | Specify and implement close-stream and close-circuit control messages•••svn:r3814
| Nick Mathewson | 2005-03-22 |
* | Implement an option to cap bandwidth-to-advertise. Arma: can you improve the ...•••svn:r3813
| Nick Mathewson | 2005-03-22 |
* | Clear up a couple of pedantic compiler warnings•••svn:r3812
| Nick Mathewson | 2005-03-22 |
* | Report HTTP reasons to directory clients. (Also, fix format on new TODO items)•••svn:r3811
| Nick Mathewson | 2005-03-22 |
* | when reporting events about streams, use the "real" address for•••the stream, including the requested .exit address.
svn:r3810
| Roger Dingledine | 2005-03-22 |
* | remove obsolete code•••svn:r3809
| Roger Dingledine | 2005-03-22 |
* | be more explicit about why we are expiring a conn; improve logic a bit too•••svn:r3808
| Nick Mathewson | 2005-03-22 |
* | Add opt hibernating; fix bug 78•••svn:r3807
| Nick Mathewson | 2005-03-22 |
* | handle_control_getinfo() was counting msg_len itself,•••when that's actually smartlist_join_strings2()'s job.
svn:r3806
| Roger Dingledine | 2005-03-22 |
* | bugfix: make smartlist_join_strings2 actually use the separator/terminator•••svn:r3805
| Roger Dingledine | 2005-03-22 |
* | write down some more concerns/thoughts•••svn:r3804
| Roger Dingledine | 2005-03-22 |
* | add an item•••svn:r3803
| Nick Mathewson | 2005-03-22 |
* | update control-spec too•••svn:r3802
| Roger Dingledine | 2005-03-22 |
* | Remove controller getinfo support for "desc/all-ids".•••Replace it with getinfo "network-status" just like in directories.
This way the controller can learn which servers are running, which
are verified, etc.
svn:r3801
| Roger Dingledine | 2005-03-22 |
* | getting closer to 0.1.0.1-rc•••svn:r3800
| Roger Dingledine | 2005-03-22 |
* | tell me the address of the guy who's trying to attack my dirserver•••svn:r3799
| Roger Dingledine | 2005-03-22 |
* | clean up and refactor some more•••svn:r3798
| Roger Dingledine | 2005-03-22 |
* | Implement controller's "extendcircuit" directive.•••Also refactor circuit building so we plan the whole path ahead
of time.
svn:r3797
| Roger Dingledine | 2005-03-22 |
* | make example contactinfo entries slightly more spam resistant, since•••people are seeing spam to their contactinfo addresses now. (yay.)
svn:r3795
| Roger Dingledine | 2005-03-21 |
* | specify that a key-value configuration line consists of key-space-value.•••svn:r3794
| Geoff Goodell | 2005-03-21 |
* | point the windows slashes the right way•••svn:r3793
| Roger Dingledine | 2005-03-20 |
* | if our clock jumps forward by 100 seconds or more, assume something•••has gone wrong with our network and abandon all not-yet-used circs.
svn:r3792
| Roger Dingledine | 2005-03-19 |
* | stop logging at -l notice every single time a create cell successfully•••gets processed
svn:r3791
| Roger Dingledine | 2005-03-19 |
* | added short blurb about ControlPort to sample torrc•••svn:r3790
| Geoff Goodell | 2005-03-19 |
* | and forward-port the missing space•••svn:r3789
| Roger Dingledine | 2005-03-19 |
* | added stamp-h.in to .cvsignore for compatibility with autoheader (GNU Autocon...•••svn:r3787
| Geoff Goodell | 2005-03-19 |
* | Turn addr_policy_compare from a tristate to a quadstate; this should help add...•••svn:r3786
| Nick Mathewson | 2005-03-19 |