aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Use tor_snprintf, not snprintfNick Mathewson2004-10-27
* snprintf wrapper with consistant (though not C99) overflow behaviorNick Mathewson2004-10-27
* Avoid strcat; use snprintf or strlcat insteadNick Mathewson2004-10-27
* Use strlcpy, not strncpyNick Mathewson2004-10-27
* Replace sprintf with snprintfNick Mathewson2004-10-27
* Make it compile on LinuxNick Mathewson2004-10-27
* Add cvsignore in win32 directoryNick Mathewson2004-10-27
* Document new config codeNick Mathewson2004-10-27
* Re-write configuration option lookup code: use a table, not a big if( || || |...Nick 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
* quick-and-dirty dir policy since the dirservers are getting hammeredRoger Dingledine2004-10-25
* fix a memory leakRoger Dingledine2004-10-24
* start generating new version of introduce1 cellsRoger Dingledine2004-10-24
* fix wrong commentRoger Dingledine2004-10-24
* Document the swiss-army-knife that retry_listeners has becomeNick Mathewson2004-10-24
* Many non-native speakers use Tor. It is our duty to ensure that our log mess...Nick Mathewson2004-10-24
* Every 60 seconds, check whether the listeners are still alive, and relaunch t...Nick Mathewson2004-10-24
* Fix typo in last windows patchNick Mathewson2004-10-24
* Handle more errnos from accept() without closing the connection. This may fi...Nick Mathewson2004-10-24
* Make windows fall back to CWD if SHGetSpecialFolderLocation is borkedNick Mathewson2004-10-24
* pay attention to the return value of do_hup, and exitRoger Dingledine2004-10-23
* ship src/win32/ in the tarballRoger Dingledine2004-10-21
* Check for low _MSC_VER, not high. On windows, always use winsock.Nick Mathewson2004-10-20
* add winsock if you've got it, regardless of whether you're msvRoger Dingledine2004-10-20
* Use bitwise masking to turn off bits, not compare-and-subtractNick Mathewson2004-10-20
* bcc win32 compiler has no timeval tv_secRoger Dingledine2004-10-20
* Remove routerinfo_t->is_trusted_dir, and all the twisted machinery used toNick Mathewson2004-10-19
* Tolerate NULL nicknames betterNick Mathewson2004-10-19
* Add "pass" target for RedirectExit, to make it easier to break out of a seque...Nick Mathewson2004-10-19
* start the process of making 0.0.7* obsoleteRoger Dingledine2004-10-17
* use connection_edge_is_rendezvous_stream() moreRoger Dingledine2004-10-17
* whoops, resolve cells were probably brokenRoger Dingledine2004-10-17
* Fix segfault in unit tests. (Main program is unaffected)Nick Mathewson2004-10-17
* fix a seg fault with exitredirectRoger Dingledine2004-10-17
* switch conn->addr and conn->dir_port to reflect the final destination,Roger Dingledine2004-10-17
* Unify windows special-dir handlingNick Mathewson2004-10-17
* Implement RedirectExit.Nick Mathewson2004-10-17
* fix comment that makes no senseRoger Dingledine2004-10-16
* various tweaks and fixesRoger Dingledine2004-10-16
* i take back everything i've said about unit testsRoger Dingledine2004-10-16
* Code to parse (but not yet actually use) RedirectExit linesNick Mathewson2004-10-16
* don't assert multiple things in the same tor_assert()Roger Dingledine2004-10-16
* don't assert multiple things in the same tor_assert()Roger Dingledine2004-10-16
* Fix unit tests, make it compileNick Mathewson2004-10-16
* Change interface of parse_addr_port() to return address in host order, since ...Nick Mathewson2004-10-16
* Make unit tests pass; refactor most of exit policy parfsing out into new func...Nick Mathewson2004-10-16
* Refactor parse-addr-mask-and-port-range into a separate functionNick Mathewson2004-10-16
* fix memory leak in router.c; start relying on NULL==(zero bytes)Nick Mathewson2004-10-16
* Add an autoconf test to make sure that memset(&ptr, 0, sizeof(ptr)) and ptr=N...Nick Mathewson2004-10-16