Histórico de Commits

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