Pavel Pimenov
|
7f4c8aaf75
|
Add const peer_request p -> peer_request const& p (#1705)
Add const peer_request p -> peer_request const& p
|
2017-02-14 00:17:02 -05:00 |
Alden Torres
|
4d5ddc90f5
|
fixing sign-conversion warnings, part 14, minor refactor
|
2017-02-10 15:27:49 -05:00 |
Andrei Kurushin
|
5fa48c65da
|
move const data to readonly segment
|
2017-01-09 14:41:44 -05:00 |
Pavel Pimenov
|
ee61d5c308
|
Small optimisation identify_client (#1361)
small optimisation identify_client
|
2016-11-29 01:01:00 -05:00 |
arvidn
|
500bb24dba
|
merged RC_1_1 into master
|
2016-10-26 23:30:58 -04:00 |
Arvid Norberg
|
61af222d92
|
add utility function for generating peer ID fingerprint (#1249)
add utility function for generating peer ID fingerprint
|
2016-10-25 08:03:26 -04:00 |
Arvid Norberg
|
e801d2e6de
|
modernize replace deprecated headers (#897)
|
2016-07-09 23:17:55 -04:00 |
Arvid Norberg
|
770935cd46
|
modernize-use-nullptr (#894)
|
2016-07-09 16:26:26 -04:00 |
Arvid Norberg
|
e8380e1d0b
|
factor out includes from config.hpp into the files actually using it. primarily, printf family of functions, since C++11 version is used now. This removes the need for an snprintf-wrapper on windows (#732)
|
2016-05-17 09:24:06 -04:00 |
Arvid Norberg
|
f856b6bbe3
|
dial up cppcheck (#663)
increase cppcheck coverage and make sure there are no warnings
|
2016-04-30 00:24:45 -04:00 |
Arvid Norberg
|
c557432431
|
attempt to run cppcheck on travis (#644)
run cppcheck on travis
|
2016-04-26 18:09:11 -04:00 |
arvidn
|
1f9f588e75
|
merge copyright year update and changelog from RC_1_0
|
2016-01-17 18:57:46 -05:00 |
arvidn
|
a81ca2391b
|
fix some warnings
|
2015-08-10 20:03:24 -04:00 |
arvidn
|
1c1698459c
|
fix warnings
|
2015-08-08 22:53:11 -04:00 |
Arvid Norberg
|
d43f7b56a2
|
update copyright year
|
2015-06-03 05:18:48 +00:00 |
Arvid Norberg
|
9856a1fe0c
|
break out more tests from test_primitives
|
2015-05-23 01:38:47 +00:00 |
Arvid Norberg
|
3951377d95
|
fix include paths for warning push and pop headers
|
2015-04-21 01:16:28 +00:00 |
Arvid Norberg
|
408232cfc8
|
raise warning level. fix a few of them. filter out warnings from boost
|
2015-04-18 02:33:39 +00:00 |
Arvid Norberg
|
6043e14131
|
remove pch.hpp
|
2014-06-28 23:45:46 +00:00 |
Arvid Norberg
|
2c75acf98f
|
add clients to identify_client
|
2014-06-13 17:34:15 +00:00 |
Arvid Norberg
|
a943fec777
|
update copyright
|
2014-02-23 19:12:25 +00:00 |
Arvid Norberg
|
4e6b1cfbfb
|
update copyright
|
2013-12-25 17:07:16 +00:00 |
Arvid Norberg
|
ddfd485425
|
merged identify client patch from RC_0_16
|
2013-09-26 00:30:14 +00:00 |
Arvid Norberg
|
f93ee1dc06
|
merged identify_client update from RC_0_16
|
2013-02-16 18:29:09 +00:00 |
Arvid Norberg
|
3ddf55a686
|
update identify client
|
2013-01-19 02:25:25 +00:00 |
Arvid Norberg
|
bff648a89e
|
update copyright dates and add tool to do so
|
2012-10-02 03:16:33 +00:00 |
Arvid Norberg
|
fdc25967c2
|
merged string function cleanup from RC_0_16
|
2012-08-26 15:26:17 +00:00 |
Arvid Norberg
|
d441c7eab2
|
recognizes more clients in identify_client()
|
2010-04-28 16:14:27 +00:00 |
Arvid Norberg
|
d341343e35
|
added some clients to identify_client
|
2010-04-16 16:08:39 +00:00 |
Arvid Norberg
|
39dae9e6dc
|
some GCC 2.95 support fixes and some BeOS support
|
2009-11-28 22:41:21 +00:00 |
Arvid Norberg
|
1f5a722b01
|
improved sun studio support (it seems to lack a lot of stl)
|
2009-08-30 07:38:52 +00:00 |
Arvid Norberg
|
ad1e575a6e
|
trim tracker urls and renamed isprint to is_print
|
2009-06-23 01:53:47 +00:00 |
Arvid Norberg
|
91065d7a08
|
added unit tests for identify_client. replaced iostream for rendering. renamed 'Deluge Torrent' -> 'Deluge'
|
2009-04-12 18:46:07 +00:00 |
Arvid Norberg
|
afd04635e9
|
replaced std::isdigit with is_digit, to avoid asserts on windows and locale dependency. Fixes #484
|
2009-02-18 06:01:24 +00:00 |
Arvid Norberg
|
3cdf9c87a8
|
fixed build errors on Solaris
|
2009-01-27 08:24:48 +00:00 |
Arvid Norberg
|
de9286a760
|
replace std::isdigit() to avoid asserts on windows
|
2009-01-11 20:40:43 +00:00 |
Arvid Norberg
|
ae60562caf
|
fix isprint() build issue with msvc
|
2008-08-24 08:41:48 +00:00 |
Arvid Norberg
|
5a922dd3ef
|
replaced std::isprint with one that is not dependent on locale. Fixes #384
|
2008-08-21 13:41:27 +00:00 |
Arvid Norberg
|
679b1ff675
|
added LeechCraft to identify client
|
2008-08-10 20:18:18 +00:00 |
cg25
|
ff3e80c42f
|
Removed svn:executable property from {c,h}pp files in branches/RC_0_13 and
trunk.
|
2008-06-25 14:15:21 +00:00 |
Arvid Norberg
|
4585264706
|
added Miro to the identifiable clients
|
2007-11-22 02:29:44 +00:00 |
Arvid Norberg
|
966800cd5b
|
replaced the assert macro to TORRENT_ASSERT instead of hi-jacking assert.
|
2007-10-05 00:30:00 +00:00 |
Arvid Norberg
|
6885361466
|
refactored identify_client
|
2007-08-24 02:11:41 +00:00 |
Arvid Norberg
|
bf39ba7d72
|
added clients to identify_client
|
2007-08-23 19:10:43 +00:00 |
Arvid Norberg
|
35b99dbae7
|
changed identify client to say uTorrent instead of MicroTorrent
|
2007-07-02 16:47:32 +00:00 |
Arvid Norberg
|
97db7e009d
|
updated identify client
|
2007-05-30 09:52:36 +00:00 |
Arvid Norberg
|
b386aa23e9
|
DHT bugfix, more logging and less frequent private key generation. Fixed typo in identify_client
|
2007-05-14 17:49:36 +00:00 |
Arvid Norberg
|
e79817cfc5
|
cleanup and added another known peer-id
|
2007-05-14 12:02:57 +00:00 |
Arvid Norberg
|
0720a96ac2
|
added new knoen peer-ids
|
2007-05-14 11:32:12 +00:00 |
Arvid Norberg
|
65d7e5d63e
|
added BitRocket to known clients
|
2007-04-24 17:30:15 +00:00 |