700 Commits (5b8e26f63d234789f3ed79bb47f8b518c52a433a)

Author SHA1 Message Date
Gav Wood 039710b34f Fix for namespaces on GCC. 11 years ago
Tim Hughes 09731b6e9d Fix bug where a vector was resized invalidating a reference that was subsequently accessed. (Tests now pass on Visual Studio). 11 years ago
Tim Hughes f7ef906b03 All Visual Studio 2013 projects needed to compile command-line Ethereum, Tests and dependencies. 11 years ago
Tim Hughes 21a840e20a Work in progress on Visual Studio 2013 compile fixes. Libethereum compiles again but not sorted out linking dependencies yet. 11 years ago
Tim Hughes 4ab877de5e s/ushort/unsigned short/ since ushort isn't actually defined. 11 years ago
Gav Wood c186d8f4d8 Move to canon ES-1. 11 years ago
Gav Wood 8dc00e8b21 Fixes for contract address states. 11 years ago
Daniel Hams 84b19f0407 Change use of raw new to std::unique_ptr and fix a shutdown race condition discovered using atomics. 11 years ago
Daniel Hams f61ffdef3f Fix up IP port number to be ushort where it is used instead of short. 11 years ago
Daniel Hams 42986e83a2 Little fixes in peer network. 11 years ago
Gav Wood 44d7aa8d7e Avoid unnecessesasry mining messages. 11 years ago
Gav Wood 1c4c161726 Safer syncing of blockchain/txqueue to state. 11 years ago
Gav Wood 0a9be840bd Fixup for bad -mt patch. 11 years ago
Gav Wood 7eda4a4cea Minor state reporting fix. 11 years ago
subtly 5133522d42 Revert "only log mining message when hash changes" 11 years ago
subtly bed0539d70 only log mining message when hash changes 11 years ago
subtly 797b42e247 update boost dep for osx 11 years ago
Gav Wood 46543c3b2e Fix for multiple transactions. 11 years ago
Gav Wood b18a42d459 Less verbose. 11 years ago
Gav Wood cbb32b13fb Peer discovery fix. 11 years ago
Gav Wood 1c7c291d69 Immediate queueing of TXs. 11 years ago
Gav Wood 3278460e72 Mining fix. 11 years ago
Gav Wood 6c7d2c93ca Mining fix. 11 years ago
Gav Wood 28dbbff366 Reduce network packing. 11 years ago
Gav Wood 9f8f2138da Bug fixes and incoming/outgoing packet checking. 11 years ago
Gav Wood 0250d2f696 Fix for initial network-peer state. 11 years ago
Gav Wood 79939dd78d Pending transactions actually are pending transactions, not just all 11 years ago
Muharem Hrnjadovic be65dbc46d Fixed the other occurrence of Foobar 11 years ago
Muharem Hrnjadovic 4bab3c57a5 Corrected license headers (Foobar -> cpp-ethereum) 11 years ago
Gav Wood 9d49915e64 Quick network fix - reduce the max packet sizes. 11 years ago
Gav Wood b9d5602003 Various enhancements for P2P networking. 11 years ago
Gav Wood 8881172703 Back-off from connection after a few retries. 11 years ago
Gav Wood 8be99bd36c Less hangy. 11 years ago
Daniel Hams 0386ad0cb6 Fix formatting issue. 11 years ago
Daniel Hams efa1d6bdc6 Change logging "name" to be class instance thread specific ptr for unified code between Linux/OSX. 11 years ago
Gav Wood bdeaf497b0 Remove some debug output. 11 years ago
subtly 8d1dffeafd cmake-macos remove unused. 11 years ago
subtly 67e63f425d cmake macos, more fixes and cleanup 11 years ago
SharpCoiner e5f2d9db50 Fixed wrong usage of strftime. 11 years ago
Gav Wood 607e380a4b Fixes for Go interop. 11 years ago
Gav Wood 8b53cd1ff4 Exception fix. 11 years ago
Gav Wood 05d99adb9c Null RLP fix. 11 years ago
Gav Wood 660fe8a0d4 Language. 11 years ago
Daniel Hams b7fa15dfae Peer listen port is mandatory in the hello so remove an unnecessary test. 11 years ago
Daniel Hams f91609e247 Populate the peer address and port appropriately during the session creation time. 11 years ago
Gav Wood 995e935311 Fixes for spurious unknown parent blocks. 11 years ago
Eric Lombrozo 6907a75623 cmake can now build to linux and windows. Use -DTARGET_PLATFORM=<linux|w64> 11 years ago
Gav Wood 5399507230 UI statefulness. 11 years ago
Gav Wood e5c059bc3c Mining issue. 11 years ago
Gav Wood c09fd11a2c Better diagnostics. 11 years ago