rakshasa
aa9e729ca7
Merge branch 'throttle_args_fix' of https://github.com/chros73/rtorrent into chros73-throttle_args_fix
2018-06-05 17:00:04 +09:00
Jari Sundell
e43853b782
Merge pull request #677 from ss23/patch-1
...
Include SCGI/XMLRPC example in rtorrent.rc
2018-06-05 16:58:25 +09:00
rakshasa
81932c0b12
Merge branch 'duraki-patch-1'
2018-06-05 16:56:59 +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
244a84dcf5
Merge branch 'chros73-fix_cxxflags_check'
2018-06-05 16:53:03 +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
rakshasa
9322acb33d
Merge branch 'pyroscope-fix-double-slash-319'
2018-06-05 16:47:57 +09:00
rakshasa
a5e722b48f
Merge branch 'fix-double-slash-319' of https://github.com/pyroscope/rtorrent into pyroscope-fix-double-slash-319
2018-06-05 16:45:35 +09:00
rakshasa
ba4828d226
Merge branch 'pyroscope-handle-sighup-578'
2018-06-05 16:42:40 +09:00
rakshasa
dfced79186
Merge branch 'handle-sighup-578' of https://github.com/pyroscope/rtorrent into pyroscope-handle-sighup-578
2018-06-05 16:40:25 +09:00
rakshasa
dd2a4cc151
Fixed ncurses.h include bug fix by theirix.
2018-06-05 16:37:48 +09:00
rakshasa
fd372b5e48
Cleaned up download list bug fix..
2018-06-05 16:22:01 +09:00
chros
6dc87e499a
Fix bugs in 'math.*' commands (See #14 )
2018-06-01 11:51:42 +01:00
chros
6c11a1dbb0
Fix error message in as_vector method (See #14 )
2018-03-03 09:08:28 +00:00
chros
3ea47d7acb
Fix for missing throttle arguments (See #23 )
2018-01-24 18:20:14 +00:00
☃ Stephen Shkardoon ☃
b82f3614c3
Include SCGI/XMLRPC example in rtorrent.rc
...
Examples are for scgi_port, and scgi_local (with scheduling to change permissions on the file).
2018-01-14 02:09:42 +13: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
33f8fe804b
IPv4 filter enhancement ( Closes #21 )
2017-12-10 18:54:55 +00: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
chros
29d57e858a
Make global throttle steps adjustable ( Closes #17 )
2017-06-06 09:54:01 +01:00
Toff
7ec9b6685b
Merge pyroscope and chros73 suggestion: Command name uniformisation.
...
ui.console.log.tempfilter => view.temp_filter.log
2017-05-06 11:17:25 +02:00
Toff
d5de8a91d1
Merge chros73 suggestions (settings to exclude views and hide info logs)
...
- Certain views can be excluded from subfiltering via view.temp_filter.excluded config option
- its default value: "default,started,stopped"
- example usage in config: view.temp_filter.excluded.set="default,started,stopped,leeching"
- Log messages can be displayed when temp filtering occured
- disabled by default
- can be enabled with: ui.console.log.tempfilter.set=1
2017-04-17 14:56:11 +02:00
pyroscope
4d6f6fe335
add '[ X of Y ]' to title bar
2017-04-01 12:30:10 +02:00
pyroscope
2ec90c6892
no // at start of expanded paths ( closes #319 )
2017-03-17 21:44:08 +01:00
pyroscope
63dfe341a6
handle SIGHUP like SIGINT ( closes #578 )
2017-03-17 20:25:11 +01:00
chros
13676f06e5
Add median command (See #14 )
2017-03-11 11:40:08 +00:00
chros
6cb176ada3
Add more info to throw message in math commands (See #14 )
2017-03-07 13:12:18 +00:00
chros
8b6a1ad079
Add count and average commands (See #14 )
2017-03-07 12:57:31 +00:00
chros
3002c95b2c
Rename couple of arithmetic commands (See #14 )
2017-03-06 19:41:49 +00:00
chros
9590949fa7
Add support for basic arithmetic operators (See #14 )
2017-03-06 13:06:59 +00:00
Shivaram Lingamneni
321147cdb8
only redraw the download list if the deleted download was onscreen
2017-01-08 14:49:54 -08:00
Toff
6ee61ee6b5
Merge chros73 suggestions (filter indicator, "start/stopped" view case)
...
- Suffix filtered view name with "(filtered)"
- Add a check to not filter "start" and "stopped" view
2017-01-08 19:45:46 +01:00
Shivaram Lingamneni
2097c9ca3e
unfocus_download should always redraw the download list
2016-12-30 09:19:34 -08: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
Toff
e15270271d
Add a temporary name filter for the main view.
...
By using 'F' in the main view you can enter a regex
that will be used to filter the view based on the torrent name.
To remove the filter set the input to empty.
This is adding a 'view.temp_filter' property and a 'match{}' function.
For example with Ctrl+X you could do:
command> view.temp_filter=main,"match={d.name=,.*linux.*iso}"
2016-10-31 12:19:41 +01:00
Jari Sundell
226e670dec
Merge pull request #514 from rakshasa/feature-travis
...
Travis improvements.
2016-10-23 13:33:00 +09:00
rakshasa
74bd0be5d8
Travis improvements.
2016-10-23 12:23:29 +09:00
Jari Sundell
e3a5ed9c75
Merge pull request #513 from rakshasa/fix-cppunit
...
Fix cppunit
2016-10-23 09:32:42 +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
Jari Sundell
16e1961636
Merge pull request #512 from rakshasa/fix-dht
...
Fix dht
2016-10-23 03:10:49 +09:00
rakshasa
2aa130eda9
More work on dht manager.
2016-10-22 14:19:46 +09:00
rakshasa
008561ef47
More dht manager logging.
2016-10-22 12:33:31 +09:00
rakshasa
e02c6b29fa
More logging stuff.
2016-10-22 11:21:56 +09:00
rakshasa
e2c769f459
Improved logging of dht manager.
2016-10-22 10:51:41 +09:00
Jari Sundell
c3f6db0384
Merge pull request #507 from rakshasa/ipv6
...
Ipv6
2016-10-11 06:44:15 +09:00
rakshasa
40a5b63223
Merge branch 'master' into ipv6
2016-10-10 22:11:52 +09:00
rakshasa
e6439a173e
Merge branch 'master' of github.com:rakshasa/rtorrent
2016-09-23 08:30:55 +09:00
rakshasa
84913766d5
Removed unneeded parameter.
2016-09-23 08:25:40 +09:00