aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* cmake: handle private vs. public headersBen Boeckel2014-10-2311-20/+81
* cmake: refactor common code with librariesBen Boeckel2014-10-237-51/+18
* cmake: refactor common code with executablesBen Boeckel2014-10-235-72/+28
* cmake: put each library into its own directoryBen Boeckel2014-10-2311-51/+691
* Merge pull request #182Riccardo Spagni2014-10-231-0/+2
|\
| * miniupnpc static define changeRiccardo Spagni2014-10-071-0/+2
* | 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-158-50/+48
|\ \ \
| * | | Added unit test. Fails for Japanese for some reason.Oran Juice2014-10-082-5/+6
| * | | 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
* | | | | fixed conflict in tests CMakeListsRiccardo Spagni2014-10-151-10/+12
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | core_rpc_server: use do while(0) idiom in macros using ifmoneromooo-monero2014-10-061-2/+2
| * | | | core_rpc_server: fix overreads in slow_memmemmoneromooo-monero2014-10-061-8/+10
| | |/ / | |/| |
* | | | Merge pull request #175Riccardo Spagni2014-10-073-5/+7
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | added hardcoded checkpoint at block 249380Riccardo Spagni2014-10-071-0/+1
| * | fix for mingw not playing nicely with libunbound configure, fix for correctly...Riccardo Spagni2014-10-061-4/+4
| * | use the correct CMake variable for static buildsRiccardo Spagni2014-10-061-4/+4
| * | build libunbound from external if no local libunbound or for static buildsRiccardo Spagni2014-10-061-1/+2
| |/
* / Fix comment start for two functionsDavid G. Andersen2014-10-061-2/+2
|/
* Merge pull request #170Riccardo Spagni2014-10-061-5/+142
|\
| * another typo fixDavid G. Andersen2014-10-051-1/+1
| * fix typoDavid G. Andersen2014-10-051-1/+1
| * More documentationDavid G. Andersen2014-10-051-10/+63
| * initial doxygen commenting of the CryptoNight proof-of-work codeDavid G. Andersen2014-10-051-1/+85
* | Merge pull request #167Riccardo Spagni2014-10-061-2/+2
|\ \
| * | fixed signed-unsigned issue from 166Thomas Winget2014-10-021-2/+2
* | | minor English wordlist tweaksRiccardo Spagni2014-10-061-23/+23
* | | split mnemonic printout over 3 linesRiccardo Spagni2014-10-051-0/+4
| |/ |/|
* | added other skipped commitRiccardo Spagni2014-10-051-1/+1
* | added skipped commitRiccardo Spagni2014-10-051-0/+1
* | added trim_length to language_base class, added license to langeuage_baseRiccardo Spagni2014-10-055-1/+41
* | new English word list, trim length of 3, average word size of 6 letters, desi...Riccardo Spagni2014-10-051-1288/+1288
* | fixed conflict in CMakeListsRiccardo Spagni2014-10-0516-3464/+9203
|\ \
| * | Uses new Japanese file. Gives credit to dabura667. English file indentation t...Oran Juice2014-10-052-2096/+2096
| * | Don't show Old English as an available optionOran Juice2014-10-039-6653/+6653
| * | Had missed const and had to use .at instead of []Oran Juice2014-10-021-5/+5
| * | Stop copying word list files to build directoryOran Juice2014-10-021-2/+0
| * | Removed old word list fileOran Juice2014-10-025-9399/+0
| * | Use reference types on LHS when using language methodsOran Juice2014-10-029-14/+114
| * | Cut short word lists to 1626 words, added attribution to Electrum, some bug f...Oran Juice2014-10-028-9604/+8511
| * | Restructured language sources to be singletonsOran Juice2014-10-0213-9868/+9791
| * | Separated word lists to header filesOran Juice2014-10-026-0/+9653
| * | Added attribution to Electrum for their word-listsOran Juice2014-09-304-0/+8
| * | Is forgiving of spelling mistakes beyond the 1st 4 characters.Oran Juice2014-09-302-32/+72