Commit Graph

3700 Commits

Author SHA1 Message Date
Nick Mathewson
ff545c3103 Add useful smartlist_string_remove function.
svn:r3996
2005-04-03 05:52:32 +00:00
Nick Mathewson
11d20d78a0 Adjust maximum skew and age for rendezvous descriptors: adjust code to make skew add to age.
svn:r3995
2005-04-03 05:36:23 +00:00
Roger Dingledine
658463a751 clean up the circuit-mark-for-close patch
svn:r3994
2005-04-03 05:31:41 +00:00
Roger Dingledine
096879687a start sending 'truncated' cells back rather than destroy cells,
if the circuit closes in front of you.


svn:r3993
2005-04-03 05:25:26 +00:00
Nick Mathewson
0dc02328af Move most of *_mark_for_close out of macros.
svn:r3992
2005-04-03 05:22:33 +00:00
Nick Mathewson
2a332bf0b8 Fix unterminated comment
svn:r3991
2005-04-03 05:21:16 +00:00
Nick Mathewson
055ee7c323 Give better warnings if connection_close_unattached_ap gets called twice or called on a marked connection; rename it to connection_mark_unattached_ap.
svn:r3990
2005-04-02 22:11:24 +00:00
Nick Mathewson
4a90d37229 Better messages when POSTDESCRIPTOR fails
svn:r3989
2005-04-02 22:02:13 +00:00
Roger Dingledine
a1397b2d04 peertech has been dead forever
stop recommending it


svn:r3988
2005-04-02 10:33:23 +00:00
Roger Dingledine
13e211de17 We're printing the host mask wrong in exit policies in server descriptors.
I believe this isn't a critical bug tho, since we're still obeying the
exit policy internally.


svn:r3987
2005-04-02 08:55:31 +00:00
Roger Dingledine
8dbdbfb831 improved log error message
svn:r3986
2005-04-02 08:30:40 +00:00
Roger Dingledine
bb2b75cb25 close my <li>
svn:r3985
2005-04-01 21:38:24 +00:00
Roger Dingledine
fc1869949b step five of running a server: subscribe to or-announce.
svn:r3984
2005-04-01 21:35:54 +00:00
Roger Dingledine
bd82ac06a8 bump to 0.1.0.2-rc-cvs
svn:r3983
2005-04-01 20:30:09 +00:00
Nick Mathewson
0e81265359 update copyright notices.
svn:r3982
2005-04-01 20:15:56 +00:00
Roger Dingledine
34944f3eb1 minor correction: location of torrc on unix packages
svn:r3981
2005-04-01 18:38:27 +00:00
Roger Dingledine
28fc34b1e2 clean up docs, point people to new release candidate
svn:r3979
2005-04-01 17:17:08 +00:00
Nick Mathewson
36631d6401 Fix a couple of win32-related build issues when using latest libevent.
svn:r3978
2005-04-01 16:48:22 +00:00
Nick Mathewson
998846f1d6 Fix typo in package_nsis.sh
svn:r3977
2005-04-01 16:47:19 +00:00
Peter Palfrader
7d5411f51a 0.1.0.2-rc-200504011640-1 snapshot
svn:r3975
2005-04-01 16:43:12 +00:00
Roger Dingledine
bcbb0e8ed0 include ExerciseServer.py and PathDemo.py in the tarball
svn:r3974
2005-04-01 16:35:17 +00:00
Peter Palfrader
74dd5e978a 0.1.0.2-rc-200504011500-1 snapshot
svn:r3972
2005-04-01 16:33:54 +00:00
Roger Dingledine
0d9a739b3a add a changelog for 0.1.0.2-rc
svn:r3971
2005-04-01 16:29:52 +00:00
Nick Mathewson
0d6c9c47b3 Short-term fix: prevent possible segfault in connection_close_unattached_ap
svn:r3970
2005-04-01 16:04:45 +00:00
Roger Dingledine
5de85f54ba bump version to 0.1.0.2-rc
svn:r3969
2005-04-01 14:13:31 +00:00
Roger Dingledine
453a822425 when you decide you're reachable, actually publish your descriptor
right then.


