Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix compilation with --with-dmalloc | Karsten Loesing | 2010-08-16 |
| | | | | Fixes 1832; bugfix on 0.2.2.6-alpha | ||
* | Create routerparse.h | Sebastian Hahn | 2010-07-27 |
| | |||
* | Create microdesc.h | Sebastian Hahn | 2010-07-27 |
| | |||
* | Create config.h | Sebastian Hahn | 2010-07-27 |
| | |||
* | Update copyright dates for files not in maint-0.2.1 | Nick Mathewson | 2010-02-27 |
| | |||
* | Fix a memory corruption bug while collecting bridge stats | Karsten Loesing | 2010-01-26 |
| | | | | | | | | | | We accidentally freed the internal buffer for bridge stats when we were writing the bridge stats file or honoring a control port request for said data. Change the interfaces for geoip_get_bridge_stats* to prevent these problems, and remove the offending free/add a tor_strdup. Fixes bug 1208. | ||
* | Since dump_microdescriptor() can return -1; make its type ssize_t | Nick Mathewson | 2010-01-24 |
| | |||
* | Handle errors reported by fwrite() in dump_microdescriptor() | Peter Palfrader | 2010-01-24 |
| | | | | Does not deal with error handling in dump_microdescriptor's callers. | ||
* | Now that FOO_free(NULL) always works, remove checks before calling it. | Nick Mathewson | 2009-12-12 |
| | |||
* | Fix compile with warnings problems on Snow Leopard | Sebastian Hahn | 2009-10-19 |
| | |||
* | Add functions to serve microdescs and flavored consensuses. | Nick Mathewson | 2009-10-18 |
| | |||
* | Document the microdescriptor code better. | Nick Mathewson | 2009-10-18 |
| | |||
* | Fix various bugs in microdescriptor caching. | Nick Mathewson | 2009-10-18 |
| | |||
* | Code to generate, store, and parse microdescriptors and consensuses. | Nick Mathewson | 2009-10-15 |
The consensus documents are not signed properly, not served, and not exchanged yet. |