summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | per kb feesThomas Winget2014-11-063-3/+22
|/ /
* | Merge pull request #182Riccardo Spagni2014-10-237-34/+46
|\ \
| * | fixed unit testsRiccardo Spagni2014-10-085-34/+42
| * | miniupnpc static define changeRiccardo Spagni2014-10-072-0/+4
* | | Apple and BSD don't need malloc.hRiccardo Spagni2014-10-201-1/+5
| |/ |/|
* | removed unecessary mnemonics testRiccardo Spagni2014-10-151-13/+0
* | fixed errant >Riccardo Spagni2014-10-151-1/+1
* | Merge pull request #178Riccardo Spagni2014-10-155-97/+315
|\ \
| * | Commented most of src/serialization/ going to read up more on variant's and f...jebes2014-10-135-97/+315
* | | Merge pull request #176Riccardo Spagni2014-10-159-50/+215
|\ \ \
| * | | Added unit test. Fails for Japanese for some reason.Oran Juice2014-10-083-5/+173
| * | | Remove iostream header put in during testingOran Juice2014-10-071-2/+0
| * | | Variable unique prefix lengths for seedOran Juice2014-10-077-47/+46
* | | | Merge pull request #174Riccardo Spagni2014-10-151-2/+2
|\ \ \ \
| * | | | capitalize Keccak everywhereDavid G. Andersen2014-10-061-1/+1
| * | | | typo fix - cryptonight, not cryptonoteDavid G. Andersen2014-10-061-1/+1
* | | | | Merge branch 'moneromooo-monero-memmem'Riccardo Spagni2014-10-153-11/+139
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | fixed conflict in tests CMakeListsRiccardo Spagni2014-10-153-11/+139
|/| | | |
| * | | | core_rpc_server: use do while(0) idiom in macros using ifmoneromooo-monero2014-10-061-2/+2
| * | | | tests: add a test for slow_memmemmoneromooo-monero2014-10-062-1/+127
| * | | | core_rpc_server: fix overreads in slow_memmemmoneromooo-monero2014-10-061-8/+10
| | |/ / | |/| |
* | | | Merge pull request #175Riccardo Spagni2014-10-0710-248/+358
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | added hardcoded checkpoint at block 249380Riccardo Spagni2014-10-071-0/+1
| * | fixed miniupnpc dynamic targetRiccardo Spagni2014-10-061-2/+4
| * | mingw library tweaksRiccardo Spagni2014-10-061-4/+1
| * | fix for mingw not playing nicely with libunbound configure, fix for correctly...Riccardo Spagni2014-10-065-16/+27
| * | need to link with -ldl on Linux when building staticallyRiccardo Spagni2014-10-061-0/+1
| * | set the winsock variable differently on WindowsRiccardo Spagni2014-10-061-1/+2
| * | fixed configure_command for libunbound under mingwRiccardo Spagni2014-10-061-1/+1
| * | turns out mingw does actually produce .a libs and not .dll.aRiccardo Spagni2014-10-061-3/+1
| * | added bison/yacc static build dependencyRiccardo Spagni2014-10-061-1/+1
| * | quieten CMake when it can't find packagesRiccardo Spagni2014-10-062-4/+4
| * | removed required flags from miniupnp and unboundRiccardo Spagni2014-10-061-2/+2
| * | enforce static libraries when building staticallyRiccardo Spagni2014-10-061-0/+8
| * | Merge branch 'master' of http://github.com/fluffypony/bitmoneroRiccardo Spagni2014-10-060-0/+0
| |\ \
| | * | include openssl in linbunbound static linking, added errors for openssl and e...Riccardo Spagni2014-10-061-3/+14
| | * | reference the correct unbound static libRiccardo Spagni2014-10-061-4/+3
| | * | added libtool's install commandRiccardo Spagni2014-10-061-7/+10
| | * | use the correct CMake variable for static buildsRiccardo Spagni2014-10-063-12/+12
| | * | build libunbound correctlyRiccardo Spagni2014-10-061-21/+50
| | * | fix missing parenthesesRiccardo Spagni2014-10-061-1/+1
| | * | build libunbound from external if no local libunbound or for static buildsRiccardo Spagni2014-10-065-232/+270
| | * | Merge branch 'master' of http://github.com/fluffypony/bitmoneroRiccardo Spagni2014-10-060-0/+0
| | |\ \
| | | * | added static build dependency instructions to READMERiccardo Spagni2014-10-061-1/+12
| | * | | added static build dependency instructions to READMERiccardo Spagni2014-10-061-1/+12
| | | |/ | | |/|
| * | | include openssl in linbunbound static linking, added errors for openssl and e...Riccardo Spagni2014-10-061-3/+14
| * | | reference the correct unbound static libRiccardo Spagni2014-10-061-4/+3
| * | | added libtool's install commandRiccardo Spagni2014-10-061-7/+10
| * | | use the correct CMake variable for static buildsRiccardo Spagni2014-10-063-12/+12
| * | | build libunbound correctlyRiccardo Spagni2014-10-061-21/+50