Historique des commits

Auteur SHA1 Message Date
  Tatsuhiro Tsujikawa da7400ef5c Return std::unique_ptr member as const ref il y a 12 ans
  Tatsuhiro Tsujikawa a4cf50914d HttpRequest: Use raw non-owning pointer for cookieStorage_ il y a 12 ans
  Tatsuhiro Tsujikawa 4803482a51 HttpRequest: Store non-owning raw pointer for authConfigFactory_ il y a 12 ans
  Tatsuhiro Tsujikawa fa9f3fb5a3 Wrap Command object in std::unique_ptr 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 fc0982587b Release elements in routineCommands_ on destruction il y a 12 ans
  Tatsuhiro Tsujikawa 1c571f196a Refactor Notifier interface to accept DownloadEventListener interface il y a 12 ans
  Tatsuhiro Tsujikawa 9734fa5447 Call onEndOfRun() on oneshot == true as well il y a 12 ans
  Tatsuhiro Tsujikawa 6fcf274f27 Add initialization function and addUri API function for libaria2 il y a 12 ans
  Tatsuhiro Tsujikawa 90abec8a36 Move initialization code in aria2::main to struct Context il y a 12 ans
  Tatsuhiro Tsujikawa 85de8b0642 Revert DownloadEngine.cc change in 6b55f5d3 because Debian Lenny breaks il y a 12 ans
  Tatsuhiro Tsujikawa 6b55f5d393 Do changes in 8aa1db6 in other places which include signal.h il y a 13 ans
  Tatsuhiro Tsujikawa d68741697a Support UDP tracker il y a 13 ans
  Tatsuhiro Tsujikawa 2676bbe9c6 Initialized scalar members 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 a20e279606 Use std::string for SocketPoolEntry::options_ il y a 13 ans
  Tatsuhiro Tsujikawa 3c39931566 Remove trailing white spaces il y a 13 ans
  Tatsuhiro Tsujikawa 2a51949132 Catch exception from Socket::getPeerInfo() when pooling connection il y a 13 ans
  Tatsuhiro Tsujikawa c0dda6a0f7 Changed createSockPoolKey so that we can support IPv6 numeric address safely. il y a 14 ans
  Tatsuhiro Tsujikawa db5cc4db27 Don't append character to std::string. il y a 14 ans
  Tatsuhiro Tsujikawa 1d56c17225 Code cleanup. Avoid std::string temporaries. il y a 14 ans
  Tatsuhiro Tsujikawa e8e3a6f259 wallclock is now retrieved using global::wallclock() call. il y a 14 ans
  Tatsuhiro Tsujikawa 891c9e60ac Use A2_DELTA_MILLIS for timing critical code. il y a 14 ans
  Tatsuhiro Tsujikawa e95b8efc6b Fixed the bug that microsecond part of timeval overwlows in waitData(). il y a 14 ans
  Tatsuhiro Tsujikawa 59f251ba14 Fixed rounding error in DownloadEngine::run(). il y a 15 ans
  Tatsuhiro Tsujikawa d3d1293974 Check the availability of ares_set_servers and ares_addr_node. il y a 15 ans
  Tatsuhiro Tsujikawa f0682a98c0 Added --async-dns-server option. il y a 15 ans
  Tatsuhiro Tsujikawa af4e47329b Call calculateStatistics() after global::wallclock.reset(). il y a 15 ans
  Tatsuhiro Tsujikawa 02ca3ed0b7 Use refreshInterval_ as timeout value of event polling. il y a 15 ans