Tatsuhiro Tsujikawa
|
9214e72501
Expand ${HOME} to user's home directory in several options
|
9 лет назад |
Nils Maier
|
366e2e8f79
Use default where possible
|
9 лет назад |
Nils Maier
|
f5ceeebe86
Fix some compiler warnings
|
9 лет назад |
Tatsuhiro Tsujikawa
|
8fc28a9e43
clang-format
|
9 лет назад |
Tatsuhiro Tsujikawa
|
437d4aa776
Fix compile error with Android NDK
|
9 лет назад |
Tatsuhiro Tsujikawa
|
a7cd943a06
clang-format
|
9 лет назад |
Tatsuhiro Tsujikawa
|
2a8522f6a5
Attemp to fix compile error
|
9 лет назад |
oliviercommelarbre
|
9e05371fb6
Added support for a dynamic management of the number of concurrent downloads as a function of the overall bandwidth observed
|
9 лет назад |
Tatsuhiro Tsujikawa
|
b1132d6b10
make clang-format using clang-format-3.6
|
9 лет назад |
Tatsuhiro Tsujikawa
|
c26da09687
Add --ssh-host-key-md option
|
10 лет назад |
Dan Fandrich
|
0538aa40da
Fixed some typos in code comments
|
10 лет назад |
Tatsuhiro Tsujikawa
|
c0e4381780
util::parseIntSegments: Return SegList<int>
|
11 лет назад |
Nils Maier
|
010131161e
Remove ENABLE_MESSAGE_DIGEST, since we got the internal md, always
|
11 лет назад |
Tatsuhiro Tsujikawa
|
1a24020e63
Don't allow empty string for --rpc-secret option
|
11 лет назад |
Tatsuhiro Tsujikawa
|
7d1aa887ee
Add future deprecation warning to --rpc-user and --rpc-passwd
|
11 лет назад |
Nils Maier
|
a76eeb2b81
Introduce PrefPtr typedef
|
12 лет назад |
Nils Maier
|
8526ceeb45
Convert to autos and ranged loops
|
12 лет назад |
Nils Maier
|
d8f44ef4f6
Convert most 0/NULL pointers to nullptr
|
12 лет назад |
Tatsuhiro Tsujikawa
|
2761301dfb
Rewrite util::divide
|
12 лет назад |
Tatsuhiro Tsujikawa
|
28c84148e4
Pass std::unique_ptr by value
|
12 лет назад |
Tatsuhiro Tsujikawa
|
09c597fbb8
ParameterOptionHandler: Use initializer lists for params
|
12 лет назад |
Tatsuhiro Tsujikawa
|
07d270c87e
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
|
12 лет назад |
Tatsuhiro Tsujikawa
|
4c139eb039
Add TAG_DEPRECATED in DeprecatedOptionHandler ctor
|
12 лет назад |
Tatsuhiro Tsujikawa
|
ae2e4cb7ff
Handle OptionHandlers as raw pointer
|
13 лет назад |
Tatsuhiro Tsujikawa
|
89f18dde85
Use nothrow version of parseInt, parseUInt and parseLLInt
|
13 лет назад |
Tatsuhiro Tsujikawa
|
295a62f538
Rewritten help tags and various internal flag handling in OptionHandler
|
13 лет назад |
Tatsuhiro Tsujikawa
|
4b03634f36
Use PRId64 for int64_t format specifier
|
13 лет назад |
Tatsuhiro Tsujikawa
|
b6fd4366fe
Use short form of util::startsWith and util::endsWith
|
13 лет назад |
Tatsuhiro Tsujikawa
|
9331f6a43d
Removed static const char[] as much as possible.
|
13 лет назад |
Tatsuhiro Tsujikawa
|
97a9242cbe
Proxy URI is now constructed in getProxyUri().
|
14 лет назад |