| Commit message (Expand) | Author | Age |
* | add a trivial tor-counting variable | Roger Dingledine | 2005-07-18 |
* | Remove code that has been #if-0ed for a long time. | Nick Mathewson | 2005-06-15 |
* | Docment or add DOCDOC comments to undocumented functions in src/or. Make fun... | Nick Mathewson | 2005-06-11 |
* | Change end-of-file NLNL convention. It turns out arma I and I agree. | Nick Mathewson | 2005-06-09 |
* | Instrument buffers.c and rephist.c memory usage | Nick Mathewson | 2005-06-06 |
* | update copyright notices. | Nick Mathewson | 2005-04-01 |
* | free some more memory at shutdown | Roger Dingledine | 2005-02-28 |
* | Free even more things on shutdown. Temporarily move tor_free_all out from #i... | Nick Mathewson | 2005-02-11 |
* | Add more functions to free things to help dmalloc allong. | Nick Mathewson | 2005-02-10 |
* | Introduce a notion of 'internal' circs, which are chosen without regard | Roger Dingledine | 2005-01-17 |
* | I'm a bad person. | Roger Dingledine | 2004-12-07 |
* | Renormalize whitespace | Nick Mathewson | 2004-12-07 |
* | New circuit building strategy: keep a list of ports that we've used in ... | Roger Dingledine | 2004-12-05 |
* | bugfix: router_exit_policy_rejects_all() was broken, so we were | Roger Dingledine | 2004-12-04 |
* | Spell-check strings and comments | Nick Mathewson | 2004-12-01 |
* | do even less inside our signal handler, | Roger Dingledine | 2004-12-01 |
* | Suggestion from weasel: Make tor --version --version dump the cvs Id of every... | Nick Mathewson | 2004-11-29 |
* | Normalize space: add one between every control keyword and control clause. | Nick Mathewson | 2004-11-28 |
* | remove emacs droppings, since nick says he doesn't need them anymore | Roger Dingledine | 2004-11-26 |
* | fail more gracefully next time | Roger Dingledine | 2004-11-23 |
* | Dont keep rephist info for routers that havent had activity for 24 hours. | Nick Mathewson | 2004-11-21 |
* | Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarif... | Nick Mathewson | 2004-11-12 |
* | Normalize whitespace; add a "tell me about all the unnormalized whitespace" t... | Nick Mathewson | 2004-11-09 |
* | Resolve many XXXs and all DOCDOCs | Nick Mathewson | 2004-11-09 |
* | Clean up copyrights. | Roger Dingledine | 2004-11-07 |
* | Fix in warning fix | Nick Mathewson | 2004-10-27 |
* | Check return of tor_snprintf | Nick Mathewson | 2004-10-27 |
* | Use strlcpy, not strcpy. | Nick Mathewson | 2004-10-27 |
* | Use tor_snprintf, not snprintf | Nick Mathewson | 2004-10-27 |
* | Avoid strcat; use snprintf or strlcat instead | Nick Mathewson | 2004-10-27 |
* | Replace sprintf with snprintf | Nick Mathewson | 2004-10-27 |
* | more int to size_t conversions, fixing one or more amd64 bugs | Roger Dingledine | 2004-10-14 |
* | Fix a potential buffer overflow found by Ilja van Sprundel. | Roger Dingledine | 2004-10-11 |
* | even better, only print extend attempts if there are any. | Roger Dingledine | 2004-08-18 |
* | stop taking strlen of an uninitialized buffer | Roger Dingledine | 2004-08-18 |
* | make last patch compile | Nick Mathewson | 2004-08-17 |
* | Stop logging events that happen to uninitialized digests | Nick Mathewson | 2004-08-17 |
* | Fix comment | Nick Mathewson | 2004-08-09 |
* | Fix a fencepost error in the last bandwidth reporting fix | Nick Mathewson | 2004-08-08 |
* | touch-ups | Roger Dingledine | 2004-08-07 |
* | Handle loop initialization for bandwidth tracking properly | Nick Mathewson | 2004-08-07 |
* | Refactor ISO-style (yyyy-mm-dd hh:mm:ss) time parsing into util.c; rename for... | Nick Mathewson | 2004-08-07 |
* | Keep track of a whole day of bandwidth, not just 12 hrs | Nick Mathewson | 2004-08-06 |
* | Fix all warnings on win32 build | Nick Mathewson | 2004-08-03 |
* | when we get a sigint, don't accept new connections/circuits, | Roger Dingledine | 2004-07-20 |
* | Correct "advance-time" logic | Nick Mathewson | 2004-07-20 |
* | Track bandwidth usage to estimate capacity | Nick Mathewson | 2004-07-20 |
* | Resolve all DOCDOCs. | Nick Mathewson | 2004-07-16 |
* | Finish most pre2 items: make running-routers list work right; rename secret k... | Nick Mathewson | 2004-07-13 |
* | only count bytes transmitted to/from non-local IPs | Roger Dingledine | 2004-07-13 |