| Commit message (Expand) | Author | Age |
* | Fix unit tests, make it compile•••svn:r2543
| Nick Mathewson | 2004-10-16 |
* | Change interface of parse_addr_port() to return address in host order, since ...•••svn:r2542
| Nick Mathewson | 2004-10-16 |
* | Make unit tests pass; refactor most of exit policy parfsing out into new func...•••svn:r2541
| Nick Mathewson | 2004-10-16 |
* | Refactor parse-addr-mask-and-port-range into a separate function•••svn:r2540
| Nick Mathewson | 2004-10-16 |
* | fix memory leak in router.c; start relying on NULL==(zero bytes)•••svn:r2538
| Nick Mathewson | 2004-10-16 |
* | Add an autoconf test to make sure that memset(&ptr, 0, sizeof(ptr)) and ptr=N...•••svn:r2536
| Nick Mathewson | 2004-10-16 |
* | Fix memory leak•••svn:r2535
| Nick Mathewson | 2004-10-16 |
* | Implement user-declared node families.•••svn:r2534
| Nick Mathewson | 2004-10-15 |
* | Remove unused locals•••svn:r2533
| Nick Mathewson | 2004-10-15 |
* | Oops; make sure that break; and continue; work within SMARTLIST_FOREACH•••svn:r2532
| Nick Mathewson | 2004-10-15 |
* | Use the real default exit policy, not reject *:*•••svn:r2531
| Nick Mathewson | 2004-10-15 |
* | Add a comment•••svn:r2530
| Nick Mathewson | 2004-10-15 |
* | Upload to trusted dir servers based on DirServer config options, not on route...•••svn:r2529
| Nick Mathewson | 2004-10-15 |
* | Make RecommendedVersions a CONFIG_TYPE_LINELIST option, and have it tolerate ...•••svn:r2528
| Nick Mathewson | 2004-10-15 |
* | Ignore fascistfirewall when dealing with service descriptors; obey fascistfir...•••svn:r2527
| Nick Mathewson | 2004-10-15 |
* | Use token-pasting magic to make nested SMARTLIST_FOREACH work.•••svn:r2526
| Nick Mathewson | 2004-10-15 |
* | Fix search-and-replace in comments: Friends->family does not imply friendship...•••svn:r2525
| Nick Mathewson | 2004-10-15 |
* | add documentation for smartlist_join_strings•••svn:r2524
| Nick Mathewson | 2004-10-15 |
* | Implement "families" of coadministered nodes; prevent them all from appearing...•••svn:r2523
| Nick Mathewson | 2004-10-15 |
* | Basic string-join functionality•••svn:r2521
| Nick Mathewson | 2004-10-14 |
* | Update windows ver to 009pre3•••svn:r2519
| Nick Mathewson | 2004-10-14 |
* | fix warning on win32•••svn:r2518
| Nick Mathewson | 2004-10-14 |
* | advertise moria2's dirport as 18.244.0.114:80•••svn:r2511
| Roger Dingledine | 2004-10-14 |
* | bugfix on a really old bug:•••if read() fails on a stream, send back an end cell before you
close it down.
svn:r2509
| Roger Dingledine | 2004-10-14 |
* | bugfix: parse_addr_port() bites us again -- it returns addr in network order.•••svn:r2508
| Roger Dingledine | 2004-10-14 |
* | better warn message for the Content-Length attack•••svn:r2495
| Roger Dingledine | 2004-10-14 |
* | Improve warnings for old-style directories.•••svn:r2494
| Nick Mathewson | 2004-10-14 |
* | fix tab/space in torgzip.h•••svn:r2493
| Nick Mathewson | 2004-10-14 |
* | fix tab/space in torgzip.c•••svn:r2492
| Nick Mathewson | 2004-10-14 |
* | Compile without warnings on windows•••svn:r2491
| Nick Mathewson | 2004-10-14 |
* | Try to always dtrt if routerlist==NULL•••svn:r2489
| Nick Mathewson | 2004-10-14 |
* | rename addr to address to we avoid this bug later•••svn:r2488
| Roger Dingledine | 2004-10-14 |
* | Build without warnings on mac gcc 3.3•••svn:r2487
| Nick Mathewson | 2004-10-14 |
* | make it build on amd64•••svn:r2486
| Roger Dingledine | 2004-10-14 |
* | reformat comment and fix typo•••svn:r2485
| Roger Dingledine | 2004-10-14 |
* | and another one•••svn:r2484
| Roger Dingledine | 2004-10-14 |
* | oh, and some more in common/•••svn:r2483
| Roger Dingledine | 2004-10-14 |
* | more int to size_t conversions, fixing one or more amd64 bugs•••plus a whitespace patch on config.c from vicman
svn:r2482
| Roger Dingledine | 2004-10-14 |
* | Add missing line; add similar check•••svn:r2481
| Nick Mathewson | 2004-10-14 |
* | Patch from "J Doe": Use SHGetSpecialFolderLocation instead of•••SHGetSpecialFolderPath in order to find application data folder.
Apparently, until IE 4 (!?) came out, nobody realized that programmers
might like to get paths as strings. Clearly, a fancy pseudo-OO list
of "identifiers" is a far more convenient way to deal with these
things. And while we're being OO, why return object that you can free
with free()? Instead, let's make the user get a handle to an abstract
allocation object, and ask it to free the fancy list, and then ask it
to release itself. Won't that be fun and convenient?
Navigating ancient Win32 APIs is like bikini-waxing creatures from HP
Lovecraft: to do a good job you must understand what's going on... but
the understanding itself can blast your sanity.
svn:r2480
| Nick Mathewson | 2004-10-14 |
* | Remove need for dirservers file: now, we note trusted dirservers in configura...•••svn:r2479
| Nick Mathewson | 2004-10-14 |
* | Fix comment in dirserv.c•••svn:r2470
| Nick Mathewson | 2004-10-13 |
* | stop trying to print a NULL•••plus make router_nickname_is_approved() more obviously unused
svn:r2469
| Roger Dingledine | 2004-10-13 |
* | Unify tests for "did I originate this nonopen OR connection?"•••svn:r2468
| Nick Mathewson | 2004-10-13 |
* | Add default trusted-dir-server entries only when no dirserver lines are given...•••svn:r2467
| Nick Mathewson | 2004-10-13 |
* | fix typo•••svn:r2466
| Nick Mathewson | 2004-10-13 |
* | fix warning about always-false comparison; detect too-large realport better•••svn:r2465
| Nick Mathewson | 2004-10-13 |
* | answer question about rep_hist_note_connect_failed•••svn:r2464
| Nick Mathewson | 2004-10-13 |
* | hex-to-hex compare makes more sense than hex-to-bin.•••svn:r2463
| Nick Mathewson | 2004-10-13 |
* | Make directories get generated properly again; debug key lookup. Also, it is...•••svn:r2462
| Nick Mathewson | 2004-10-13 |