aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* make our autogen.sh work on ksh as well as bashRoger Dingledine2004-11-01
* clean up confusing instructionRoger Dingledine2004-10-31
* fix 'make dist' so it works againRoger Dingledine2004-10-31
* stop trying to maintain two separate doc sectionsRoger Dingledine2004-10-31
* oh, and add the actual file tooRoger Dingledine2004-10-31
* implement first piece of hibernationRoger Dingledine2004-10-31
* Only tor and test binaries need to link against openssl and zlib; tor-resolve...Nick Mathewson2004-10-30
* Move all util functions that need openssl into crypto.c; make non-openssl fun...Nick Mathewson2004-10-30
* tor --list-fingerprint to print fingerprint and exitNick Mathewson2004-10-30
* add a note to the doc telling openbsd folks that their fd limit isRoger Dingledine2004-10-30
* Add TODO item: gripe early when fd limits are low, rather than blowing up whe...Nick Mathewson2004-10-30
* Fix paul gardner's assert bug. Turns out when circuit_launch_by_nickname()Roger Dingledine2004-10-30
* Link tools directory into rest of build systemNick Mathewson2004-10-28
* Note item completionNick Mathewson2004-10-28
* Rename Python tor-resolve to tor-resolve.py; stop installing it; move tor-res...Nick Mathewson2004-10-28
* Add a pure-C tor-resolve implementationNick Mathewson2004-10-28
* Mark item completedNick Mathewson2004-10-28
* Tweaks to prevent obsolete restarting tors from hammering the dirservers. (1)...Nick Mathewson2004-10-28
* Fix in warning fixNick Mathewson2004-10-27
* Check return of tor_snprintfNick Mathewson2004-10-27
* Tricksy compiler warnings! We hates them, hates them forever, my precious!Nick Mathewson2004-10-27
* Pass with -Wstrict-prototypesNick Mathewson2004-10-27
* Fix windows buildNick Mathewson2004-10-27
* Add ability for some-but-not-all abbrevs to work in config file. Add a bunch...Nick Mathewson2004-10-27
* stop freeing arbitrary memoryRoger Dingledine2004-10-27
* Use strlcpy, not strcpy.Nick Mathewson2004-10-27
* Use tor_snprintf, not snprintfNick Mathewson2004-10-27
* clean up todo file some moreRoger Dingledine2004-10-27
* document dirpolicy config optionRoger Dingledine2004-10-27
* snprintf wrapper with consistant (though not C99) overflow behaviorNick Mathewson2004-10-27
* Avoid strcat; use snprintf or strlcat insteadNick Mathewson2004-10-27
* setting up your own tor network is much simpler nowRoger Dingledine2004-10-27
* Use strlcpy, not strncpyNick Mathewson2004-10-27
* Replace sprintf with snprintfNick Mathewson2004-10-27
* Tenatively break items down for "launch" versionNick Mathewson2004-10-27
* Make it compile on LinuxNick Mathewson2004-10-27
* Add cvsignore in win32 directoryNick Mathewson2004-10-27
* Clean TODO indentationNick Mathewson2004-10-27
* Mark item completedNick Mathewson2004-10-27
* Document new config codeNick Mathewson2004-10-27
* document configuration options with InitialCapsNick Mathewson2004-10-27
* Re-write configuration option lookup code: use a table, not a big if( || || |...Nick Mathewson2004-10-27
* Mark some items completedNick Mathewson2004-10-27
* Add and document router-status line using new unified liveness/verifiedness f...Nick Mathewson2004-10-27
* Add SysLog option to direct log messages to the system log instead of a FILE*.Nick Mathewson2004-10-26
* Add a couple of items to TODONick Mathewson2004-10-25
* quick-and-dirty dir policy since the dirservers are getting hammeredRoger Dingledine2004-10-25
* update the rendezvous spec to be less wrong (but still wrong)Roger Dingledine2004-10-24
* fix a memory leakRoger Dingledine2004-10-24
* start generating new version of introduce1 cellsRoger Dingledine2004-10-24