Roger Dingledine
|
b4dad0e6a4
|
fix the assert bug reported by bassclef@163.com
svn:r3237
|
2005-01-02 06:16:46 +00:00 |
|
Roger Dingledine
|
0d7e8660c7
|
add a comment to explain what ContactInfo is for
svn:r3236
|
2005-01-01 23:58:16 +00:00 |
|
Roger Dingledine
|
a4ad47df86
|
Fix a double-mark-for-close bug, where we were finding a conn
for a cell even if that conn is already marked for close.
Don't back-port to 0.0.9.x, since this fix could have weird implications.
svn:r3235
|
2005-01-01 07:54:01 +00:00 |
|
Roger Dingledine
|
35d5a5b712
|
when a dirserver causes you to give a warn, mention which dirserver it was
svn:r3234
|
2005-01-01 07:40:59 +00:00 |
|
Roger Dingledine
|
e29d7329b3
|
...but only if you're a server
svn:r3233
|
2004-12-31 21:49:20 +00:00 |
|
Roger Dingledine
|
95f3e6161b
|
require BandwidthRate to be at least 10kB/s
svn:r3232
|
2004-12-31 21:47:54 +00:00 |
|
Roger Dingledine
|
1efc0f370a
|
mention that there are known bugs for running tor as a server on win32
svn:r3231
|
2004-12-29 17:51:00 +00:00 |
|
Roger Dingledine
|
717fe4993e
|
actually make it stop keeping track of times. whoops.
svn:r3230
|
2004-12-25 07:19:48 +00:00 |
|
Roger Dingledine
|
e1ac30c2bb
|
stop calling assert_connection_ok(conn, time(NULL)) on every single
conn on every single loop.
svn:r3229
|
2004-12-25 06:43:40 +00:00 |
|
Roger Dingledine
|
288f2ed59e
|
stop telling win32 folks they have a bug just because we haven't finished
making tor work on win32 yet.
svn:r3227
|
2004-12-25 06:42:15 +00:00 |
|
Roger Dingledine
|
be72937ab0
|
initial profiling by phobos says we spend a whole lot of time
measuring how long each cell takes to process. make that optional.
svn:r3226
|
2004-12-25 06:10:34 +00:00 |
|
Roger Dingledine
|
53105cdae5
|
when you're loading the rendezvous service keys in options_act(),
don't call it 'reloading'.
svn:r3225
|
2004-12-24 20:45:45 +00:00 |
|
Roger Dingledine
|
3a572fcffa
|
don't connection_edge_end() on eof if we're already marked for close,
because if we are then it's because we already got an end.
svn:r3223
|
2004-12-24 09:43:57 +00:00 |
|
Nick Mathewson
|
ebdfaaf477
|
add items to TODO
svn:r3222
|
2004-12-24 05:17:57 +00:00 |
|
Roger Dingledine
|
a794c08d5e
|
list the new tor.eff.org url in the man page
svn:r3221
|
2004-12-24 05:06:51 +00:00 |
|
Nick Mathewson
|
ded8e79979
|
remove sentence-fragment comment refering to a design that never happened.
svn:r3220
|
2004-12-24 02:50:27 +00:00 |
|
Nick Mathewson
|
e8585dfe97
|
Remove length restriction when generating directories.
svn:r3218
|
2004-12-24 02:17:32 +00:00 |
|
Nick Mathewson
|
7117366810
|
Fix for running-routers length bug
svn:r3216
|
2004-12-24 01:41:52 +00:00 |
|
Roger Dingledine
|
650791b628
|
clean tor-doc-win32 a bit more
svn:r3215
|
2004-12-23 01:08:10 +00:00 |
|
Nick Mathewson
|
ae25115704
|
sort TODO items in tier 1 and 2 by category. This needs more work.
svn:r3214
|
2004-12-23 01:06:54 +00:00 |
|
Roger Dingledine
|
9140b32170
|
mention that sighup closes and reopens logs
svn:r3213
|
2004-12-23 01:05:03 +00:00 |
|
Roger Dingledine
|
f50b785c3b
|
and forward port the cleanup
svn:r3211
|
2004-12-22 10:04:50 +00:00 |
|
Roger Dingledine
|
18320557a1
|
fix a crash: if you do socks4 with an IP of 0.0.0.x then we get tricked
into thinking you're doing socks4a, and we look for the next byte.
thanks to aphex for finding this.
svn:r3207
|
2004-12-22 09:52:29 +00:00 |
|
Roger Dingledine
|
c3189c2573
|
fix an assert on startup when the disk is full and you're logging to a file
svn:r3204
|
2004-12-22 08:16:42 +00:00 |
|
Roger Dingledine
|
cf17d0d29c
|
move network_init from or/main to common/compat
call network_init in tor-resolve.c too
move tor_lookup_hostname from common/util to common/compat
svn:r3203
|
2004-12-22 05:29:06 +00:00 |
|
Roger Dingledine
|
036384fd8e
|
respond to an 009 XXX
svn:r3201
|
2004-12-22 02:55:26 +00:00 |
|
Nick Mathewson
|
c79c4200f4
|
Fix a bug in last patch; and keep my name out of the assert() call too.
svn:r3200
|
2004-12-22 02:46:28 +00:00 |
|
Nick Mathewson
|
32978afa54
|
Workaround for brain-damaged __FILE__ handling on MSVC: keep Nick's name out
of the warning messages.
svn:r3199
|
2004-12-22 02:32:26 +00:00 |
|
Nick Mathewson
|
64195e380d
|
Nuke irst-person pronouns
svn:r3198
|
2004-12-21 19:40:08 +00:00 |
|
Nick Mathewson
|
0c0a504611
|
capitalize acronyms, clarify windows doc a bit.
svn:r3197
|
2004-12-21 05:43:17 +00:00 |
|
Roger Dingledine
|
a742b5bbb0
|
give the screenshot images actual names
svn:r3196
|
2004-12-21 04:31:22 +00:00 |
|
Roger Dingledine
|
f9fd101869
|
forward port:
fix a fencepost: we were blowing away the \n when reporting confvalue items
svn:r3194
|
2004-12-21 02:57:25 +00:00 |
|
Roger Dingledine
|
5670c31e3e
|
we need to figure out how to make the rpm not strip the binaries it makes
svn:r3191
|
2004-12-20 04:47:47 +00:00 |
|
Roger Dingledine
|
35e93c48ef
|
make the /etc/tor/ stuff world-readable in the rpm
svn:r3188
|
2004-12-20 00:59:38 +00:00 |
|
Roger Dingledine
|
acd37110d2
|
it is beautiful now
svn:r3187
|
2004-12-19 07:36:05 +00:00 |
|
Roger Dingledine
|
6e7b15267b
|
point people to freecap as well as sockscap
svn:r3186
|
2004-12-19 06:34:23 +00:00 |
|
Roger Dingledine
|
3d7ab24c03
|
even more cleanup
svn:r3185
|
2004-12-19 06:31:24 +00:00 |
|
Roger Dingledine
|
b329fd5f38
|
more cleanup and screenshots for tor-doc-win32
svn:r3184
|
2004-12-19 06:22:20 +00:00 |
|
Roger Dingledine
|
9472f23e6d
|
add borders around some of the screenshots
point to the dist/win32 dir
svn:r3183
|
2004-12-19 05:49:15 +00:00 |
|
Roger Dingledine
|
da741a978b
|
forward-port: switch runuser to _tor, and make the logrotate script better
svn:r3180
|
2004-12-19 03:06:33 +00:00 |
|
Nick Mathewson
|
0e9f77b9d8
|
Forward-port last RPM change to mainline
svn:r3178
|
2004-12-18 23:04:55 +00:00 |
|
Nick Mathewson
|
c1ccb63a37
|
In mainline (post 0.0.9), we no longer need elaborate version-massaging tricks to appease RPM. Simple ones will do.
svn:r3176
|
2004-12-18 22:19:32 +00:00 |
|
Roger Dingledine
|
50012e1c4d
|
clean up docs some more
point to coderman's knoppix site rather than junkbusters
svn:r3175
|
2004-12-18 17:15:52 +00:00 |
|
Roger Dingledine
|
e21fdcb7b0
|
a first cut of win32 specific doc
svn:r3174
|
2004-12-18 16:49:21 +00:00 |
|
Roger Dingledine
|
f78211d6fc
|
a higher upper value for bandwidth use
svn:r3173
|
2004-12-18 16:34:28 +00:00 |
|
Nick Mathewson
|
6c7a6dd803
|
Add opprotunistic circuit-building tweak to Tor TODO
svn:r3172
|
2004-12-18 05:21:05 +00:00 |
|
Roger Dingledine
|
308ffa8a05
|
When listing circuits that are pending on an opening OR connection,
if we're an OR we were listing circuits that *end* at us as
being pending on every listener, dns/cpu worker, etc. Stop that.
svn:r3171
|
2004-12-17 23:17:00 +00:00 |
|
Roger Dingledine
|
1a946d0efd
|
remove misleading (and potentially dangerous) statement that clients
are rate-limited more than servers
svn:r3170
|
2004-12-17 22:32:23 +00:00 |
|
Roger Dingledine
|
26bce698ad
|
specify the control-spec's 'signal' command
svn:r3169
|
2004-12-17 22:14:58 +00:00 |
|
Nick Mathewson
|
323b3a8dbc
|
Bump repository version to tor-0.1.0.0-alpha-cvs. (First prerelease will be 0.1.0.1-alpha
svn:r3168
|
2004-12-17 21:17:44 +00:00 |
|