コミット履歴

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