Age | Commit message (Expand) | Author |
2009-12-18 | Merge branch 'ewma' | Nick Mathewson |
2009-12-15 | Change interface for configuring cell ewma algorithm. | Nick Mathewson |
2009-12-14 | Fix compile warning on Panther. | Sebastian Hahn |
2009-12-13 | New controller command "getinfo config-text" | Roger Dingledine |
2009-12-12 | Now that FOO_free(NULL) always works, remove checks before calling it. | Nick Mathewson |
2009-12-12 | *_free functions now accept NULL | Sebastian Hahn |
2009-10-18 | Document the microdescriptor code better. | Nick Mathewson |
2009-10-18 | Fix various bugs in microdescriptor caching. | Nick Mathewson |
2009-10-15 | Actually remember all the consensus types when we are done generating them. | Nick Mathewson |
2009-10-15 | Parse detached signatures and microdesc networkstatuses correctly. | Nick Mathewson |
2009-10-15 | Refactor consensus signature storage for multiple digests and flavors. | Nick Mathewson |
2009-10-15 | Code to generate, store, and parse microdescriptors and consensuses. | Nick Mathewson |
2009-09-22 | Be more robust to bad circwindow values | Roger Dingledine |
2009-09-15 | some cleanups: | Sebastian Hahn |
2009-09-14 | Parameter access function, with unit tests. | Nick Mathewson |
2009-09-14 | Implement proposal 167: Authorities vote on network parameters. | Nick Mathewson |
2009-08-06 | Implement measured bw parsing + unit tests. | Mike Perry |
2009-07-25 | Merge commit 'ioerror/DirFetchInfoExtraEarly' | Nick Mathewson |
2009-07-13 | Add support for a new option: FetchDirInfoExtraEarly | Jacob Appelbaum |
2009-07-13 | fix comments and other typos | Roger Dingledine |
2009-05-27 | Spell-check Tor. | Nick Mathewson |
2009-05-04 | Update copyright to 2009. | Karsten Loesing |
2009-02-20 | send the newconsensus event if the controller has asked for newconsensus | Roger Dingledine |
2009-02-16 | docdoc and changelog for r18556 | Roger Dingledine |
2009-02-16 | new controller event NEWCONSENSUS that lists the networkstatus | Roger Dingledine |
2009-01-06 | Jan 06 13:03:57.309 [info] networkstatus_set_current_consensus(): Loaded an o... | Roger Dingledine |
2009-01-05 | If the cached networkstatus consensus is more than five days old, | Roger Dingledine |
2009-01-04 | Remove svn $Id$s from our source, and remove tor --version --version. | Nick Mathewson |
2008-12-26 | Add more missing documentation, and correct an error in container.c documenta... | Nick Mathewson |
2008-12-23 | Document most undocumented variables. | Nick Mathewson |
2008-12-22 | Add DOCDOC entries for undocumented static and global variables. | Nick Mathewson |
2008-12-22 | Add DOCDOC comments for all undocumented functions. Add missing *s to other ... | Nick Mathewson |
2008-12-18 | Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this p... | Nick Mathewson |
2008-12-18 | Remove fixed xxx020s; downgrade unfixed ones. | Nick Mathewson |
2008-12-18 | fix a minor memory leak if we start up as a relay but don't | Roger Dingledine |
2008-12-17 | Rename a couple of v2-networkstatus-only fields so that it is clear they are ... | Nick Mathewson |
2008-12-11 | Change directory_get_from_dirserver to take a set of flags to be passed to pi... | Nick Mathewson |
2008-12-09 | Add a new status event for consensus arrival | Nick Mathewson |
2008-11-07 | fix up signs in r17208 | Nick Mathewson |
2008-11-07 | patch from karsten to not use or accept expired certs. fixes bug 851. | Nick Mathewson |
2008-08-25 | Fix a memory leak when freeing routerstatuses with exit policy summaries. Pa... | Nick Mathewson |
2008-08-17 | All the controller things want their stuff in v2 format. Well then, maybe th... | Peter Palfrader |
2008-08-14 | Do not show policy and bw in v2 statuses | Peter Palfrader |
2008-08-05 | r17641@31-33-44: nickm | 2008-08-05 16:07:53 -0400 | Nick Mathewson |
2008-07-24 | r17337@aud-055: nickm | 2008-07-24 10:17:43 +0200 | Nick Mathewson |
2008-06-07 | infrastructure for the 'bootstrap status event' feature, so we can | Roger Dingledine |
2008-06-05 | changing v2 network status doesn't require us to recompute | Roger Dingledine |
2008-06-05 | remove some networkstatus consensus warnings for unnamed / invalid | Roger Dingledine |
2008-05-12 | r19714@catbus: nickm | 2008-05-12 17:11:47 -0400 | Nick Mathewson |
2008-04-24 | I bet I screwed up while merging in the changes from the feature branch into ... | Peter Palfrader |