Commit History

Author SHA1 Message Date
  Tatsuhiro Tsujikawa bef6236da8 DownloadContext::attrs_ now holds std::unique_ptr 12 years ago
  Tatsuhiro Tsujikawa 1a299c4d7c Use raw pointers to PieceStorage, PeerStorage and DownloadContxt for BtMessages 12 years ago
  Tatsuhiro Tsujikawa 09c597fbb8 ParameterOptionHandler: Use initializer lists for params 12 years ago
  Tatsuhiro Tsujikawa d1a17e5ef3 Use AX_CXX_COMPILE_STDCXX_11 macro to detect C++0x/C++11 support in compiler 12 years ago
  Tatsuhiro Tsujikawa 286bb2840e Remove Triplet, use std::tuple instead 12 years ago
  Tatsuhiro Tsujikawa 5cb7ae0b86 Use std::unique_ptr in SingletonHolder 12 years ago
  Tatsuhiro Tsujikawa ca329a7ccb Use std::mem_fn instead of std::mem_fun 12 years ago
  Tatsuhiro Tsujikawa 38d4574355 Remove forEachMemFunSH in favor of for loop with auto 12 years ago
  Tatsuhiro Tsujikawa 05d85e2965 Remove auto_delete in favor of std::unique_ptr 12 years ago
  Tatsuhiro Tsujikawa e791eb9ca3 Cleanup a2functional.h 12 years ago
  Tatsuhiro Tsujikawa 50dcd6394c Use std::unique_ptr instead of std::shared_ptr 12 years ago
  Tatsuhiro Tsujikawa c330ac901d Fix mingw32 compile error 12 years ago
  Tatsuhiro Tsujikawa 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 years ago
  Tatsuhiro Tsujikawa 126a4bde61 Rewrite URI path component normalization 12 years ago
  Tatsuhiro Tsujikawa f022444d81 Join URI on redirect 12 years ago
  Tatsuhiro Tsujikawa 4a106e7fcf Send HAVE message to the peer which the piece is downloaded from 12 years ago
  Tatsuhiro Tsujikawa e3506b04fb Revert 9eea959 only the parts which affect src/BtPieceMessage.cc 12 years ago
  Tatsuhiro Tsujikawa 9eea959455 Improve peer bitfield and piece stat update 12 years ago
  Tatsuhiro Tsujikawa 4ff6a9f1d4 Do the same doc improvements to --follow-metalink 12 years ago
  gt 75d3e6f4dd Improvements to --follow-torrent=false documentation. 12 years ago
  Tatsuhiro Tsujikawa 81e6b68443 Pass A2Gid by value, since it is uint64_t 12 years ago
  Tatsuhiro Tsujikawa f4085b310f Update doc 12 years ago
  Nils Maier 3b32dcb9f1 SessionSerializer: Truly unique URIs 12 years ago
  Tatsuhiro Tsujikawa ca7c63aa7e Update doc 12 years ago
  Tatsuhiro Tsujikawa e8b27b7017 libaria2.rst: Fix typo 12 years ago
  Tatsuhiro Tsujikawa 232d31afaf Add test for recent changes in SessionSerializer 12 years ago
  Tatsuhiro Tsujikawa d444a6cc9e Make getOption RPC method return option for stopped downloads 12 years ago
  Tatsuhiro Tsujikawa fde376efbc SessionSerializer: Save spent URIs as well as remaining ones 12 years ago
  Tatsuhiro Tsujikawa 7669c72d03 Add unittest for DownloadResultDH 12 years ago
  Tatsuhiro Tsujikawa e4bf9b9cc5 Implement DownloadResultDH::getOption()/getOptions() 12 years ago