Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Normalize whitespace; add a "tell me about all the unnormalized whitespace" ↵ | Nick Mathewson | 2004-11-09 |
| | | | | | | target; fix a braino in dirserv.c svn:r2758 | ||
* | Resolve many XXXs and all DOCDOCs | Nick Mathewson | 2004-11-09 |
| | | | | svn:r2755 | ||
* | Clean up copyrights. | Roger Dingledine | 2004-11-07 |
| | | | | | | | | Break connection_consider_empty_buckets() out of connection_read_bucket_decrement(). svn:r2698 | ||
* | Fix in warning fix | Nick Mathewson | 2004-10-27 |
| | | | | svn:r2617 | ||
* | Check return of tor_snprintf | Nick Mathewson | 2004-10-27 |
| | | | | svn:r2616 | ||
* | Use strlcpy, not strcpy. | Nick Mathewson | 2004-10-27 |
| | | | | svn:r2610 | ||
* | Use tor_snprintf, not snprintf | Nick Mathewson | 2004-10-27 |
| | | | | svn:r2609 | ||
* | Avoid strcat; use snprintf or strlcat instead | Nick Mathewson | 2004-10-27 |
| | | | | svn:r2605 | ||
* | Replace sprintf with snprintf | Nick Mathewson | 2004-10-27 |
| | | | | svn:r2602 | ||
* | 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 | ||
* | Fix a potential buffer overflow found by Ilja van Sprundel. | Roger Dingledine | 2004-10-11 |
| | | | | | | | We don't think this is exploitable, but best to fix it anyway. svn:r2437 | ||
* | even better, only print extend attempts if there are any. | Roger Dingledine | 2004-08-18 |
| | | | | svn:r2285 | ||
* | stop taking strlen of an uninitialized buffer | Roger Dingledine | 2004-08-18 |
| | | | | | | | we were (are?) printing garbage in the rephist stats svn:r2284 | ||
* | make last patch compile | Nick Mathewson | 2004-08-17 |
| | | | | svn:r2255 | ||
* | Stop logging events that happen to uninitialized digests | Nick Mathewson | 2004-08-17 |
| | | | | svn:r2254 | ||
* | Fix comment | Nick Mathewson | 2004-08-09 |
| | | | | svn:r2207 | ||
* | Fix a fencepost error in the last bandwidth reporting fix | Nick Mathewson | 2004-08-08 |
| | | | | svn:r2202 | ||
* | touch-ups | Roger Dingledine | 2004-08-07 |
| | | | | svn:r2192 | ||
* | Handle loop initialization for bandwidth tracking properly | Nick Mathewson | 2004-08-07 |
| | | | | svn:r2190 | ||
* | Refactor ISO-style (yyyy-mm-dd hh:mm:ss) time parsing into util.c; rename ↵ | Nick Mathewson | 2004-08-07 |
| | | | | | | format/parse_rfc1123_time; make rephist remember used bandwidth; published used bandwidth in descriptors in 15-minute chunks. Breaks unittests. svn:r2182 | ||
* | Keep track of a whole day of bandwidth, not just 12 hrs | Nick Mathewson | 2004-08-06 |
| | | | | svn:r2168 | ||
* | Fix all warnings on win32 build | Nick Mathewson | 2004-08-03 |
| | | | | svn:r2127 | ||
* | when we get a sigint, don't accept new connections/circuits, | Roger Dingledine | 2004-07-20 |
| | | | | | | | | but delay 30 seconds until exiting. if we get a second sigint, exit immediately. svn:r2070 | ||
* | Correct "advance-time" logic | Nick Mathewson | 2004-07-20 |
| | | | | svn:r2069 | ||
* | Track bandwidth usage to estimate capacity | Nick Mathewson | 2004-07-20 |
| | | | | svn:r2065 | ||
* | Resolve all DOCDOCs. | Nick Mathewson | 2004-07-16 |
| | | | | svn:r2050 | ||
* | Finish most pre2 items: make running-routers list work right; rename secret ↵ | Nick Mathewson | 2004-07-13 |
| | | | | | | key files; make even more lookup-by-nickname use lookup-by-id; default nicknames to hostname. svn:r2043 | ||
* | only count bytes transmitted to/from non-local IPs | Roger Dingledine | 2004-07-13 |
| | | | | svn:r2041 | ||
* | checkpoint: start working on bandwidth tracking and | Roger Dingledine | 2004-07-13 |
| | | | | | | | letting clients evaluate whether they're suitable servers svn:r2037 | ||
* | Remaining 008pre1 items done; deferred where more design is needed. | Nick Mathewson | 2004-06-25 |
| | | | | | | | | | | | | | More docs and (way more!) testing needed. Done: - Authdirservers down directories from others. - Generate and use running-routers lists - Cache directories; store across reboots. - Refactor directory parsing a bit; note potential trouble spots. svn:r1985 | ||
* | Resolve some XXXs | Nick Mathewson | 2004-05-18 |
| | | | | svn:r1889 | ||
* | More doxygenation. | Nick Mathewson | 2004-05-10 |
| | | | | svn:r1832 | ||
* | Comments for nearly all non-tricky files | Nick Mathewson | 2004-05-05 |
| | | | | svn:r1796 | ||
* | use tor_assert | Roger Dingledine | 2004-04-25 |
| | | | | | | | remove obsolete BUF_OK macro svn:r1697 | ||
* | tabs | Roger Dingledine | 2004-04-03 |
| | | | | svn:r1456 | ||
* | Possible fix for c99 aliasing warnings | Nick Mathewson | 2004-03-29 |
| | | | | svn:r1360 | ||
* | make OR not crash when non-OR connection dies | Roger Dingledine | 2004-03-20 |
| | | | | svn:r1319 | ||
* | Integrate the new "rephist" [rep(utation) hist(ory)] module to trace | Nick Mathewson | 2004-03-20 |
| | | | | | | | | | | | | | | successful/failed connections, successful/failed extends, and connection uptimes. It's still not done: more tests are needed, and not everything calls connection/circuit_mark_for_close properly. This skews the results. Also, there needs to be a 'testing' mode for non-OP ORs, where they periodically build circuits just to test whether extends work. svn:r1313 | ||
* | Add initial history-tracking backend code for reputation module. Not called ↵ | Nick Mathewson | 2004-03-20 |
or tested yet. svn:r1310 |