rakshasa
c2c6a4be26
Inline test data instead of using separate text file.
2025-01-03 06:04:09 +09:00
kannibalox
350d03ca04
Update XMLRPC unit tests to include <data> for arrays
2025-01-03 05:26:55 +09:00
rakshasa
31602917b7
Release 0.15.1.
v0.15.1
2025-01-01 12:59:06 +00:00
rakshasa
a9898c6ef6
Merge branch 'master' of github.com:rakshasa/rtorrent
2025-01-01 12:34:15 +00:00
simonc56
2bf81aa8f5
tinyxml2: array with data for dict type
2025-01-01 21:33:30 +09:00
simonc56
a9c0b65b9d
tinyxml2: in xmlrpc an array must include values in a data element
2025-01-01 21:33:30 +09:00
stickz
73fed24459
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-01 21:32:23 +09:00
rakshasa
f906e9a966
Added missing base64.h header.
2025-01-01 12:15:54 +00:00
rakshasa
68fdb86c72
Update configure.ac.
v0.15.0
2024-12-26 16:50:18 +00:00
rakshasa
6b8a285e75
Release v0.15.0.
2024-12-26 16:29:16 +00:00
kannibalox
8f0331625a
Correctly handle commands that are flagged as not using targets
...
Fixes #1346
2024-12-27 01:00:23 +09:00
stickz
3c65afcf8c
tinyxml2: Resolve LTO issues
...
We can't have two classes with the same name in the rpc namespace. It causes ODR and lto-type-mismatches when compiling rTorrent with LTO.
This pull request addresses the problem by renaming the `xmlrpc_error` error class to `xmlrpc_error_c` in the xmlrpc_c file.
2024-12-27 00:55:29 +09:00
kannibalox
cd9948a4a8
Remove/replace functional_fun.h functions
2024-12-22 19:17:36 +09:00
rakshasa
0d1b9e9d55
Removed cppunit ldflags from common flags.
2024-12-21 02:28:46 +09:00
rakshasa
6561c00ae3
Use std::array in partial_queue.
2024-12-21 02:23:58 +09:00
rakshasa
b8cb828d96
Replaced depreacted rak/functional calls.
2024-12-15 00:54:20 +09:00
stickz
e3be3b2c12
scgi: Fix Apple and Solaris compatibility
...
This is a follow up to #1310 . Apple and Solaris do not support MSG_NOSIGNAL, so disable this flag for these platforms until we find a better solution. Other platforms remain unaffected.
2024-12-14 23:34:48 +09:00
Jari Sundell
0f93fa109c
Fixed curl stack shutdown with active downloads. ( #1338 )
...
Fixed curl stack shutdown with active downloads.
2024-12-12 22:59:48 +09:00
Jari Sundell
7e1193acab
Run unit test in workflow PR.
2024-12-08 01:32:46 +09:00
kannibalox
5792ed1ae2
Apply clang-format
2024-12-07 19:26:29 +09:00
kannibalox
8cfc71b936
Fix system.multicall parameter parsing
2024-12-07 19:26:29 +09:00
kannibalox
f2b065a798
Fix typo
2024-12-07 19:26:29 +09:00
kannibalox
f33c2560a3
Default to an empty list when not passed explicit <params>
2024-12-07 19:26:29 +09:00
kannibalox
db1e78fa9d
Update tests to fix typo
2024-12-07 19:26:29 +09:00
kannibalox
48c40ee0c6
Fix typo: methodReponse -> methodResponse
2024-12-07 19:26:29 +09:00
kannibalox
3aeb213dc4
Avoid <int> in tinyxml2 responses
...
It's part of the XML-RPC spec, but some clients only accept i4/i8, which
should be supported nearly universally.
Fixes #1330
2024-12-07 19:26:29 +09:00
trim21
5a200f5d8f
fix: d.group.name should return group name instead of group index
2024-12-06 01:09:18 +09:00
rakshasa
713067ba94
Fixed minor syntax issues.
2024-12-05 04:00:54 +09:00
Jari Sundell
fea2cbfac6
Use proper target namespace
2024-12-05 04:00:54 +09:00
kannibalox
6bf1731a1c
Ensure compability check actually checks the type for files
...
Fixes https://github.com/rakshasa/rtorrent/issues/854
2024-12-05 04:00:54 +09:00
Jari Sundell
f2caa2651d
Added clang-tidy github action. ( #1325 )
...
Added clang-tidy github action.
2024-12-05 03:01:11 +09:00
kannibalox
511895a8b6
Add headers to enable compiling without the libtorrent change
2024-12-04 19:19:53 +09:00
kannibalox
4e64fbc78b
Properly use compare_exchange_strong
...
In practice, calling `network.scgi.open_port` again doesn't trigger
this function.
2024-12-04 19:19:53 +09:00
kannibalox
93b3a34f28
Properly lock size check, and remove overall cacheline alignment
2024-12-04 19:19:53 +09:00
kannibalox
ea1ca00f31
Remove cacheline alignment from atomic pointer
2024-12-04 19:19:53 +09:00
kannibalox
58b1fc4914
Ensure empty() is properly guarded
2024-12-04 19:19:53 +09:00
kannibalox
577818bde4
Remove cache alignment from atomic members
2024-12-04 19:19:53 +09:00
kannibalox
0ea7615d0a
Convert __sync* built-ins to std::atomic
...
Also converts thread_queue_hack to a simpler reserved vector
2024-12-04 19:19:53 +09:00
PPN-SD
73c1233dc0
Fix calls ar directly
...
Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr >
2024-11-26 01:27:39 +09:00
rakshasa
11ddc35d02
Renamed tinyxml2.cpp file.
2024-11-25 18:44:28 +09:00
kannibalox
036916fd9f
Fix typo in method name
2024-11-25 18:44:28 +09:00
kannibalox
b3fabd2a2b
Align argument name with header definition
2024-11-25 18:44:28 +09:00
kannibalox
4b7c3ffafe
Use empty() instead of checking size
...
Also use a const pointer for a child element
2024-11-25 18:44:28 +09:00
kannibalox
730d43b6c7
Explicitly mark narrowing conversion
2024-11-25 18:44:28 +09:00
kannibalox
af2f30c183
Remove unused variable
2024-11-25 18:44:28 +09:00
kannibalox
36fd837d27
Fix unnecessary narrowing with proper return type
2024-11-25 18:44:28 +09:00
kannibalox
8dd8d691c5
Explicitly check result of std::strncmp
2024-11-25 18:44:28 +09:00
kannibalox
e367b162ab
Share object_to_target between tinyxml2 and xmlrpc-c
2024-11-25 18:44:28 +09:00
kannibalox
49cdfee65a
Avoid ambiguous value_* in variable names
2024-11-25 18:44:28 +09:00
kannibalox
5680db3598
Parse out target param first if available
2024-11-25 18:44:28 +09:00