Tatsuhiro Tsujikawa
|
f72a303b8d
Add --bt-detach-seed-only option
|
11 years ago |
Tatsuhiro Tsujikawa
|
9b84727324
Use std::make_shared and make_unique where possible, part 2
|
11 years ago |
Tatsuhiro Tsujikawa
|
570bc24fb9
Fix use-after-free on exit with multi-file torrent download + DHT
|
11 years ago |
Tatsuhiro Tsujikawa
|
631f37433a
Save session only when there is change since the last serialization
|
11 years ago |
Tatsuhiro Tsujikawa
|
998fba3264
Revert "Save session only when there is change since the last serialization"
|
11 years ago |
Tatsuhiro Tsujikawa
|
1944d8db58
Save session only when there is change since the last serialization
|
11 years ago |
Tatsuhiro Tsujikawa
|
1462d6536a
Add numStoppedTotal key to aria2.getGlobalStat() RPC method response
|
11 years ago |
Tatsuhiro Tsujikawa
|
30e4077440
Add --enable-color option to enable/disable terminal color output
|
11 years ago |
Tatsuhiro Tsujikawa
|
8216bdba79
Fix bug that numOpenFile_ is not reduced when MultiDiskAdaptor is deleted
|
12 years ago |
Tatsuhiro Tsujikawa
|
4d105a2686
Limit number of opened file globally with --bt-max-open-files option
|
12 years ago |
Nils Maier
|
8526ceeb45
Convert to autos and ranged loops
|
12 years ago |
Nils Maier
|
d8f44ef4f6
Convert most 0/NULL pointers to nullptr
|
12 years ago |
Tatsuhiro Tsujikawa
|
de55569de5
Always save control file if --force-save is given
|
12 years ago |
Tatsuhiro Tsujikawa
|
41121e09f7
Use std::unique_ptr for Metalink objects
|
12 years ago |
Tatsuhiro Tsujikawa
|
a479473949
Use std::unique_ptr for URISelector instead of std::shared_ptr
|
12 years ago |
Tatsuhiro Tsujikawa
|
fa9f3fb5a3
Wrap Command object in std::unique_ptr
|
12 years ago |
Tatsuhiro Tsujikawa
|
bb5b7eeedb
Move RequestGroup vector from Context to RequestGroupMan
|
12 years ago |
Tatsuhiro Tsujikawa
|
286bb2840e
Remove Triplet, use std::tuple instead
|
12 years ago |
Tatsuhiro Tsujikawa
|
e791eb9ca3
Cleanup a2functional.h
|
12 years ago |
Tatsuhiro Tsujikawa
|
07d270c87e
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
|
12 years ago |
Tatsuhiro Tsujikawa
|
cef6db17ba
Add changePosition API
|
12 years ago |
Tatsuhiro Tsujikawa
|
1c571f196a
Refactor Notifier interface to accept DownloadEventListener interface
|
12 years ago |
Tatsuhiro Tsujikawa
|
24a6896bf4
Add sessionConfigSetKeepRunning and shutdown API function
|
12 years ago |
Tatsuhiro Tsujikawa
|
90abec8a36
Move initialization code in aria2::main to struct Context
|
12 years ago |
Tatsuhiro Tsujikawa
|
baaa3a4fb2
Use IndexedList::remove_if to clean up RequestGroupMan::removeStoppedGroup
|
12 years ago |
Tatsuhiro Tsujikawa
|
d4ba562710
Implement IndexedList::iterator
|
12 years ago |
Nils Maier
|
7f6a446750
Hygiene: Fix some clang warnings, mostly unused private members.
|
12 years ago |
Tatsuhiro Tsujikawa
|
a49397ed19
Fix infinite loop when size of downloadResults_ exceeds maxDownloadResult_
|
12 years ago |
Tatsuhiro Tsujikawa
|
1c9cfccac4
Fix invalid iterator handling when deleting RequestGroup
|
12 years ago |
Tatsuhiro Tsujikawa
|
561f0b3e29
Use std::deque instead of std::list in IndexedList
|
13 years ago |