Eric Frias
|
a6ca7042da
|
add to/from variant for fc::microseconds
|
2014-06-04 13:51:50 -04:00 |
|
Eric Frias
|
8347a7b7fa
|
Merge branch 'phoenix' of https://github.com/InvictusInnovations/fc into phoenix
|
2014-06-03 19:13:52 -07:00 |
|
Eric Frias
|
d77bdcd3e6
|
Make HTTP headers case insensitive
|
2014-06-03 19:12:53 -07:00 |
|
Eric Frias
|
2690a52fe5
|
Add a function to return the local endpoint of a http server
|
2014-06-03 19:00:22 -04:00 |
|
Daniel Larimer
|
73dd2d68ea
|
fix for mac
|
2014-06-03 11:16:29 -04:00 |
|
Daniel Larimer
|
5a0f996333
|
adding pretty print
|
2014-06-03 11:09:15 -04:00 |
|
vogel76
|
57e1d60257
|
[BW]: [Fix] Looks like OpenSSL_config argument doesn't refer to configuration file path, which can be passed only through environment variable unfortunetly.
|
2014-06-03 17:04:34 +02:00 |
|
vogel76
|
3e4f4b0d4c
|
Merge branch 'phoenix' of https://github.com/InvictusInnovations/fc into phoenix
|
2014-06-03 15:57:05 +02:00 |
|
vogel76
|
608342e6dc
|
[BW]: [Fix] Fixed generation of post build step generating code to copy openssl.cnf file. It didn't work in different environment than Keyhotee project (ie bitshare_toolkit).
|
2014-06-03 15:56:42 +02:00 |
|
Daniel Larimer
|
0cf08f124e
|
Merge branch 'phoenix' of https://github.com/InvictusInnovations/fc into HEAD
|
2014-06-02 21:05:19 -04:00 |
|
Daniel Larimer
|
285913bce0
|
some compilers need more space
|
2014-06-02 21:05:04 -04:00 |
|
Eric Frias
|
2220920126
|
Fix signed bigint conversion (probably never used)
|
2014-06-02 17:19:36 -04:00 |
|
Eric Frias
|
2251d0f241
|
Fix bigint on conversions to and from 64-bit integers on 32-bit platforms
Fixes BitShares/bitshares_toolkit#150
|
2014-06-02 13:32:42 -04:00 |
|
vogel76
|
04f07aa429
|
[BW]: [Fix] Eliminated OpenSSL initialization from CRT init time (which caused random problems on windows7 machines leading the application to silent crash). Right now it is done at first use of fc parts using it. Also added method to setup OpenSSL configuration path to custom one (to avoid using path compiled into OpenSSL at configuration & build time).
|
2014-06-02 17:34:04 +02:00 |
|
Eric Frias
|
9fa6e8a430
|
Separate the 'bind' operation for tcp_sockets from the 'connect_to' operation so we can tell which operation is throwing an exception in client code. convert a few boost exceptions into fc::exceptions.
|
2014-06-01 18:08:10 -04:00 |
|
Daniel Larimer
|
861221098f
|
made ripemd160 string conversion operator explicit
|
2014-05-30 14:29:00 -04:00 |
|
Eric Frias
|
7dde0a705d
|
Add 5 and 6 argument versions of json rpc call functions
|
2014-05-29 15:54:40 -04:00 |
|
Eric Frias
|
07f131336f
|
Convert boost exceptions caught while parsing fc::time_point strings into fc::exception
|
2014-05-29 15:54:39 -04:00 |
|
Daniel Larimer
|
0d1eb8b78c
|
Merge branch 'phoenix' of https://github.com/InvictusInnovations/fc into phoenix
|
2014-05-29 10:54:48 -04:00 |
|
Daniel Larimer
|
ca0b3c7758
|
adding reflect typename to fc::microseconds
|
2014-05-29 10:54:42 -04:00 |
|
dnotestein
|
54c66bbb86
|
Merge branch 'phoenix' of https://github.com/InvictusInnovations/fc into phoenix
Conflicts:
src/crypto/aes.cpp
|
2014-05-27 09:44:54 -04:00 |
|
dnotestein
|
d1c3637a9f
|
Fix variable name (input parameter to function is length of cipher text, not decoded plain text) and function comments (looks like it was some copy/paste error).
|
2014-05-27 09:40:23 -04:00 |
|
Daniel Larimer
|
65361f1fce
|
updated typedefs for clarity
|
2014-05-25 23:12:33 -04:00 |
|
Daniel Larimer
|
ac03a71f3d
|
improve variant cast error reporting
|
2014-05-25 14:18:26 -04:00 |
|
Daniel Larimer
|
9f6b52eac2
|
fix build on OS X
|
2014-05-23 21:54:59 -04:00 |
|
Daniel Larimer
|
f636a9602c
|
Merge branch 'phoenix' of https://github.com/InvictusInnovations/fc into phoenix
|
2014-05-23 21:38:11 -04:00 |
|
Daniel Larimer
|
3eaa6a3f65
|
adding mod to uint128
|
2014-05-23 21:38:05 -04:00 |
|
Eric Frias
|
072eb63b17
|
Disable test from compiling by default
|
2014-05-23 18:09:44 -04:00 |
|
Eric Frias
|
b9050b589d
|
Merge branch 'phoenix' into tcp_rate_limiting
|
2014-05-23 18:04:05 -04:00 |
|
Eric Frias
|
c1ff37889b
|
Add + operator to time_point_sec
|
2014-05-23 18:03:27 -04:00 |
|
Nikolai Mushegian
|
adacbf6d6b
|
Merge pull request #27 from vikramrajkumar/phoenix
Minor cleanup
|
2014-05-23 17:43:16 -04:00 |
|
vogel76
|
7c3767c208
|
[BW]: [NIP] Changes to support shared libraries build on linux and further installationpackage configuration
|
2014-05-23 17:37:20 +02:00 |
|
Daniel Larimer
|
ba45a9b090
|
improve error reporting on std::exceptions
|
2014-05-22 14:56:52 -04:00 |
|
Daniel Larimer
|
ad53bbb961
|
Merge branch 'phoenix' of https://github.com/InvictusInnovations/fc into phoenix
|
2014-05-22 14:25:02 -04:00 |
|
Daniel Larimer
|
9874fc9076
|
adding != operator to fc::microseconds
|
2014-05-22 14:24:31 -04:00 |
|
Vikram Rajkumar
|
7e7f5b763a
|
Merge github.com:vikramrajkumar/fc into phoenix
|
2014-05-22 04:53:28 -04:00 |
|
Vikram Rajkumar
|
9bafe4d64f
|
Remove unnecessary compiler flags to get rid of Clang warning messages
|
2014-05-22 04:52:30 -04:00 |
|
Vikram Rajkumar
|
375aa098eb
|
Merge github.com:vikramrajkumar/fc into phoenix
|
2014-05-22 03:55:45 -04:00 |
|
Vikram Rajkumar
|
c9529c8f87
|
Return synonym "uint160_t" for uint160 typename to not break leveldb upgrade routine
|
2014-05-22 03:52:59 -04:00 |
|
Daniel Larimer
|
e6007b88cd
|
Merge pull request #26 from HackFisher/patch-3
Fix issue #25
|
2014-05-21 09:53:45 -04:00 |
|
Vikram Rajkumar
|
ba4839198a
|
Update .gitignore
|
2014-05-21 03:11:07 -04:00 |
|
Vikram Rajkumar
|
379b0791e3
|
Merge github.com:vikramrajkumar/fc into phoenix
|
2014-05-20 19:03:01 -04:00 |
|
Vikram Rajkumar
|
1eac85e9e6
|
Update .gitignore
|
2014-05-20 19:02:13 -04:00 |
|
Eric Frias
|
5719d28a19
|
Move/rename git revision info compiled into FC to be more self-explanatory
|
2014-05-20 18:02:20 -04:00 |
|
Eric Frias
|
cb6014eecc
|
Remove to_string overload on size_t for win32, it now conflicts with the uint32_t case
|
2014-05-20 17:10:38 -04:00 |
|
Eric Frias
|
d2e2311d72
|
Removed old versions of base-16/58/64 conversion headers from fc/io, they have moved to fc/crypto
|
2014-05-20 17:07:34 -04:00 |
|
Daniel Larimer
|
6b9abdf272
|
adding raw::pack_size() helper
|
2014-05-20 13:42:21 -04:00 |
|
Daniel Larimer
|
b5828dc750
|
adding extra to_string variants
|
2014-05-20 12:31:05 -04:00 |
|
Daniel Larimer
|
17aefe29de
|
using explicit bool operator for optional
|
2014-05-20 11:25:31 -04:00 |
|
HackFisher
|
174096c3ab
|
Fix issue #25
eofbit std exception is replaced by eof_exception, checked in peek(), so no need to throw std exception when encounter EOF.
|
2014-05-20 19:17:19 +08:00 |
|