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
rakshasa
89b02f275e
Added "system.shutdown", "system.shutdown.normal" and "system.shutdown.quick".
2016-09-23 08:22:24 +09:00
Jari Sundell
ce00085107
Merge pull request #502 from Speeddymon/Speeddymon-doc_fix-2
...
Speeddymon doc fix 2
2016-09-09 19:41:52 +09:00
Speeddymon
d7529d3b84
Correct Download list layout style to 0.9 format.
...
Blame @rakshasa for using old style.
2016-09-09 01:57:07 -05:00
Speeddymon
23cf6b260c
Merge pull request #4 from rakshasa/master
...
Sync with upstream master
2016-09-09 01:55:25 -05:00
Jari Sundell
06f1c032b0
Merge pull request #496 from chros73/fix_type_of_var
...
Fix type of m_ssl_verify_host variable
2016-08-30 22:17:17 +09:00
chros
bdb0d99c5c
Fix type of m_ssl_verify_host variable (See #12 )
2016-08-29 11:04:51 +01:00
rakshasa
7c5e42f4b9
Merge branch 'ipv6' of github.com:rakshasa/rtorrent into ipv6
2016-08-29 18:23:08 +09:00
rakshasa
e1afe25413
Merge branch 'master' into ipv6
2016-08-29 18:19:45 +09:00
Jari Sundell
0cba9cbf9b
Merge pull request #494 from chros73/init_scripts
...
Add init scripts into doc directory
2016-08-26 18:06:55 +09:00
chros
017cb1bd59
Fixing variables in rtorrentInitTmux.bash script (See #10 )
2016-08-25 19:04:11 +01:00
chros
dfdbf5e69c
Add init scripts into doc directory (See #10 )
2016-08-25 18:38:58 +01:00
Jari Sundell
15e64bdade
Merge pull request #492 from chros73/fast_resume_fix
...
Fix fast resume script breaking single file torrents
2016-08-25 21:25:32 +09:00
chros
5838b8e68c
Fix fast resume script breaking single file torrents (See #7 )
2016-08-25 12:47:14 +01:00
Jari Sundell
13162f98cb
Merge pull request #485 from pyroscope/fix-set_kb
...
scale integer values with given unit, not only converted strings (closes #484 )
2016-08-18 08:36:24 +09:00
Jari Sundell
b5e4dc0342
Merge pull request #479 from kannibalox/patch-1
...
Expose the number of current HTTP connections
2016-08-15 06:16:09 +09:00
pyroscope
41a059c999
scale integer values with given unit, not only converted strings ( closes #484 )
2016-08-13 14:45:00 +02:00
kannibalox
55c61e9099
Expose the number of current HTTP connections
2016-08-12 02:32:26 +00:00
Jari Sundell
e1fa392ecb
Merge pull request #477 from mvucBmM0/master
...
Fix Merzlya display (PR #474 )
2016-08-10 02:17:32 +09:00
Speeddymon
9d7398d1da
Merge pull request #3 from rakshasa/master
...
Merge mainline master with fork master
2016-08-05 22:57:34 -05:00
mvucBmM0
a194da08b0
Fix Merzlya display (PR #474 )
2016-08-06 03:08:13 +01:00
rakshasa
51c5190eb1
Removed commands that were deprecated in version 0.7.0.
2016-08-06 05:24:43 +09:00
rakshasa
66619840d8
Increased max file size to 512GB.
2016-08-06 03:02:14 +09:00
Jari Sundell
63c2b7aef5
Merge pull request #474 from rakshasa/merzlya-display
...
Merzlya display
2016-08-04 00:08:21 +09:00
rakshasa
2c60226bd2
Cleaned up compact display.
2016-08-03 23:57:02 +09:00
rakshasa
d111594d20
Added merzlya's torrent status display changes.
2016-08-03 23:01:28 +09:00
Jari Sundell
a0f97e4b06
Merge pull request #459 from chros73/fix_filter_started
...
Fix scheduled sorting/filtering bug on started and stopped views in rtorrent
2016-08-03 22:04:59 +09:00
Jari Sundell
a7079c594e
Merge pull request #460 from netpok/master
...
Fix warning message of deprecated commands
2016-08-03 21:56:32 +09:00
Jari Sundell
ed48d586d8
Merge pull request #465 from chros73/expose_meta_property
...
Expose meta property of downloads
2016-08-03 21:55:50 +09:00
Jari Sundell
8be4e5bbf7
Merge pull request #461 from Speeddymon/Speeddymon-patch-1
...
Update example rtorrent.rc to 0.9 format
2016-08-02 20:35:45 +09:00
chros
8140c3fe07
Expose meta property of downloads (See #5 )
2016-07-21 18:55:21 +01:00