Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-09-25 | be clearer that the *ListenAddress directives can be | Roger Dingledine | |
repeated multiple times. svn:r8501 | |||
2006-09-25 | checkpoint changelog and general polishing | Roger Dingledine | |
svn:r8497 | |||
2006-09-25 | potential fixes for the tor osx dmg documentation. hopefully | Roger Dingledine | |
phobos can confirm or deny. svn:r8493 | |||
2006-09-24 | Note on TODO to update our privoxy configs | Nick Mathewson | |
svn:r8489 | |||
2006-09-24 | add a note to nick's todo item | Roger Dingledine | |
svn:r8483 | |||
2006-09-24 | Add another TODO item | Nick Mathewson | |
svn:r8480 | |||
2006-09-24 | Backport candidate: Fix a long-standing server-side DNS bug. When a | Nick Mathewson | |
client asks us to resolve (not connect to) an address, and we have a cached answer, give them the cached answer. Previously, we would give them no answer at all. svn:r8478 | |||
2006-09-24 | Add packaging item to TODO: we should manage keys less haphazardly. | Nick Mathewson | |
svn:r8476 | |||
2006-09-24 | Fix the url for the patch to libevent-1.1b mingw diff. | Andrew Lewman | |
svn:r8474 | |||
2006-09-23 | Changes to doc as a result of creating a MinGW tor.exe on a bare system. | Andrew Lewman | |
Add two TODO items relating to MinGW instructions. svn:r8472 | |||
2006-09-22 | r8911@Kushana: nickm | 2006-09-22 12:24:52 -0400 | Nick Mathewson | |
Make exitlist only output each result line once. svn:r8466 | |||
2006-09-22 | r8912@Kushana: nickm | 2006-09-22 16:18:51 -0400 | Nick Mathewson | |
Write more of path-spec.txt svn:r8463 | |||
2006-09-22 | r8843@Kushana: nickm | 2006-09-17 16:57:20 -0400 | Nick Mathewson | |
A couple of last minor TODO cleanup items svn:r8462 | |||
2006-09-22 | remove 8888 as a long lived port. i can't remember why it's | Roger Dingledine | |
on the list. svn:r8461 | |||
2006-09-22 | One last change to openssl to get it to compile in mingw. | Andrew Lewman | |
svn:r8458 | |||
2006-09-22 | Finally, valid tor.exe directions from scratch with mingw. | Andrew Lewman | |
svn:r8457 | |||
2006-09-22 | Removed verbose patch output. | Andrew Lewman | |
svn:r8455 | |||
2006-09-22 | r8901@Kushana: nickm | 2006-09-21 20:43:48 -0400 | Nick Mathewson | |
I tracked a bug in server-side reverse DNS to something concerning the caching code. Ive disabled server-side cacheing for reverse DNS answers for now, and I am noting the bug in the TODO. svn:r8454 | |||
2006-09-22 | r8894@Kushana: nickm | 2006-09-21 18:30:42 -0400 | Nick Mathewson | |
Specify and implement SOCKS5 interface for reverse hostname lookup. svn:r8451 | |||
2006-09-21 | r8877@Kushana: nickm | 2006-09-21 17:12:33 -0400 | Nick Mathewson | |
Consider non-exit servers unsuitable for RESOLVE commands. svn:r8442 | |||
2006-09-21 | r8875@Kushana: nickm | 2006-09-21 16:46:28 -0400 | Nick Mathewson | |
Resolve bug 330: detect ISPs that want to hijack failing DNS requests and basically domain-squat the entire internet. svn:r8440 | |||
2006-09-21 | r8874@Kushana: nickm | 2006-09-21 15:22:27 -0400 | Nick Mathewson | |
Rename and document SearchDomains and ResolvConf options; warn if ServerDNSResolvConfFile is given but eventdns isnt enabled. svn:r8439 | |||
2006-09-21 | r8872@Kushana: nickm | 2006-09-21 14:00:20 -0400 | Nick Mathewson | |
Implement server-side reverse DNS using eventdns. Add an option to routerdescs so we can tell which servers have eventdns enabled. svn:r8437 | |||
2006-09-17 | r8841@Kushana: nickm | 2006-09-17 16:20:16 -0400 | Nick Mathewson | |
Move more todo items around svn:r8411 | |||
2006-09-17 | r8837@Kushana: nickm | 2006-09-17 15:58:04 -0400 | Nick Mathewson | |
More TODO work; tenatively mark assignments. svn:r8409 | |||
2006-09-17 | a few more todo changes | Roger Dingledine | |
svn:r8408 | |||
2006-09-16 | Re-create symlinks through cp. | Andrew Lewman | |
svn:r8406 | |||
2006-09-15 | avoid thrashing the bandwidth exercise when we change IPs a lot. | Roger Dingledine | |
(we avoid simply by not doing any new tests when we change IPs -- it looks like we retain our previous bandwidth estimates, so there's no need to do new exercise. though in some cases new exercises may still be useful. one day we'll do something smarter.) svn:r8402 | |||
2006-09-15 | two todo items | Roger Dingledine | |
svn:r8401 | |||
2006-09-15 | r8819@Kushana: nickm | 2006-09-15 00:27:45 -0400 | Nick Mathewson | |
Implement a smartlist_uniq() that will with luck not end the world. svn:r8396 | |||
2006-09-14 | we should add a preamble to tor-design saying it's out of date. | Roger Dingledine | |
svn:r8393 | |||
2006-09-14 | r9759@danube: weasel | 2006-09-14 07:14:37 +0200 | Peter Palfrader | |
Add smartlist_uniq() to TODO list svn:r8392 | |||
2006-09-13 | continue fleshing out the blocking-resistance design doc | Roger Dingledine | |
svn:r8385 | |||
2006-09-13 | two todo items we'll need for the blocking-resistance scheme | Roger Dingledine | |
svn:r8384 | |||
2006-09-12 | Updates to win32-mingw. libevent1.1b builds. openssl doesn't. | Andrew Lewman | |
svn:r8371 | |||
2006-09-11 | First attempt to document the process to build Win32 executables with | Andrew Lewman | |
mingw. Relies upon magic to actually work right now. svn:r8361 | |||
2006-09-09 | r8766@Kushana: nickm | 2006-09-08 23:46:12 -0400 | Nick Mathewson | |
Remove some completed items from TODO; defer a bunch of stuff from 0.1.2.x (which we want to have an RC for by the end of October) svn:r8356 | |||
2006-09-09 | add a "getinfo address" controller command. | Roger Dingledine | |
svn:r8354 | |||
2006-09-07 | packages now start including svn website docs (oops) | Roger Dingledine | |
svn:r8340 | |||
2006-09-07 | another controller event we left out | Roger Dingledine | |
svn:r8337 | |||
2006-09-07 | clean up and correct the spec | Roger Dingledine | |
svn:r8336 | |||
2006-09-07 | flesh out TODO re: AvoidDiskWrites | Roger Dingledine | |
svn:r8335 | |||
2006-08-31 | Remove old TODO that I can't remember the details of it. | Andrew Lewman | |
svn:r8315 | |||
2006-08-29 | r8657@Kushana: nickm | 2006-08-29 00:22:31 -0400 | Nick Mathewson | |
Mark an item complete; test new commit-email.pl script. svn:r8280 | |||
2006-08-28 | r8608@Kushana: nickm | 2006-08-27 16:57:47 -0400 | Nick Mathewson | |
Make it possible to change nameserver options while Tor is running. svn:r8255 | |||
2006-08-28 | r8607@Kushana: nickm | 2006-08-27 15:45:42 -0400 | Nick Mathewson | |
Change configuration strategy for eventdns. Instead of elaborate option set, just allow the user to specify another resolv.conf to use. svn:r8254 | |||
2006-08-27 | fix typo | Roger Dingledine | |
svn:r8243 | |||
2006-08-27 | 0.1.2.1-alpha will break blossom exit node functionality; put that | Roger Dingledine | |
on the todo list. svn:r8239 | |||
2006-08-27 | a usability improvement i just thought of | Roger Dingledine | |
svn:r8238 | |||
2006-08-27 | typo and whitespace | Roger Dingledine | |
svn:r8237 |