Commit Graph

2953 Commits

Author SHA1 Message Date
Roger Dingledine 7d7fb58ee4 fail more gracefully next time
svn:r2954
2004-11-23 09:01:37 +00:00
Roger Dingledine 6bb81cd1ed initialize rephist before we init_from_config, since init_from_config
can make us init_keys if we're going to hibernate, which makes us build
a router_desc.


svn:r2953
2004-11-23 09:00:55 +00:00
Roger Dingledine 21846544cf update unit tests to reflect changed interface
svn:r2952
2004-11-23 08:36:26 +00:00
Roger Dingledine 75053f1373 fix some typos; move to 0.0.9rc1
svn:r2951
2004-11-23 07:37:25 +00:00
Roger Dingledine b5bd2576bb add a changelog for rc1
svn:r2950
2004-11-23 07:36:48 +00:00
Roger Dingledine b941494755 update todo some more
svn:r2949
2004-11-23 06:09:28 +00:00
Nick Mathewson be244b21b4 Dr. Seuss on iterating circular lists: "It's fun to have fun, but you
have to know how."


svn:r2948
2004-11-23 06:08:08 +00:00
Nick Mathewson 001188be2e Note TODO status; add a couple of items for post-rc1.
svn:r2947
2004-11-23 00:12:43 +00:00
Nick Mathewson 0718a3f7be Fix critical bug in circuit_list_path: cpath is a circular list! (Also reimplement circuit_log_cpath using circuit_list_cpath).
svn:r2946
2004-11-23 00:11:36 +00:00
Nick Mathewson 560c78cc01 Clean up some logging and interfaces
svn:r2945
2004-11-23 00:08:26 +00:00
Nick Mathewson 9f18802c32 Enhancements to whitespace borkage detector
svn:r2944
2004-11-22 23:28:54 +00:00
Nick Mathewson 18b1dbfabc Normalize a few more kinds of whitespace. We now dislike:
- func (args)
  - if (x){
This doesn't normalize if(x), for(x); while(x), and friends.


svn:r2943
2004-11-22 23:28:26 +00:00
Nick Mathewson fd78c4d427 Fix sign-related warnings
svn:r2942
2004-11-22 22:50:17 +00:00
Nick Mathewson 15bc9f3ca7 Compile cleanly on windows; prevent some insane bandwidth cases (e.g., "BandwidthBurst 1000 TB" from occuring.
svn:r2941
2004-11-22 22:24:10 +00:00
Nick Mathewson 8f21e4b3fe Mark some TODO items done
svn:r2940
2004-11-22 22:14:27 +00:00
Nick Mathewson cbe5f4b9bb Normalize space
svn:r2939
2004-11-22 22:13:34 +00:00
Nick Mathewson 6640e52b42 Apply NT service patch from Osamu Fujino. This still has some problems (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 22:10:37 +00:00
Nick Mathewson 7ada2cf8ba Document changed options; tweak formatting slightly
svn:r2937
2004-11-22 21:58:55 +00:00
Nick Mathewson cf719cb295 Implement weekly/monthly/daily accounting
svn:r2936
2004-11-22 21:56:51 +00:00
Nick Mathewson 377acc6d90 Add function to format local time in ISO format
svn:r2935
2004-11-22 21:38:44 +00:00
Nick Mathewson f7570dd589 Absolutely never call close_temp_logs while validating log options.
svn:r2934
2004-11-22 20:08:07 +00:00
Roger Dingledine eeda56f112 clean up tor-stress a bit, for posterity
svn:r2933
2004-11-22 00:10:35 +00:00
Roger Dingledine 25e09ea6e1 The crowning bugfix.
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 11:30:33 +00:00
Roger Dingledine 221a07cf14 clean up some more.
i think i'm getting closer.


svn:r2931
2004-11-21 11:20:28 +00:00
Roger Dingledine 0ee9178acb break reached_eof() out of process_inbuf()
svn:r2930
2004-11-21 10:14:57 +00:00
Roger Dingledine 5681f13fe0 some more debugging aids
svn:r2929
2004-11-21 09:39:01 +00:00
Roger Dingledine acd4f6287d be more greedy about filling up all relay cells.
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 07:43:12 +00:00
Roger Dingledine 1c4cca24e6 commit a short script to do lots of fetches through tor at once
when you do 20 or so at once, things start going odd.

might be privoxy, might be tor.


svn:r2927
2004-11-21 06:35:22 +00:00
Nick Mathewson 105a2b6e36 Dont keep rephist info for routers that havent had activity for 24 hours.
svn:r2926
2004-11-21 05:14:46 +00:00
Nick Mathewson 65e1d4d740 fix typo
svn:r2925
2004-11-21 05:06:22 +00:00
Nick Mathewson 3ab763ab57 Call init_keys() where needed; fix hibernate bug.
svn:r2924
2004-11-21 04:19:04 +00:00
Nick Mathewson bcf6737984 Bump windows version
svn:r2923
2004-11-21 04:18:36 +00:00
Roger Dingledine 59dffda9a1 allow StrictEntryNode and StrictExitNode to be singular
svn:r2922
2004-11-20 23:16:03 +00:00
Roger Dingledine a560833f00 stop some more seg faults
svn:r2921
2004-11-20 12:55:41 +00:00
Roger Dingledine bfe78ccb1d if your requested exit node has bandwidth 0, pick it anyway
svn:r2920
2004-11-20 12:41:05 +00:00
Roger Dingledine 38484a9c4b and a comment so i don't try to 'fix' it again later
svn:r2919
2004-11-20 12:17:19 +00:00
Roger Dingledine e068b6a9c9 yes, in fact, i broke it. putting back.
svn:r2918
2004-11-20 12:16:47 +00:00
Roger Dingledine b5e3ee278b printfs want carriage returns
svn:r2917
2004-11-20 08:00:57 +00:00
Roger Dingledine 3d82505912 bump us to 0.0.9rc1-cvs
svn:r2916
2004-11-20 07:58:51 +00:00
Roger Dingledine 21af4b8eb2 better text for AccountingMaxKB
document SIGUSR2


svn:r2915
2004-11-20 07:35:20 +00:00
Roger Dingledine a55a99b682 kill -USR2 now moves all logs to loglevel debug
plus fix some typos


svn:r2914
2004-11-20 07:33:55 +00:00
Roger Dingledine 8cdd712875 simplify close_temp_logs()
(nick, did i break this?)


svn:r2913
2004-11-20 07:08:00 +00:00
Roger Dingledine 89605cc04c remove another possible sigpipe cause
svn:r2912
2004-11-20 06:52:13 +00:00
Nick Mathewson a6d23bc1b9 Add "MEMUNIT" and "INTERVAL" types to configuration. Also tweak Accounting setup. More docs needed
svn:r2911
2004-11-20 00:37:00 +00:00
Roger Dingledine 108687e3f2 jbash prefers one backslash to two.
one didn't work for me when i tried, but hey.
i hate shell.


svn:r2910
2004-11-19 08:36:25 +00:00
Roger Dingledine 58c526d419 clean up the tor-doc some
svn:r2909
2004-11-18 14:00:46 +00:00
Nick Mathewson c518066abe mark some last items for 009rc1
svn:r2908
2004-11-18 01:52:37 +00:00
Roger Dingledine 33d8e853b4 bugfix: when our poll is interrupted, we believed the revents values.
svn:r2907
2004-11-17 20:26:39 +00:00
(no author) dc54e02bf0 This commit was manufactured by cvs2svn to create tag
'debian_version_0_0_8+0_0_9pre6-1'.

svn:r2906
2004-11-16 04:35:12 +00:00
Peter Palfrader 3118492991 New upstream version
svn:r2905
2004-11-16 04:35:12 +00:00