Age | Commit message (Expand) | Author | Files | Lines |
2014-10-20 | Apple and BSD don't need malloc.h | Riccardo Spagni | 1 | -1/+5 |
2014-10-15 | removed unecessary mnemonics test | Riccardo Spagni | 1 | -13/+0 |
2014-10-15 | fixed errant > | Riccardo Spagni | 1 | -1/+1 |
2014-10-15 | Merge pull request #178 | Riccardo Spagni | 5 | -101/+319 |
2014-10-15 | Merge pull request #176 | Riccardo Spagni | 9 | -50/+215 |
2014-10-15 | Merge pull request #174 | Riccardo Spagni | 1 | -2/+2 |
2014-10-15 | Merge branch 'moneromooo-monero-memmem' | Riccardo Spagni | 3 | -11/+139 |
2014-10-15 | fixed conflict in tests CMakeLists | Riccardo Spagni | 3 | -11/+139 |
2014-10-13 | Commented most of src/serialization/ going to read up more on variant's and f... | jebes | 5 | -101/+319 |
2014-10-08 | Added unit test. Fails for Japanese for some reason. | Oran Juice | 3 | -5/+173 |
2014-10-07 | Remove iostream header put in during testing | Oran Juice | 1 | -2/+0 |
2014-10-07 | Variable unique prefix lengths for seed | Oran Juice | 7 | -47/+46 |
2014-10-07 | Merge pull request #175 | Riccardo Spagni | 10 | -248/+358 |
2014-10-07 | added hardcoded checkpoint at block 249380 | Riccardo Spagni | 1 | -0/+1 |
2014-10-06 | fixed miniupnpc dynamic target | Riccardo Spagni | 1 | -2/+4 |
2014-10-06 | capitalize Keccak everywhere | David G. Andersen | 1 | -1/+1 |
2014-10-06 | typo fix - cryptonight, not cryptonote | David G. Andersen | 1 | -1/+1 |
2014-10-06 | mingw library tweaks | Riccardo Spagni | 1 | -4/+1 |
2014-10-06 | fix for mingw not playing nicely with libunbound configure, fix for correctly... | Riccardo Spagni | 5 | -16/+27 |
2014-10-06 | need to link with -ldl on Linux when building statically | Riccardo Spagni | 1 | -0/+1 |
2014-10-06 | set the winsock variable differently on Windows | Riccardo Spagni | 1 | -1/+2 |
2014-10-06 | fixed configure_command for libunbound under mingw | Riccardo Spagni | 1 | -1/+1 |
2014-10-06 | turns out mingw does actually produce .a libs and not .dll.a | Riccardo Spagni | 1 | -3/+1 |
2014-10-06 | added bison/yacc static build dependency | Riccardo Spagni | 1 | -1/+1 |
2014-10-06 | quieten CMake when it can't find packages | Riccardo Spagni | 2 | -4/+4 |
2014-10-06 | removed required flags from miniupnp and unbound | Riccardo Spagni | 1 | -2/+2 |
2014-10-06 | enforce static libraries when building statically | Riccardo Spagni | 1 | -0/+8 |
2014-10-06 | Merge pull request #173 | Riccardo Spagni | 1 | -2/+2 |
2014-10-06 | Merge branch 'master' of http://github.com/fluffypony/bitmonero | Riccardo Spagni | 0 | -0/+0 |
2014-10-06 | include openssl in linbunbound static linking, added errors for openssl and e... | Riccardo Spagni | 1 | -3/+14 |
2014-10-06 | reference the correct unbound static lib | Riccardo Spagni | 1 | -4/+3 |
2014-10-06 | added libtool's install command | Riccardo Spagni | 1 | -7/+10 |
2014-10-06 | use the correct CMake variable for static builds | Riccardo Spagni | 3 | -12/+12 |
2014-10-06 | build libunbound correctly | Riccardo Spagni | 1 | -21/+50 |
2014-10-06 | fix missing parentheses | Riccardo Spagni | 1 | -1/+1 |
2014-10-06 | build libunbound from external if no local libunbound or for static builds | Riccardo Spagni | 5 | -232/+270 |
2014-10-06 | added static build dependency instructions to README | Riccardo Spagni | 1 | -1/+12 |
2014-10-06 | include openssl in linbunbound static linking, added errors for openssl and e... | Riccardo Spagni | 1 | -3/+14 |
2014-10-06 | reference the correct unbound static lib | Riccardo Spagni | 1 | -4/+3 |
2014-10-06 | added libtool's install command | Riccardo Spagni | 1 | -7/+10 |
2014-10-06 | Fix comment start for two functions | David G. Andersen | 1 | -2/+2 |
2014-10-06 | use the correct CMake variable for static builds | Riccardo Spagni | 3 | -12/+12 |
2014-10-06 | core_rpc_server: use do while(0) idiom in macros using if | moneromooo-monero | 1 | -2/+2 |
2014-10-06 | tests: add a test for slow_memmem | moneromooo-monero | 2 | -1/+127 |
2014-10-06 | core_rpc_server: fix overreads in slow_memmem | moneromooo-monero | 1 | -8/+10 |
2014-10-06 | build libunbound correctly | Riccardo Spagni | 1 | -21/+50 |
2014-10-06 | fix missing parentheses | Riccardo Spagni | 1 | -1/+1 |
2014-10-06 | build libunbound from external if no local libunbound or for static builds | Riccardo Spagni | 5 | -232/+270 |
2014-10-06 | Merge branch 'master' of http://github.com/fluffypony/bitmonero | Riccardo Spagni | 0 | -0/+0 |
2014-10-06 | added static build dependency instructions to README | Riccardo Spagni | 1 | -1/+12 |
2014-10-06 | Merge pull request #170 | Riccardo Spagni | 1 | -5/+142 |
2014-10-06 | Merge pull request #167 | Riccardo Spagni | 1 | -2/+2 |
2014-10-06 | added static build dependency instructions to README | Riccardo Spagni | 1 | -1/+12 |
2014-10-06 | Merge pull request #171 | Riccardo Spagni | 397 | -23/+199322 |
2014-10-06 | added aabramov's gpg key | Riccardo Spagni | 1 | -0/+31 |
2014-10-06 | minor English wordlist tweaks | Riccardo Spagni | 1 | -23/+23 |
2014-10-05 | another typo fix | David G. Andersen | 1 | -1/+1 |
2014-10-05 | added unbound to external deps | Riccardo Spagni | 394 | -0/+199264 |
2014-10-05 | split mnemonic printout over 3 lines | Riccardo Spagni | 1 | -0/+4 |
2014-10-05 | fix for miniupnpc static compile under Windows | Riccardo Spagni | 1 | -2/+4 |
2014-10-05 | fix typo | David G. Andersen | 1 | -1/+1 |
2014-10-05 | More documentation | David G. Andersen | 1 | -10/+63 |
2014-10-05 | initial doxygen commenting of the CryptoNight proof-of-work code | David G. Andersen | 1 | -1/+85 |
2014-10-05 | added other skipped commit | Riccardo Spagni | 1 | -1/+1 |
2014-10-05 | added skipped commit | Riccardo Spagni | 1 | -0/+1 |
2014-10-05 | Merge branch 'oranjuice' | Riccardo Spagni | 16 | -3464/+9243 |
2014-10-05 | added trim_length to language_base class, added license to langeuage_base | Riccardo Spagni | 5 | -1/+41 |
2014-10-05 | new English word list, trim length of 3, average word size of 6 letters, desi... | Riccardo Spagni | 1 | -1288/+1288 |
2014-10-05 | fixed conflict in CMakeLists | Riccardo Spagni | 16 | -3464/+9203 |
2014-10-05 | Uses new Japanese file. Gives credit to dabura667. English file indentation t... | Oran Juice | 2 | -2096/+2096 |
2014-10-04 | Merge pull request #169 | Riccardo Spagni | 82 | -256/+779 |
2014-10-03 | fixed checkpointing bug | Riccardo Spagni | 1 | -1/+1 |
2014-10-03 | quick hacky fix for broken TXT reads | Riccardo Spagni | 1 | -1/+9 |
2014-10-03 | cleaned up OpenAlias messages in simplewallet | Riccardo Spagni | 1 | -6/+6 |
2014-10-03 | Don't show Old English as an available option | Oran Juice | 9 | -6653/+6653 |
2014-10-03 | MoneroPulse log wording tweaks | Riccardo Spagni | 2 | -4/+5 |
2014-10-02 | fixed signed-unsigned issue from 166 | Thomas Winget | 1 | -2/+2 |
2014-10-03 | boost 1.56 kindly (and officially) patched in msys2 by Alexey Pavlov | Riccardo Spagni | 1 | -3/+2 |
2014-10-02 | forgot to add connection context to log line | Riccardo Spagni | 1 | -1/+1 |
2014-10-02 | moved checkpoint log level | Riccardo Spagni | 1 | -1/+1 |
2014-10-02 | moved file checkpointing log output to log1 | Riccardo Spagni | 1 | -6/+6 |
2014-10-02 | moved non-critical p2p errors to l2 | Riccardo Spagni | 2 | -2/+2 |
2014-10-02 | Had missed const and had to use .at instead of [] | Oran Juice | 1 | -5/+5 |
2014-10-02 | Merge branch 'master' of http://github.com/fluffypony/bitmonero | Riccardo Spagni | 0 | -0/+0 |
2014-10-02 | remove dangling upnp port mappings, updated miniupnpc | Riccardo Spagni | 71 | -221/+728 |
2014-10-02 | fixed unbound static lib on mingw as libunbound.dll.a | Riccardo Spagni | 1 | -1/+5 |
2014-10-02 | remove pthreads, successfully tested on gcc 4.9.1 without pthreads | Riccardo Spagni | 3 | -12/+16 |
2014-10-02 | remove dangling upnp port mappings, updated miniupnpc | Riccardo Spagni | 71 | -221/+728 |
2014-10-02 | Stop copying word list files to build directory | Oran Juice | 1 | -2/+0 |
2014-10-02 | Removed old word list file | Oran Juice | 5 | -9399/+0 |
2014-10-02 | Use reference types on LHS when using language methods | Oran Juice | 9 | -14/+114 |
2014-10-02 | Cut short word lists to 1626 words, added attribution to Electrum, some bug f... | Oran Juice | 8 | -9604/+8511 |
2014-10-02 | Restructured language sources to be singletons | Oran Juice | 13 | -9868/+9791 |
2014-10-02 | Separated word lists to header files | Oran Juice | 6 | -0/+9653 |
2014-10-02 | Merge pull request #165 | Riccardo Spagni | 14 | -97/+425 |
2014-10-02 | fixed unbound static lib on mingw as libunbound.dll.a | Riccardo Spagni | 1 | -1/+5 |
2014-10-02 | remove pthreads, successfully tested on gcc 4.9.1 without pthreads | Riccardo Spagni | 3 | -12/+16 |
2014-10-01 | simplewallet ignoring testnet port in RPC mode | Riccardo Spagni | 1 | -1/+1 |
2014-09-30 | Daemon should now exit on conflicting checkpoints | Thomas Winget | 2 | -0/+13 |
2014-09-30 | various changes to runtime checkpoint updating | Thomas Winget | 7 | -23/+113 |
2014-09-30 | Fixed segfault with checkpoints loading | Thomas Winget | 3 | -2/+10 |
2014-09-30 | DNS checkpoint updating added, and daemon flag to enforce them | Thomas Winget | 7 | -16/+106 |
2014-09-30 | reload checkpoints file every ~hr and print if any fail | Thomas Winget | 11 | -73/+174 |
2014-09-30 | updated DNSResolver/things that use it for DNSSEC | Thomas Winget | 4 | -19/+40 |
2014-09-30 | Adding an identical existing checkpoint should not error | Thomas Winget | 1 | -2/+7 |
2014-09-30 | Added attribution to Electrum for their word-lists | Oran Juice | 4 | -0/+8 |
2014-09-30 | Is forgiving of spelling mistakes beyond the 1st 4 characters. | Oran Juice | 2 | -32/+72 |
2014-09-30 | Change seed message to '25' words from '24' words | Oran Juice | 1 | -2/+2 |
2014-09-30 | Merge pull request #163 | Riccardo Spagni | 4 | -11/+24 |
2014-09-29 | dependencies enforced, send que error message log level moved | Riccardo Spagni | 4 | -11/+24 |
2014-09-28 | Merge with origin/master | Oran Juice | 32 | -95/+1194 |
2014-09-28 | Minor comment changes and code clean-up | Oran Juice | 3 | -5/+5 |
2014-09-28 | Default to new style English seed | Oran Juice | 1 | -1/+1 |
2014-09-28 | Minor code refactor and comment changes | Oran Juice | 1 | -4/+4 |
2014-09-28 | CRC Checksum for word seed. Gives a new 25 word seed with checksum if one wit... | Oran Juice | 3 | -41/+109 |
2014-09-27 | Doxygen comments in | Oran Juice | 4 | -21/+134 |
2014-09-27 | Informs about old style mnemonics from older wallet and provides a new one. C... | Oran Juice | 8 | -6/+7792 |
2014-09-27 | Throw error when word list file is empty and quick bug fix | Oran Juice | 2 | -12/+40 |
2014-09-26 | Supports wallet restoration | Oran Juice | 2 | -19/+45 |
2014-09-25 | Accepts seed language choice from user. | Oran Juice | 4 | -2/+59 |
2014-09-25 | Revert "low risk, potentially varint overflow bug patched thanks to BBR" | Riccardo Spagni | 9 | -85/+14 |
2014-09-24 | Merge pull request #160 from tewinget/remove_ldns_dep | Thomas Winget | 11 | -21/+97 |
2014-09-24 | Remove LDNS dep and fix a bug in libunbound const correctness fix | Thomas Winget | 2 | -4/+4 |
2014-09-24 | Removed ldns dependency | Thomas Winget | 2 | -4/+9 |
2014-09-24 | low risk, potentially varint overflow bug patched thanks to BBR | Riccardo Spagni | 9 | -14/+85 |
2014-09-25 | Merge pull request #159 | Riccardo Spagni | 1 | -5/+19 |
2014-09-24 | libunbound has const correctness issues... | Thomas Winget | 1 | -5/+19 |
2014-09-25 | Added ability to read chechpoint hashes from json file in data folder | Tomer Konforty | 4 | -0/+65 |
2014-09-24 | checkpoint | iamsmooth | 1 | -0/+1 |
2014-09-24 | checkpoint | iamsmooth | 1 | -0/+2 |
2014-09-24 | checkpoints | iamsmooth | 1 | -0/+5 |
2014-09-24 | checkpoint | iamsmooth | 1 | -0/+1 |
2014-09-24 | checkpoints | iamsmooth | 1 | -3/+5 |
2014-09-24 | fixed FreeBSD miniupnpc niggly | Riccardo Spagni | 1 | -1/+14 |
2014-09-24 | never use the baked-in miniupnpc on FreeBSD because explosions | Riccardo Spagni | 2 | -3/+1 |
2014-09-24 | fixed unbound libs in test | Riccardo Spagni | 1 | -7/+7 |
2014-09-24 | redo FindUnbound.cmake | Riccardo Spagni | 3 | -32/+34 |
2014-09-24 | fixed cmake folder | Riccardo Spagni | 3 | -0/+0 |
2014-09-24 | added tomerkon's GPG key, cmake folder fix | Riccardo Spagni | 4 | -0/+30 |
2014-09-24 | Copies word lists directory to the location of the executable | Oran Juice | 4 | -4/+11 |
2014-09-24 | use boost::asio::ip::address because cross-platform plz | Riccardo Spagni | 1 | -96/+27 |
2014-09-24 | temp commit | Thomas Winget | 1 | -15/+42 |
2014-09-23 | Added function to check syntax of URL for DNS lookup | Thomas Winget | 2 | -8/+44 |
2014-09-23 | Fixed artifacts from cherry-picking devel->master | Thomas Winget | 2 | -3/+4 |
2014-09-23 | Fixed CMake search for libunbound | Thomas Winget | 1 | -5/+2 |
2014-09-23 | change to allow (at least a bit) for multiple TXT records | Thomas Winget | 7 | -30/+57 |
2014-09-23 | Simplewallet should now resolve urls to addresses | Thomas Winget | 1 | -2/+53 |
2014-09-23 | Monero addres from DNS TXT record implemented, tests pass | Thomas Winget | 6 | -24/+243 |
2014-09-23 | seed node DNS code updated to use DNSResolver | Thomas Winget | 1 | -41/+111 |
2014-09-23 | Use the loop iterator, previous version of me. | Thomas Winget | 1 | -2/+2 |
2014-09-23 | ipv4 and ipv6 resolution working | Thomas Winget | 5 | -32/+224 |
2014-09-23 | Updated CMake files -- added libunbound linker flag | Thomas Winget | 4 | -11/+71 |
2014-09-23 | Initial commit of DNS code | Thomas Winget | 2 | -0/+141 |
2014-09-23 | added unbound dependencies to readme | Riccardo Spagni | 1 | -3/+3 |
2014-09-23 | updated mingw build instructions | Riccardo Spagni | 1 | -1/+1 |
2014-09-23 | updated mingw build instructions | Riccardo Spagni | 1 | -5/+29 |
2014-09-23 | Duh. Had left word list in commit. | Oran Juice | 1 | -1626/+0 |
2014-09-23 | Check for error after opening word list file | Oran Juice | 2 | -6/+1637 |
2014-09-23 | added oranjuice and tewinget's GPG keys | Riccardo Spagni | 2 | -0/+50 |
2014-09-23 | Added code to separate old word list to raw input file and support for multip... | Oran Juice | 3 | -3273/+1688 |
2014-09-23 | Moved mnemonics code to src/mnemonics | Oran Juice | 5 | -4/+8 |
2014-09-22 | moved msys2 toolchain, boost libs fix | Riccardo Spagni | 3 | -2/+6 |
2014-09-22 | added mikezackles' missing boost function in CMakeLists | Riccardo Spagni | 1 | -0/+15 |
2014-09-21 | fixed miniupnpc static building | Riccardo Spagni | 1 | -1/+1 |
2014-09-15 | turns out we do need -static-libgcc etc. on Linux | Riccardo Spagni | 1 | -1/+1 |
2014-09-15 | Give up on brace initializers in initializer lists (MSVC bug) | Zachary Michaels | 3 | -11/+11 |
2014-09-15 | another fix for CMake empty vars | Riccardo Spagni | 1 | -3/+5 |
2014-09-15 | Prevent CMake choking on empty vars | Riccardo Spagni | 1 | -0/+2 |
2014-09-15 | More robust versioning in CMake, plus comments | Riccardo Spagni | 1 | -13/+62 |
2014-09-15 | explicitly disable LTO for Clang | Riccardo Spagni | 1 | -1/+5 |
2014-09-15 | Fix time_t serialization issue | Zachary Michaels | 3 | -5/+9 |
2014-09-15 | Use LTO by default | Zachary Michaels | 3 | -1/+6 |
2014-09-15 | Move toolchain files | Zachary Michaels | 2 | -0/+0 |
2014-09-15 | Fix march flag for 32-bit build | Zachary Michaels | 1 | -1/+1 |
2014-09-15 | Use unwrapped binutils for msys2 | Zachary Michaels | 2 | -6/+6 |
2014-09-15 | Force CMake to link the runtime statically | Zachary Michaels | 1 | -0/+4 |
2014-09-15 | msys2 32/64-bit toolchains | Zachary Michaels | 2 | -0/+36 |
2014-09-15 | Another preprocessor fix (difficulty.cpp) | Zachary Michaels | 1 | -1/+1 |
2014-09-15 | More preprocessor fixes for slow-hash | Zachary Michaels | 1 | -3/+3 |
2014-09-15 | Correct includes for mingw in slow-hash | Zachary Michaels | 1 | -0/+8 |
2014-09-15 | Change Windows include to windows | Zachary Michaels | 1 | -1/+1 |
2014-09-15 | User setting to turn LTO on and off | Zachary Michaels | 1 | -9/+13 |
2014-09-15 | Remove unnecessary else | Zachary Michaels | 1 | -2/+0 |
2014-09-15 | Hack to add pthread to link libraries on mingw | Zachary Michaels | 1 | -2/+2 |
2014-09-15 | Change to -static gcc flag | Zachary Michaels | 1 | -1/+1 |
2014-09-15 | Set the boost thread api for mingw | Zachary Michaels | 1 | -0/+1 |
2014-09-15 | Hack to allow toolchains to pass flags to mingw | Zachary Michaels | 1 | -1/+1 |
2014-09-15 | Ignore another warning to make mingw happy | Zachary Michaels | 1 | -1/+1 |
2014-09-15 | Remove unused CMake function | Zachary Michaels | 1 | -6/+0 |
2014-09-15 | Default to static linking on both MSVC and MINGW | Zachary Michaels | 1 | -1/+6 |
2014-09-15 | Merge pull request #141v0.8.8.4 | Riccardo Spagni | 1 | -1/+6 |
2014-09-15 | fix CMake for multiplatform versioning | Riccardo Spagni | 1 | -1/+6 |
2014-09-15 | Merge pull request #140 | Riccardo Spagni | 1 | -0/+30 |
2014-09-15 | added mikezackles / Zachary Michaels gpg key | Riccardo Spagni | 1 | -0/+30 |
2014-09-15 | Merge pull request #139 | Riccardo Spagni | 36 | -254/+500 |
2014-09-15 | fixed incorrect version reference | Riccardo Spagni | 1 | -1/+1 |
2014-09-15 | Change testnet prefix | Zachary Michaels | 1 | -2/+2 |
2014-09-15 | Make P2P use the testnet data dir | Zachary Michaels | 1 | -1/+3 |
2014-09-15 | Replace macro with equivalent function call | Zachary Michaels | 1 | -49/+45 |
2014-09-15 | Separate testnet address prefix | Zachary Michaels | 21 | -69/+126 |