Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-03 | bugfix: if a server uploads a descriptor that's unapproved, actually | Roger Dingledine | |
tell him so. svn:r3243 | |||
2004-12-24 | remove sentence-fragment comment refering to a design that never happened. | Nick Mathewson | |
svn:r3220 | |||
2004-12-24 | Remove length restriction when generating directories. | Nick Mathewson | |
svn:r3218 | |||
2004-12-24 | Fix for running-routers length bug | Nick Mathewson | |
svn:r3216 | |||
2004-12-13 | clean up logging, | Roger Dingledine | |
make it clearer which warns are bugs, make the control log event match its specification, point out a bug in how we deal with failure when renewing the tls context. svn:r3138 | |||
2004-12-01 | Spell-check strings and comments | Nick Mathewson | |
svn:r3052 | |||
2004-11-29 | Suggestion from weasel: Make tor --version --version dump the cvs Id of ↵ | Nick Mathewson | |
every file. svn:r3019 | |||
2004-11-28 | wrong is ok, and right is fine, but in between is apparently | Roger Dingledine | |
totally unacceptable to me. svn:r3005 | |||
2004-11-28 | Normalize space: add one between every control keyword and control clause. | Nick Mathewson | |
svn:r3003 | |||
2004-11-26 | remove emacs droppings, since nick says he doesn't need them anymore | Roger Dingledine | |
svn:r2989 | |||
2004-11-25 | Clarify a bunch of log messages | Nick Mathewson | |
svn:r2983 | |||
2004-11-22 | Normalize a few more kinds of whitespace. We now dislike: | Nick Mathewson | |
- func (args) - if (x){ This doesn't normalize if(x), for(x); while(x), and friends. svn:r2943 | |||
2004-11-15 | Tweak on patch to make authoritative directory servers cache | Nick Mathewson | |
directories on disk. Make authdirservers cache *their own* directories instead of the ones they download. This gives better liveness, and marginally better resistance to broken authdirservers. Authdirservers don't cache running-routers at all: r-r isn't stored to disk, so there's no point right now. svn:r2893 | |||
2004-11-15 | Authoritative dirservers now also cache the directory, since | Roger Dingledine | |
they weren't writing anything into their datadirectory, so when they stop and start, they would know nothing until they fetched a directory from another authdirserver. svn:r2891 | |||
2004-11-15 | Cache running-routers; compress running-routers; serve compressed ↵ | Nick Mathewson | |
running-routers.z svn:r2883 | |||
2004-11-09 | Normalize whitespace; add a "tell me about all the unnormalized whitespace" ↵ | Nick Mathewson | |
target; fix a braino in dirserv.c svn:r2758 | |||
2004-11-09 | Resolve many XXXs and all DOCDOCs | Nick Mathewson | |
svn:r2755 | |||
2004-11-09 | When listing router status, include ourself if we are awake | Nick Mathewson | |
svn:r2752 | |||
2004-11-09 | only non-authdirservers cache the dir they just fetched | Roger Dingledine | |
svn:r2747 | |||
2004-11-09 | once normalized, DataDirectory is always defined | Roger Dingledine | |
svn:r2734 | |||
2004-11-09 | Stop using the wrong DataDirectory when we're validating. | Roger Dingledine | |
Also validate/normalize the DataDirectory better. svn:r2732 | |||
2004-11-07 | Clean up copyrights. | Roger Dingledine | |
Break connection_consider_empty_buckets() out of connection_read_bucket_decrement(). svn:r2698 | |||
2004-11-06 | Make options no longer a global variable. | Roger Dingledine | |
Now we can try setting an option but back out if it fails to parse, or if it's disallowed (e.g. changing RunAsDaemon from 1 to 0). Use parse_line_from_str rather than parse_line_from_file. svn:r2692 | |||
2004-11-03 | - Implement all of control interface except authentication, setconfig, | Nick Mathewson | |
and actually making the sockets. - Make sure that identity-based nicknames start with $. - Use new string_join interface. svn:r2661 | |||
2004-11-02 | Use a stricter set of warnings; make them all pass. | Nick Mathewson | |
svn:r2645 | |||
2004-11-02 | canonicalize "src" and "dest" arg order in crypto.c (and others) | Roger Dingledine | |
svn:r2644 | |||
2004-10-28 | Tweaks to prevent obsolete restarting tors from hammering the dirservers. ↵ | Nick Mathewson | |
(1) Cache a received directory as soon as the signature checks out. (2) Treat a cached directory as "recent" based on its mtime. (3) If we have a recent directory, we dont need to fetch a newer one for DirFetchPostPeriod. This needs review! svn:r2618 | |||
2004-10-27 | Fix windows build | Nick Mathewson | |
svn:r2613 | |||
2004-10-27 | stop freeing arbitrary memory | Roger Dingledine | |
fix a couple of memory leaks svn:r2611 | |||
2004-10-27 | Use strlcpy, not strcpy. | Nick Mathewson | |
svn:r2610 | |||
2004-10-27 | Use tor_snprintf, not snprintf | Nick Mathewson | |
svn:r2609 | |||
2004-10-27 | Use strlcpy, not strncpy | Nick Mathewson | |
svn:r2603 | |||
2004-10-27 | Replace sprintf with snprintf | Nick Mathewson | |
svn:r2602 | |||
2004-10-27 | Add and document router-status line using new unified liveness/verifiedness ↵ | Nick Mathewson | |
format; continue to generate running-routers; continue to parse running-routers when no router-status line is found svn:r2592 | |||
2004-10-15 | Make RecommendedVersions a CONFIG_TYPE_LINELIST option, and have it tolerate ↵ | Nick Mathewson | |
whitespace a little better. svn:r2528 | |||
2004-10-14 | more int to size_t conversions, fixing one or more amd64 bugs | Roger Dingledine | |
plus a whitespace patch on config.c from vicman svn:r2482 | |||
2004-10-13 | Fix comment in dirserv.c | Nick Mathewson | |
svn:r2470 | |||
2004-10-13 | stop trying to print a NULL | Roger Dingledine | |
plus make router_nickname_is_approved() more obviously unused svn:r2469 | |||
2004-10-13 | hex-to-hex compare makes more sense than hex-to-bin. | Nick Mathewson | |
svn:r2463 | |||
2004-10-13 | fix const char * vs char * issue | Roger Dingledine | |
plus unshadow some variables svn:r2460 | |||
2004-10-13 | Check fingerprint list before generating running-routers lists; also add ↵ | Nick Mathewson | |
as-yet-uncalled function to update an OR connection nickname on the fly svn:r2458 | |||
2004-10-12 | Add long-term format for dir-signing-key fields (commented out) | Nick Mathewson | |
svn:r2442 | |||
2004-10-07 | Include a dir-signing-key token in directories to tell the parsing entity ↵ | Nick Mathewson | |
which key is being used to sign. This is the first step in obsoleting the dirservers file. svn:r2428 | |||
2004-10-07 | Make base-64-encoded DER work, including workaround for ugly openssl ↵ | Nick Mathewson | |
misfeature that makes base64 decoding fail when you strip out the newlines. svn:r2423 | |||
2004-10-06 | Refactor fingerprint handling: remember hex digests (no spaces) instead of ↵ | Nick Mathewson | |
beautified fingerprints svn:r2422 | |||
2004-10-03 | Only check versions against downloaded directories, not cached directories.tor-0.0.9pre2 | Nick Mathewson | |
svn:r2413 | |||
2004-10-01 | use size_t rather than int for directory lengths in memory | Roger Dingledine | |
this might fix a bug with amd64 svn:r2410 | |||
2004-09-29 | prefer tor_free to free | Roger Dingledine | |
plus complain more loudly when we fail to parse a dir we just fetched svn:r2401 | |||
2004-09-28 | if our local cached directory is new enough, go ahead and | Roger Dingledine | |
start building circuits while we're fetching a new one svn:r2394 | |||
2004-09-28 | fix some local buffer overflows | Roger Dingledine | |
fix a memory leak svn:r2391 |