62 Commits (bf14ab08d10ecd09696ff287dca4f5a57811be91)
 

Author SHA1 Message Date
Lefteris Karapetsas bf14ab08d1 Merge pull request #44 from LefterisJP/reintegrating_changes_from_cppethereum 10 years ago
Lefteris Karapetsas 7cf3fa0398 Attempting to fix no symbols for static lib on MacOSX 10 years ago
Lefteris Karapetsas df1d8c024f Adding ETHASH namespace to some defines 10 years ago
Lefteris Karapetsas c70f3e5692 More const related style fixes 10 years ago
Lefteris Karapetsas 492537b7c4 Miscellaneous style fixes 10 years ago
Lefteris Karapetsas 81fd29ce8c Style fixes in mmap 10 years ago
Lefteris Karapetsas 0f000e36ce Remove unused function 10 years ago
Lefteris Karapetsas bd571d3b2c Styling fixes in io, ethash and internal 10 years ago
Lefteris Karapetsas 568a9a92f7 Merge pull request #38 from LefterisJP/byteswap_h_macosx_fix 10 years ago
Lefteris Karapetsas 0275e7ad11 Style fixes in internal.c/ethash.h 10 years ago
Lefteris Karapetsas 0c08bd7f92 Add tests for ethash callback used in full_compute 10 years ago
Lefteris Karapetsas d2f5c863a0 Properly close HANDLE in mmap for Windows 10 years ago
Lefteris Karapetsas eb7b33db2b Try to appease gcc in travis regarding printf format specifiers 10 years ago
Lefteris Karapetsas e77d3f8555 Use crossplatform uint64_t hex printf specifier 10 years ago
Lefteris Karapetsas 4cb2146fd5 byteswap.h may not exist in some MacOSX versions 10 years ago
Lefteris Karapetsas cdd749e3c6 More windows fixes 10 years ago
Lefteris Karapetsas 473bff75fe Windows fixes 10 years ago
Lefteris Karapetsas f6d4634c75 Move ethash_io_prepare to io.c 10 years ago
Lefteris Karapetsas 0c4e19be7d Adding memory mapped I/O to ethash_full_new 10 years ago
Lefteris Karapetsas 1a0e498afc ethash_io changes for windows 10 years ago
Lefteris Karapetsas fbf7fc5b66 Memoization is done with the DAG filename 10 years ago
Lefteris Karapetsas 7fd1dd36f5 Coding style "adjustment" 10 years ago
Gav Wood 3e025ed423 Merge pull request #30 from LefterisJP/fix_windows_warnings 10 years ago
Lefteris Karapetsas b78853b2d8 Fix msvc compile warnings 10 years ago
Lefteris Karapetsas 20216d8ad8 Fix endian swapping code 10 years ago
Lefteris Karapetsas a66a3c7a27 Remove seed parameter from ethash_full_new() 10 years ago
Lefteris Karapetsas 6554ab655e Add docstring to compute_full_data() 10 years ago
Lefteris Karapetsas 5394bd6834 new api full/light test and get_cache() 10 years ago
Lefteris Karapetsas 1694c558df Keep part of the old API for smoother transition 10 years ago
Lefteris Karapetsas 2a17b25688 ethash_hash() now returns for success or failure 10 years ago
Lefteris Karapetsas 85bf80272f Implementing the API functions and adding docstrings 10 years ago
Lefteris Karapetsas afc1b382d7 Start of new C API implementation 10 years ago
Lefteris Karapetsas 3038852084 Renaming ethash_blockhash_t to ethash_h256_t 10 years ago
Lefteris Karapetsas a738504e67 Fixing the travis build after a rebase 10 years ago
Lefteris Karapetsas 6d244fe69a Use ethash_blockhash_t over the codebase 10 years ago
Lefteris Karapetsas 8e2f9a3ea4 ethash_io tests and bug fixes 10 years ago
Gav Wood 47720ae279 Merge pull request #17 from LefterisJP/windows_fixes 10 years ago
Lefteris Karapetsas 90fe9cdc62 various fixes in the code for the msvc build to work 10 years ago
Gav Wood b63d438d7b Merge branch 'master' of github.com:ethereum/ethash 10 years ago
Lefteris Karapetsas 206bfe29cf Fixing build for msvc 10 years ago
Lefteris Karapetsas 68f20ca817 Recovering lost commit after rebase 10 years ago
Lefteris Karapetsas e4c695f37e Style fixes 10 years ago
Lefteris Karapetsas ab389898bd ethash_io_prepare takes seedhash as an argument 10 years ago
Lefteris Karapetsas 219e8e9825 Correct return value in memofile mismatch 10 years ago
Lefteris Karapetsas 383865e191 ethash_io_write and win32 specific code 10 years ago
Lefteris Karapetsas 43b7db8220 Adding io.h and io_posix.c 10 years ago
chriseth a3a47204a5 Sizes hold values with more than 32 bits and thus should not be size_t. 10 years ago
Tim Hughes d7452447f6 Fixes for OpenCL 1.1 10 years ago
Matthew Wampler-Doty 46ade2d870 Updating data sizes, version bump 10 years ago
Matthew Wampler-Doty 95b19d20fe Bump to latest revision 10 years ago