Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Loïc Blot bd6b90359c Remove DSTACK support (#6346) 7 gadi atpakaļ
  Loïc Blot c7160cb629 Network cleanup (#6302) 7 gadi atpakaļ
  Loïc Blot ae9b5e0098 Modernize code: very last fixes (#6290) 7 gadi atpakaļ
  Loïc Blot 8f7785771b Cpp11 initializers 2 (#5999) 7 gadi atpakaļ
  Loïc Blot d4c0f91275 Use C++11 mutexes only (remove compat code) (#5922) 7 gadi atpakaļ
  Loïc Blot f98bbe193e Fix various copy instead of const ref reported by cppcheck (part 3) (#5616) 7 gadi atpakaļ
  Loïc Blot f3fe62a0bf Fix various copy instead of const ref reported by cppcheck (#5615) 7 gadi atpakaļ
  Jeija 31e0667a4a Add Lua interface to HTTPFetchRequest 8 gadi atpakaļ
  Jeija a3892f5a66 Fix HTTPFetchRequest performing a GET request if post_data is supplied 8 gadi atpakaļ
  ShadowNinja 6f2d785d0f Rename macros with two leading underscores 9 gadi atpakaļ
  ShadowNinja 6f4d6cb574 Always use errorstream for DEBUG_EXCEPTION_HANDLER 9 gadi atpakaļ
  ShadowNinja e4bff8be94 Clean up threading 9 gadi atpakaļ
  kwolekr da34a2b33e Replace instances of std::map<std::string, std::string> with StringMap 9 gadi atpakaļ
  sfan5 4ea5a96fff Revert the upper-case PROJECT_NAME nonsense that was part of #2402 9 gadi atpakaļ
  Craig Robbins 9527984dbc Move globals from main.cpp to more sane locations 9 gadi atpakaļ
  ShadowNinja 93fcab952b Clean up and tweak build system 9 gadi atpakaļ
  Craig Robbins ced6d20295 For usages of assert() that are meant to persist in Release builds (when NDEBUG is defined), replace those usages with persistent alternatives 9 gadi atpakaļ
  Loic Blot 3d505b2b5f Use std::queue for HTTPFetchRequest and std::vector for log_output instead of std::list 9 gadi atpakaļ
  Loic Blot a19ec3328c Remove unused variables to make clang happy 9 gadi atpakaļ
  ShadowNinja 8852333eb3 Use configured bind_address for HTTPFetch 10 gadi atpakaļ
  ShadowNinja 86a3c8ce56 Reduce indentation of HTTPFetchOngoing 10 gadi atpakaļ
  ShadowNinja b2dfde8c8c Add support for multipart/form-data to HTTPFetch for server announcing 10 gadi atpakaļ
  sapier 1cc40c0a7c Add support for Android 2.3+ 10 gadi atpakaļ
  ShadowNinja 6ab3b4c838 Remove dependency on marshal and many other async changes 10 gadi atpakaļ
  sapier edcad09dee Add support for named threads (atm linux only) 10 gadi atpakaļ
  Sfan5 cd7e8372f3 Include system info in the HTTP user agent on Windows 10 gadi atpakaļ
  ShadowNinja b11b48ec07 Deindent HTTPFetchRequest::HTTPFetchRequest() 10 gadi atpakaļ
  ShadowNinja f42f01758c Make default User-agent follow RFC 2616 10 gadi atpakaļ
  Sfan5 a5287b6777 Fix building with MinGW 10 gadi atpakaļ
  sapier 3bbd280336 Fix check for max_fd == -1 should actually be max_fd != -1 10 gadi atpakaļ