Commit History

Author SHA1 Message Date
  sfan5 bc4ab8b99e General code refactoring/improvements in server, treegen and connection 3 months ago
  sfan5 0d817ff4ff Try to fix httpfetch method bug 3 months ago
  grorp f07e1026ac Allow sync HTTP fetches to be interrupted to fix hanging (#14412) 3 months ago
  sfan5 e73e562a63 Allow curl to use all content encodings 4 months ago
  sfan5 5756d6262e Minor improvements and fixes in httpfetch.cpp 5 months ago
  sfan5 56943bef48 Use modern libcurl poll/wait methods 5 months ago
  sfan5 e02bf9fb1a Log timeout when a httpfetch times out 9 months ago
  sfan5 9ec40ce8e9 Enforce minimum for curl(_file_download)_timeout 9 months ago
  Desour dade95e142 Fix curl deprecation warnings, and set minimum curl version to 7.56.0 1 year ago
  Desour 08ea467bfe Use unique_ptr for g_httpfetch_thread 1 year ago
  Desour cfb1b879e0 Use unique_ptrs for CurlFetchThread::m_all_ongoing 1 year ago
  ShadowNinja 29d2b2ccd0 Print announce error response (#11878) 2 years ago
  sfan5 c60a146e22 Rework Settings to support arbitrary hierarchies (#11352) 3 years ago
  sfan5 34888a914e Sort out cURL timeouts and increase default 3 years ago
  Lejo 715a123a33 Add PUT and DELETE request + specific method value to HTTP API (#9909) 3 years ago
  sfan5 426bdba7fb httpfetch: Disable IPv6 here too if requested by settings (#8399) 5 years ago
  rubenwardy 87ad4d8e7f Add online content repository 6 years ago
  sfan5 21f3237fe9 httpfetch: Enable gzip support 6 years ago
  Loïc Blot bd6b90359c Remove DSTACK support (#6346) 6 years ago
  Loïc Blot c7160cb629 Network cleanup (#6302) 6 years ago
  Loïc Blot ae9b5e0098 Modernize code: very last fixes (#6290) 6 years ago
  Loïc Blot 8f7785771b Cpp11 initializers 2 (#5999) 7 years ago
  Loïc Blot d4c0f91275 Use C++11 mutexes only (remove compat code) (#5922) 7 years ago
  Loïc Blot f98bbe193e Fix various copy instead of const ref reported by cppcheck (part 3) (#5616) 7 years ago
  Loïc Blot f3fe62a0bf Fix various copy instead of const ref reported by cppcheck (#5615) 7 years ago
  Jeija 31e0667a4a Add Lua interface to HTTPFetchRequest 8 years ago
  Jeija a3892f5a66 Fix HTTPFetchRequest performing a GET request if post_data is supplied 8 years ago
  ShadowNinja 6f2d785d0f Rename macros with two leading underscores 8 years ago
  ShadowNinja 6f4d6cb574 Always use errorstream for DEBUG_EXCEPTION_HANDLER 8 years ago
  ShadowNinja e4bff8be94 Clean up threading 9 years ago