Age | Commit message (Expand) | Author |
2017-04-25 | Rename the `torgzip` module to `compress`. | Alexander Færøy |
2017-04-17 | Rename `tor_gzip_{compress,uncompress}` to `tor_{compress,uncompress}`. | Alexander Færøy |
2017-03-28 | Merge branch 'spooling_squashed' | Nick Mathewson |
2017-03-28 | Refactor the directory spool implementation | Nick Mathewson |
2017-03-15 | Run the copyright update script. | Nick Mathewson |
2016-11-10 | Do not serve a consensus if it is too old | rubiate |
2016-11-04 | Merge branch 'ticket17238_029_02-resquash' | Nick Mathewson |
2016-11-04 | test: Add prop224 directory fetch/upload unit tests | George Kadianakis |
2016-09-07 | set the "addr" field in the dir_handle_get tests, to resolve bug warnings. | Nick Mathewson |
2016-09-07 | Remove the useless (and uninitialized) MOCK_TOR_ADDR in test_dir_handle_get.c | Nick Mathewson |
2016-06-30 | Fix more naked strdup/malloc/free instances | Nick Mathewson |
2016-06-11 | Merge branch 'bug19180_easy_squashed' | Nick Mathewson |
2016-06-11 | Add -Wmissing-variable-declarations, with attendant fixes | Nick Mathewson |
2016-06-11 | Use autoconf, not gcc version, to decide which warnings we have | Nick Mathewson |
2016-06-11 | Enable -Woverlength-strings for GCC>=4.6 on MOST of the code. | Nick Mathewson |
2016-05-30 | Let's not even talk about those errors, ok? | Nick Mathewson |
2016-05-30 | Wait, we had sprintf() in our unit tests?? FOR SHAME! | Nick Mathewson |
2016-05-27 | Merge remote-tracking branch 'arma/task19035-fixedup' | Nick Mathewson |
2016-05-27 | Disable GET /tor/bytes.txt and GETINFO dir-usage | Roger Dingledine |
2016-05-11 | Fetch certificates from the same directory as previous certificates | teor (Tim Wilson-Brown) |
2016-03-22 | Never use sprintf. tor_snprintf instead. Bug in tests, not in any released tor. | Nick Mathewson |
2016-03-11 | simplify rend_cache_store_status_t back to a boolean | Roger Dingledine |
2016-03-11 | rip out hid_serv_acting_as_directory() | Roger Dingledine |
2016-03-11 | rip out hid_serv_responsible_for_desc_id() | Roger Dingledine |
2016-02-27 | Update the copyright year. | Nick Mathewson |
2016-02-23 | Merge branch 'bug17795' | Nick Mathewson |
2016-02-22 | asan does not like TO_CONN(NULL) | Nick Mathewson |
2016-02-10 | Rename crypto_digest_all, and digests_t. | Nick Mathewson |
2015-12-14 | Authorities on IPv6: minor fixes and unit tests | teor (Tim Wilson-Brown) |
2015-12-09 | Fix buffer over-reads in the directory tests | cypherpunks |
2015-10-21 | Fix whitespaces | Nick Mathewson |
2015-10-21 | Fix numerous leaks and memory errors in tests. Found by valgrind | Nick Mathewson |
2015-10-21 | Fix a number of unit-test memory leaks, found by valgrind. | Nick Mathewson |
2015-10-02 | Fix a 32-bit error from jenkins | Nick Mathewson |
2015-10-02 | Fix warnings. | Nick Mathewson |
2015-09-15 | Add tests for directory_handle_command_get | Reinaldo de Souza Jr |