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