summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2004-11-01Fix signed/unsigned comparison warningNick Mathewson
2004-11-01util.c needs ctype.h for tolower and isspaceRoger Dingledine
2004-11-01Hidden service operators had a bug in version 1 style INTRODUCE cellsRoger Dingledine
2004-11-01Split util into util (general utilities), container (smartlist and strmap), a...Nick Mathewson
2004-11-01make sure options.MaxConn can be reachedRoger Dingledine
2004-11-01change min required number of fd's to 1024Roger 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-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-28Add a pure-C tor-resolve implementationNick 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-27snprintf wrapper with consistant (though not C99) overflow behaviorNick Mathewson
2004-10-27Avoid strcat; use snprintf or strlcat insteadNick Mathewson
2004-10-27Use strlcpy, not strncpyNick Mathewson
2004-10-27Replace sprintf with snprintfNick Mathewson
2004-10-27Make it compile on LinuxNick Mathewson
2004-10-27Add cvsignore in win32 directoryNick Mathewson
2004-10-27Document new config codeNick Mathewson
2004-10-27Re-write configuration option lookup code: use a table, not a big if( || || |...Nick 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-25quick-and-dirty dir policy since the dirservers are getting hammeredRoger Dingledine
2004-10-24fix a memory leakRoger Dingledine
2004-10-24start generating new version of introduce1 cellsRoger Dingledine
2004-10-24fix wrong commentRoger Dingledine
2004-10-24Document the swiss-army-knife that retry_listeners has becomeNick Mathewson
2004-10-24Many non-native speakers use Tor. It is our duty to ensure that our log mess...Nick Mathewson
2004-10-24Every 60 seconds, check whether the listeners are still alive, and relaunch t...Nick Mathewson
2004-10-24Fix typo in last windows patchNick Mathewson
2004-10-24Handle more errnos from accept() without closing the connection. This may fi...Nick Mathewson
2004-10-24Make windows fall back to CWD if SHGetSpecialFolderLocation is borkedNick Mathewson
2004-10-23pay attention to the return value of do_hup, and exitRoger Dingledine
2004-10-21ship src/win32/ in the tarballRoger Dingledine
2004-10-20Check for low _MSC_VER, not high. On windows, always use winsock.Nick Mathewson
2004-10-20add winsock if you've got it, regardless of whether you're msvRoger Dingledine
2004-10-20Use bitwise masking to turn off bits, not compare-and-subtractNick Mathewson
2004-10-20bcc win32 compiler has no timeval tv_secRoger Dingledine