Historique des commits

Auteur SHA1 Message Date
  Nils Maier 366e2e8f79 Use default where possible il y a 9 ans
  Tatsuhiro Tsujikawa 21754fa103 Add following to aria2.tellStatus response key as reverse link for followedBy il y a 9 ans
  Tatsuhiro Tsujikawa b1132d6b10 make clang-format using clang-format-3.6 il y a 10 ans
  Tatsuhiro Tsujikawa 99cd73c092 Replace timer facility with chrono lib il y a 10 ans
  Tatsuhiro Tsujikawa 9b84727324 Use std::make_shared and make_unique where possible, part 2 il y a 11 ans
  Nils Maier b9fe4119c0 New round of clang-modernize il y a 11 ans
  Nils Maier a76eeb2b81 Introduce PrefPtr typedef il y a 12 ans
  Nils Maier d8f44ef4f6 Convert most 0/NULL pointers to nullptr il y a 12 ans
  Tatsuhiro Tsujikawa 5378ed8c43 MultiUrlRequestFactory: Use std::unique_ptr for DownloadEngine il y a 12 ans
  Tatsuhiro Tsujikawa 9130dc6776 DownloadEngine:: Use std::unique_ptr for webSocketSessionMan_ il y a 12 ans
  Tatsuhiro Tsujikawa 81f46fbf92 Use CXX11_OVERRIDE il y a 12 ans
  Tatsuhiro Tsujikawa 68f2a33355 DownloadEngine: Use std::unique_ptr for RequestGroupMan il y a 12 ans
  Tatsuhiro Tsujikawa 0b1e05b13b Fix compile error il y a 12 ans
  Tatsuhiro Tsujikawa da7400ef5c Return std::unique_ptr member as const ref il y a 12 ans
  Tatsuhiro Tsujikawa ca329a7ccb Use std::mem_fn instead of std::mem_fun 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 81e6b68443 Pass A2Gid by value, since it is uint64_t il y a 12 ans
  Tatsuhiro Tsujikawa e4bf9b9cc5 Implement DownloadResultDH::getOption()/getOptions() il y a 12 ans
  Tatsuhiro Tsujikawa b9436e4d12 Fix uninitialized values il y a 12 ans
  Tatsuhiro Tsujikawa a4b29ac2f7 Add getGlobalStat API il y a 12 ans
  Tatsuhiro Tsujikawa c688f51f2e Don't return hidden option from DownloadHandle::getOption and getGlobalOption il y a 12 ans
  Tatsuhiro Tsujikawa 45506573a8 Rename KeyVals DownloadHandle::getOption() as getOptions il y a 12 ans
  Tatsuhiro Tsujikawa 06377d77c9 Add changeGlobalOption, getGlobalOption, getGlobalOptions API il y a 12 ans
  Tatsuhiro Tsujikawa c7c4d46672 Add changeOption and DownloadHandle::getOption API il y a 12 ans
  Tatsuhiro Tsujikawa 8e8fb9ee36 Add addTorrent API il y a 12 ans
  Tatsuhiro Tsujikawa a4a4a10490 Remove NULL check for pref because pref is always non NULL il y a 12 ans
  Tatsuhiro Tsujikawa cef6db17ba Add changePosition API il y a 12 ans
  Tatsuhiro Tsujikawa 4f5d26a0c7 Use BtFileMode for TorrentAttribute::mode il y a 12 ans
  Tatsuhiro Tsujikawa 5dcc2b7842 Add DownloadHandle::getBtMetaInfo() API il y a 12 ans
  Tatsuhiro Tsujikawa e350df2d75 Add download event callback API and its example il y a 12 ans