Commit History

Author SHA1 Message Date
  Tatsuhiro Tsujikawa c0e4381780 util::parseIntSegments: Return SegList<int> 11 years ago
  Tatsuhiro Tsujikawa d1d5ea5b21 DownloadContext, FileEntry: Use move semantics to path parameter in ctor 11 years ago
  Tatsuhiro Tsujikawa 9b54272190 FileEntry::getUris: Return std::vector<std::string> 11 years ago
  Nils Maier b9fe4119c0 New round of clang-modernize 11 years ago
  Nils Maier 010131161e Remove ENABLE_MESSAGE_DIGEST, since we got the internal md, always 11 years ago
  Tatsuhiro Tsujikawa 9e52483c04 Refactor DownloadHandlerFactory 12 years ago
  Tatsuhiro Tsujikawa fa09dc9115 Clean up if defined style 12 years ago
  Tatsuhiro Tsujikawa 7c06b903f3 Use std::unique_ptr for ValueBase object hierarchy 12 years ago
  Tatsuhiro Tsujikawa 0cdeaa8177 Return nullptr directly where std::shared_ptr is expected 12 years ago
  Tatsuhiro Tsujikawa 6a3e26a34d Remove accidentally added const 12 years ago
  Tatsuhiro Tsujikawa 2761301dfb Rewrite util::divide 12 years ago
  Tatsuhiro Tsujikawa 2f6eff3821 download_helper: Cleanup 12 years ago
  Tatsuhiro Tsujikawa bef6236da8 DownloadContext::attrs_ now holds std::unique_ptr 12 years ago
  Tatsuhiro Tsujikawa 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 years ago
  Tatsuhiro Tsujikawa 77a4ee4de0 Save gid option with --save-session option 13 years ago
  Tatsuhiro Tsujikawa 0001f4cfbd Added --gid option 13 years ago
  Tatsuhiro Tsujikawa b9da9d4ed3 Use 64 bits random bytes as GID 13 years ago
  Tatsuhiro Tsujikawa ae2e4cb7ff Handle OptionHandlers as raw pointer 13 years ago
  Tatsuhiro Tsujikawa 461a542c5e Rewritten DownloadHandlerConstants 13 years ago
  Tatsuhiro Tsujikawa c1ddf34e4b Specify torrent file explicitly in createRequestGroupForBitTorrent() 13 years ago
  Tatsuhiro Tsujikawa 01e1fdaf49 Parse torrent file on the fly if --follow-torrent=mem is given 13 years ago
  Tatsuhiro Tsujikawa f2d55f0edc Added --deferred-input option. 13 years ago
  Tatsuhiro Tsujikawa 46e59c4cc3 Fixed the bug that --checksum is not working. 13 years ago
  Tatsuhiro Tsujikawa 30fdb08f40 Rewritten parametered URI handling routine. 14 years ago
  Tatsuhiro Tsujikawa 6267676e8b util::divide now takes iterators as arguments. 14 years ago
  Tatsuhiro Tsujikawa f884ad8339 Rewritten parseIndexPath. Renamed createIndexPathMap as createIndexPaths. 14 years ago
  Tatsuhiro Tsujikawa d1667ea246 sgl.normalize() must be called before DownloadContext::setFileFilter() call. 14 years ago
  Tatsuhiro Tsujikawa 5749647ae5 Use SegList<int> instead of IntSequence in DownloadContext::setFileFilter() 14 years ago
  Tatsuhiro Tsujikawa 12659c74a8 Don't copy Option in RequestGroup ctor. 14 years ago
  Tatsuhiro Tsujikawa 5a29813d24 OptionHandler now knows its option can be used in -i list option, 14 years ago