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