Gav Wood
28dbbff366
Reduce network packing.
11 years ago
Eric Lombrozo
4e82e7f272
Manually running yasm from cmake.
11 years ago
Gav Wood
bce9015dbe
Headless build flag.
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
known transactions.
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
17500147ca
Version bump.
11 years ago
Gav Wood
b9d5602003
Various enhancements for P2P networking.
11 years ago
Gav Wood
31b9e84eec
Merge pull request #53 from danielhams/osxthreadlocal
Change logging "name" to be class instance thread specific ptr.
11 years ago
subtly
60d2b970f5
merge. update cmake.
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
Gav Wood
685f8bb55d
Merge pull request #52 from subtly/master
bug: send wei not using selected address
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
subtly
bb323bd822
bug: send wei not using selected address
11 years ago
Gav Wood
bdeaf497b0
Remove some debug output.
Make hash construction safer.
11 years ago
Gav Wood
9af0f143fe
more cmake fixes.
11 years ago
Gav Wood
b59b0ac0e4
Fix type in cmake.
11 years ago
Gav Wood
6ca7f5426f
Merge pull request #36 from subtly/master
macos app bundle
11 years ago
subtly
8d1dffeafd
cmake-macos remove unused.
11 years ago
subtly
67e63f425d
cmake macos, more fixes and cleanup
11 years ago
subtly
42792e6db3
merge of windows and osx build support
11 years ago
subtly
ae1e33f039
Merge branch 'poc-2'
Conflicts:
alethzero/CMakeLists.txt
11 years ago
Gav Wood
8888556a58
Merge pull request #45 from SharpCoiner/master
Fixed wrong usage of strftime.
11 years ago
SharpCoiner
e5f2d9db50
Fixed wrong usage of strftime.
Fixed nasty symbols in alethzero messages.
The buf length of 9 was too short, there are locales like "HH:MM::SS PM",
and who knows what else.
Increased buffer to 24, and check for the failure condition.
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
9711914117
Merge branch 'balance-address-secret' of https://github.com/caktux/cpp-ethereum into caktux-balance-address-secret
Conflicts:
eth/main.cpp
11 years ago
Gav Wood
06af9a8dbc
Merge branch 'master' of github.com:ethereum/cpp-ethereum
11 years ago
Gav Wood
660fe8a0d4
Language.
11 years ago
Gav Wood
5b34345464
Merge pull request #37 from danielhams/peerportfixes
Peer Address And Port Fixes
11 years ago
Gav Wood
71527deee9
Help and version and setting client name.
11 years ago
Daniel Hams
b7fa15dfae
Peer listen port is mandatory in the hello so remove an unnecessary test.
11 years ago
Vincent Gariepy
d932e65050
Use endl instead of \n
11 years ago
Daniel Hams
f91609e247
Populate the peer address and port appropriately during the session creation time.
In addition, this patch will check both outgoing and incoming peers to determine
if they are in the V4 private address range and skip them.
Peer sessions that do not set a listen port are not propagated via the GetPeers functionality.
11 years ago
Gav Wood
0130003550
Bump version.
11 years ago
Gav Wood
8c5dbd2403
BMore accurate system description.
11 years ago
Gav Wood
d9520726ae
Minor Windows fix.
11 years ago
Gav Wood
1abbb43f83
CMake build fixes.
11 years ago
Gav Wood
2c30ea7e89
Merge branch 'master' of github.com:ethereum/cpp-ethereum
11 years ago
Gav Wood
b16c1b2e09
Merge pull request #39 from CodeShark/cmake_merge
cmake can now build to linux and windows. Use -DTARGET_PLATFORM=<linux|w64>
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
Vincent Gariepy
b7c567f57d
Add balance, address and secret commands in CLI client
11 years ago
Gav Wood
d4c166e55e
Minor GUI fix.
11 years ago