Peter Palfrader
eab35efa67
Forward port patches
...
svn:r3329
2005-01-09 02:30:28 +00:00
Peter Palfrader
904b321fa7
Add watch file
...
svn:r3328
2005-01-09 02:30:02 +00:00
Roger Dingledine
f468ff04ea
when we haven't fetched a directory yet, or the last time we
...
tried they were all unreachable, assume we are not connected to
the network.
when an application request comes in during this state, be
optimistic and assume we just reconnected. fetch a new directory
and if it works, begin making circuits.
svn:r3327
2005-01-07 15:57:57 +00:00
Roger Dingledine
31227f0292
two more policy issues
...
svn:r3326
2005-01-07 14:01:56 +00:00
Roger Dingledine
c1ffbf9b67
some early notes on a 'challenges in tor' paper
...
svn:r3325
2005-01-07 03:22:18 +00:00
Roger Dingledine
608caffc64
fix unit tests: address has to be a non-private IP, and socksport
...
needs to be 0.
svn:r3324
2005-01-07 01:12:30 +00:00
Roger Dingledine
b267da4f4b
document DirAllowPrivateAddresses
...
svn:r3322
2005-01-06 21:03:47 +00:00
Roger Dingledine
cd1f50d2f0
new config option DirAllowPrivateAddresses for authdirservers.
...
now by default they refuse router descriptors that have non-IP
or private-IP addresses.
svn:r3321
2005-01-06 21:03:27 +00:00
Nick Mathewson
91bafc476e
Fix a fun bug: do not rewrite a cached directory back to the cache; otherwise we will think it is recent and not fetch a newer one.
...
svn:r3319
2005-01-06 20:11:52 +00:00
Roger Dingledine
f8b517fa97
finish marking my comment in main.c
...
svn:r3318
2005-01-06 19:20:54 +00:00
Roger Dingledine
1f51809e65
clean up string printing in relay logs
...
svn:r3317
2005-01-06 19:19:13 +00:00
Roger Dingledine
6d2859c2e5
fix trivial typo in log entry
...
svn:r3316
2005-01-06 19:17:01 +00:00
Roger Dingledine
a36007131b
take back our statement about known bugs on win32 for servers.
...
people should try it again and let us know.
svn:r3314
2005-01-06 07:31:20 +00:00
Nick Mathewson
9883137f54
Add proposal to control spec for a simple way to bind IP addresses to hostnames. Example: "Please make all requests for 10.200.0.1 go to foobarbaz.onion". This feature would be needed for any attempt to write a torified DNS proxy. Needs more thought and more comments.
...
svn:r3313
2005-01-06 02:02:18 +00:00
Nick Mathewson
2614589166
Enable Mac startup script by default
...
svn:r3311
2005-01-05 19:45:28 +00:00
Nick Mathewson
30aa8ab1cd
fix typo in mac installer
...
svn:r3310
2005-01-05 19:34:01 +00:00
Roger Dingledine
ffa1008c3a
clean up osx/win32/generic instructions
...
svn:r3309
2005-01-05 14:25:53 +00:00
Nick Mathewson
a6e587305f
typo spotted by chris
...
svn:r3308
2005-01-05 06:48:39 +00:00
Nick Mathewson
dcd228585d
Implement SIGNAL control command.
...
svn:r3307
2005-01-05 06:40:47 +00:00
Nick Mathewson
b4fedc7f14
Stop reversing and re-reversing config lines: keep them in order all the time. Removes needless confusion and fixes bug #50 .
...
svn:r3305
2005-01-05 06:05:37 +00:00
Nick Mathewson
2e8f15a567
Note some 0093 items
...
svn:r3304
2005-01-05 03:02:08 +00:00
Roger Dingledine
3e30d87ad2
fix typo
...
svn:r3302
2005-01-05 02:58:05 +00:00
Nick Mathewson
e99f79fa4d
Remove broken and undocumented wart where multiple CSV config lines are appended rather than replaced. Resolves bug #49
...
svn:r3301
2005-01-05 02:51:04 +00:00
Roger Dingledine
f6b0032c31
update url for tor
...
svn:r3300
2005-01-05 02:48:44 +00:00
Nick Mathewson
20142a2508
Forward-port OSX packaging stuff from maint branch
...
svn:r3299
2005-01-05 02:46:25 +00:00
Roger Dingledine
041edf8754
and the first cut of a tor osx installation howto
...
svn:r3298
2005-01-05 02:41:59 +00:00
Roger Dingledine
cb48bff349
point to the new screenshot file names
...
svn:r3297
2005-01-05 02:18:15 +00:00
Roger Dingledine
aa48b96036
migrate to the new URL
...
svn:r3296
2005-01-05 00:06:51 +00:00
Roger Dingledine
d9439a32da
change url in win32 installer
...
svn:r3295
2005-01-04 23:55:26 +00:00
Roger Dingledine
814dd946f0
fix duplicate dns_cancel_pending_resolve reported by Giorgos Pallas
...
svn:r3293
2005-01-04 11:26:08 +00:00
Peter Palfrader
ba8690373a
Add sharedscripts tor logrotate.d/tor
...
svn:r3290
2005-01-04 10:53:09 +00:00
Peter Palfrader
5648994036
Update debian/copyright (it's 2005)
...
svn:r3289
2005-01-04 10:52:32 +00:00
Peter Palfrader
869f2a78cb
New upstream version
...
svn:r3288
2005-01-04 10:51:50 +00:00
Roger Dingledine
cd796800d5
forward-port the 0.0.9.2 changelog
...
svn:r3287
2005-01-04 09:09:00 +00:00
Roger Dingledine
ba7c74e742
bandaid: make Giorgos Pallas's dns assert bug not actually crash on him.
...
one day we should try to figure out what's actually going on here.
svn:r3280
2005-01-04 06:21:06 +00:00
Nick Mathewson
6dd91de3bd
Nothing actually _uses_ socks_port, so why publish it? For backward compatibility, publish a socks_port of 0, and never read socks_port.
...
svn:r3279
2005-01-04 05:46:54 +00:00
Roger Dingledine
e6c1ab2daf
post 0.0.9.x, demand that servers declare at least 20000 bytes/s
...
for bandwidthrate
svn:r3277
2005-01-04 03:46:50 +00:00
Nick Mathewson
4d30e2f4b8
Make sequence of log messages when starting on win32 with no config file more reasonable.
...
svn:r3275
2005-01-04 02:25:36 +00:00
Roger Dingledine
1f3e77bf92
make the initial temp log only notice-err, not info-err
...
svn:r3274
2005-01-04 02:25:18 +00:00
Roger Dingledine
82c5381ecb
forward-port the fix for the compiler warning
...
svn:r3273
2005-01-04 01:16:20 +00:00
Roger Dingledine
7cb28adbd6
make docs clearer that we want you to register your server
...
svn:r3271
2005-01-03 23:50:31 +00:00
Roger Dingledine
ddc022fcc3
update our license for 2005, and also include the licenses of tree.h
...
and strlcpy/strlcat.c so when we do a binary distribution (e.g. win32
installer, rpm, or os x package) we're not violating their licenses.
svn:r3269
2005-01-03 23:45:18 +00:00
Roger Dingledine
d7a0f1a629
update print_usage to use new url
...
svn:r3267
2005-01-03 23:21:32 +00:00
Roger Dingledine
a005509c9d
update url for when users try to use socksport as an http proxy
...
svn:r3265
2005-01-03 23:19:15 +00:00
Roger Dingledine
9e6d6c6096
Bugfix: we've been using openssl's BIO_get_mem_data incorrectly.
...
We assumed the pem-encoded data written by PEM_write_bio_RSAPrivateKey
is nul-terminated, and at least sometimes, it's not.
svn:r3263
2005-01-03 22:35:40 +00:00
Roger Dingledine
53c522ee1c
make it clearer you can have multiple SocksBindAddress directives
...
svn:r3262
2005-01-03 21:47:59 +00:00
Nick Mathewson
7dd37f9e6b
Remove click-through license page from windows installer
...
svn:r3259
2005-01-03 21:23:29 +00:00
Nick Mathewson
d1fc7ad94b
Log when we retry a directory connection
...
svn:r3258
2005-01-03 21:14:09 +00:00
Nick Mathewson
0c4186d6ee
Use correct logic to decide whether there are more directory servers to retry.
...
svn:r3257
2005-01-03 20:51:24 +00:00
Nick Mathewson
65c4fa2614
Split mark-dir-failed-and-retry logic into separate function; make it retry runningrouters as well as directory fetches; note that the do-we-need-to-give-up test is wrong.
...
svn:r3256
2005-01-03 20:07:07 +00:00