Age | Commit message (Expand) | Author |
2004-10-28 | Note item completion | Nick Mathewson |
2004-10-28 | Rename Python tor-resolve to tor-resolve.py; stop installing it; move tor-res... | Nick Mathewson |
2004-10-28 | Add a pure-C tor-resolve implementation | Nick Mathewson |
2004-10-28 | Mark item completed | Nick Mathewson |
2004-10-28 | Tweaks to prevent obsolete restarting tors from hammering the dirservers. (1)... | Nick Mathewson |
2004-10-27 | Fix in warning fix | Nick Mathewson |
2004-10-27 | Check return of tor_snprintf | Nick Mathewson |
2004-10-27 | Tricksy compiler warnings! We hates them, hates them forever, my precious! | Nick Mathewson |
2004-10-27 | Pass with -Wstrict-prototypes | Nick Mathewson |
2004-10-27 | Fix windows build | Nick Mathewson |
2004-10-27 | Add ability for some-but-not-all abbrevs to work in config file. Add a bunch... | Nick Mathewson |
2004-10-27 | stop freeing arbitrary memory | Roger Dingledine |
2004-10-27 | Use strlcpy, not strcpy. | Nick Mathewson |
2004-10-27 | Use tor_snprintf, not snprintf | Nick Mathewson |
2004-10-27 | clean up todo file some more | Roger Dingledine |
2004-10-27 | document dirpolicy config option | Roger Dingledine |
2004-10-27 | snprintf wrapper with consistant (though not C99) overflow behavior | Nick Mathewson |
2004-10-27 | Avoid strcat; use snprintf or strlcat instead | Nick Mathewson |
2004-10-27 | setting up your own tor network is much simpler now | Roger Dingledine |
2004-10-27 | Use strlcpy, not strncpy | Nick Mathewson |
2004-10-27 | Replace sprintf with snprintf | Nick Mathewson |
2004-10-27 | Tenatively break items down for "launch" version | Nick Mathewson |
2004-10-27 | Make it compile on Linux | Nick Mathewson |
2004-10-27 | Add cvsignore in win32 directory | Nick Mathewson |
2004-10-27 | Clean TODO indentation | Nick Mathewson |
2004-10-27 | Mark item completed | Nick Mathewson |
2004-10-27 | Document new config code | Nick Mathewson |
2004-10-27 | document configuration options with InitialCaps | Nick Mathewson |
2004-10-27 | Re-write configuration option lookup code: use a table, not a big if( || || |... | Nick Mathewson |
2004-10-27 | Mark some items completed | Nick Mathewson |
2004-10-27 | Add and document router-status line using new unified liveness/verifiedness f... | Nick Mathewson |
2004-10-26 | Add SysLog option to direct log messages to the system log instead of a FILE*. | Nick Mathewson |
2004-10-25 | Add a couple of items to TODO | Nick Mathewson |
2004-10-25 | quick-and-dirty dir policy since the dirservers are getting hammered | Roger Dingledine |
2004-10-24 | update the rendezvous spec to be less wrong (but still wrong) | Roger Dingledine |
2004-10-24 | fix a memory leak | Roger Dingledine |
2004-10-24 | start generating new version of introduce1 cells | Roger Dingledine |
2004-10-24 | fix wrong comment | Roger Dingledine |
2004-10-24 | Document the swiss-army-knife that retry_listeners has become | Nick Mathewson |
2004-10-24 | Many non-native speakers use Tor. It is our duty to ensure that our log mess... | Nick Mathewson |
2004-10-24 | Mark item completed | Nick Mathewson |
2004-10-24 | Every 60 seconds, check whether the listeners are still alive, and relaunch t... | Nick Mathewson |
2004-10-24 | Fix typo in last windows patch | Nick Mathewson |
2004-10-24 | Handle more errnos from accept() without closing the connection. This may fi... | Nick Mathewson |
2004-10-24 | Make windows fall back to CWD if SHGetSpecialFolderLocation is borked | Nick Mathewson |
2004-10-23 | pay attention to the return value of do_hup, and exit | Roger Dingledine |
2004-10-21 | ship src/win32/ in the tarball | Roger Dingledine |
2004-10-20 | Check for low _MSC_VER, not high. On windows, always use winsock. | Nick Mathewson |
2004-10-20 | bump version to pre5-cvs | Roger Dingledine |
2004-10-20 | add winsock if you've got it, regardless of whether you're msv | Roger Dingledine |