rakshasa
cde78f2353
Removed rak/functional.h from Makefile.am.
2025-03-28 19:14:57 +01:00
rakshasa
cc59125116
Updated to release 0.15.2.
2025-03-28 19:14:57 +01:00
rakshasa
8ac31afd06
Fixed tinyxml2 compile error.
2025-03-28 16:07:55 +01:00
rakshasa
8d991b4ce5
Added 'system.files.session.fdatasync' config option.
2025-03-28 15:32:57 +01:00
Jari Sundell
3a227c190f
Added system.files.advise_random.set command.
2025-03-28 19:21:25 +09:00
Jari Sundell
9a2ce2b231
Changes to support UDNS.
2025-03-27 21:36:10 +09:00
Jari Sundell
f33fc331ce
Thread-safe improvements to dht/tracker code and reorganized thread objects.
2025-03-13 22:15:12 +09:00
rakshasa
47af28aecd
Cleaned up ui/root.
2025-03-11 14:13:05 +01:00
chros
c6ebdf876a
Fix possible crash with save_input_history (See #26 )
2025-03-11 14:13:05 +01:00
rakshasa
5797ed9e7a
Added new tracker list commands.
2025-03-11 13:45:18 +01:00
nick black
9465c94b31
Don't recommend obsolete option 'safe_sync'.
2025-03-11 13:24:17 +01:00
Jari Sundell
0adfc17335
Compatibility fixes with thread-safe list tracker changes.
2025-03-11 20:38:04 +09:00
rakshasa
37a5b7bccb
Moved torrent::Tracker to torrent::tracker::Tracker.
2025-02-27 19:24:35 +01:00
rakshasa
80ef2e076d
Fix trcker command.
2025-02-25 17:25:54 +01:00
rakshasa
4ac7313ff1
Pass tracker key at download creation.
2025-02-23 13:25:48 +01:00
rakshasa
6139217033
Compatibility with new tracker enum.
2025-02-12 14:38:08 +01:00
rakshasa
89b35af7a6
Fixed threaded tracker feature compatibility.
2025-02-11 09:01:52 +01:00
Auska
851ac469c3
Fix xmlrpc namespace
2025-02-03 17:37:01 +01:00
Rakshasa
1811248691
Add checks for liblua-*.so.0 for alpine compatibility.
2025-02-03 16:21:30 +00:00
rakshasa
bacf60af89
Call atomic tracker state.
2025-02-02 21:03:26 +01:00
Jari Sundell
1f01b7e94d
Fix various macos issues.
2025-01-28 00:18:41 +09:00
rakshasa
d514e525ca
Minor fixes.
2025-01-20 14:49:18 +01:00
pyroscope
b2b723f248
close_low_diskspace.normal: use proper namespace (std)
2025-01-20 14:49:18 +01:00
pyroscope
e3ab913f9a
new method close_low_diskspace.normal
...
Skip downloads with prio=3 (high) when checking for disk space
2025-01-20 14:49:18 +01:00
Peter Woodman
787e23a25d
clang-tidy: ignore third-party code nlohmann/json.h
2025-01-20 12:31:04 +01:00
kannibalox
9f48226663
Add JSON-RPC capability
...
Inline nlohmann/json for the JSON parsing itself, and handle requests
with the same SCGI interface as XML-RPC.
Based off the work in https://github.com/jesec/rtorrent
2025-01-20 12:31:04 +01:00
stickz
78915746ee
Bump c++ standard to 17
...
This pull request bumps the rTorrent c++ standard from 17. This resolves various undefined behavior which could occur.
2025-01-19 14:59:02 +01:00
stickz
e7fc891f11
cleanup: Changes for c++17
...
This cleanup adjusts the rTorrent code to comply with c++17 standard. It also simplifies various parts of the code.
2025-01-18 20:15:20 +01:00
Jari Sundell
2e0a417367
Add optional Lua scripting capabilties - kannibalox@gmail.com
2025-01-19 04:02:06 +09:00
Jari Sundell
b5a6ee33a1
Merge pull request #1375 from rakshasa/fix/github-workflows
...
Added separate workflow for clang-tidy static analysis.
2025-01-15 08:45:06 +01:00
rakshasa
3378355b64
Added separate workflow for clang-tidy static analysis.
2025-01-15 07:38:30 +00:00
Jari Sundell
6f5d06907b
Merge pull request #1374 from stickz/remove-rak-functional
...
cleanup: Remove rak/functional.h
2025-01-13 10:06:07 +01:00
stickz
712e7e5db0
cleanup: Remove rak/functional.h
...
This commit replaces the `rak/functional.h` features with lambdas and std functions.
There was one instance with `std::sort` where the comparison operator was always evaluating to false and it wasn't sorting anything. This is removed in favour of the default comparison operator.
`std::sort(transferChunks.begin(), transferChunks.end());`
2025-01-12 14:30:01 -05:00
Jari Sundell
2b73c92a3e
Merge pull request #1372 from stickz/remove-rak-mem-fun
...
cleanup: Remove rak mem_fun
2025-01-12 18:43:15 +01:00
stickz
c5563d65c5
cleanup: Remove rak mem_fun
...
This commit removes rak:mem_fun and replaces it with std::function and lambdas.
2025-01-12 10:18:50 -05:00
Jari Sundell
d412caea66
Merge pull request #1370 from stickz/remove-rak-call-delete
...
cleanup: Replace rak::call_delete with lambdas
2025-01-12 11:40:10 +01:00
stickz
9c92bfc7e2
cleanup: Remove rak::call_delete
2025-01-11 21:22:40 -05:00
Jari Sundell
4a074adc7b
Merge pull request #1369 from rakshasa/kannibalox-feature/color
...
Kannibalox feature/color
2025-01-09 17:12:23 +01:00
rakshasa
3bf494dbc6
Merge branch 'master' into kannibalox-feature/color
2025-01-09 15:55:11 +00:00
rakshasa
b193fedc65
Moved inlined functions out of class declaration.
2025-01-09 15:51:04 +00:00
kannibalox
6c5a6a3bb3
Manually include config.h for clang-tidy
...
Specifically this fixes errors related to undefined macros in headers, since those aren't recorded
in compile_commands.json
2025-01-09 15:28:20 +00:00
kannibalox
7534b02815
Add page up/down and home/end bindings to download list
2025-01-09 15:28:16 +00:00
kannibalox
6d8c214d09
Manually include config.h for clang-tidy
...
Specifically this fixes errors related to undefined macros in headers, since those aren't recorded
in compile_commands.json
2025-01-08 19:49:59 +01:00
rakshasa
525b038dbb
Inline test data instead of using separate text file.
2025-01-08 17:58:09 +00:00
kannibalox
06741a7578
Update XMLRPC unit tests to include <data> for arrays
2025-01-08 17:58:09 +00:00
rakshasa
4cc79590be
Release 0.15.1.
2025-01-08 17:58:09 +00:00
simonc56
452397b8af
tinyxml2: array with data for dict type
2025-01-08 17:58:09 +00:00
simonc56
c9a8a1e35c
tinyxml2: in xmlrpc an array must include values in a data element
2025-01-08 17:58:09 +00:00
stickz
8f77d87994
tinyxml2: Change from i4 to i8
...
We need to follow the same specification as xmlrpc-c until we deprecate it. It is breaking various software such as sonarr. We can't have xmlrpc using i8 and tinyxml2 using i4, while we allow both to be used.
2025-01-08 17:58:09 +00:00
rakshasa
842edaa201
Added missing base64.h header.
2025-01-08 17:58:09 +00:00