Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix two comments in torrc.sample.in directly in the upstream source | Peter Palfrader | 2004-11-12 |
| | | | | svn:r2812 | ||
* | Resolve a bunch of FIXME items; mark a lot more for attention; ask for ↵ | Nick Mathewson | 2004-11-12 |
| | | | | | | clarification on some. Turn all XXXX008 ("showstopper for 0.0.8 release") items into XXXX009 or XXXX, since plainly they were not showstoppers for 0.0.8. Add/clean some docs. svn:r2808 | ||
* | Resolve FIXME: Possible solution to note_disconnect problem; needs thought ↵ | Nick Mathewson | 2004-11-12 |
| | | | | | | and review. svn:r2807 | ||
* | Use autoconf to enable largefile support where necessary. Use ftello where ↵ | Nick Mathewson | 2004-11-12 |
| | | | | | | available, since ftell can fail at 2GB. svn:r2806 | ||
* | Resolve FIXMES: sometimes an error code is just an error code | Nick Mathewson | 2004-11-12 |
| | | | | svn:r2805 | ||
* | dfc caught a SIGXFSZ error when his debugfile reached 2GB. | Roger Dingledine | 2004-11-12 |
| | | | | | | | | | so if they exist, catch them and ignore them. write() will fail normally and we'll look at errno like normal human beings. svn:r2804 | ||
* | clean torrc sample | Roger Dingledine | 2004-11-12 |
| | | | | | | | | change log files to end in .log for logrotate to notice mention that address doesn't need to be defined svn:r2803 | ||
* | when clients do --list-fingerprint, it's misleading to | Roger Dingledine | 2004-11-11 |
| | | | | | | | give them one, because it will never be the same again svn:r2800 | ||
* | apply patch from Andre Eisenbach: include event code with events, as ↵ | Nick Mathewson | 2004-11-11 |
| | | | | | | required by control-spec.txt svn:r2799 | ||
* | Remove XXXX009 comment telling us to do the last (circID-related) fix | Nick Mathewson | 2004-11-10 |
| | | | | svn:r2798 | ||
* | Resolve a FIXME: use identity comparison, not nickname comparison, to | Nick Mathewson | 2004-11-10 |
| | | | | | | | | | | | | | | | choose circuit ID types. This is important because our view of "the nickname of the router on the other side of this connection" is skewed, and depends on whether we think the other rotuer is verified--and there's no way to know whether another router thinks you are verified. For backward compatibility, we notice when the other router chooses the same circuit ID type as us (because it's running an old version), and switch our type to be polite. svn:r2797 | ||
* | When we think we have no bandwidth, guess that we will run for 1 day. | Nick Mathewson | 2004-11-10 |
| | | | | svn:r2795 | ||
* | Clarify a warning about /.tor | Nick Mathewson | 2004-11-10 |
| | | | | svn:r2794 | ||
* | Resolve FIXME items: make the kill-unattached-AP timeout symbolic | Nick Mathewson | 2004-11-10 |
| | | | | svn:r2793 | ||
* | Resolve FIXME items: make circuit_free_cpath_node static | Nick Mathewson | 2004-11-10 |
| | | | | svn:r2792 | ||
* | Resolve FIXME items: clarify two XXXX comments for 009 | Nick Mathewson | 2004-11-10 |
| | | | | svn:r2791 | ||
* | Resolve FIXME items: fix assert failure on malformed socks4a qreuests. (bug ↵ | Nick Mathewson | 2004-11-10 |
| | | | | | | reported by Anna Shubina wrt old Netscapes) svn:r2790 | ||
* | Resolve FIXME items: make expand_filename handle ~ and ~username | Nick Mathewson | 2004-11-10 |
| | | | | svn:r2789 | ||
* | when you cast MAX_UINT to an int it confuses the users | Roger Dingledine | 2004-11-10 |
| | | | | svn:r2788 | ||
* | Fix a few bugs in accounting: parse bw_accounting correctly; set end time of ↵ | Nick Mathewson | 2004-11-10 |
| | | | | | | continued interval; record used bandwidth on state change. svn:r2785 | ||
* | make nick's config patch build | Roger Dingledine | 2004-11-10 |
| | | | | svn:r2783 | ||
* | Validate log options during options_validate(). Reject unrecognized log ↵ | Nick Mathewson | 2004-11-10 |
| | | | | | | types like "Log notice magic-twanger". Also, make sure User and Group stay the same, and do not crash when somebody tries to change PidFile to NULL. svn:r2778 | ||
* | make abbreviations case-insensitive (thanks weasel) | Roger Dingledine | 2004-11-10 |
| | | | | svn:r2773 | ||
* | make it more obvious that we have just told them their new torrc log line. | Roger Dingledine | 2004-11-10 |
| | | | | svn:r2772 | ||
* | weaken our anonymity warning a little bit more | Roger Dingledine | 2004-11-10 |
| | | | | svn:r2771 | ||
* | Remvove an XXX | Nick Mathewson | 2004-11-10 |
| | | | | svn:r2769 | ||
* | remove extraneous variable | Roger Dingledine | 2004-11-10 |
| | | | | svn:r2765 | ||
* | don't ship with the default dirservers listed explicitly. leave them | Roger Dingledine | 2004-11-10 |
| | | | | | | | unlisted so we can change the default later. svn:r2762 | ||
* | don't check permissions on our datadirectory until we switch uid/gid | Roger Dingledine | 2004-11-10 |
| | | | | svn:r2759 | ||
* | Normalize whitespace; add a "tell me about all the unnormalized whitespace" ↵ | Nick Mathewson | 2004-11-09 |
| | | | | | | target; fix a braino in dirserv.c svn:r2758 | ||
* | Clean windows a little | Nick Mathewson | 2004-11-09 |
| | | | | svn:r2757 | ||
* | Fix windows build for VC6; centralize newline-fiasco-damage-control logic | Nick Mathewson | 2004-11-09 |
| | | | | svn:r2756 | ||
* | Resolve many XXXs and all DOCDOCs | Nick Mathewson | 2004-11-09 |
| | | | | svn:r2755 | ||
* | Change interface to config_trial_assign even more; have it use get_options() ↵ | Nick Mathewson | 2004-11-09 |
| | | | | | | instead svn:r2754 | ||
* | Add some documentation to routerlist | Nick Mathewson | 2004-11-09 |
| | | | | svn:r2753 | ||
* | When listing router status, include ourself if we are awake | Nick Mathewson | 2004-11-09 |
| | | | | svn:r2752 | ||
* | resolve a 64-bit warning | Roger Dingledine | 2004-11-09 |
| | | | | svn:r2750 | ||
* | bugfix: ^c ought to work even while hibernating | Roger Dingledine | 2004-11-09 |
| | | | | svn:r2748 | ||
* | only non-authdirservers cache the dir they just fetched | Roger Dingledine | 2004-11-09 |
| | | | | svn:r2747 | ||
* | control event logs include loglevel notice | Roger Dingledine | 2004-11-09 |
| | | | | svn:r2746 | ||
* | allow BandwidthRate and Burst to be abbrevs in the torrc too | Roger Dingledine | 2004-11-09 |
| | | | | svn:r2744 | ||
* | raise your hand if you can spell | Roger Dingledine | 2004-11-09 |
| | | | | svn:r2743 | ||
* | if you're going to ask it to use a body of length 0, | Roger Dingledine | 2004-11-09 |
| | | | | | | | don't give it a body. svn:r2742 | ||
* | fix a memory-squashing bug that was causing an infinite loop | Roger Dingledine | 2004-11-09 |
| | | | | svn:r2741 | ||
* | mark_logs_temp() before init'ing new ones. | Roger Dingledine | 2004-11-09 |
| | | | | | | | we were seeing double, triple, etc each time we setconf'ed. svn:r2738 | ||
* | change the interface to config_trial_assign() | Roger Dingledine | 2004-11-09 |
| | | | | svn:r2737 | ||
* | when you try a new set of options, and you like them, make sure they stick | Roger Dingledine | 2004-11-09 |
| | | | | svn:r2736 | ||
* | stop wanting to split init_keys() | Roger Dingledine | 2004-11-09 |
| | | | | svn:r2735 | ||
* | once normalized, DataDirectory is always defined | Roger Dingledine | 2004-11-09 |
| | | | | svn:r2734 | ||
* | Make check_private_dir trimodal (check/create/ignore), not bimodal ↵ | Nick Mathewson | 2004-11-09 |
| | | | | | | (create/ignore). svn:r2733 |