Commit History

Author SHA1 Message Date
  Dan Fandrich 0538aa40da Fixed some typos in code comments 10 years ago
  Tatsuhiro Tsujikawa b63c1dce08 SessionSerializer: Use std::unique_ptr instead of std::shared_ptr 11 years ago
  Tatsuhiro Tsujikawa 9b84727324 Use std::make_shared and make_unique where possible, part 2 11 years ago
  Nils Maier 0f805fb962 Silence some compiler warnings in SessionSerializer. 11 years ago
  Tatsuhiro Tsujikawa 631f37433a Save session only when there is change since the last serialization 11 years ago
  Nils Maier 3590077d5c More auto-converts by cpp11-migrate 12 years ago
  Nils Maier a76eeb2b81 Introduce PrefPtr typedef 12 years ago
  Tatsuhiro Tsujikawa 68f2a33355 DownloadEngine: Use std::unique_ptr for RequestGroupMan 12 years ago
  Tatsuhiro Tsujikawa 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 years ago
  Nils Maier 3b32dcb9f1 SessionSerializer: Truly unique URIs 12 years ago
  Tatsuhiro Tsujikawa fde376efbc SessionSerializer: Save spent URIs as well as remaining ones 12 years ago
  Tatsuhiro Tsujikawa b0799b6e46 Introduce IOFile abstract class to refactor BufferedFile and GZipFile 12 years ago
  Tatsuhiro Tsujikawa 4070113ef0 Save options directly specified for download in --save-session 12 years ago
  Tatsuhiro Tsujikawa 07d38e31ad Save URI returned only from FileEntry::getRemainingUris() 12 years ago
  Tatsuhiro Tsujikawa d4ba562710 Implement IndexedList::iterator 12 years ago
  Tatsuhiro Tsujikawa 9b99875478 Add writeOptionLine() to format 1 line of option name/value pair 12 years ago
  Tatsuhiro Tsujikawa 122e5929c1 SessionSerializer: Remove check fp because it is always true 12 years ago
  Tatsuhiro Tsujikawa f4469b79aa SessionSerializer crash when filename length is less than 3 12 years ago
  Tatsuhiro Tsujikawa 910e40f128 Fix missing value in serialized pause option 12 years ago
  Nils Maier f2f8b14047 Support for gzipped -i and --save-session 12 years ago
  Tatsuhiro Tsujikawa 3fc45edaa7 Fix bug that active downloads are not saved with --save-session-interval 12 years ago
  Tatsuhiro Tsujikawa 07bb779eb0 Faster deletion of RequestGroup and DownloadResult lists 13 years ago
  Tatsuhiro Tsujikawa 77a4ee4de0 Save gid option with --save-session option 13 years ago
  Tatsuhiro Tsujikawa e0dcb942b2 Added --force-save option. 13 years ago
  Tatsuhiro Tsujikawa ae2e4cb7ff Handle OptionHandlers as raw pointer 13 years ago
  Tatsuhiro Tsujikawa f133091a9e Made BufferedFile ctor take const char* args 13 years ago
  Tatsuhiro Tsujikawa c4e66390ac Code cleanup 14 years ago
  Tatsuhiro Tsujikawa 35a3f41346 Made Pref::k_, OptionHandler::getName() and getDescription() const char*. 14 years ago
  Tatsuhiro Tsujikawa f84d2253b2 Rewritten util::split and added its iterator version. 14 years ago
  Tatsuhiro Tsujikawa 5a29813d24 OptionHandler now knows its option can be used in -i list option, 14 years ago