pbattu123
a76b9ff81c
include fc build optimization changes
2020-02-20 12:19:22 -04:00
pbattu123
1cae4d3481
Revert "Merge pull request #13 from gladcow/feature/GRPH-92"
...
This reverts commit c30f3b7d32 , reversing
changes made to 31e289c53d .
2020-01-06 17:00:41 -04:00
pbattu123
a8ffe6ed3d
Merge branch 'latest-fc' into feature/GRPH-92
2020-01-03 09:33:16 -04:00
gladcow
2343ab74f3
fix compilation errors
2019-09-19 18:21:50 +03:00
Peter Conrad
a94d110b5d
Get rid of some inlines
2019-09-13 14:34:17 +03:00
Abit
33215ffb6e
Merge pull request #21 from pmconrad/variant_fix
...
Variant fix
2019-08-20 11:25:15 +02:00
Peter Conrad
10a857ee78
Merge pull request #20 from abitmore/fix-serialization
...
Fix pack/unpack serialization
2019-08-20 10:58:22 +02:00
pbattu
00efb88ac7
fc changes to support ubuntu-18.04 upgrade
2019-05-21 18:42:14 -03:00
Daniel Larimer
d20b9d049b
start work on udt socket class for fc
2014-06-25 18:34:04 -04:00
Eric Frias
2837892ec0
Upgrade to new version of city_hash library. This version has performance improvements, plus implements a variant with 32-bit output which will quiet some compiler warnings on win32.
2014-05-14 17:11:36 -04:00
Daniel Larimer
09c84c1731
fixes to build under clang++
2014-02-06 03:22:09 -05:00
Nicolas Wack
271781f78c
Fix compilation with clang/libc++
...
The issue was that redeclaring the hash template in the code somehow seems to shadow the declaration that is done in <functional> and <memory> and afterwards the template specialization of the hash function seems to use our redefined template instead of libc++’s one (most likely due to the fact that libc++ uses an inline namespace inside std)
2014-01-19 19:30:42 +01:00
Daniel Larimer
4736e8e666
adding methods to detect multicast and public ip ranges
2013-07-23 01:07:19 -04:00
Daniel Larimer
a0f41aa397
various updates and enhancements to crypto and network code
2013-07-17 02:01:35 -04:00
Daniel Larimer
a1c8138b38
made fc::ip::endpoint sortable
2013-07-15 15:59:12 -04:00
Daniel Larimer
fa98cb6816
adding std::hash to fc::ip::endpoint
2013-07-12 01:21:53 -04:00
Daniel Larimer
59a121d64b
Updating FC with changes from phoenix-int
2013-06-05 15:19:00 -04:00