Historial de Commits

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