Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-23 | fail more gracefully next time | Roger Dingledine | |
svn:r2954 | |||
2004-11-23 | initialize rephist before we init_from_config, since init_from_config | Roger Dingledine | |
can make us init_keys if we're going to hibernate, which makes us build a router_desc. svn:r2953 | |||
2004-11-23 | update unit tests to reflect changed interface | Roger Dingledine | |
svn:r2952 | |||
2004-11-23 | fix some typos; move to 0.0.9rc1 | Roger Dingledine | |
svn:r2951 | |||
2004-11-23 | add a changelog for rc1 | Roger Dingledine | |
svn:r2950 | |||
2004-11-23 | update todo some more | Roger Dingledine | |
svn:r2949 | |||
2004-11-23 | Dr. Seuss on iterating circular lists: "It's fun to have fun, but you | Nick Mathewson | |
have to know how." svn:r2948 | |||
2004-11-23 | Note TODO status; add a couple of items for post-rc1. | Nick Mathewson | |
svn:r2947 | |||
2004-11-23 | Fix critical bug in circuit_list_path: cpath is a circular list! (Also ↵ | Nick Mathewson | |
reimplement circuit_log_cpath using circuit_list_cpath). svn:r2946 | |||
2004-11-23 | Clean up some logging and interfaces | Nick Mathewson | |
svn:r2945 | |||
2004-11-22 | Enhancements to whitespace borkage detector | Nick Mathewson | |
svn:r2944 | |||
2004-11-22 | Normalize a few more kinds of whitespace. We now dislike: | Nick Mathewson | |
- func (args) - if (x){ This doesn't normalize if(x), for(x); while(x), and friends. svn:r2943 | |||
2004-11-22 | Fix sign-related warnings | Nick Mathewson | |
svn:r2942 | |||
2004-11-22 | Compile cleanly on windows; prevent some insane bandwidth cases (e.g., ↵ | Nick Mathewson | |
"BandwidthBurst 1000 TB" from occuring. svn:r2941 | |||
2004-11-22 | Mark some TODO items done | Nick Mathewson | |
svn:r2940 | |||
2004-11-22 | Normalize space | Nick Mathewson | |
svn:r2939 | |||
2004-11-22 | Apply NT service patch from Osamu Fujino. This still has some problems ↵ | Nick Mathewson | |
(indicated in a comment adapted from the patch submission email), but it is better than before and better than nothing. svn:r2938 | |||
2004-11-22 | Document changed options; tweak formatting slightly | Nick Mathewson | |
svn:r2937 | |||
2004-11-22 | Implement weekly/monthly/daily accounting | Nick Mathewson | |
svn:r2936 | |||
2004-11-22 | Add function to format local time in ISO format | Nick Mathewson | |
svn:r2935 | |||
2004-11-22 | Absolutely never call close_temp_logs while validating log options. | Nick Mathewson | |
svn:r2934 | |||
2004-11-22 | clean up tor-stress a bit, for posterity | Roger Dingledine | |
svn:r2933 | |||
2004-11-21 | The crowning bugfix. | Roger Dingledine | |
The problem was that with high load, circuit package window was reaching 0. Whenever we got a circuit-level sendme, we were reading a lot on each socket, but only writing out a bit. So we would eventually reach eof. This would be noticed and acted on even when there are still bytes sitting in the inbuf. svn:r2932 | |||
2004-11-21 | clean up some more. | Roger Dingledine | |
i think i'm getting closer. svn:r2931 | |||
2004-11-21 | break reached_eof() out of process_inbuf() | Roger Dingledine | |
svn:r2930 | |||
2004-11-21 | some more debugging aids | Roger Dingledine | |
svn:r2929 | |||
2004-11-21 | be more greedy about filling up all relay cells. | Roger Dingledine | |
this may have some bugs in it still. and it may end up not being what we want to do. svn:r2928 | |||
2004-11-21 | commit a short script to do lots of fetches through tor at once | Roger Dingledine | |
when you do 20 or so at once, things start going odd. might be privoxy, might be tor. svn:r2927 | |||
2004-11-21 | Dont keep rephist info for routers that havent had activity for 24 hours. | Nick Mathewson | |
svn:r2926 | |||
2004-11-21 | fix typo | Nick Mathewson | |
svn:r2925 | |||
2004-11-21 | Call init_keys() where needed; fix hibernate bug. | Nick Mathewson | |
svn:r2924 | |||
2004-11-21 | Bump windows version | Nick Mathewson | |
svn:r2923 | |||
2004-11-20 | allow StrictEntryNode and StrictExitNode to be singular | Roger Dingledine | |
svn:r2922 | |||
2004-11-20 | stop some more seg faults | Roger Dingledine | |
svn:r2921 | |||
2004-11-20 | if your requested exit node has bandwidth 0, pick it anyway | Roger Dingledine | |
svn:r2920 | |||
2004-11-20 | and a comment so i don't try to 'fix' it again later | Roger Dingledine | |
svn:r2919 | |||
2004-11-20 | yes, in fact, i broke it. putting back. | Roger Dingledine | |
svn:r2918 | |||
2004-11-20 | printfs want carriage returns | Roger Dingledine | |
svn:r2917 | |||
2004-11-20 | bump us to 0.0.9rc1-cvs | Roger Dingledine | |
svn:r2916 | |||
2004-11-20 | better text for AccountingMaxKB | Roger Dingledine | |
document SIGUSR2 svn:r2915 | |||
2004-11-20 | kill -USR2 now moves all logs to loglevel debug | Roger Dingledine | |
plus fix some typos svn:r2914 | |||
2004-11-20 | simplify close_temp_logs() | Roger Dingledine | |
(nick, did i break this?) svn:r2913 | |||
2004-11-20 | remove another possible sigpipe cause | Roger Dingledine | |
svn:r2912 | |||
2004-11-20 | Add "MEMUNIT" and "INTERVAL" types to configuration. Also tweak Accounting ↵ | Nick Mathewson | |
setup. More docs needed svn:r2911 | |||
2004-11-19 | jbash prefers one backslash to two. | Roger Dingledine | |
one didn't work for me when i tried, but hey. i hate shell. svn:r2910 | |||
2004-11-18 | clean up the tor-doc some | Roger Dingledine | |
svn:r2909 | |||
2004-11-18 | mark some last items for 009rc1 | Nick Mathewson | |
svn:r2908 | |||
2004-11-17 | bugfix: when our poll is interrupted, we believed the revents values. | Roger Dingledine | |
svn:r2907 | |||
2004-11-16 | New upstream versiondebian-version-0.0.8+0.0.9pre6-1 | Peter Palfrader | |
svn:r2905 | |||
2004-11-16 | add a TODO item and some comment changes. | Nick Mathewson | |
svn:r2904 |