rakshasa
|
8d0f9b3300
|
Removed old hanshake log signal.
|
2012-05-04 05:17:11 +09:00 |
|
rakshasa
|
76ed90f514
|
Removed commented out settings for views.
|
2012-05-04 05:09:21 +09:00 |
|
rakshasa
|
b79dea94b2
|
Wait for disowned http requests to finish to ensure stopped event gets sent to tracker on client shutdown.
|
2012-05-04 04:02:59 +09:00 |
|
rakshasa
|
cf1c44ef5b
|
Removed sigc++ dependency from ConnectionManager.
|
2012-05-04 04:02:59 +09:00 |
|
Jari Sundell
|
9df9183a0c
|
Merge pull request #45 from SineSwiper/master
New rtorrent_fast_resume script
|
2012-04-27 00:41:12 -07:00 |
|
rakshasa
|
f373b20c1b
|
Removed old handshake logging functions.
|
2012-04-26 21:22:35 +09:00 |
|
rakshasa
|
22acdd87c3
|
Print backtrace for internal_error.
|
2012-04-25 22:23:15 +09:00 |
|
rakshasa
|
cca1f21471
|
Added logging of segfault/bus signal and backtrace to LOG_CRITICAL.
|
2012-04-25 21:46:23 +09:00 |
|
rakshasa
|
4dd7582240
|
Bumped version to 0.9.2.
|
2012-04-20 16:03:55 +09:00 |
|
rakshasa
|
03c0a4e18c
|
Allow tilde for 'log.open_file' path.
|
2012-04-18 17:32:12 +09:00 |
|
rakshasa
|
c2b768cd6d
|
Minor updates to choke group documentation.
|
2012-04-18 16:55:30 +09:00 |
|
rakshasa
|
63cf700593
|
Updated documentation for choke groups.
|
2012-04-16 17:06:53 +09:00 |
|
rakshasa
|
17201984a6
|
When 'throttle.max_*.global.*.set' commands are called they will automatically update the libtorrent settings, so it is no longer needed to set the throttle to force this update.
|
2012-04-16 00:40:47 +09:00 |
|
rakshasa
|
0a9e03df57
|
Added logging of options for created torrents.
|
2012-04-13 20:53:57 +09:00 |
|
rakshasa
|
90830dc765
|
Use right function argument for inotify test.
|
2012-04-12 18:44:42 +09:00 |
|
rakshasa
|
d2dd143d2e
|
Added 'throttle.update' to force 'throttle.max_{up,down}loads.global' setting to take effect.
|
2012-04-12 15:29:07 +09:00 |
|
rakshasa
|
b71b44dbd6
|
Merge branch 'master' of github.com:rakshasa/rtorrent
|
2012-04-11 19:27:17 +09:00 |
|
Jari Sundell
|
83294e2198
|
Merge pull request #53 from taylorchu/master
Sigc++ header cleanup.
|
2012-04-11 03:26:45 -07:00 |
|
rakshasa
|
46862e23a9
|
Added ENODEV to "error_number.h".
|
2012-04-11 19:24:24 +09:00 |
|
taylorchu
|
077288407f
|
fix build after removing sigc++ for download.cc
|
2012-04-10 15:42:45 -07:00 |
|
rakshasa
|
3fe1a734ac
|
Differentiate scrape and normal requests in the tracker list.
|
2012-04-10 15:38:41 +09:00 |
|
rakshasa
|
fdc6ee56de
|
Removed sigc++ signal from ConnectionList.
|
2012-04-07 15:06:25 +09:00 |
|
rakshasa
|
36f8e5d349
|
Use TR1 slots instead of sigc++ for DownloadInfo events.
|
2012-04-07 03:37:37 +09:00 |
|
rakshasa
|
5bed4f01ad
|
Added tracker related commands.
|
2012-04-04 02:49:05 +09:00 |
|
rakshasa
|
020de10f38
|
Return hex instead of binary for 'd.chunks_seen'.
|
2012-04-04 02:09:08 +09:00 |
|
rakshasa
|
b28f2ea807
|
Added 'd.chunks_seen', which is limited to 'Download::peers_accounted()' number of peers for optimization reasons.
v0.9.1
|
2012-04-01 02:22:18 +09:00 |
|
rakshasa
|
dc817e24e4
|
Added inotify autoconf script.
|
2012-03-29 22:05:43 +09:00 |
|
rakshasa
|
d1ff1fe77c
|
Solaris compatibility fixes.
|
2012-03-26 23:18:10 +09:00 |
|
SineSwiper
|
47d36c0690
|
Add new version of rtorrent_fast_resume.pl
Add torrent_data script to peek at torrent contents
|
2012-03-25 16:54:02 -04:00 |
|
rakshasa
|
bb75f06c6d
|
Replaced std::placeholders with tr1::placholders.
|
2012-03-21 01:24:35 +09:00 |
|
rakshasa
|
04acc8a0af
|
Converted std::bind calls to tr1::bind.
|
2012-03-21 01:22:25 +09:00 |
|
rakshasa
|
f1cd0f4780
|
Added 'system.api_version', which will be incremented every time the API changes. (sans brainfarts)
|
2012-03-21 00:05:37 +09:00 |
|
rakshasa
|
ece90f975b
|
Initiate worker thread after initializing libtorrent to ensure logging is properly done.
|
2012-03-20 23:52:32 +09:00 |
|
rakshasa
|
2c72c31e1c
|
Since logs are now thread-safe, allow all threads to push log messages. #43
|
2012-03-19 15:33:50 +09:00 |
|
rakshasa
|
64c66c81ae
|
Bumped version to 0.9.1.
|
2012-03-16 18:01:19 +09:00 |
|
rakshasa
|
3ac22e4bc7
|
Bumped default max file size to 128Gb.
|
2012-03-12 21:30:43 +09:00 |
|
rakshasa
|
3d1b0b5971
|
Cleaned up old log code.
|
2012-03-12 20:55:29 +09:00 |
|
rakshasa
|
7e0d5956b5
|
Use new logging buffer for complete log view.
|
2012-03-12 20:41:19 +09:00 |
|
rakshasa
|
a186932c03
|
Use log_buffer for console logs.
|
2012-03-12 04:09:18 +09:00 |
|
Jari Sundell
|
79e9990669
|
Merge pull request #38 from sochotnicky/master
Without this change build will fail when using gold linker
|
2012-03-08 06:20:45 -08:00 |
|
Stanislav Ochotnicky
|
31ba6341cf
|
Fix build with gold linker
This is needed for certain optimization levels with llvm
|
2012-03-08 11:00:57 +01:00 |
|
rakshasa
|
6b71d75c33
|
Test against both libtinfo and libtinfow.
|
2012-02-27 19:54:53 +09:00 |
|
rakshasa
|
4ff2483f07
|
Fixed libtinfow detection.
|
2012-02-27 17:40:08 +09:00 |
|
rakshasa
|
d8f41a28fa
|
Added check to see if libinfow is required by ncursesw.
|
2012-02-27 01:22:47 +09:00 |
|
rakshasa
|
482a9ba09f
|
Used AX_PTHREAD and AX_WITH_CURSES macros.
|
2012-02-24 16:22:17 +09:00 |
|
rakshasa
|
639af87e53
|
Use new logging API.
|
2012-02-21 15:37:50 +09:00 |
|
rakshasa
|
78abb7fed1
|
Reorder libraries for the unit test.
|
2012-02-18 02:21:17 +09:00 |
|
rakshasa
|
1b4d8f9626
|
Removed old thread test code.
|
2012-02-16 15:08:30 +09:00 |
|
rakshasa
|
4bcf7f4f5e
|
Added 'ipv4_filter.dump'.
|
2012-02-15 13:14:57 +09:00 |
|
rakshasa
|
45d2d0bd49
|
Added type names to events.
|
2012-02-14 19:37:21 +09:00 |
|