Nick Mathewson
|
a24eb4db91
Re-write configuration option lookup code: use a table, not a big if( || || || ||). Deprecate unoffical abbrevs and abbrevs not on the command line.
|
21 years ago |
Nick Mathewson
|
2f420070e0
Mark some items completed
|
21 years ago |
Nick Mathewson
|
b90b2bb848
Add and document router-status line using new unified liveness/verifiedness format; continue to generate running-routers; continue to parse running-routers when no router-status line is found
|
21 years ago |
Nick Mathewson
|
26f3cb8652
Add SysLog option to direct log messages to the system log instead of a FILE*.
|
21 years ago |
Nick Mathewson
|
64fc462a3a
Add a couple of items to TODO
|
21 years ago |
Roger Dingledine
|
0113a643a2
quick-and-dirty dir policy since the dirservers are getting hammered
|
21 years ago |
Roger Dingledine
|
f084bc07b5
update the rendezvous spec to be less wrong (but still wrong)
|
21 years ago |
Roger Dingledine
|
20cdc0a517
fix a memory leak
|
21 years ago |
Roger Dingledine
|
defe1e5f3c
start generating new version of introduce1 cells
|
21 years ago |
Roger Dingledine
|
0b36c29c4d
fix wrong comment
|
21 years ago |
Nick Mathewson
|
ef4ac65f5e
Document the swiss-army-knife that retry_listeners has become
|
21 years ago |
Nick Mathewson
|
0df2d383d1
Many non-native speakers use Tor. It is our duty to ensure that our log messages set an example of good English spelling.
|
21 years ago |
Nick Mathewson
|
188b78027d
Mark item completed
|
21 years ago |
Nick Mathewson
|
57f09573f5
Every 60 seconds, check whether the listeners are still alive, and relaunch the dead ones.
|
21 years ago |
Nick Mathewson
|
04ca660b2a
Fix typo in last windows patch
|
21 years ago |
Nick Mathewson
|
5d53828c57
Handle more errnos from accept() without closing the connection. This may fix a bug that could close OR listeners when (a) TCP connections were hung up before accept() could be called, or (b) during FD exhaustion.
|
21 years ago |
Nick Mathewson
|
78a2c3aa39
Make windows fall back to CWD if SHGetSpecialFolderLocation is borked
|
21 years ago |
Roger Dingledine
|
54c432bd93
pay attention to the return value of do_hup, and exit
|
21 years ago |
Roger Dingledine
|
9cc0c3620f
ship src/win32/ in the tarball
|
21 years ago |
Nick Mathewson
|
6899b8001a
Check for low _MSC_VER, not high. On windows, always use winsock.
|
21 years ago |
Roger Dingledine
|
820ad3c66a
bump version to pre5-cvs
|
21 years ago |
Roger Dingledine
|
c4c6ee7d61
add winsock if you've got it, regardless of whether you're msv
|
21 years ago |
Nick Mathewson
|
88cffc3c5f
Use bitwise masking to turn off bits, not compare-and-subtract
|
21 years ago |
Roger Dingledine
|
c3a15d1c74
bcc win32 compiler has no timeval tv_sec
|
21 years ago |
Nick Mathewson
|
235e8f9b33
Update TODO
|
21 years ago |
Roger Dingledine
|
14306fbf34
point out two parts where the spec is wrong
|
21 years ago |
Nick Mathewson
|
e5049d5aa3
Remove routerinfo_t->is_trusted_dir, and all the twisted machinery used to
|
21 years ago |
Nick Mathewson
|
62094ebd32
Tolerate NULL nicknames better
|
21 years ago |
Nick Mathewson
|
c7151d8bed
Add "pass" target for RedirectExit, to make it easier to break out of a sequence of rules
|
21 years ago |
Roger Dingledine
|
97a0a43511
start the process of making 0.0.7* obsolete
|
21 years ago |