svn:r3968
2005-04-01 09:28:14 +00:00
Roger Dingledine
1ff62dbd18 require exactly 0.0.9.7 for middle hops of testing circs, for now
svn:r3967
2005-04-01 09:23:51 +00:00
Roger Dingledine
e786e5dedb when building testing circuits, always use middle hops
running at least 0.0.9.7


svn:r3966
2005-04-01 08:42:26 +00:00
Peter Palfrader
669f1947ed New snapshot
svn:r3964
2005-04-01 08:29:25 +00:00
Nick Mathewson
60d057b03e Add several files to cvsignores
svn:r3963
2005-04-01 08:25:05 +00:00
Nick Mathewson
ae8c68832e Remove autoconf-generated plist files from cvs.
svn:r3962
2005-04-01 08:20:55 +00:00
Peter Palfrader
d06cda20e0 Forward port 0.0.9.7 changelog
svn:r3961
2005-04-01 08:14:35 +00:00
Peter Palfrader
85a5482ae8 Commit changelog for yesterday's experimental snapshot
svn:r3959
2005-04-01 08:13:57 +00:00
Roger Dingledine
b491467912 fix punctuation
svn:r3956
2005-04-01 08:07:12 +00:00
Roger Dingledine
4f712d10cd forward-port 0.0.9.7 changelog
svn:r3953
2005-04-01 08:00:50 +00:00
Roger Dingledine
a28ae7a70c fix assert: if our dirport isn't reachable yet, don't trick
*ourselves* into thinking the dirport is zero. but continue
to tell other people that it is.


svn:r3952
2005-04-01 07:42:32 +00:00
Roger Dingledine
cd25e56ad2 when the or-connect succeeded and the tls handshake succeeded
but we didn't like the result, we were closing the connection
without sending any destroys back for the pending circuits. now
send those destroys anyway; i hope this doesn't break too much.


svn:r3951
2005-04-01 07:25:18 +00:00
Nick Mathewson
73f6c1531e fix typo in earlier libevent mmessage suppress patch
svn:r3950
2005-04-01 07:16:52 +00:00
Roger Dingledine
003d9df6b0 authdirservers shouldn't do orport reachability detection,
since they're in clique mode, so it will be rare to find a
server not already connected to them.


svn:r3949
2005-04-01 07:09:18 +00:00
Nick Mathewson
410ecfcc71 Add code to suppress spurious libevent log msgs; use it to resolve bug 68.
svn:r3948
2005-04-01 07:05:21 +00:00
Nick Mathewson
bc668233ad Improve error msgs in tor-resolve.c; resolve bug 112
svn:r3947
2005-04-01 07:04:40 +00:00
Nick Mathewson
3b6359737e Fix fix to torrc cleanup; resolve bug 115
svn:r3944
2005-04-01 06:51:12 +00:00
Roger Dingledine
2ff2db8d2a fix some log spacing problems
svn:r3942
2005-04-01 06:23:21 +00:00
Nick Mathewson
bd75b46ef9 Make sure to create OS X Tor user in <500 range
svn:r3941
2005-04-01 02:57:04 +00:00
Nick Mathewson
efe9ca659a Use recent libevent features when possible
svn:r3940
2005-04-01 02:37:40 +00:00
Nick Mathewson
837d7dff69 Try to make crash-on-shutdown bug harder to trigger.
svn:r3939
2005-04-01 02:37:10 +00:00
Nick Mathewson
e04a82ecaf Patch: when extending to an unknown router, compare identity to expected identity; not nickname-to-expected identity.
svn:r3937
2005-03-31 23:30:13 +00:00
Roger Dingledine
801d5ef1de spell recommended correctly
svn:r3936
2005-03-31 20:52:43 +00:00
Roger Dingledine
1f5c8335e8 still publish your descriptor if orport is reachable but dirport isn't
when building testing circs for orport testing, require high-bandwidth
nodes, so fewer circs fail. complain about unreachable orport separately
from unreachable dirport.


svn:r3935
2005-03-31 19:26:33 +00:00
Roger Dingledine
c2a05e1ca9 redo the state descriptors now that we have a controller-wait state
svn:r3934
2005-03-31 17:36:24 +00:00