Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 | ||
* | Note NULL/memset status in TODO | Nick Mathewson | 2004-10-16 |
| | | | | svn:r2539 | ||
* | fix memory leak in router.c; start relying on NULL==(zero bytes) | Nick Mathewson | 2004-10-16 |
| | | | | svn:r2538 | ||
* | Paranoid bulletproofing for exit code | Nick Mathewson | 2004-10-16 |
| | | | | svn:r2537 | ||
* | Add an autoconf test to make sure that memset(&ptr, 0, sizeof(ptr)) and ↵ | Nick Mathewson | 2004-10-16 |
| | | | | | | ptr=NULL are equivalent svn:r2536 | ||
* | Fix memory leak | Nick Mathewson | 2004-10-16 |
| | | | | svn:r2535 | ||
* | Implement user-declared node families. | Nick Mathewson | 2004-10-15 |
| | | | | svn:r2534 | ||
* | Remove unused locals | Nick Mathewson | 2004-10-15 |
| | | | | svn:r2533 | ||
* | Oops; make sure that break; and continue; work within SMARTLIST_FOREACH | Nick Mathewson | 2004-10-15 |
| | | | | svn:r2532 | ||
* | Use the real default exit policy, not reject *:* | Nick Mathewson | 2004-10-15 |
| | | | | svn:r2531 | ||
* | Add a comment | Nick Mathewson | 2004-10-15 |
| | | | | svn:r2530 | ||
* | Upload to trusted dir servers based on DirServer config options, not on ↵ | Nick Mathewson | 2004-10-15 |
| | | | | | | routerinfos. svn:r2529 | ||
* | Make RecommendedVersions a CONFIG_TYPE_LINELIST option, and have it tolerate ↵ | Nick Mathewson | 2004-10-15 |
| | | | | | | whitespace a little better. svn:r2528 | ||
* | Ignore fascistfirewall when dealing with service descriptors; obey ↵ | Nick Mathewson | 2004-10-15 |
| | | | | | | fascistfirewall when posting server descriptors; ignore fascistfirewall on directory connections when httpproxy is set. svn:r2527 | ||
* | Use token-pasting magic to make nested SMARTLIST_FOREACH work. | Nick Mathewson | 2004-10-15 |
| | | | | svn:r2526 | ||
* | Fix search-and-replace in comments: Friends->family does not imply ↵ | Nick Mathewson | 2004-10-15 |
| | | | | | | friendship->familyhip. svn:r2525 | ||
* | add documentation for smartlist_join_strings | Nick Mathewson | 2004-10-15 |
| | | | | svn:r2524 | ||
* | Implement "families" of coadministered nodes; prevent them all from ↵ | Nick Mathewson | 2004-10-15 |
| | | | | | | appearing on the same circuit. svn:r2523 | ||
* | Add TODO items from meeting | Nick Mathewson | 2004-10-14 |
| | | | | svn:r2522 | ||
* | Basic string-join functionality | Nick Mathewson | 2004-10-14 |
| | | | | svn:r2521 | ||
* | Update windows ver to 009pre3 | Nick Mathewson | 2004-10-14 |
| | | | | svn:r2519 | ||
* | fix warning on win32 | Nick Mathewson | 2004-10-14 |
| | | | | svn:r2518 | ||
* | changelog for 0.0.8+0.0.9pre3-1 | Peter Palfrader | 2004-10-14 |
| | | | | svn:r2516 | ||
* | bump to 0.0.9pre4-cvs | Roger Dingledine | 2004-10-14 |
| | | | | svn:r2515 | ||
* | more useful changelog for pre3 | Roger Dingledine | 2004-10-14 |
| | | | | svn:r2513 | ||
* | a todo item we ought to do, but it's not going to get into pre3 | Roger Dingledine | 2004-10-14 |
| | | | | svn:r2512 | ||
* | advertise moria2's dirport as 18.244.0.114:80 | Roger Dingledine | 2004-10-14 |
| | | | | svn:r2511 | ||
* | note the read() bugfix in the changelog | Roger Dingledine | 2004-10-14 |
| | | | | svn:r2510 | ||
* | bugfix on a really old bug: | Roger Dingledine | 2004-10-14 |
| | | | | | | | | if read() fails on a stream, send back an end cell before you close it down. svn:r2509 | ||
* | bugfix: parse_addr_port() bites us again -- it returns addr in network order. | Roger Dingledine | 2004-10-14 |
| | | | | svn:r2508 | ||
* | bump version to 0.0.9pre3 | Roger Dingledine | 2004-10-14 |
| | | | | svn:r2507 | ||
* | add a wishlist item from weasel | Roger Dingledine | 2004-10-14 |
| | | | | svn:r2506 | ||
* | update changelog re: weasel's warn | Roger Dingledine | 2004-10-14 |
| | | | | svn:r2505 | ||
* | update cvs changelog with 0.0.8.1 entry | Roger Dingledine | 2004-10-14 |
| | | | | svn:r2501 | ||
* | Commit changelog for 0.0.8+0.0.9pre2-1 | Peter Palfrader | 2004-10-14 |
| | | | | svn:r2498 | ||
* | push back todo items, remove a few that we've done | Roger Dingledine | 2004-10-14 |
| | | | | svn:r2497 | ||
* | changelog for 0.0.9pre3 and 0.0.8.1 | Roger Dingledine | 2004-10-14 |
| | | | | svn:r2496 | ||
* | better warn message for the Content-Length attack | Roger Dingledine | 2004-10-14 |
| | | | | svn:r2495 | ||
* | Improve warnings for old-style directories. | Nick Mathewson | 2004-10-14 |
| | | | | svn:r2494 |