Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Move some TODO items out of the 0.1.0.1-rc pile | Nick Mathewson | 2005-03-24 | |
| | | | | svn:r3851 | |||
* | Make GETINFO for "network-status" work on non-authdirs | Nick Mathewson | 2005-03-23 | |
| | | | | svn:r3837 | |||
* | Note that GETINFO (via the controller) for network-status will not work on ↵ | Nick Mathewson | 2005-03-23 | |
| | | | | | | non-authdirectories right now. svn:r3835 | |||
* | Specify and implement close-stream and close-circuit control messages | Nick Mathewson | 2005-03-22 | |
| | | | | svn:r3814 | |||
* | Implement an option to cap bandwidth-to-advertise. Arma: can you improve the ↵ | Nick Mathewson | 2005-03-22 | |
| | | | | | | manpage entry by explaining why you would want to do this? svn:r3813 | |||
* | Report HTTP reasons to directory clients. (Also, fix format on new TODO items) | Nick Mathewson | 2005-03-22 | |
| | | | | svn:r3811 | |||
* | write down some more concerns/thoughts | Roger Dingledine | 2005-03-22 | |
| | | | | svn:r3804 | |||
* | add an item | Nick Mathewson | 2005-03-22 | |
| | | | | svn:r3803 | |||
* | getting closer to 0.1.0.1-rc | Roger Dingledine | 2005-03-22 | |
| | | | | svn:r3800 | |||
* | Split version info into separate spec doc. | Nick Mathewson | 2005-03-19 | |
| | | | | svn:r3783 | |||
* | things roger needs to do for 0.1.0.1-rc | Roger Dingledine | 2005-03-19 | |
| | | | | svn:r3782 | |||
* | Note version documentation is finished in the TODO. Roger--should this be ↵ | Nick Mathewson | 2005-03-18 | |
| | | | | | | someplace else too? svn:r3779 | |||
* | Correct documentation wrt versions; where files go; and default behavior of ↵ | Nick Mathewson | 2005-03-18 | |
| | | | | | | osx installer. Can somebody with good html fu improve my table? svn:r3778 | |||
* | Make OS X log happily to /var/log/Tor | Nick Mathewson | 2005-03-18 | |
| | | | | svn:r3775 | |||
* | Commit fixes for several pending tor core tasks: document all DOCDOCed ↵ | Nick Mathewson | 2005-03-17 | |
| | | | | | | 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. svn:r3769 | |||
* | Raise common code for "detach this stream and try it with a different ↵ | Nick Mathewson | 2005-03-14 | |
| | | | | | | circuit" into a separate function; make that function handle controller-managed streams right. svn:r3756 | |||
* | and put ShutdownWaitLength in man page | Roger Dingledine | 2005-03-12 | |
| | | | | svn:r3754 | |||
* | Implement the common case of ATTACHSTREAM. | Nick Mathewson | 2005-03-12 | |
| | | | | svn:r3751 | |||
* | add another item to TODO | Nick Mathewson | 2005-03-11 | |
| | | | | svn:r3748 | |||
* | expand a couple of items | Nick Mathewson | 2005-03-11 | |
| | | | | svn:r3747 | |||
* | Finish implementing GETINFO; make it easy to query address maps. | Nick Mathewson | 2005-03-03 | |
| | | | | svn:r3732 | |||
* | Implement new controller events for changed descriptors and new ↵ | Nick Mathewson | 2005-03-02 | |
| | | | | | | (not-yet-attached) streams. svn:r3731 | |||
* | Rename unused-address functions to virtual address; this is more accurate. ↵ | Nick Mathewson | 2005-03-02 | |
| | | | | | | Also, include almost-right implementation of reusing dont-care mappings. (It is still kind of wrong because it does not take type into account.) svn:r3728 | |||
* | Specify and implement fragmented control messages to allow for (among other ↵ | Nick Mathewson | 2005-03-02 | |
| | | | | | | things) long GETINFO replies. Otherwise we could hit the 64K barrier on questions like "please dump your client-side DNS cache." svn:r3726 | |||
* | Implement "Dont-Care" from addresses to MapAddress control message. For ↵ | Nick Mathewson | 2005-03-02 | |
| | | | | | | safety, refuse to launch connections to unmapped addresses in the dont-care range. svn:r3725 | |||
* | Still more code to make sure we send the right number and kind of RELAY END ↵ | Nick Mathewson | 2005-03-02 | |
| | | | | | | cells svn:r3723 | |||
* | Revise all calls to connection_edge_end to avoid sending MISC, and to take ↵ | Nick Mathewson | 2005-03-01 | |
| | | | | | | errno into account where possible. svn:r3720 | |||
* | Forward-port new reasons; clean up code more; add code to convert new ↵ | Nick Mathewson | 2005-03-01 | |
| | | | | | | reasons to SOCKS5 reply codes; add code to convert errnos to reasons. New code still needs to get invoked. svn:r3719 | |||
* | Change version parsing logic: a version is "obsolete" if it is not ↵ | Nick Mathewson | 2005-03-01 | |
| | | | | | | 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. svn:r3716 | |||
* | update todo | Roger Dingledine | 2005-02-28 | |
| | | | | svn:r3713 | |||
* | Make sure that router_get_by_* can always return "me" | Nick Mathewson | 2005-02-27 | |
| | | | | svn:r3702 | |||
* | Make some control spec stuff done | Nick Mathewson | 2005-02-25 | |
| | | | | svn:r3697 | |||
* | Note done things on TODO | Nick Mathewson | 2005-02-25 | |
| | | | | svn:r3695 | |||
* | caching .exit stuff is done | Roger Dingledine | 2005-02-24 | |
| | | | | svn:r3689 | |||
* | Add a log-related item. | Nick Mathewson | 2005-02-24 | |
| | | | | svn:r3686 | |||
* | man page entry for httpsproxy | Roger Dingledine | 2005-02-24 | |
| | | | | svn:r3683 | |||
* | a list of things to do so we can decentralize | Roger Dingledine | 2005-02-23 | |
| | | | | svn:r3678 | |||
* | more 010x todos | Nick Mathewson | 2005-02-23 | |
| | | | | svn:r3675 | |||
* | assign a few tasks | Roger Dingledine | 2005-02-23 | |
| | | | | svn:r3674 | |||
* | First cut at labelinging things for 0.1.0.x | Nick Mathewson | 2005-02-23 | |
| | | | | svn:r3673 | |||
* | a few more items for the todo | Roger Dingledine | 2005-02-23 | |
| | | | | svn:r3672 | |||
* | Note that we should audit for more bucket over/underflow | Nick Mathewson | 2005-02-04 | |
| | | | | svn:r3555 | |||
* | mark a few tasks as done, add a few more | Roger Dingledine | 2005-01-20 | |
| | | | | svn:r3393 | |||
* | Sometime post 0.0.9, we should integrate an http proxy into Tor (maybe | Roger Dingledine | 2005-01-16 | |
| | | | | | | | | as a third class of worker process), so we can stop shipping with the beast that is Privoxy. svn:r3359 | |||
* | Note that we need to check return codes from more libevent functions | Nick Mathewson | 2005-01-12 | |
| | | | | svn:r3343 | |||
* | Make Tor use Niels Provos's libevent instead of it's current | Nick Mathewson | 2005-01-12 | |
| | | | | | | | | | | | | poll-but-sometimes-select mess. This will let us use faster async cores (like epoll, kpoll, and /dev/poll), and hopefully work better on Windows too. There are some fairly nasty changes to main.c here; this will almost certainly break something. But hey, that's what alphas are for. svn:r3341 | |||
* | Enable Mac startup script by default | Nick Mathewson | 2005-01-05 | |
| | | | | svn:r3311 | |||
* | Implement SIGNAL control command. | Nick Mathewson | 2005-01-05 | |
| | | | | svn:r3307 | |||
* | Note some 0093 items | Nick Mathewson | 2005-01-05 | |
| | | | | svn:r3304 | |||
* | mention where to find the 'fingerprint' file | Roger Dingledine | 2005-01-03 | |
| | | | | svn:r3249 |