Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add SysLog option to direct log messages to the system log instead of a FILE*. | Nick Mathewson | 2004-10-26 |
| | | | | svn:r2591 | ||
* | Add a couple of items to TODO | Nick Mathewson | 2004-10-25 |
| | | | | svn:r2590 | ||
* | quick-and-dirty dir policy since the dirservers are getting hammered | Roger Dingledine | 2004-10-25 |
| | | | | | | | | nick, could you abstract this sometime so we don't repeat the sockspolicy code twice? svn:r2589 | ||
* | update the rendezvous spec to be less wrong (but still wrong) | Roger Dingledine | 2004-10-24 |
| | | | | svn:r2588 | ||
* | fix a memory leak | Roger Dingledine | 2004-10-24 |
| | | | | svn:r2587 | ||
* | start generating new version of introduce1 cells | Roger Dingledine | 2004-10-24 |
| | | | | svn:r2586 | ||
* | fix wrong comment | Roger Dingledine | 2004-10-24 |
| | | | | svn:r2585 | ||
* | Document the swiss-army-knife that retry_listeners has become | Nick Mathewson | 2004-10-24 |
| | | | | svn:r2584 | ||
* | Many non-native speakers use Tor. It is our duty to ensure that our log ↵ | Nick Mathewson | 2004-10-24 |
| | | | | | | messages set an example of good English spelling. svn:r2583 | ||
* | Mark item completed | Nick Mathewson | 2004-10-24 |
| | | | | svn:r2582 | ||
* | Every 60 seconds, check whether the listeners are still alive, and relaunch ↵ | Nick Mathewson | 2004-10-24 |
| | | | | | | the dead ones. svn:r2581 | ||
* | Fix typo in last windows patch | Nick Mathewson | 2004-10-24 |
| | | | | svn:r2580 | ||
* | Handle more errnos from accept() without closing the connection. This may ↵ | Nick Mathewson | 2004-10-24 |
| | | | | | | fix a bug that could close OR listeners when (a) TCP connections were hung up before accept() could be called, or (b) during FD exhaustion. svn:r2579 | ||
* | Make windows fall back to CWD if SHGetSpecialFolderLocation is borked | Nick Mathewson | 2004-10-24 |
| | | | | svn:r2578 | ||
* | pay attention to the return value of do_hup, and exit | Roger Dingledine | 2004-10-23 |
| | | | | | | | when it fails svn:r2577 | ||
* | ship src/win32/ in the tarball | Roger Dingledine | 2004-10-21 |
| | | | | svn:r2576 | ||
* | Check for low _MSC_VER, not high. On windows, always use winsock. | Nick Mathewson | 2004-10-20 |
| | | | | svn:r2575 | ||
* | bump version to pre5-cvs | Roger Dingledine | 2004-10-20 |
| | | | | svn:r2574 | ||
* | add winsock if you've got it, regardless of whether you're msv | Roger Dingledine | 2004-10-20 |
| | | | | svn:r2573 | ||
* | Use bitwise masking to turn off bits, not compare-and-subtract | Nick Mathewson | 2004-10-20 |
| | | | | svn:r2572 | ||
* | bcc win32 compiler has no timeval tv_sec | Roger Dingledine | 2004-10-20 |
| | | | | svn:r2571 | ||
* | Update TODO | Nick Mathewson | 2004-10-20 |
| | | | | svn:r2570 | ||
* | point out two parts where the spec is wrong | Roger Dingledine | 2004-10-20 |
| | | | | svn:r2569 | ||
* | Remove routerinfo_t->is_trusted_dir, and all the twisted machinery used to | Nick Mathewson | 2004-10-19 |
| | | | | | | | | | | | 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 | ||
* | Tolerate NULL nicknames better | Nick Mathewson | 2004-10-19 |
| | | | | svn:r2567 | ||
* | Add "pass" target for RedirectExit, to make it easier to break out of a ↵ | Nick Mathewson | 2004-10-19 |
| | | | | | | sequence of rules svn:r2566 | ||
* | start the process of making 0.0.7* obsolete | Roger Dingledine | 2004-10-17 |
| | | | | svn:r2565 | ||
* | use connection_edge_is_rendezvous_stream() more | Roger Dingledine | 2004-10-17 |
| | | | | svn:r2564 | ||
* | mark some items done, move some around, add a wishlist item | Roger Dingledine | 2004-10-17 |
| | | | | svn:r2563 | ||
* | whoops, resolve cells were probably broken | Roger Dingledine | 2004-10-17 |
| | | | | svn:r2562 | ||
* | New upstream (pre)release. | Peter Palfrader | 2004-10-17 |
| | | | | | | | Apply patch from cvs to fix a segfault in src/or/test (test.c, 1.131). svn:r2560 | ||
* | Fix segfault in unit tests. (Main program is unaffected) | Nick Mathewson | 2004-10-17 |
| | | | | svn:r2559 | ||
* | bump version to 0.0.9pre4 | Roger Dingledine | 2004-10-17 |
| | | | | svn:r2557 | ||
* | commit a changelog for pre4 | Roger Dingledine | 2004-10-17 |
| | | | | svn:r2556 | ||
* | fix a seg fault with exitredirect | Roger Dingledine | 2004-10-17 |
| | | | | svn:r2555 | ||
* | ..and reflect that in the todo | Roger Dingledine | 2004-10-17 |
| | | | | svn:r2554 | ||
* | switch conn->addr and conn->dir_port to reflect the final destination, | Roger Dingledine | 2004-10-17 |
| | | | | | | | not the http proxy svn:r2553 | ||
* | Unify windows special-dir handling | Nick Mathewson | 2004-10-17 |
| | | | | svn:r2552 | ||
* | Document new options | Nick Mathewson | 2004-10-17 |
| | | | | svn:r2551 | ||
* | Implement RedirectExit. | Nick Mathewson | 2004-10-17 |
| | | | | svn:r2550 | ||
* | fix comment that makes no sense | Roger Dingledine | 2004-10-16 |
| | | | | svn:r2549 | ||
* | various tweaks and fixes | Roger Dingledine | 2004-10-16 |
| | | | | svn:r2548 | ||
* | i take back everything i've said about unit tests | Roger Dingledine | 2004-10-16 |
| | | | | svn:r2547 | ||
* | Code to parse (but not yet actually use) RedirectExit lines | Nick Mathewson | 2004-10-16 |
| | | | | svn:r2546 | ||
* | don't assert multiple things in the same tor_assert() | Roger Dingledine | 2004-10-16 |
| | | | | svn:r2545 | ||
* | don't assert multiple things in the same tor_assert() | Roger Dingledine | 2004-10-16 |
| | | | | svn:r2544 | ||
* | Fix unit tests, make it compile | Nick Mathewson | 2004-10-16 |
| | | | | svn:r2543 | ||
* | Change interface of parse_addr_port() to return address in host order, since ↵ | Nick Mathewson | 2004-10-16 |
| | | | | | | most users seem to want that. svn:r2542 | ||
* | Make unit tests pass; refactor most of exit policy parfsing out into new ↵ | Nick Mathewson | 2004-10-16 |
| | | | | | | function svn:r2541 | ||
* | Refactor parse-addr-mask-and-port-range into a separate function | Nick Mathewson | 2004-10-16 |
| | | | | svn:r2540 |