Age | Commit message (Expand) | Author |
2018-06-15 | Split dir_connection_t into its own header | Nick Mathewson |
2018-06-14 | Move dir_server_t into its own header. | Nick Mathewson |
2018-05-01 | vote: Move dirvote_recalculate_timing() to voting_schedule.c | David Goulet |
2018-04-27 | mod: Move dirauth specific files to its own module | David Goulet |
2018-02-20 | Remove a bunch of other redundant #includes | Nick Mathewson |
2017-12-08 | Merge branch 'macro_free_v2_squashed' | Nick Mathewson |
2017-12-08 | Rename connection_free_ to connection_free_minimal. | Nick Mathewson |
2017-12-05 | Implement the various get_foodir_*() functions. | Nick Mathewson |
2017-09-15 | Replace accumulated C ;;s with ;s | Nick Mathewson |
2017-09-15 | Run our #else/#endif annotator on our source code. | Nick Mathewson |
2017-09-05 | Move protocol-specific functions out of buffers.c | Nick Mathewson |
2017-05-15 | Test fix: always set address in new_dir_conn() | Nick Mathewson |
2017-05-15 | Fix dir_handle_get/... test-cases for prop#278 support. | Alexander Færøy |
2017-05-15 | dir_handle_get: repair two test cases, note the fixes for 3 others | Nick Mathewson |
2017-05-04 | Store the sha3 of a networkstatus as part of the networkstatus_t | Nick Mathewson |
2017-05-01 | Rename x-lzma to x-tor-lzma | Nick Mathewson |
2017-04-25 | Tests for parse_accept_encoding | Nick Mathewson |
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 |