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.
(1) Use of unsigned port number
(2) Fix of copy pasta error in window isLocal logic
(3) On outgoing connection print endpoint instead of peer.endpoint
(this fixes 0.0.0.0 appearing in log on OSX as not fully initialised)
11 years ago
Gav Wood
f549bb0312
Merge pull request #57 from CodeShark/secp256k1_win64
Manually running yasm from cmake.
11 years ago
Gav Wood
44d7aa8d7e
Avoid unnecessesasry mining messages.
11 years ago
Gav Wood
1c4c161726
Safer syncing of blockchain/txqueue to state.
Linux build fix.
11 years ago
Gav Wood
0a9be840bd
Fixup for bad -mt patch.
11 years ago
Gav Wood
ccd58f9e92
Merge pull request #56 from subtly/develop
update for osx builds
11 years ago
subtly
93852453b1
Merge branch 'up-develop' into develop
11 years ago
Gav Wood
7eda4a4cea
Minor state reporting fix.
11 years ago
subtly
5133522d42
Revert "only log mining message when hash changes"
This reverts commit bed0539d70
.
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
subtly
73bc2f070e
Merge branch 'upstream' into develop
11 years ago
Gav Wood
3d6377c875
Version bump.
Don;t send to same address.
11 years ago
Gav Wood
f300c98c26
Merge branch 'master' of github.com:ethereum/cpp-ethereum
11 years ago
Gav Wood
46543c3b2e
Fix for multiple transactions.
Show transaction nonces.
Fix when sending transactions with data.
11 years ago
Gav Wood
839be6c740
Merge pull request #54 from freizeit/foobar
Corrected license headers (Foobar -> cpp-ethereum)
11 years ago
Gav Wood
b18a42d459
Less verbose.
11 years ago
Gav Wood
978747301b
Version bump.
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
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