Jari Sundell
cc1f7fb2cb
Merge pull request #407 from rakshasa/fix-stray-simple
...
Fix a stray 'simple' method.insert check.
2016-03-10 10:18:32 +09:00
rakshasa
944d304193
Fixed travis config file.
2016-03-10 09:41:16 +09:00
rakshasa
629e421d67
Updated travis file to properly select gcc-4.7.
2016-03-10 09:37:58 +09:00
rakshasa
3e7f9d8b4f
Removed make check.
2016-03-10 09:24:08 +09:00
rakshasa
a8cb524345
Merge branch 'master' into fix-stray-simple
2016-03-10 09:02:04 +09:00
rakshasa
0510e4db9d
Don't run 'make check' in travis as it has linker issues.
2016-03-10 08:59:33 +09:00
rakshasa
a975804797
Merge branch 'master' into fix-stray-simple
2016-03-10 08:50:59 +09:00
rakshasa
adf4a32097
Fixed name.
2016-03-10 08:50:43 +09:00
rakshasa
3edeb364bc
Fix a stray 'simple' method.insert check.
2016-03-10 08:47:14 +09:00
Jari Sundell
73a344711d
Merge pull request #406 from rakshasa/test-travis
...
Adding travis file for testing.
2016-03-10 08:46:13 +09:00
rakshasa
4ba24af463
Adding travis file for testing.
2016-03-10 08:27:27 +09:00
Jari Sundell
44f0ac3447
Merge pull request #379 from krichter722/configure_fix
...
added checkout URL to action-if-not-found of PKG_CHECK_MODULES for li…
2016-03-10 08:12:46 +09:00
rakshasa
a92da121d7
Cleaned up XDG_CONFIG_HOME patch.
2016-03-10 04:21:24 +09:00
rakshasa
4fb036f87d
Revert "Merge pull request #317 from jlec/tinfo"
...
This reverts commit b19cf8b4ff , reversing
changes made to 83d7dc8964 .
2016-03-10 04:03:56 +09:00
Jari Sundell
6a8d332b4c
Merge pull request #306 from gulafaran/master
...
add support for the XDG base dir spec for rtorrent.rc
2016-03-10 03:34:27 +09:00
Jari Sundell
911596d65e
Merge pull request #263 from lotheac/master
...
don't depend on dirent DT_DIR
2016-03-10 03:30:14 +09:00
Jari Sundell
b19cf8b4ff
Merge pull request #317 from jlec/tinfo
...
Try use pkg-config to detect ncurses libraries
2016-03-10 03:21:41 +09:00
Jari Sundell
83d7dc8964
Merge pull request #366 from RecursiveForest/master
...
change *dl_rate() to *down_rate()
2016-03-10 02:51:00 +09:00
Jari Sundell
b89fa31f37
Merge pull request #405 from pyroscope/cmd-ui-current-view
...
added ui.current_view command
2016-03-09 07:07:31 +09:00
pyroscope
30d8379391
added ui.current_view command
2016-03-08 13:25:04 +01:00
Jari Sundell
605819ea6c
Merge pull request #401 from pyroscope/system-env-command
...
Added system.env=NAME command
2016-03-08 19:24:35 +09:00
pyroscope
1f5e4d37d5
added system.env=NAME command
2016-03-05 03:12:35 +01: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
Samantha Baldwin
e1cc736f11
change *dl_rate() to *down_rate()
2015-12-19 01:28:14 -05:00
Jari Sundell
9647749b01
Merge pull request #351 from Micdu70/master
...
Save downloaded stat of each torrent
2015-11-17 08:00:25 +09:00
Micdu70
06db5776ae
Save downloaded stat of each torrent
2015-11-05 18:41:27 +01:00
rakshasa
62cb5a4605
Bumped master to 0.9.6.
2015-09-08 05:12:40 +09:00
rakshasa
d4905d512a
Merge branch 'master' of github.com:rakshasa/rtorrent
2015-08-08 22:29:31 +09:00
Justin Lecher
9ba4d1d92e
Try use pkg-config to detect ncurses libraries
...
Modern ncurses version provide a pkg-config interface, so let's try to
use it first. This also helps when ncurses provides functions inside
libtinfo.so and thus needs to be linked against it as well.
Signed-off-by: Justin Lecher <jlec@gentoo.org >
2015-07-29 09:32:37 +02:00
Tom Englund
1c47bf6162
add support for the XDG base dir spec for rtorrent.rc
2015-06-23 14:14:27 +02:00
Jari Sundell
50d6437792
Merge pull request #291 from RSully/patch-1
...
Add load.raw_start_verbose
2015-05-06 02:23:36 +09:00
Ryan
eb5443bbad
Add load.raw_start_verbose
...
Fixes #289 .
2015-05-04 19:21:25 -04:00
Lauri Tirkkonen
0d1dc8a331
don't depend on dirent DT_DIR
2015-01-03 16:20:57 +02:00
rakshasa
b5f2cfe393
Renamed mincore instrumentation plotter.
2014-11-09 23:12:46 +09:00
rakshasa
7343e33a6a
Added 'log.open_file_pid' and 'log.open_gz_file_pid' commands that appends the pid automatically.
2014-11-04 23:34:51 +09:00
rakshasa
e3cc2c601d
Use a generic function for logging and allow output groups to be appended.
...
log.open_file = "instrumentation_memory.log", "/foo/instrumentation_memory.log", "instrumentation_memory", ...
2014-11-04 22:46:35 +09:00
rakshasa
3cf9cffe68
Moved logging commands to a separate file.
2014-11-04 19:48:55 +09:00
Jari Sundell
cc10161c90
Merge pull request #232 from hkjn/master
...
Also mentions that ^o changes destination dir in -help output, like online docs do
2014-11-04 19:37:22 +09:00
Henrik Jonsson
089fa765b8
Merge branch 'master' of https://github.com/hkjn/rtorrent
2014-09-05 14:49:02 +02:00
Henrik Jonsson
92197d6286
Merge branch 'master' of https://github.com/hkjn/rtorrent
2014-09-05 14:48:57 +02:00
Henrik Jonsson
9937ea27bc
Merge branch 'master' of https://github.com/hkjn/rtorrent
2014-09-05 14:47:20 +02:00
Henrik Jonsson
b5bff0cb9c
Also mentions that ^o changes destination dir in -help output, like http://libtorrent.rakshasa.no/rtorrent/rtorrent.1.html does
2014-09-05 14:47:16 +02:00
Henrik Jonsson
3d166de175
Also mentions that ^o changes destination dir in -help output, like http://libtorrent.rakshasa.no/rtorrent/rtorrent.1.html does
2014-09-04 12:50:47 +02:00
rakshasa
7537a3c2a9
Merge branch 'master' of github.com:rakshasa/rtorrent
2014-07-02 23:11:58 +09:00
rakshasa
81c652292a
Added updated autoconf scripts.
2014-07-02 23:11:14 +09:00
Jari Sundell
f4c312e2c0
Added command name to exception when it is missing '='.
2014-06-24 03:49:15 +09:00
rakshasa
975d001ea7
Merge branch 'pr/127'
2014-06-18 22:06:37 +09:00
Jari Sundell
fe9a4e9714
Updated gitignore.
2014-06-18 03:43:32 +09:00
Jari Sundell
52689695ff
Merge branch 'master' of git://github.com/rakshasa/rtorrent
2014-06-18 02:59:09 +09:00
Jari Sundell
2a19c613c1
Merge pull request #213 from rakshasa/c++11
...
C++11
2014-06-18 00:52:16 +09:00