Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | advertise moria2's dirport as 18.244.0.114:80 | Roger Dingledine | 2004-10-14 |
| | | | | svn:r2511 | ||
* | 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 | ||
* | 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 | ||
* | fix tab/space in torgzip.h | Nick Mathewson | 2004-10-14 |
| | | | | svn:r2493 | ||
* | fix tab/space in torgzip.c | Nick Mathewson | 2004-10-14 |
| | | | | svn:r2492 | ||
* | Compile without warnings on windows | Nick Mathewson | 2004-10-14 |
| | | | | svn:r2491 | ||
* | Try to always dtrt if routerlist==NULL | Nick Mathewson | 2004-10-14 |
| | | | | svn:r2489 | ||
* | rename addr to address to we avoid this bug later | Roger Dingledine | 2004-10-14 |
| | | | | svn:r2488 | ||
* | Build without warnings on mac gcc 3.3 | Nick Mathewson | 2004-10-14 |
| | | | | svn:r2487 | ||
* | make it build on amd64 | Roger Dingledine | 2004-10-14 |
| | | | | svn:r2486 | ||
* | reformat comment and fix typo | Roger Dingledine | 2004-10-14 |
| | | | | svn:r2485 | ||
* | and another one | Roger Dingledine | 2004-10-14 |
| | | | | svn:r2484 | ||
* | oh, and some more in common/ | Roger Dingledine | 2004-10-14 |
| | | | | svn:r2483 | ||
* | more int to size_t conversions, fixing one or more amd64 bugs | Roger Dingledine | 2004-10-14 |
| | | | | | | | plus a whitespace patch on config.c from vicman svn:r2482 | ||
* | Add missing line; add similar check | Nick Mathewson | 2004-10-14 |
| | | | | svn:r2481 | ||
* | Patch from "J Doe": Use SHGetSpecialFolderLocation instead of | Nick Mathewson | 2004-10-14 |
| | | | | | | | | | | | | | | | | | | | 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 | ||
* | Remove need for dirservers file: now, we note trusted dirservers in ↵ | Nick Mathewson | 2004-10-14 |
| | | | | | | configuration options, and only need to remember addr:port and key digest for each one. svn:r2479 | ||
* | Fix comment in dirserv.c | Nick Mathewson | 2004-10-13 |
| | | | | svn:r2470 | ||
* | stop trying to print a NULL | Roger Dingledine | 2004-10-13 |
| | | | | | | | plus make router_nickname_is_approved() more obviously unused svn:r2469 | ||
* | Unify tests for "did I originate this nonopen OR connection?" | Nick Mathewson | 2004-10-13 |
| | | | | svn:r2468 | ||
* | Add default trusted-dir-server entries only when no dirserver lines are ↵ | Nick Mathewson | 2004-10-13 |
| | | | | | | given in the config file svn:r2467 | ||
* | fix typo | Nick Mathewson | 2004-10-13 |
| | | | | svn:r2466 | ||
* | fix warning about always-false comparison; detect too-large realport better | Nick Mathewson | 2004-10-13 |
| | | | | svn:r2465 | ||
* | answer question about rep_hist_note_connect_failed | Nick Mathewson | 2004-10-13 |
| | | | | svn:r2464 | ||
* | hex-to-hex compare makes more sense than hex-to-bin. | Nick Mathewson | 2004-10-13 |
| | | | | svn:r2463 | ||
* | Make directories get generated properly again; debug key lookup. Also, it ↵ | Nick Mathewson | 2004-10-13 |
| | | | | | | is hard to find entries in a table when you never put them there. svn:r2462 | ||
* | a few more ints to size_ts | Roger Dingledine | 2004-10-13 |
| | | | | svn:r2461 | ||
* | fix const char * vs char * issue | Roger Dingledine | 2004-10-13 |
| | | | | | | | plus unshadow some variables svn:r2460 | ||
* | Omit any exit rules that follow a catch-all rule when writing a router ↵ | Nick Mathewson | 2004-10-13 |
| | | | | | | descriptor. svn:r2459 | ||
* | Check fingerprint list before generating running-routers lists; also add ↵ | Nick Mathewson | 2004-10-13 |
| | | | | | | as-yet-uncalled function to update an OR connection nickname on the fly svn:r2458 | ||
* | ok, vim isn't the greatest editor in the world | Roger Dingledine | 2004-10-12 |
| | | | | svn:r2457 | ||
* | parse HttpProxy address in config | Roger Dingledine | 2004-10-12 |
| | | | | | | | | | fix a potential confusion in fetch_from_buf_http() make all our int config options non-negative better bounds checking on options that are ports svn:r2456 | ||
* | start the great migration from int to size_t | Roger Dingledine | 2004-10-12 |
| | | | | | | | and clean some deadweight from util.h svn:r2455 | ||
* | Appease overzealous gcc | Nick Mathewson | 2004-10-12 |
| | | | | svn:r2454 | ||
* | Use tor_parse_long in more places | Nick Mathewson | 2004-10-12 |
| | | | | svn:r2453 | ||
* | Make a bounds-checking replacement for strtol with slightly easier ↵ | Nick Mathewson | 2004-10-12 |
| | | | | | | error-checking in the common case svn:r2452 | ||
* | fix signed/unsigned comparison, plus typo | Roger Dingledine | 2004-10-12 |
| | | | | svn:r2451 | ||
* | Better bounds checking on parsed ints | Nick Mathewson | 2004-10-12 |
| | | | | svn:r2450 | ||
* | Add default directory servers | Nick Mathewson | 2004-10-12 |
| | | | | svn:r2449 | ||
* | Add fix for remote-crash bug. | Nick Mathewson | 2004-10-12 |
| | | | | svn:r2447 | ||
* | fix a signed/unsigned comparison | Roger Dingledine | 2004-10-12 |
| | | | | svn:r2446 | ||
* | Oops, missed one | Nick Mathewson | 2004-10-12 |
| | | | | svn:r2445 | ||
* | Note byte-order on result for parse_addr_port() | Nick Mathewson | 2004-10-12 |
| | | | | svn:r2444 | ||
* | Add an implementation of trusted_dir_server logic to switch towards simply ↵ | Nick Mathewson | 2004-10-12 |
| | | | | | | remembering an addr/port/keyid for each trusted dir server svn:r2443 | ||
* | Add long-term format for dir-signing-key fields (commented out) | Nick Mathewson | 2004-10-12 |
| | | | | svn:r2442 | ||
* | Use parse_addr_port() function instead of ad-hoc variants | Nick Mathewson | 2004-10-12 |
| | | | | svn:r2441 | ||
* | Add functions to parse addr[:port] consistently | Nick Mathewson | 2004-10-12 |
| | | | | svn:r2440 | ||
* | bugfix on my friday commit: make hidden services work again in cvs | Roger Dingledine | 2004-10-12 |
| | | | | svn:r2439 |