rakshasa
3e3a84b3a0
Added 'network.listen.backlog{,.set}' commands.
2014-03-23 14:46:10 +01:00
rakshasa
866289b38a
Updated email address.
2014-01-28 23:29:05 +09:00
rakshasa
c9e894982f
Merge branch 'master' of github.com:rakshasa/rtorrent
2013-11-28 01:53:41 +09:00
rakshasa
6b7adfd6bd
Added scripts for gnuplot.
2013-11-28 01:53:20 +09:00
Jari Sundell
fcd1fdb2fe
Merge pull request #164 from artagnon/doc
...
Janitorial documentation work
2013-11-26 09:59:22 -08:00
Ramkumar Ramachandra
a5d92cc940
rtorrent.1.xml: nuke deprecated stop_on_ratio
...
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com >
2013-11-26 23:24:36 +05:30
Ramkumar Ramachandra
9fcef7fbd6
rtorrent.1.xml: nuke a bunch of deprecated on_* functions
...
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com >
2013-11-26 23:24:36 +05:30
Ramkumar Ramachandra
effdc5642d
rtorrent.1.xml: document (max|min)_(uploads|downloads)
...
Only max_uploads was documented previously.
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com >
2013-11-26 23:24:36 +05:30
Ramkumar Ramachandra
fe5439f6a0
rtorrent.1.xml: document set_* functions for throttle
...
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com >
2013-11-26 23:24:36 +05:30
Ramkumar Ramachandra
58fba68aff
rtorrent.1.xml: add more DHT variables
...
Use TODO placeholders for the moment.
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com >
2013-11-26 23:24:36 +05:30
Ramkumar Ramachandra
89dfa3a268
rtorrent.1.xml: clearly demarcate DHT settings
...
DHT stuff is clearly demarcated in the code, so let the manual also
follow along.
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com >
2013-11-26 23:24:36 +05:30
Ramkumar Ramachandra
0d620e77db
rtorrent.1.xml: remove schedule and schedule_remove
...
They were deprecated a long time ago.
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com >
2013-11-26 23:24:36 +05:30
rakshasa
55b826d6cb
Added brackets around configure parameters.
2013-11-22 23:20:50 +09:00
rakshasa
385b342deb
Fixed typo in IPv6 option.
2013-11-22 23:03:00 +09:00
rakshasa
2e9baa1635
Added logging of some ui events.
2013-11-06 23:23:20 +09:00
rakshasa
67236d7757
Fixed an issue with input window.
2013-11-06 23:22:54 +09:00
rakshasa
66edb39863
Added 'log.open_gz_file' option.
2013-08-30 00:09:08 +09:00
rakshasa
00a349f68c
Added slot_call_list.
2013-08-27 23:18:31 +09:00
rakshasa
370bae4b98
Removed all dependencies on sigc++.
2013-08-27 00:43:23 +09:00
rakshasa
323f0df30c
Merge branch 'master' into xirvik
2013-08-26 23:48:23 +09:00
rakshasa
aa93404278
Added subdirs option to suppress warnings.
2013-08-26 23:47:31 +09:00
rakshasa
1e4739c862
Merge branch 'master' into xirvik
2013-08-26 23:17:56 +09:00
rakshasa
aa2f784ae6
Converted sigc::signals to STL.
2013-08-26 23:15:33 +09:00
rakshasa
529eda5aab
Converted sigc++ slots to std::tr1::function.
2013-08-24 00:14:25 +09:00
rakshasa
629ebcbd54
Removed deprecated signals for chunks passed/failed.
2013-08-22 03:48:54 +09:00
rakshasa
d8d7861244
Removed old logging signals.
2013-08-22 03:33:48 +09:00
Jari Sundell
bc4209e380
Merge pull request #128 from skydrome/automake-1.12
...
Fix warning on automake-1.12.4
2013-08-21 07:08:34 -07:00
rakshasa
e36a0d43a4
Added missing <unistd.h> include.
2013-08-21 22:59:54 +09:00
rakshasa
c3ad68156e
Adding test output file gitignore.
2013-08-16 22:11:32 +09:00
rakshasa
6697806185
Use pid and ppid to XOR the seed value for random and rand48.
2013-08-16 16:29:59 +09:00
rakshasa
412a2f79b9
Removed obsolete logging facility.
2013-07-31 23:24:02 +09:00
rakshasa
0bf60679e4
Changed file permissions for log_stats.plot.
2013-07-31 06:17:13 +09:00
rakshasa
0329608f69
Merge remote-tracking branch 'origin/master' into xirvik
2013-06-13 23:08:15 +09:00
skydrome
b113a02584
Fix warning on automake-1.12.4
...
warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
2013-05-09 14:00:09 -04:00
Jorge Israel Peña
49d00285c8
added SA_RESTART to automatically restart system calls interrupted by signals (as was already done by signal()) as well as error checking on sigaction()
2013-04-07 21:21:27 -07:00
Jorge Israel Peña
2cd70f4342
replace signal() call with sigaction() for better portability
...
signal() is known to have portability problems. Some systems such as
old Unix systems and System V employ a behavior in which the signal
disposition is reset to SIG_DFL (default) upon invocation of a signal
handler by the delivery of a signal.
See issue #51 in which Solaris users experience signal-based issues.
Solaris is a system which employs the SIG_DFL reset behavior even in
version 11.1.
See http://docs.oracle.com/cd/E26502_01/html/E29034/signal-3c.html
> If signal() is used, disp is the address of a signal handler, and sig is not SIGILL,
> SIGTRAP, or SIGPWR, the system first sets the signal's disposition to SIG_DFL before
> executing the signal handler.
On Solaris the default signal disposition for SIGUSR1 is to exit the application.
See http://docs.oracle.com/cd/E26502_01/html/E29033/signal.h-3head.html
If I'm correct in assuming this is the problem Solaris users are encountering,
the solution to this (and likely any other portability issues that may arise)
is to use sigaction() which has explicitly defined behavior as per the POSIX standards.
As you can see, it's a pretty drop-in solution. In fact, on some systems such as Linux,
glibc defines signal() as a wrapper around sigaction() to use BSD semantics (i.e. not the
behavior detailed above), which is likely why few others have experienced these problems.
See http://man7.org/linux/man-pages/man2/signal.2.html
2013-04-07 19:41:32 -07:00
rakshasa
7689059dbc
Cleaned up thread code.
2013-04-03 21:16:11 +09:00
rakshasa
3b2a47a6d0
Use thread_base::interrupt for all SIGUSR1 interrupt signals and don't set a handler if it's not supported.
2013-03-03 05:00:31 +09:00
rakshasa
e28692492b
Fixed obsolete macro statements.
2013-02-26 17:44:42 +09:00
rakshasa
2c97841e92
Removed unused member variables.
2013-02-26 17:40:41 +09:00
rakshasa
bb27adcfd3
Merge branch 'master' into xirvik
2012-10-31 17:55:44 +09:00
rakshasa
5e6cb5da04
Merge branch 'master' of github.com:rakshasa/rtorrent
2012-10-24 14:35:59 +09:00
rakshasa
cd029a67c5
Bumped version to 0.9.3.
2012-10-23 22:39:07 +09:00
Jari Sundell
addc323ec8
Merge pull request #89 from ShanaTsunTsunLove/master
...
Typo in rtorrent.rc
2012-09-05 12:14:54 -07:00
Mateusz Kowalczyk
2217b14095
Typo in default rtorrent.rc comment
2012-08-28 12:35:10 +01:00
rakshasa
6a84facae0
Merge branch 'master' of github.com:rakshasa/rtorrent
2012-08-14 17:56:24 +09:00
rakshasa
66a116841a
Removed old options.
2012-08-14 17:55:31 +09:00
rakshasa
bacb6c0f72
Removed unused variables.
2012-07-23 23:54:21 +09:00
Jari Sundell
40fc8bbf80
Merge pull request #79 from nullren/master
...
Restore create_link and delete_link.
2012-07-10 23:21:25 -07:00
nullren
13f672ab4d
using lt_log_print
...
replaced push_log_std with lt_log_print using LOG_TORRENT_WARN.
2012-06-27 00:19:09 -07:00