aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Avoid strcat; use snprintf or strlcat instead•••svn:r2605 Nick Mathewson2004-10-27
* Use strlcpy, not strncpy•••svn:r2603 Nick Mathewson2004-10-27
* Replace sprintf with snprintf•••svn:r2602 Nick Mathewson2004-10-27
* Make it compile on Linux•••svn:r2600 Nick Mathewson2004-10-27
* Add cvsignore in win32 directory•••svn:r2599 Nick Mathewson2004-10-27
* Document new config code•••svn:r2596 Nick Mathewson2004-10-27
* Re-write configuration option lookup code: use a table, not a big if( || || |...•••svn:r2594 Nick Mathewson2004-10-27
* Add and document router-status line using new unified liveness/verifiedness f...•••svn:r2592 Nick Mathewson2004-10-27
* Add SysLog option to direct log messages to the system log instead of a FILE*.•••svn:r2591 Nick Mathewson2004-10-26
* quick-and-dirty dir policy since the dirservers are getting hammered•••nick, could you abstract this sometime so we don't repeat the sockspolicy code twice? svn:r2589 Roger Dingledine2004-10-25
* fix a memory leak•••svn:r2587 Roger Dingledine2004-10-24
* start generating new version of introduce1 cells•••svn:r2586 Roger Dingledine2004-10-24
* fix wrong comment•••svn:r2585 Roger Dingledine2004-10-24
* Document the swiss-army-knife that retry_listeners has become•••svn:r2584 Nick Mathewson2004-10-24
* Many non-native speakers use Tor. It is our duty to ensure that our log mess...•••svn:r2583 Nick Mathewson2004-10-24
* Every 60 seconds, check whether the listeners are still alive, and relaunch t...•••svn:r2581 Nick Mathewson2004-10-24
* Fix typo in last windows patch•••svn:r2580 Nick Mathewson2004-10-24
* Handle more errnos from accept() without closing the connection. This may fi...•••svn:r2579 Nick Mathewson2004-10-24
* Make windows fall back to CWD if SHGetSpecialFolderLocation is borked•••svn:r2578 Nick Mathewson2004-10-24
* pay attention to the return value of do_hup, and exit•••when it fails svn:r2577 Roger Dingledine2004-10-23
* ship src/win32/ in the tarball•••svn:r2576 Roger Dingledine2004-10-21
* Check for low _MSC_VER, not high. On windows, always use winsock.•••svn:r2575 Nick Mathewson2004-10-20
* add winsock if you've got it, regardless of whether you're msv•••svn:r2573 Roger Dingledine2004-10-20
* Use bitwise masking to turn off bits, not compare-and-subtract•••svn:r2572 Nick Mathewson2004-10-20
* bcc win32 compiler has no timeval tv_sec•••svn:r2571 Roger Dingledine2004-10-20
* Remove routerinfo_t->is_trusted_dir, and all the twisted machinery used to•••maintain it. Have clients default to the nickname "client" in their certificates. Give a less frightening warning on obsolete (pre-0.0.8) routerinfo_t's. svn:r2568 Nick Mathewson2004-10-19
* Tolerate NULL nicknames better•••svn:r2567 Nick Mathewson2004-10-19
* Add "pass" target for RedirectExit, to make it easier to break out of a seque...•••svn:r2566 Nick Mathewson2004-10-19
* start the process of making 0.0.7* obsolete•••svn:r2565 Roger Dingledine2004-10-17
* use connection_edge_is_rendezvous_stream() more•••svn:r2564 Roger Dingledine2004-10-17
* whoops, resolve cells were probably broken•••svn:r2562 Roger Dingledine2004-10-17
* Fix segfault in unit tests. (Main program is unaffected)•••svn:r2559 Nick Mathewson2004-10-17
* fix a seg fault with exitredirect•••svn:r2555 Roger Dingledine2004-10-17
* switch conn->addr and conn->dir_port to reflect the final destination,•••not the http proxy svn:r2553 Roger Dingledine2004-10-17
* Unify windows special-dir handling•••svn:r2552 Nick Mathewson2004-10-17
* Implement RedirectExit.•••svn:r2550 Nick Mathewson2004-10-17
* fix comment that makes no sense•••svn:r2549 Roger Dingledine2004-10-16
* various tweaks and fixes•••svn:r2548 Roger Dingledine2004-10-16
* i take back everything i've said about unit tests•••svn:r2547 Roger Dingledine2004-10-16
* Code to parse (but not yet actually use) RedirectExit lines•••svn:r2546 Nick Mathewson2004-10-16
* don't assert multiple things in the same tor_assert()•••svn:r2545 Roger Dingledine2004-10-16
* don't assert multiple things in the same tor_assert()•••svn:r2544 Roger Dingledine2004-10-16
* Fix unit tests, make it compile•••svn:r2543 Nick Mathewson2004-10-16
* Change interface of parse_addr_port() to return address in host order, since ...•••svn:r2542 Nick Mathewson2004-10-16
* Make unit tests pass; refactor most of exit policy parfsing out into new func...•••svn:r2541 Nick Mathewson2004-10-16
* Refactor parse-addr-mask-and-port-range into a separate function•••svn:r2540 Nick Mathewson2004-10-16
* fix memory leak in router.c; start relying on NULL==(zero bytes)•••svn:r2538 Nick Mathewson2004-10-16
* Add an autoconf test to make sure that memset(&ptr, 0, sizeof(ptr)) and ptr=N...•••svn:r2536 Nick Mathewson2004-10-16
* Fix memory leak•••svn:r2535 Nick Mathewson2004-10-16
* Implement user-declared node families.•••svn:r2534 Nick Mathewson2004-10-15