Historique des commits

Auteur SHA1 Message Date
  Tatsuhiro Tsujikawa ea4d99ea08 Refactor SocketCore::getPeerInfo, getAddrInfo to return Endpoint object il y a 10 ans
  Tatsuhiro Tsujikawa b1132d6b10 make clang-format using clang-format-3.6 il y a 10 ans
  Tatsuhiro Tsujikawa af98861aff Evict timed out pooled socket periodically il y a 10 ans
  Tatsuhiro Tsujikawa 0b48bb1dbd Use user-defined literals for time units il y a 10 ans
  Tatsuhiro Tsujikawa 99cd73c092 Replace timer facility with chrono lib il y a 10 ans
  Tatsuhiro Tsujikawa 2807258279 Use std::make_shared and make_unique where possible, part 1 il y a 11 ans
  Nils Maier 8f2af33b6d Delay auth failures instead of PBKDF2 il y a 11 ans
  Tatsuhiro Tsujikawa adeead6f03 Revert to existing "proper" coding style il y a 11 ans
  Nils Maier fd8dc921fe Initialize DownloadEngine::tokenAverageDuration_ to something. il y a 11 ans
  Nils Maier 88b61f2eb9 Adjust RPC token processing time il y a 11 ans
  Nils Maier 82dad90ff3 Validate token using PBKDF2-HMAC-SHA1. il y a 11 ans
  Nils Maier cf6f58ceec More code cleanups il y a 12 ans
  Nils Maier 8526ceeb45 Convert to autos and ranged loops il y a 12 ans
  Nils Maier d8f44ef4f6 Convert most 0/NULL pointers to nullptr il y a 12 ans
  Tatsuhiro Tsujikawa c26c1e234a Move GHR outside of function and provide ctor to suppress compiler warning il y a 12 ans
  Tatsuhiro Tsujikawa 7b04c841d6 Code cleanup il y a 12 ans
  Nils Maier 79fcafc31f Win: Use SetConsoleCtrlHandler for SIGINT/SIGTERM il y a 12 ans
  Tatsuhiro Tsujikawa 00e27e4fa4 DownloadEngine: Use std::unique_ptr for eventPoll_ il y a 12 ans
  Tatsuhiro Tsujikawa f83b0fcfa3 Refactor MultiUrlRequestInfo ctor il y a 12 ans
  Tatsuhiro Tsujikawa cc3cd8a58b DownloadEngine: Use std::unique_ptr for btRegistry_ il y a 12 ans
  Tatsuhiro Tsujikawa 3a3ac4ef9b DownloadEngine: Use std::unique_ptr for dnsCache_ il y a 12 ans
  Tatsuhiro Tsujikawa 9130dc6776 DownloadEngine:: Use std::unique_ptr for webSocketSessionMan_ il y a 12 ans
  Tatsuhiro Tsujikawa 68f2a33355 DownloadEngine: Use std::unique_ptr for RequestGroupMan il y a 12 ans
  Tatsuhiro Tsujikawa 697c1008f7 DownloadEngine: Use std::unique_ptr for checkIntegrityMan_, fileAllocationMan_ il y a 12 ans
  Tatsuhiro Tsujikawa da7400ef5c Return std::unique_ptr member as const ref il y a 12 ans
  Tatsuhiro Tsujikawa a4cf50914d HttpRequest: Use raw non-owning pointer for cookieStorage_ il y a 12 ans
  Tatsuhiro Tsujikawa 4803482a51 HttpRequest: Store non-owning raw pointer for authConfigFactory_ il y a 12 ans
  Tatsuhiro Tsujikawa fa9f3fb5a3 Wrap Command object in std::unique_ptr il y a 12 ans
  Tatsuhiro Tsujikawa 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle il y a 12 ans
  Tatsuhiro Tsujikawa fc0982587b Release elements in routineCommands_ on destruction il y a 12 ans