Nick Mathewson
|
c5845c1784
Remind us to fwd-port accept fix.
|
19 years ago |
Nick Mathewson
|
7521f2d58a
Move some TODO items out of the 0.1.0.1-rc pile
|
19 years ago |
Nick Mathewson
|
6e4bccc4ac
Make GETINFO for "network-status" work on non-authdirs
|
19 years ago |
Nick Mathewson
|
291548c4e4
Note that GETINFO (via the controller) for network-status will not work on non-authdirectories right now.
|
19 years ago |
Nick Mathewson
|
7a0072cc1a
Specify and implement close-stream and close-circuit control messages
|
19 years ago |
Nick Mathewson
|
ec81f87018
Implement an option to cap bandwidth-to-advertise. Arma: can you improve the manpage entry by explaining why you would want to do this?
|
19 years ago |
Nick Mathewson
|
2d40991427
Report HTTP reasons to directory clients. (Also, fix format on new TODO items)
|
19 years ago |
Roger Dingledine
|
8f9634345d
write down some more concerns/thoughts
|
19 years ago |
Nick Mathewson
|
c92c045afc
add an item
|
19 years ago |
Roger Dingledine
|
f194b716c7
getting closer to 0.1.0.1-rc
|
19 years ago |
Nick Mathewson
|
11aa682812
Split version info into separate spec doc.
|
19 years ago |
Roger Dingledine
|
5c59ec8e1b
things roger needs to do for 0.1.0.1-rc
|
19 years ago |
Nick Mathewson
|
19b4dbc6d2
Note version documentation is finished in the TODO. Roger--should this be someplace else too?
|
19 years ago |
Nick Mathewson
|
2e9d971dec
Correct documentation wrt versions; where files go; and default behavior of osx installer. Can somebody with good html fu improve my table?
|
19 years ago |
Nick Mathewson
|
59653fea45
Make OS X log happily to /var/log/Tor
|
19 years ago |
Nick Mathewson
|
df9c8feac7
Commit fixes for several pending tor core tasks: document all DOCDOCed functions; time out uncontrolled unattached streams; feed reasons to SOCKS5 (refactoring connection_ap_handshake_socks_reply in the process); change DirFetchPeriod/StatusFetchPeriod to have a special "Be smart" value.
|
19 years ago |
Nick Mathewson
|
fd150459b3
Raise common code for "detach this stream and try it with a different circuit" into a separate function; make that function handle controller-managed streams right.
|
19 years ago |
Roger Dingledine
|
a6b742dfb2
and put ShutdownWaitLength in man page
|
19 years ago |
Nick Mathewson
|
115271f65e
Implement the common case of ATTACHSTREAM.
|
19 years ago |
Nick Mathewson
|
49dd5e7439
add another item to TODO
|
19 years ago |
Nick Mathewson
|
71a3560c72
expand a couple of items
|
19 years ago |
Nick Mathewson
|
c185825585
Finish implementing GETINFO; make it easy to query address maps.
|
20 years ago |
Nick Mathewson
|
f90ccf5648
Implement new controller events for changed descriptors and new (not-yet-attached) streams.
|
20 years ago |
Nick Mathewson
|
5f8e2c2bc4
Rename unused-address functions to virtual address; this is more accurate. Also, include almost-right implementation of reusing dont-care mappings. (It is still kind of wrong because it does not take type into account.)
|
20 years ago |
Nick Mathewson
|
b494c2223d
Specify and implement fragmented control messages to allow for (among other things) long GETINFO replies. Otherwise we could hit the 64K barrier on questions like "please dump your client-side DNS cache."
|
20 years ago |
Nick Mathewson
|
65230fd39f
Implement "Dont-Care" from addresses to MapAddress control message. For safety, refuse to launch connections to unmapped addresses in the dont-care range.
|
20 years ago |
Nick Mathewson
|
e14f812a67
Still more code to make sure we send the right number and kind of RELAY END cells
|
20 years ago |
Nick Mathewson
|
afe414f070
Revise all calls to connection_edge_end to avoid sending MISC, and to take errno into account where possible.
|
20 years ago |
Nick Mathewson
|
4ddf768a4f
Forward-port new reasons; clean up code more; add code to convert new reasons to SOCKS5 reply codes; add code to convert errnos to reasons. New code still needs to get invoked.
|
20 years ago |
Nick Mathewson
|
83743d64ab
Change version parsing logic: a version is "obsolete" if it is not recommended and (1) there is a newer recommended version in the same series, or (2) there are no recommended versions in the same series, but there are some recommended versions in a newer series. A version is "new" if it is newer than any recommended version in the same series.
|
20 years ago |