rakshasa
31602917b7
Release 0.15.1.
2025-01-01 12:59:06 +00:00
rakshasa
68fdb86c72
Update configure.ac.
2024-12-26 16:50:18 +00:00
rakshasa
6b8a285e75
Release v0.15.0.
2024-12-26 16:29:16 +00:00
rakshasa
0d1b9e9d55
Removed cppunit ldflags from common flags.
2024-12-21 02:28:46 +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
kannibalox
dd0c62c7f7
Uncomment after testing
2024-11-25 18:44:28 +09:00
kannibalox
3a8e462bd3
Throw error if attempting to use both xmlrpc-c and tinyxml2
2024-11-25 18:44:28 +09:00
kannibalox
87c6422052
Allow using vendored tinyxml2 for XMLRPC
...
By default, builds will still not have XMLRPC enabled at all and the
configure flag `--with-xmlrpc-tinyxml2` must be specified. If both
xmlrpc-c and tinyxml2 are specified, xmlrpc-c takes precedence.
Basic benchmarks indicate tinyxml2 is 2x faster for small
requests/responses, and that only increases as response sizes get
larger.
2024-11-25 18:44:28 +09:00
stickz
c1d076f182
Fixing static building
...
@rakshasa A major hosting provider with rTorrent has mentioned the following revision is required for static builds to pass.
2024-10-07 23:32:45 +09:00
rakshasa
a88cab6d2e
Released v0.9.0.
2024-09-29 11:06:14 +00:00
rakshasa
892e595015
Added PKG_CHECK_EXISTS exception.
2024-08-09 13:06:14 +00:00
Jari Sundell
a6bc99bb82
Updated and cleaned up automake. ( #1102 )
2021-08-07 17:49:23 +09:00
rakshasa
582e4e4025
Added '--disable-execinfo' option to configure.
2021-06-16 23:29:01 +09:00
rakshasa
3f72e27603
Replaced custom execinfo autoconf test.
2021-02-27 22:13:01 +09:00
Jari Sundell
8cc1d8f2c5
Optimize build by using a single makefile file. ( #941 )
2019-12-06 00:35:47 +09:00
rakshasa
81500adc53
Remove obsolete check.
2019-09-11 01:51:47 +09:00
rakshasa
6154d16987
Bumped to version 0.9.8.
2019-07-19 13:38:33 +02:00
rakshasa
07dcd04357
Revert to only using ax_with_curses.m4, and upgrade it to version 16 which seems to be the last unborked version.
2019-07-13 14:36:05 +02:00
rakshasa
285972a20d
Fixed configure.ac. (zetafunction)
2019-07-08 20:29:43 +02:00
Daniel Cheng
81de60e0ae
Update global CFLAGS/CXXFLAGS/LIBS at the end of configure.ac
...
Changes to CFLAGS/CXXFLAGS/LIBS affect following lines in configure.ac.
As originally written, this would cause random libraries, such as
libtorrent, to be linked into the autoconf test program. Occasionally,
this would cause the things like the pkgconfig checks to fail with
mysterious linker errors (e.g. rakshasa/rtorrent#156 ).
Instead, only populate these global flags with the additional flags for
dependencies at the very end, before the invocation of AC_OUTPUT.
2019-01-13 23:37:36 -08:00
Stephen Shkardoon
9cce5a0bd1
Fix compiling if ncurses was built using --with-terminfo
...
Resolves #749
Patch from https://bugs.gentoo.org/658390
2018-06-20 01:50:45 +12:00
rakshasa
327164f9d8
Bumped version to 0.6.7.
2018-06-07 13:18:34 +09:00
rakshasa
61264c4f17
Merge branch 'patch-1' of https://github.com/duraki/rtorrent into duraki-patch-1
2018-06-05 16:55:02 +09:00
rakshasa
c9a5736d5d
Merge branch 'fix_cxxflags_check' of https://github.com/chros73/rtorrent into chros73-fix_cxxflags_check
2018-06-05 16:50:47 +09:00
devil ❂ tux
2987ba8081
Fix: Missing ranlib in autoconf
...
On RHEL7 & possibly CentOS configuring using `autogen` does not append RANLIB nor is registered by default, this fixes definition of the library.
2017-12-15 10:45:31 +01:00
chros
1a4f6dab1a
Modfiy gcc v6.x fix for empty CXXFLAGS (See #20 )
2017-08-02 12:51:03 +01:00
chros
943b576e1f
Fix compilation issue with gcc v6.x and empty CXXFLAGS (See #20 )
2017-07-30 20:37:21 +01:00
rakshasa
10ce6864b8
Added non-pkgconfig check for curl as macosx doesn't include the 'pc' file.
2016-11-05 06:58:44 +09:00
rakshasa
c7c5a00f66
Cleaned up check for dependencies.
2016-10-23 09:21:40 +09:00
rakshasa
71a52bfac2
Use pkg-config for cppunit test.
2016-10-23 08:53:11 +09:00
Karl-Philipp Richter
33601ddc0c
added checkout URL to action-if-not-found of PKG_CHECK_MODULES for libtorrent, fixed #377
2016-01-25 08:33:52 +01:00
rakshasa
62cb5a4605
Bumped master to 0.9.6.
2015-09-08 05:12:40 +09:00
rakshasa
81c652292a
Added updated autoconf scripts.
2014-07-02 23:11:14 +09:00
rakshasa
3b39f37f49
C++11 compatibility fixes.
2014-05-13 23:36:37 +09:00
rakshasa
6a3234eaa7
Bumped to 0.9.4.
2014-05-09 17:54:04 +09:00
rakshasa
866289b38a
Updated email address.
2014-01-28 23:29:05 +09:00
rakshasa
55b826d6cb
Added brackets around configure parameters.
2013-11-22 23:20:50 +09:00
rakshasa
370bae4b98
Removed all dependencies on sigc++.
2013-08-27 00:43:23 +09:00
rakshasa
e28692492b
Fixed obsolete macro statements.
2013-02-26 17:44:42 +09:00
rakshasa
cd029a67c5
Bumped version to 0.9.3.
2012-10-23 22:39:07 +09:00
rakshasa
4dd7582240
Bumped version to 0.9.2.
2012-04-20 16:03:55 +09:00
rakshasa
17201984a6
When 'throttle.max_*.global.*.set' commands are called they will automatically update the libtorrent settings, so it is no longer needed to set the throttle to force this update.
2012-04-16 00:40:47 +09:00
rakshasa
d2dd143d2e
Added 'throttle.update' to force 'throttle.max_{up,down}loads.global' setting to take effect.
2012-04-12 15:29:07 +09:00
rakshasa
020de10f38
Return hex instead of binary for 'd.chunks_seen'.
2012-04-04 02:09:08 +09:00
rakshasa
b28f2ea807
Added 'd.chunks_seen', which is limited to 'Download::peers_accounted()' number of peers for optimization reasons.
2012-04-01 02:22:18 +09:00
rakshasa
dc817e24e4
Added inotify autoconf script.
2012-03-29 22:05:43 +09:00
rakshasa
f1cd0f4780
Added 'system.api_version', which will be incremented every time the API changes. (sans brainfarts)
2012-03-21 00:05:37 +09:00
rakshasa
64c66c81ae
Bumped version to 0.9.1.
2012-03-16 18:01:19 +09:00
rakshasa
482a9ba09f
Used AX_PTHREAD and AX_WITH_CURSES macros.
2012-02-24 16:22:17 +09:00
Jari Sundell
f51b280cbf
Merge branch 'master' into c++11
2011-12-27 15:50:01 +09:00