Historique des commits

Auteur SHA1 Message Date
  Tatsuhiro Tsujikawa 55f311a908 Add --keep-unfinished-download-result option il y a 9 ans
  oliviercommelarbre 9e05371fb6 Added support for a dynamic management of the number of concurrent downloads as a function of the overall bandwidth observed il y a 10 ans
  Tatsuhiro Tsujikawa b1132d6b10 make clang-format using clang-format-3.6 il y a 10 ans
  Tatsuhiro Tsujikawa b0f440e631 Rewrite Time with chrono il y a 10 ans
  Tatsuhiro Tsujikawa f72a303b8d Add --bt-detach-seed-only option il y a 11 ans
  Tatsuhiro Tsujikawa 9b84727324 Use std::make_shared and make_unique where possible, part 2 il y a 11 ans
  Tatsuhiro Tsujikawa 570bc24fb9 Fix use-after-free on exit with multi-file torrent download + DHT il y a 11 ans
  Tatsuhiro Tsujikawa 631f37433a Save session only when there is change since the last serialization il y a 11 ans
  Tatsuhiro Tsujikawa 998fba3264 Revert "Save session only when there is change since the last serialization" il y a 11 ans
  Tatsuhiro Tsujikawa 1944d8db58 Save session only when there is change since the last serialization il y a 11 ans
  Tatsuhiro Tsujikawa 1462d6536a Add numStoppedTotal key to aria2.getGlobalStat() RPC method response il y a 12 ans
  Tatsuhiro Tsujikawa 8216bdba79 Fix bug that numOpenFile_ is not reduced when MultiDiskAdaptor is deleted il y a 12 ans
  Tatsuhiro Tsujikawa 4d105a2686 Limit number of opened file globally with --bt-max-open-files option il y a 12 ans
  Tatsuhiro Tsujikawa bb5b7eeedb Move RequestGroup vector from Context to RequestGroupMan il y a 12 ans
  Tatsuhiro Tsujikawa 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle il y a 12 ans
  Tatsuhiro Tsujikawa cef6db17ba Add changePosition API il y a 12 ans
  Tatsuhiro Tsujikawa 7d55341fde Fix event polling not working with no downloads but keepRunning_ is true il y a 12 ans
  Tatsuhiro Tsujikawa 24a6896bf4 Add sessionConfigSetKeepRunning and shutdown API function il y a 12 ans
  Tatsuhiro Tsujikawa baaa3a4fb2 Use IndexedList::remove_if to clean up RequestGroupMan::removeStoppedGroup il y a 12 ans
  Nils Maier 7f6a446750 Hygiene: Fix some clang warnings, mostly unused private members. il y a 12 ans
  Tatsuhiro Tsujikawa 07bb779eb0 Faster deletion of RequestGroup and DownloadResult lists il y a 13 ans
  Tatsuhiro Tsujikawa 0a4ce4fdb5 Use map to make DownloadResult lookup fast il y a 13 ans
  Tatsuhiro Tsujikawa f314719618 Added --disk-cache option il y a 13 ans
  Tatsuhiro Tsujikawa 0ecfa19925 Reworked download/upload statistics calculation il y a 13 ans
  Tatsuhiro Tsujikawa 3258614033 Removed *Handle typedef il y a 13 ans
  Tatsuhiro Tsujikawa d8c44fe9e8 Use const char* instead of static const std::string il y a 13 ans
  Tatsuhiro Tsujikawa 2795176d79 Add GID => RequestGroup index for faster access to RequestGroup il y a 13 ans
  Tatsuhiro Tsujikawa 329a17b3f9 Removed tailing whitespaces il y a 13 ans
  Tatsuhiro Tsujikawa f2d55f0edc Added --deferred-input option. il y a 14 ans
  Tatsuhiro Tsujikawa 7989cd898d Use int or int32_t instead of size_t where suitable il y a 14 ans