mirror of https://github.com/aria2/aria2
2009-11-29 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Added bt-prioritize-piece option to -i list. * src/download_helper.ccpull/1/head
parent
8a590b4de0
commit
33579a8b24
|
@ -1,3 +1,8 @@
|
|||
2009-11-29 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Added bt-prioritize-piece option to -i list.
|
||||
* src/download_helper.cc
|
||||
|
||||
2009-11-29 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Removed --http-auth-scheme option from man page.
|
||||
|
|
|
@ -112,6 +112,7 @@ const std::set<std::string>& listRequestOptions()
|
|||
PREF_BT_MAX_OPEN_FILES,
|
||||
PREF_BT_MAX_PEERS,
|
||||
PREF_BT_MIN_CRYPTO_LEVEL,
|
||||
PREF_BT_PRIORITIZE_PIECE,
|
||||
PREF_BT_REQUIRE_CRYPTO,
|
||||
PREF_BT_REQUEST_PEER_SPEED_LIMIT,
|
||||
PREF_BT_SEED_UNVERIFIED,
|
||||
|
|
Loading…
Reference in New Issue