Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-14 | Note where torrc goes. | Nick Mathewson | |
svn:r2865 | |||
2004-11-14 | Fix windows whitespace | Nick Mathewson | |
svn:r2860 | |||
2004-11-14 | Add an unreachable return 0. | Nick Mathewson | |
svn:r2859 | |||
2004-11-14 | Fix cast warning in tor-resolve.c | Nick Mathewson | |
svn:r2857 | |||
2004-11-14 | Remove redundant declaration | Nick Mathewson | |
svn:r2855 | |||
2004-11-14 | Fix "implicit declaration of ftello" warning: add AC_FUNC_FSEEKO in ↵ | Nick Mathewson | |
configure.in and always include orconfig.h before anything else svn:r2854 | |||
2004-11-14 | make kill -USR1 work again | Roger Dingledine | |
svn:r2853 | |||
2004-11-14 | ok ok the stat wasn't redundant | Roger Dingledine | |
but the warn was svn:r2852 | |||
2004-11-14 | remove redundant stdio.h | Roger Dingledine | |
i guess that wasn't the fix svn:r2849 | |||
2004-11-14 | clean up the ftello call a little bit. | Roger Dingledine | |
but i'm still getting: log.c:94: warning: implicit declaration of function `ftello' svn:r2848 | |||
2004-11-14 | Remove redundant stat() for reading cached directory, and remove | Roger Dingledine | |
confusing warn when the cached directory isn't there yet. svn:r2847 | |||
2004-11-14 | clean a comment | Roger Dingledine | |
svn:r2844 | |||
2004-11-13 | normalize whitespace | Nick Mathewson | |
svn:r2839 | |||
2004-11-13 | Bump windows version | Nick Mathewson | |
svn:r2838 | |||
2004-11-13 | Use the data, *then* free it. It works so much better. | Nick Mathewson | |
svn:r2837 | |||
2004-11-13 | Document remaining configuration options; add a ccheck for redundant ↵ | Nick Mathewson | |
authentication mechanisms in options_validate; add TODO items for post-009 hibernation features svn:r2833 | |||
2004-11-13 | Track whether descriptor is dirty/uploaded. When any options are set, mark ↵ | Nick Mathewson | |
it dirty. Once a minute, regenerate and upload the server descriptor if it is dirty. svn:r2832 | |||
2004-11-13 | Comment a confusing conditional | Nick Mathewson | |
svn:r2828 | |||
2004-11-12 | fix a seg fault when fetching rendezvous descs | Roger Dingledine | |
svn:r2825 | |||
2004-11-12 | Fix argument to strncpy. | Nick Mathewson | |
svn:r2824 | |||
2004-11-12 | Nobody was using the return values from smartlist_(set|del|del_keeporder), ↵ | Nick Mathewson | |
so remove them. svn:r2823 | |||
2004-11-12 | Add a FAST_SMARTLIST define to optionally inline smartlist_get and ↵ | Nick Mathewson | |
smartlist_len, which are two major profiling offenders. svn:r2822 | |||
2004-11-12 | Speed up tor_strndup a lot: profiling suggests that our use of strlcpy here ↵ | Nick Mathewson | |
was a bad idea. svn:r2821 | |||
2004-11-12 | Write most of the implementation for SAVECONF. | Nick Mathewson | |
svn:r2820 | |||
2004-11-12 | Rename exit_policy to addr_policy, since it gets used for SOCKS and ↵ | Nick Mathewson | |
directory connections too. Make all policies get validated in options_validate, and make SOCKS/directory policies get set in options_act. svn:r2819 | |||
2004-11-12 | Fix two comments in torrc.sample.in directly in the upstream source | Peter Palfrader | |
svn:r2812 | |||
2004-11-12 | Resolve a bunch of FIXME items; mark a lot more for attention; ask for ↵ | Nick Mathewson | |
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 | |||
2004-11-12 | Resolve FIXME: Possible solution to note_disconnect problem; needs thought ↵ | Nick Mathewson | |
and review. svn:r2807 | |||
2004-11-12 | Use autoconf to enable largefile support where necessary. Use ftello where ↵ | Nick Mathewson | |
available, since ftell can fail at 2GB. svn:r2806 | |||
2004-11-12 | Resolve FIXMES: sometimes an error code is just an error code | Nick Mathewson | |
svn:r2805 | |||
2004-11-12 | dfc caught a SIGXFSZ error when his debugfile reached 2GB. | Roger Dingledine | |
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 | |||
2004-11-12 | clean torrc sample | Roger Dingledine | |
change log files to end in .log for logrotate to notice mention that address doesn't need to be defined svn:r2803 | |||
2004-11-11 | when clients do --list-fingerprint, it's misleading to | Roger Dingledine | |
give them one, because it will never be the same again svn:r2800 | |||
2004-11-11 | apply patch from Andre Eisenbach: include event code with events, as ↵ | Nick Mathewson | |
required by control-spec.txt svn:r2799 | |||
2004-11-10 | Remove XXXX009 comment telling us to do the last (circID-related) fix | Nick Mathewson | |
svn:r2798 | |||
2004-11-10 | Resolve a FIXME: use identity comparison, not nickname comparison, to | Nick Mathewson | |
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 | |||
2004-11-10 | When we think we have no bandwidth, guess that we will run for 1 day. | Nick Mathewson | |
svn:r2795 | |||
2004-11-10 | Clarify a warning about /.tor | Nick Mathewson | |
svn:r2794 | |||
2004-11-10 | Resolve FIXME items: make the kill-unattached-AP timeout symbolic | Nick Mathewson | |
svn:r2793 | |||
2004-11-10 | Resolve FIXME items: make circuit_free_cpath_node static | Nick Mathewson | |
svn:r2792 | |||
2004-11-10 | Resolve FIXME items: clarify two XXXX comments for 009 | Nick Mathewson | |
svn:r2791 | |||
2004-11-10 | Resolve FIXME items: fix assert failure on malformed socks4a qreuests. (bug ↵ | Nick Mathewson | |
reported by Anna Shubina wrt old Netscapes) svn:r2790 | |||
2004-11-10 | Resolve FIXME items: make expand_filename handle ~ and ~username | Nick Mathewson | |
svn:r2789 | |||
2004-11-10 | when you cast MAX_UINT to an int it confuses the users | Roger Dingledine | |
svn:r2788 | |||
2004-11-10 | Fix a few bugs in accounting: parse bw_accounting correctly; set end time of ↵tor-0.0.9pre5 | Nick Mathewson | |
continued interval; record used bandwidth on state change. svn:r2785 | |||
2004-11-10 | make nick's config patch build | Roger Dingledine | |
svn:r2783 | |||
2004-11-10 | Validate log options during options_validate(). Reject unrecognized log ↵ | Nick Mathewson | |
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 | |||
2004-11-10 | make abbreviations case-insensitive (thanks weasel) | Roger Dingledine | |
svn:r2773 | |||
2004-11-10 | make it more obvious that we have just told them their new torrc log line. | Roger Dingledine | |
svn:r2772 | |||
2004-11-10 | weaken our anonymity warning a little bit more | Roger Dingledine | |
svn:r2771 |