Historie revizí

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