Commit History

Author SHA1 Message Date
  Nick Mathewson 91553417c7 Fix a comment that held the remaining reference to the old api. 7 years ago
  Nick Mathewson d8ff01b2b4 Refactor directory_command_should_use_begindir to use directory_request_t 7 years ago
  Nick Mathewson 2a99bf008d move the definition of directory_command_should_use_begindir 7 years ago
  Nick Mathewson cc677e88d4 Refactor directory_send_command to take a directory_request_t 7 years ago
  Nick Mathewson 900d36e3b1 Rename, revise, and document directory_request_is_dir_specified. 7 years ago
  Nick Mathewson d7fab36037 Make directory_request_set_guard_state static. 7 years ago
  Nick Mathewson 81045e19eb Document the new directory_request_t API and add some assertions 7 years ago
  Nick Mathewson 3327e675fd Remove old directory_initiate_command_*() functions. 7 years ago
  Nick Mathewson 8aadd60eac Replace remaining directory_initiate_command_* instances 7 years ago
  Nick Mathewson 4e393f5318 Make launch_direct_bridge_descriptor_fetch use dirreqs. 7 years ago
  Nick Mathewson 4ae65bb5d3 Refactor directory_get_from_dirserver to use request API. 7 years ago
  Nick Mathewson eee733be33 Refactor directory_post_to_dirservers to use requests 7 years ago
  Nick Mathewson c300fd7e65 Have directory_get_from_all_authorities use requests. 7 years ago
  Nick Mathewson a55bd00b0f continue refactoring directory API: remove initiate_command_rend 7 years ago
  David Goulet 74f7657e56 hs: Fix a spurious warn in rend_log_intro_limit 7 years ago
  Nick Mathewson b7dd3518b9 missing smartlist_free in new consdiff test 7 years ago
  Nick Mathewson afe1af7de6 Merge remote-tracking branch 'asn/bug21971' 7 years ago
  Nick Mathewson eeb266c139 Merge remote-tracking branches 'sebastian/consdiff_add' and 'sebastian/consdiff_newline' 7 years ago
  George Kadianakis e1a59ade95 prop224: Add time period functions and unittests 7 years ago
  Alexander Færøy e6c6606a17 Expose `tor_compress_is_compression_bomb()` as part of the public compression API. 7 years ago
  Alexander Færøy 6b5172bcf2 Expose `tor_compress_memory_level()` as a public function in the compression module. 7 years ago
  Alexander Færøy b8c9f229d7 Rename `write_to_buf_zlib()` to `write_to_buf_compress()`. 7 years ago
  Alexander Færøy 40ed68290e Rename `zlib_state` to `compress_state` in the test_buffers. 7 years ago
  Alexander Færøy 4b9349192d Rename `zlib_state` to `compress_state` in `dir_connection_t`. 7 years ago
  George Kadianakis 0c39cefc52 prop224 tests: Remove useless NULL check before circuit_free(). 7 years ago
  George Kadianakis a3ce303432 prop224 tests: Don't use tt_size_op to compare ssize_t. 7 years ago
  Alexander Færøy 3c4459bcbf Refactor the streaming compression code. 7 years ago
  Alexander Færøy 44cb86adbe Rename `tor_gzip_{compress,uncompress}` to `tor_{compress,uncompress}`. 7 years ago
  Alexander Færøy e8b025dfc3 Rename `zlib_compression_level_t` to `compression_level_t`. 7 years ago
  Alexander Færøy 7460b9755a Remove unused function `is_gzip_supported()`. 7 years ago