コミット履歴

作者 SHA1 メッセージ 日付
  Nick Mathewson a6514b8a20 Fix a logic error in hibernate.c 7 年 前
  Nick Mathewson 0e348720fc Fix assertion to actually have a chance of failing 7 年 前
  Nick Mathewson 1ec45bb546 Merge branch 'bug18100_029' 7 年 前
  Nick Mathewson 4473271c66 Fix the TRPOXY typo in connection_edge.c 7 年 前
  Nick Mathewson d3a39cf8d0 Merge remote-tracking branch 'public/bug20270_029' 7 年 前
  Nick Mathewson c83657c687 Remove two obsoleted options. 7 年 前
  Roger Dingledine 1474aaa456 fmt two man page entries 7 年 前
  Roger Dingledine 2cf8f6772b remove stray equals sign 7 年 前
  Alexander Færøy 363f4b8db5 Add stub functions for querying metadata about the consensus. 7 年 前
  Alexander Færøy 64116ab97f Fix tautological constant out-of-range comparison warnings. 7 年 前
  Alexander Færøy a1e8ef0076 Fix DoubleNL warning from `make check-spaces`. 7 年 前
  Nick Mathewson 077d3085ec actually enable background compresion for consensuses 7 年 前
  Nick Mathewson db370bb8a8 Test fix: expect old consensuses to be deleted if not deflate-compressed 7 年 前
  Nick Mathewson 30dfb36148 consdiffmgr: Reload latest consensus entries on start. 7 年 前
  Nick Mathewson 8100305e71 consdiffmgr: expose cached consensuses 7 年 前
  Nick Mathewson 7b0dcf5c4a Cleanup logic: only retain zlib-compressed consensuses 7 年 前
  Nick Mathewson 151cd121a2 consdiffmgr: compress incoming consensuses in the background 7 年 前
  Nick Mathewson 6da31ec484 consdiffmgr: Extract the code for compressing and storing 7 年 前
  Alexander Færøy 7a3efe25d9 Use different preferences for compression methods when streaming. 7 年 前
  Alexander Færøy 141f6e3211 Add client_meth_pref array to define client compression preference. 7 年 前
  Alexander Færøy 59d17ca2bb Fix indentation when using the ternary operator in handle_get_status_vote(). 7 年 前
  Alexander Færøy ef187bc280 Use compression_method_get_human_name() in connection_dir_client_reached_eof() 7 年 前
  Alexander Færøy 3a05687c6d Add API for getting human readable descriptions of a compress_method_t 7 年 前
  Alexander Færøy f8218b5ada Use compression_method_get_by_name() instead of explicit checks. 7 年 前
  Alexander Færøy cf2f7a1bea Decide compression method in the various handle_* functions(). 7 年 前
  Alexander Færøy a3a31fa120 Send "Accept-Encoding" to directory servers. 7 年 前
  Alexander Færøy 6305637197 Use tor_compress_supports_method() instead of constants. 7 年 前
  Alexander Færøy 61b6de5906 Handle Zstandard and LZMA in our check for correct guessed compression. 7 年 前
  Alexander Færøy fbef257c43 Handle x-zstd and x-tor-lzma in parse_http_response(). 7 年 前
  Alexander Færøy ca632144e5 Use dir_compressed(_len) instead of dir_z(_len). 7 年 前