Commit History

Author SHA1 Message Date
  Tatsuhiro Tsujikawa 318c804504 Use user-defined literal for k, m, and g (powers of 1024) 10 years ago
  Tatsuhiro Tsujikawa 0b48bb1dbd Use user-defined literals for time units 10 years ago
  Tatsuhiro Tsujikawa 99cd73c092 Replace timer facility with chrono lib 10 years ago
  Tatsuhiro Tsujikawa 2807258279 Use std::make_shared and make_unique where possible, part 1 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
  Tatsuhiro Tsujikawa 4f3c526dcd Support PREF_DIR change for Metalink files 11 years ago
  Nils Maier d72df551ba Document setUri() in FileEntry does not need to check the return value. 11 years ago
  Tatsuhiro Tsujikawa a21a868af0 FileEntry: Pass by value for simple setter functions 12 years ago
  Nils Maier 2db0c81fc8 Stuff memory holes 12 years ago
  Nils Maier 3590077d5c More auto-converts by cpp11-migrate 12 years ago
  Nils Maier 8526ceeb45 Convert to autos and ranged loops 12 years ago
  Nils Maier d8f44ef4f6 Convert most 0/NULL pointers to nullptr 12 years ago
  Tatsuhiro Tsujikawa 0cdeaa8177 Return nullptr directly where std::shared_ptr is expected 12 years ago
  Tatsuhiro Tsujikawa a479473949 Use std::unique_ptr for URISelector instead of std::shared_ptr 12 years ago
  Tatsuhiro Tsujikawa ca329a7ccb Use std::mem_fn instead of std::mem_fun 12 years ago
  Tatsuhiro Tsujikawa 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 years ago
  Tatsuhiro Tsujikawa 87af7c32c6 Use request URI as referer if --referer="*" is given 12 years ago
  Tatsuhiro Tsujikawa c904aa50fe Use uri_split instead of uri::parse where appropriate 13 years ago
  Tatsuhiro Tsujikawa 1b874268a0 Use int64_t instead of off_t 13 years ago
  Tatsuhiro Tsujikawa eed804baaa Use std::set instead of std::deque if the elements are sorted and 13 years ago
  Tatsuhiro Tsujikawa 7989cd898d Use int or int32_t instead of size_t where suitable 14 years ago
  Tatsuhiro Tsujikawa f0bcfa822e Use int instead of unsigned int where unsigned int is not needed. 14 years ago
  Tatsuhiro Tsujikawa 12988e5282 Replaced uint64_t with off_t or int64_t. 14 years ago
  Tatsuhiro Tsujikawa e2e711fba8 Reuse in-flight and pooled URIs when a download is paused. 14 years ago
  Tatsuhiro Tsujikawa f7aeb86ccc Added --download-result option. 14 years ago
  Tatsuhiro Tsujikawa e8e3a6f259 wallclock is now retrieved using global::wallclock() call. 14 years ago
  Tatsuhiro Tsujikawa 02307cee0a Removed utf8ToNative from log message and exception message. 14 years ago
  Tatsuhiro Tsujikawa 7368c9c9d8 Percent-encode non-printable ASCII and non-ASCII chars in FileEntry. 14 years ago
  Tatsuhiro Tsujikawa 3879da592d In MinGW32, open file with UNICODE filename and print them in ANSI. 14 years ago