rakshasa
1fefc4720b
Forgot to commit changes to how ssl_verify_host/peer parameters are converted.
2014-06-12 22:19:33 +09:00
rakshasa
09f6243c6a
Cleaned up how ssl_verify_host/peer is set.
2014-06-12 22:08:40 +09:00
rakshasa
390328ec97
Merge branch 'master' into pr/190
2014-06-12 21:43:31 +09:00
rakshasa
9548e08935
Removed debugging exceptions.
2014-04-25 17:24:42 +09:00
rakshasa
d9f6f5aef4
Cleaned up CurlStack.
2014-04-18 22:16:24 +09:00
Mike Valentine
24f84214c8
Added config parameter network.http.ssl_verify_host to support certificates.
...
Added config parameter network.http.ssl_verify_host to support certificates
with a mismatched or empty CN. Default is 2 (verify name match). Use 1 to simply
verify the presence of a name or 0 to allow for missing names.
2014-04-12 14:06:22 -04:00
rakshasa
370bae4b98
Removed all dependencies on sigc++.
2013-08-27 00:43:23 +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
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
rakshasa
2c97841e92
Removed unused member variables.
2013-02-26 17:40:41 +09:00
rakshasa
cf77a17399
Cleaned up command wrappers.
2012-05-22 17:19:19 +09:00
rakshasa
fb75510c0f
Allow functions and lists of functions to be passed to view.event_{added,removed}.
2012-05-04 21:31:12 +09:00
rakshasa
8d0f9b3300
Removed old hanshake log signal.
2012-05-04 05:17:11 +09:00
rakshasa
cf1c44ef5b
Removed sigc++ dependency from ConnectionManager.
2012-05-04 04:02:59 +09:00
rakshasa
f373b20c1b
Removed old handshake logging functions.
2012-04-26 21:22:35 +09:00
rakshasa
0a9e03df57
Added logging of options for created torrents.
2012-04-13 20:53:57 +09:00
taylorchu
077288407f
fix build after removing sigc++ for download.cc
2012-04-10 15:42:45 -07:00
rakshasa
36f8e5d349
Use TR1 slots instead of sigc++ for DownloadInfo events.
2012-04-07 03:37:37 +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
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
rakshasa
639af87e53
Use new logging API.
2012-02-21 15:37:50 +09:00
rakshasa
45d2d0bd49
Added type names to events.
2012-02-14 19:37:21 +09:00
rakshasa
d4cbe5294d
Cleaned up formating.
2012-02-14 00:55:19 +09:00
rakshasa
47125b9c38
Moved main thread object to libtorrent.
2012-02-12 21:58:16 +09:00
rakshasa
9ad22ab8ff
Fixed log syntax.
2012-02-12 15:11:26 +09:00
rakshasa
be95b82d29
Potential fix to the issue of torrents remaining closed after final hashing.
2012-01-30 00:29:06 +09:00
Jari Sundell
0626dcf783
C++11 fixes.
2011-12-27 16:45:19 +09:00
Jari Sundell
f51b280cbf
Merge branch 'master' into c++11
2011-12-27 15:50:01 +09:00
Jari Sundell
28634f2c8c
Added slot for poll creation.
2011-12-21 01:54:29 +09:00
Jari Sundell
1fc70a733d
Merge branch 'master' into c++11
...
Conflicts:
src/core/manager.cc
src/thread_base.cc
2011-12-13 19:49:10 +09:00
Jari Sundell
ee859a6137
Removed deprecated PollManager files.
2011-12-12 03:32:36 +09:00
Jari Sundell
4d1f5dce67
Fixed poll arguments.
2011-12-12 02:58:16 +09:00
Jari Sundell
6dfd2fe0cd
Moved polling code to libtorrent.
2011-12-12 01:46:09 +09:00
Jari Sundell
2d8036e3a8
Use new API call.
2011-12-11 17:52:10 +09:00
Jari Sundell
21944b941a
Make sure we don't access freed memory if a download is erased during the erased event.
2011-12-11 12:21:24 +09:00
Jari Sundell
9a9dcb88f7
Merge branch 'master' into c++11
2011-11-26 01:44:52 +09:00
Jari Sundell
6c10f7e05d
Use new Http API.
2011-11-26 01:38:47 +09:00
Jari Sundell
58727fe7fd
Fixed compiler issues with gcc-4.6 c++0x.
2011-11-18 17:28:50 +09:00
Jari Sundell
9507bd82f4
Use a safe slot list callback function.
2011-11-17 10:13:46 +09:00
Jari Sundell
308d91f817
Replaced sigc++ calles for torrent::Http with tr1::bind.
2011-11-17 01:06:52 +09:00
Jari Sundell
00a42357d0
Added 'd.tracker.send_scrape = <seconds_to_request>' command for sending scrape requests to all trackers that support it.
...
Newly inserted downloads send scrape requests after 30 seconds.
2011-11-08 01:03:29 +09:00
Jari Sundell
f4c3758dcd
Added more scrape information to tracker info.
2011-11-08 01:03:20 +09:00
rakshasa
4d313e6353
Updated copyright information.
...
git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@1301 e378c898-3ddf-0310-93e7-cc216c733640
2011-10-09 06:30:14 +00:00
rakshasa
ba09df1afc
Moved the sanity checks for 'd.directory.set' to 'Download::set_root_directory(path)' so that it always gets used.
...
git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@1297 e378c898-3ddf-0310-93e7-cc216c733640
2011-10-04 15:44:00 +00:00
rakshasa
4e3ecc01b2
* Changed tracker logging to use the new logging facilities.
...
git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@1286 e378c898-3ddf-0310-93e7-cc216c733640
2011-09-25 13:25:36 +00:00