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
David K
c361d6010e
Fix typo in README
...
s/nessesary/necessary
2019-01-03 21:10:09 +00: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
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
g0tmi1k
95cff549c6
Removed stop_untied at @pyroscope's request
2018-06-19 10:56:45 +01:00
g0tmi1k
92898a9831
Use session.path for rpc.socket in rtorrent.rc
2018-06-19 10:56:36 +01:00
g0tmi1k
fcfbf0e79f
Fix typos in rtorrent.rc
2018-06-19 10:51:35 +01:00
g0tmi1k
680b47c197
Add example rtorrent.rc
...
Source: https://github.com/rakshasa/rtorrent/wiki/CONFIG-Template
2018-06-19 10:48:25 +01:00
Jari Sundell
7804ed3009
Merge pull request #748 from pyroscope/d_custom_if_z-empty-val
...
d.custom.if_z: return default also for existing but empty value
2018-06-19 18:11:00 +09:00
pyroscope
d9b39f5ac6
d.custom.if_z: return default also for existing but empty value
2018-06-18 19:41:53 +02:00
Jari Sundell
08aa287cfc
Merge pull request #614 from chros73/adjustable_global_throttle_steps
...
Make global throttle steps adjustable
2018-06-19 00:08:32 +09:00
Jari Sundell
851d1902a0
Merge pull request #738 from pyroscope/d_custom_if_z+keys+items
...
add d.custom.if_z + d.custom.keys + d.custom.items
2018-06-19 00:06:23 +09:00
Jari Sundell
b600ff0c0e
Merge pull request #742 from pyroscope/cmd-event-view-change
...
add 'event.view.hide/show' commands / events
2018-06-16 18:48:10 +09:00
Jari Sundell
a639461c4a
Merge pull request #743 from pyroscope/fix-log-xmlrpc-close
...
fix: properly close the XMLRPC log, resetting the handle after close
2018-06-16 18:46:11 +09:00
Jari Sundell
c1057d5ac7
Merge pull request #745 from pyroscope/cmd-value
...
add 'value' command / conversion op
2018-06-16 18:33:39 +09:00
pyroscope
2ac65ad7e1
add 'value' command / conversion op
2018-06-16 06:54:39 +02:00
pyroscope
a4939cb9fd
add 'compare' command / operator
2018-06-15 22:36:55 +02:00
pyroscope
3d88ac2cc8
fix: properly close the XMLRPC log, resetting the handle after close
2018-06-15 19:38:12 +02:00
pyroscope
f37fefcc54
add 'event.view.hide/show' commands / events
2018-06-15 18:36:01 +02:00
pyroscope
885836f68b
add 'd.multicall.filtered' command
2018-06-15 00:40:00 +02:00
pyroscope
ca4c3bee8d
add d.custom.if_z + d.custom.keys + d.custom.items
2018-06-14 20:32:28 +02:00
Jari Sundell
6c278668e4
Merge pull request #587 from pyroscope/add-position-display-in-title
...
add '[ X of Y ]' to title bar
2018-06-11 23:15:21 +09:00
Jari Sundell
1665437588
Merge pull request #576 from chros73/simple_math_commands
...
Add support for basic arithmetic operators
2018-06-11 23:06:37 +09:00
rakshasa
327164f9d8
Bumped version to 0.6.7.
v0.9.7
2018-06-07 13:18:34 +09:00
rakshasa
5d22fdd4b6
Merge branch 'chros73-ipv4_filter_enhancement'
2018-06-05 18:52:12 +09:00