Jari Sundell
7659cd0ec0
Backport changes from feature-bind.
2019-08-23 23:25:24 +09:00
rakshasa
f43f9e430d
Merge branch 'chros73-ui_mod_status_mod'
2019-08-02 00:13:41 +09:00
chros
f22475d1bf
Modify throttle status bar mod to be able to display multiple values (See #6 )
2019-07-27 11:22:56 +01:00
Jari Sundell
b697a4608b
Merge pull request #898 from Nicholi/log_append
...
Added log.append_file command
2019-07-26 20:08:09 +09:00
nicholi
765665fc28
When opening log files use new append parameter. Also added append_gz_file command.
2019-07-26 01:03:57 -07:00
nicholi
5f70986099
Added log.append_file.
2019-07-24 00:46:17 -07:00
rakshasa
6154d16987
Bumped to version 0.9.8.
v0.9.8
2019-07-19 13:38:33 +02:00
rakshasa
a5e8631cba
Added log.close.
2019-07-17 19:41:23 +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
863de44c18
Added d.tracker_announce.force.
2019-07-11 17:46:35 +02:00
Jari Sundell
24135ed48e
Merge pull request #763 from MindTooth/travis_path_fix
...
travis: Fix test in wrong path, and jobs parallelization
2019-07-09 21:24:12 +02:00
rakshasa
83709d28c9
Merge branch 'toff-master'
2019-07-08 21:40:02 +02:00
rakshasa
859d5a9578
Merge branch 'master' of https://github.com/toff/rtorrent into toff-master
2019-07-08 21:39:31 +02:00
rakshasa
adc9b1dec5
Merge branch 'zetafunction-autoconf'
2019-07-08 20:30:09 +02:00
rakshasa
285972a20d
Fixed configure.ac. (zetafunction)
2019-07-08 20:29:43 +02:00
Jari Sundell
3ec2f52db5
Merge pull request #857 from skangas/view-keys-man
...
Update change view keys to 0-9 in man page
2019-07-08 19:41:20 +02:00
rakshasa
ac64fc3f63
Added _GNU_SOURCE to fallocate test. (neheb)
2019-07-08 19:37:17 +02:00
rakshasa
b26dc42f3a
Merge branch 'ffontaine-master'
2019-06-10 01:18:32 +09:00
rakshasa
6572088aec
Merge branch 'master' of https://github.com/ffontaine/rtorrent into ffontaine-master
2019-06-09 23:51:22 +09:00
rakshasa
31a0ea1a2d
Merge branch 'master' of github.com:rakshasa/rtorrent
2019-06-09 17:10:17 +09:00
rakshasa
2d72a0d2c0
Merge branch 'chros73-input_history_with_categories'
2019-06-09 17:09:59 +09:00
rakshasa
a3a384b049
Fixed minor issues.
2019-06-09 17:09:35 +09:00
Jari Sundell
f37dd0d5c2
Merge pull request #722 from g0tmi1k/config
...
Update rtorrent.rc
2019-06-09 16:27:53 +09:00
Jari Sundell
78c25011cd
Merge pull request #824 from Irishsmurf/patch-1
...
Fix typo in README
2019-06-09 16:25:07 +09:00
rakshasa
35d98c91e0
Merge branch 'master' of github.com:rakshasa/rtorrent
2019-06-09 16:24:18 +09:00
rakshasa
27811db659
Merge branch 'ss23-749_ncurses_tinfo'
2019-06-09 16:24:00 +09:00
rakshasa
4e73ce6bfd
Merge branch '749_ncurses_tinfo' of https://github.com/ss23/rtorrent into ss23-749_ncurses_tinfo
2019-06-09 15:43:54 +09:00
Jari Sundell
8c8e73bb72
Merge pull request #794 from waveletlet/master
...
Edit getsession() for 0.9 config format
2019-06-09 15:17:18 +09:00
Jari Sundell
0d5b344d2a
Switch to C++11 MRT RNG for random bytes
...
Switching to a better RNG for generating strings will prevent the common peerID collisions the rTorrent client has been seeing for YEARS in #440 and #318 .
2019-06-08 16:22:47 +09:00
Fabrice Fontaine
703cac9a42
Fix cross compilation, based on OpenWRT patch.
...
[Vincent: tweak the patch for version 0.13.6]
[Bernd: tweak the patch for version 0.13.7]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com >
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
[Retrieved from:
https://git.buildroot.net/buildroot/tree/package/libtorrent/0001-Fix-cross-compilation-based-on-OpenWRT-patch.patch ]
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
2019-04-20 21:37:26 +02:00
Stefan Kangas
e6c008b2b7
Update change view keys to 0-9 in man page
2019-04-08 10:03:15 +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
David K
c361d6010e
Fix typo in README
...
s/nessesary/necessary
2019-01-03 21:10:09 +00:00
Birger J. Nordølum
724dc088ca
travis: Fix test in wrong path, and jobs parallelization
2018-11-14 22:05:19 +01:00
rakshasa
c62fa6a756
Merge branch 'pyroscope-cmd-d_multicall_filtered'
2018-10-20 22:00:21 +09:00
rakshasa
656d735de7
Merge branch 'cmd-d_multicall_filtered' of https://github.com/pyroscope/rtorrent into pyroscope-cmd-d_multicall_filtered
2018-10-20 21:47:36 +09:00
rakshasa
408013478c
Merge branch 'pyroscope-cmd-compare'
2018-10-20 21:38:39 +09:00
rakshasa
fa61b8c11c
Merge branch 'cmd-compare' of https://github.com/pyroscope/rtorrent into pyroscope-cmd-compare
2018-10-20 21:38:28 +09:00
rakshasa
1339a3ace9
Merge branch 'chros73-event_system_commands'
2018-10-20 21:35:35 +09:00
rakshasa
4ba128163f
Merge branch 'event_system_commands' of https://github.com/chros73/rtorrent into chros73-event_system_commands
2018-10-20 21:30:39 +09:00
rakshasa
908a99751f
Merge branch 'chros73-list_type_method_fix'
2018-10-20 21:22:13 +09:00
waveletlet
c115640934
Edit getsession() for 0.9 config format
2018-10-18 19:39:32 -03:00
waveletlet
9043c46815
Edit getsession() for 0.9 config format
2018-10-18 19:36:49 -03:00
chros
1f418366d4
Fix 'list' type method (See #25 )
2018-10-01 23:27:58 +01:00
toff
30c78c7034
Merge branch 'master' into master
2018-09-29 11:31:06 +02:00
chros
74435f6c40
Add 'event.system.startup_done/shutdown' commands/events ( Closes #24 )
2018-09-26 15:12:20 +01:00
Jari Sundell
a4b281afa4
Merge pull request #753 from ss23/cross_compiling-execinfo
...
Use AC_COMPILE instead of AC_RUN to check for execinfo.h
2018-06-27 18:36:21 +09:00
Stephen Shkardoon
f84670dd63
Use AC_COMPILE instead of AC_RUN to check for execinfo.h
...
This way enables cross compiling, since we don't need to run anything during the configure script.
2018-06-25 20:14:43 +12:00
rakshasa
f0207ce654
Added "try" command that catches input_errors and logs them on rpc_events.
2018-06-23 17:01:34 +09: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