aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* fix some typos; move to 0.0.9rc1Roger Dingledine2004-11-23
| | | | svn:r2951
* add a changelog for rc1Roger Dingledine2004-11-23
| | | | svn:r2950
* update todo some moreRoger Dingledine2004-11-23
| | | | svn:r2949
* Dr. Seuss on iterating circular lists: "It's fun to have fun, but youNick Mathewson2004-11-23
| | | | | | | have to know how." svn:r2948
* Note TODO status; add a couple of items for post-rc1.Nick Mathewson2004-11-23
| | | | svn:r2947
* Fix critical bug in circuit_list_path: cpath is a circular list! (Also ↵Nick Mathewson2004-11-23
| | | | | | reimplement circuit_log_cpath using circuit_list_cpath). svn:r2946
* Clean up some logging and interfacesNick Mathewson2004-11-23
| | | | svn:r2945
* Enhancements to whitespace borkage detectorNick Mathewson2004-11-22
| | | | svn:r2944
* Normalize a few more kinds of whitespace. We now dislike:Nick Mathewson2004-11-22
| | | | | | | | | - func (args) - if (x){ This doesn't normalize if(x), for(x); while(x), and friends. svn:r2943
* Fix sign-related warningsNick Mathewson2004-11-22
| | | | svn:r2942
* Compile cleanly on windows; prevent some insane bandwidth cases (e.g., ↵Nick Mathewson2004-11-22
| | | | | | "BandwidthBurst 1000 TB" from occuring. svn:r2941
* Mark some TODO items doneNick Mathewson2004-11-22
| | | | svn:r2940
* Normalize spaceNick Mathewson2004-11-22
| | | | svn:r2939
* Apply NT service patch from Osamu Fujino. This still has some problems ↵Nick Mathewson2004-11-22
| | | | | | (indicated in a comment adapted from the patch submission email), but it is better than before and better than nothing. svn:r2938
* Document changed options; tweak formatting slightlyNick Mathewson2004-11-22
| | | | svn:r2937
* Implement weekly/monthly/daily accountingNick Mathewson2004-11-22
| | | | svn:r2936
* Add function to format local time in ISO formatNick Mathewson2004-11-22
| | | | svn:r2935
* Absolutely never call close_temp_logs while validating log options.Nick Mathewson2004-11-22
| | | | svn:r2934
* clean up tor-stress a bit, for posterityRoger Dingledine2004-11-22
| | | | svn:r2933
* The crowning bugfix.Roger Dingledine2004-11-21
| | | | | | | | | | | 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
* clean up some more.Roger Dingledine2004-11-21
| | | | | | | i think i'm getting closer. svn:r2931
* break reached_eof() out of process_inbuf()Roger Dingledine2004-11-21
| | | | svn:r2930
* some more debugging aidsRoger Dingledine2004-11-21
| | | | svn:r2929
* be more greedy about filling up all relay cells.Roger Dingledine2004-11-21
| | | | | | | | this may have some bugs in it still. and it may end up not being what we want to do. svn:r2928
* commit a short script to do lots of fetches through tor at onceRoger Dingledine2004-11-21
| | | | | | | | | when you do 20 or so at once, things start going odd. might be privoxy, might be tor. svn:r2927
* Dont keep rephist info for routers that havent had activity for 24 hours.Nick Mathewson2004-11-21
| | | | svn:r2926
* fix typoNick Mathewson2004-11-21
| | | | svn:r2925
* Call init_keys() where needed; fix hibernate bug.Nick Mathewson2004-11-21
| | | | svn:r2924
* Bump windows versionNick Mathewson2004-11-21
| | | | svn:r2923
* allow StrictEntryNode and StrictExitNode to be singularRoger Dingledine2004-11-20
| | | | svn:r2922
* stop some more seg faultsRoger Dingledine2004-11-20
| | | | svn:r2921
* if your requested exit node has bandwidth 0, pick it anywayRoger Dingledine2004-11-20
| | | | svn:r2920
* and a comment so i don't try to 'fix' it again laterRoger Dingledine2004-11-20
| | | | svn:r2919
* yes, in fact, i broke it. putting back.Roger Dingledine2004-11-20
| | | | svn:r2918
* printfs want carriage returnsRoger Dingledine2004-11-20
| | | | svn:r2917
* bump us to 0.0.9rc1-cvsRoger Dingledine2004-11-20
| | | | svn:r2916
* better text for AccountingMaxKBRoger Dingledine2004-11-20
| | | | | | | document SIGUSR2 svn:r2915
* kill -USR2 now moves all logs to loglevel debugRoger Dingledine2004-11-20
| | | | | | | plus fix some typos svn:r2914
* simplify close_temp_logs()Roger Dingledine2004-11-20
| | | | | | | (nick, did i break this?) svn:r2913
* remove another possible sigpipe causeRoger Dingledine2004-11-20
| | | | svn:r2912
* Add "MEMUNIT" and "INTERVAL" types to configuration. Also tweak Accounting ↵Nick Mathewson2004-11-20
| | | | | | setup. More docs needed svn:r2911
* jbash prefers one backslash to two.Roger Dingledine2004-11-19
| | | | | | | | one didn't work for me when i tried, but hey. i hate shell. svn:r2910
* clean up the tor-doc someRoger Dingledine2004-11-18
| | | | svn:r2909
* mark some last items for 009rc1Nick Mathewson2004-11-18
| | | | svn:r2908
* bugfix: when our poll is interrupted, we believed the revents values.Roger Dingledine2004-11-17
| | | | svn:r2907
* New upstream versionPeter Palfrader2004-11-16
| | | | svn:r2905
* add a TODO item and some comment changes.Nick Mathewson2004-11-16
| | | | svn:r2904
* bump us to 0.0.9pre6Roger Dingledine2004-11-16
| | | | svn:r2902
* minor fixesRoger Dingledine2004-11-16
| | | | svn:r2901
* a changelog for 0.0.9pre6Roger Dingledine2004-11-16
| | | | svn:r2900