Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-10-24 | cmake: fix up link lines | Ben Boeckel | 3 | -1/+3 | |
2014-10-24 | cmake: support 2.8.7 | Ben Boeckel | 10 | -12/+12 | |
Older versions of CMake support LINK_{PUBLIC,PRIVATE} while newer versions prefer PUBLIC and PRIVATE instead, but still support the LINK_ prefix. | |||||
2014-10-23 | cmake: fix up miniupnpc's define | Ben Boeckel | 1 | -3/+5 | |
It's only necessary on Windows builds and new versions renamed the define without any compatibility bridge. | |||||
2014-10-23 | cmake: clean up if auto-dereferencing | Ben Boeckel | 1 | -1/+1 | |
CMake will auto-dereference variable names in if statements, so there's no need to dereference them manually. | |||||
2014-10-23 | cmake: handle private vs. public headers | Ben Boeckel | 11 | -20/+81 | |
2014-10-23 | cmake: refactor common code with libraries | Ben Boeckel | 7 | -51/+18 | |
2014-10-23 | cmake: refactor common code with executables | Ben Boeckel | 5 | -72/+28 | |
2014-10-23 | cmake: put each library into its own directory | Ben Boeckel | 11 | -51/+691 | |
This cleans up the CMake code and shows patterns more easily (to be refactored in the next commit). | |||||
2014-10-23 | Merge pull request #182 | Riccardo Spagni | 1 | -0/+2 | |
1795c38 fixed unit tests (Riccardo Spagni) bc537ac miniupnpc static define change (Riccardo Spagni) | |||||
2014-10-15 | fixed errant > | Riccardo Spagni | 1 | -1/+1 | |
2014-10-15 | Merge pull request #178 | Riccardo Spagni | 5 | -101/+319 | |
b032619 Commented most of src/serialization/ going to read up more on variant's and finish off the job/add last touchs next (jebes) | |||||
2014-10-15 | Merge pull request #176 | Riccardo Spagni | 8 | -50/+48 | |
b94b8cd Added unit test. Fails for Japanese for some reason. (Oran Juice) 4c8a628 Remove iostream header put in during testing (Oran Juice) 9875f5b Variable unique prefix lengths for seed (Oran Juice) | |||||
2014-10-15 | Merge pull request #174 | Riccardo Spagni | 1 | -2/+2 | |
28dfb4b capitalize Keccak everywhere (David G. Andersen) ce2ad65 typo fix - cryptonight, not cryptonote (David G. Andersen) | |||||
2014-10-15 | fixed conflict in tests CMakeLists | Riccardo Spagni | 1 | -10/+12 | |
2014-10-13 | Commented most of src/serialization/ going to read up more on variant's and ↵ | jebes | 5 | -101/+319 | |
finish off the job/add last touchs next | |||||
2014-10-08 | Added unit test. Fails for Japanese for some reason. | Oran Juice | 2 | -5/+6 | |
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 | miniupnpc static define change | Riccardo Spagni | 1 | -0/+2 | |
2014-10-07 | Merge pull request #175 | Riccardo Spagni | 3 | -5/+7 | |
b419075 added hardcoded checkpoint at block 249380 (Riccardo Spagni) 7c1d3b5 fixed miniupnpc dynamic target (Riccardo Spagni) 26728d9 mingw library tweaks (Riccardo Spagni) 2cf94c1 fix for mingw not playing nicely with libunbound configure, fix for correctly finding static libs on various operating systems (Riccardo Spagni) b05e27f need to link with -ldl on Linux when building statically (Riccardo Spagni) e55982a set the winsock variable differently on Windows (Riccardo Spagni) 0586a27 fixed configure_command for libunbound under mingw (Riccardo Spagni) f8fd036 turns out mingw does actually produce .a libs and not .dll.a (Riccardo Spagni) 6be3d1d added bison/yacc static build dependency (Riccardo Spagni) 1afba73 quieten CMake when it can't find packages (Riccardo Spagni) 735a017 removed required flags from miniupnp and unbound (Riccardo Spagni) 6b7ac4b enforce static libraries when building statically (Riccardo Spagni) 1d5991e include openssl in linbunbound static linking, added errors for openssl and expat (Riccardo Spagni) 6ef8ae8 reference the correct unbound static lib (Riccardo Spagni) 23cc93c added libtool's install command (Riccardo Spagni) 409e9ba use the correct CMake variable for static builds (Riccardo Spagni) 3a0b00a build libunbound correctly (Riccardo Spagni) 75a616f fix missing parentheses (Riccardo Spagni) 59172ee build libunbound from external if no local libunbound or for static builds (Riccardo Spagni) 1dee71a added static build dependency instructions to README (Riccardo Spagni) ff3a766 added static build dependency instructions to README (Riccardo Spagni) 5829b35 include openssl in linbunbound static linking, added errors for openssl and expat (Riccardo Spagni) c70fa86 reference the correct unbound static lib (Riccardo Spagni) 954a244 added libtool's install command (Riccardo Spagni) fd52015 use the correct CMake variable for static builds (Riccardo Spagni) cc0f6a6 build libunbound correctly (Riccardo Spagni) 8c00098 fix missing parentheses (Riccardo Spagni) cee8747 build libunbound from external if no local libunbound or for static builds (Riccardo Spagni) add1a60 added static build dependency instructions to README (Riccardo Spagni) | |||||
2014-10-07 | added hardcoded checkpoint at block 249380 | Riccardo Spagni | 1 | -0/+1 | |
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 | fix for mingw not playing nicely with libunbound configure, fix for ↵ | Riccardo Spagni | 1 | -4/+4 | |
correctly finding static libs on various operating systems | |||||
2014-10-06 | use the correct CMake variable for static builds | Riccardo Spagni | 1 | -4/+4 | |
2014-10-06 | build libunbound from external if no local libunbound or for static builds | Riccardo Spagni | 1 | -1/+2 | |
2014-10-06 | Fix comment start for two functions | David G. Andersen | 1 | -2/+2 | |
2014-10-06 | core_rpc_server: use do while(0) idiom in macros using if | moneromooo-monero | 1 | -2/+2 | |
2014-10-06 | core_rpc_server: fix overreads in slow_memmem | moneromooo-monero | 1 | -8/+10 | |
It would read data outside the allocated space in a couple cases. | |||||
2014-10-06 | Merge pull request #170 | Riccardo Spagni | 1 | -5/+142 | |
46f26ff another typo fix (David G. Andersen) ac6bc48 fix typo (David G. Andersen) d744dd1 More documentation (David G. Andersen) 4d493f6 initial doxygen commenting of the CryptoNight proof-of-work code (David G. Andersen) | |||||
2014-10-06 | Merge pull request #167 | Riccardo Spagni | 1 | -2/+2 | |
aeaa44f fixed signed-unsigned issue from 166 (Thomas Winget) | |||||
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 | split mnemonic printout over 3 lines | Riccardo Spagni | 1 | -0/+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 | 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, ↵ | Riccardo Spagni | 1 | -1288/+1288 | |
designed to be a bit unusual and thus easier to memorise | |||||
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 ↵ | Oran Juice | 2 | -2096/+2096 | |
tabs to spaces. | |||||
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 | |
Loss of entropy can be discussed at a later time, but is not deemed a significant issue for now. | |||||
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 | Had missed const and had to use .at instead of [] | Oran Juice | 1 | -5/+5 | |
2014-10-02 | remove dangling upnp port mappings, updated miniupnpc | Riccardo Spagni | 1 | -2/+10 | |
2014-10-02 | remove pthreads, successfully tested on gcc 4.9.1 without pthreads | Riccardo Spagni | 1 | -4/+4 | |
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 ↵ | Oran Juice | 8 | -9604/+8511 | |
fixes | |||||
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 | 13 | -88/+407 | |
c0bdd51 Daemon should now exit on conflicting checkpoints (Thomas Winget) f0b4138 various changes to runtime checkpoint updating (Thomas Winget) 7568f89 Fixed segfault with checkpoints loading (Thomas Winget) b261d92 DNS checkpoint updating added, and daemon flag to enforce them (Thomas Winget) 30caebf reload checkpoints file every ~hr and print if any fail (Thomas Winget) 0e14491 updated DNSResolver/things that use it for DNSSEC (Thomas Winget) 6f2c2e1 Adding an identical existing checkpoint should not error (Thomas Winget) | |||||
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 | |
If the "enforce DNS checkpoints" flag is not enabled, it should not exit if DNS checkpoints conflict with the others, but should still print a warning to the user. | |||||
2014-09-30 | various changes to runtime checkpoint updating | Thomas Winget | 7 | -23/+113 | |
json checkpoints will be checked every 10 minutes, dns every 60. json checkpoints always enforced, dns still with flag. conflicting checkpoints is hard fail, but soft if dns enforce flag not set and dns checkpoints are wonky. | |||||
2014-09-30 | Fixed segfault with checkpoints loading | Thomas Winget | 3 | -2/+10 | |
Bounds checking on blockchain_storage' m_blocks.size() when validating against checkpoints. Also moved initial json & DNS checkpoints load to after blockchain init. | |||||
2014-09-30 | DNS checkpoint updating added, and daemon flag to enforce them | Thomas Winget | 7 | -16/+106 | |
The daemon should now check for updated checkpoints from checkpoints.moneropulse.org as well as from the configured json file every ~1hr (and on launch). The daemon now has a flag to enable enforcing these checkpoints (rather than just printing a warning when they fail). TODO: an easily configurable list of DNS servers to check for checkpoints as opposed to the hard-coded "checkpoints.moneropulse.org" | |||||
2014-09-30 | reload checkpoints file every ~hr and print if any fail | Thomas Winget | 10 | -73/+173 | |
also some other minor bug squashing and code formatting | |||||
2014-09-30 | updated DNSResolver/things that use it for DNSSEC | Thomas Winget | 3 | -10/+23 | |
Note: DNSResolver does not yet *use* DNSSEC, but rather this commit is preparation for including DNSSEC validation. The function in src/wallet/wallet2.cpp that uses DNSResolver still needs its parameters updated accordingly. | |||||
2014-09-30 | Adding an identical existing checkpoint should not error | Thomas Winget | 1 | -2/+7 | |
For checkpoints being read at runtime to work correctly, the checkpoint add code needs to not return false if a checkpoint is added that already exists. In this case, instead return false if the checkpoint is for a height that already has a checkpoint and the hashes are different. | |||||
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-28 | Merge with origin/master | Oran Juice | 20 | -58/+700 | |
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 ↵ | Oran Juice | 3 | -41/+109 | |
without checksum is passed. Doxygen comment fix. | |||||
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. ↵ | Oran Juice | 8 | -6/+7792 | |
CMakeLists.txt update. | |||||
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 | 8 | -54/+14 | |
This reverts commit 4e2b2b942daa4206ec44c66e59863670dfe3fde4. | |||||
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 | |
ldns dependency was only still around for constants defined in ldns/rr.h, but those constants are RFC specified DNS constants, and to reduce deps have been replicated in dns_utils.h instead of including ldns/rr.h. | |||||
2014-09-24 | low risk, potentially varint overflow bug patched thanks to BBR | Riccardo Spagni | 8 | -14/+54 | |
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 | redo FindUnbound.cmake | Riccardo Spagni | 1 | -4/+4 | |
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 | |
For now, simply checks for '.' character, but that will be easy to change in the future if necessary/desired. | |||||
2014-09-23 | Fixed artifacts from cherry-picking devel->master | Thomas Winget | 1 | -2/+2 | |
2014-09-23 | change to allow (at least a bit) for multiple TXT records | Thomas Winget | 5 | -23/+40 | |
2014-09-23 | Simplewallet should now resolve urls to addresses | Thomas Winget | 1 | -2/+53 | |
Simplewallet should now do a DNS query on an address if it fails to convert the given string to a binary representation of an address (base58->binary). It will prompt the user, telling of what the "url" passed was, what monero address it translated to, and whether or not DNSSEC validation was a success, and ask for a confirmation that these are all acceptable. | |||||
2014-09-23 | Monero addres from DNS TXT record implemented, tests pass | Thomas Winget | 4 | -24/+102 | |
Still need to deal with DNSSEC and optional fields in the TXT record. | |||||
2014-09-23 | seed node DNS code updated to use DNSResolver | Thomas Winget | 1 | -41/+111 | |
Also implemented rudimentary IPv6 support, but commented it out because it's not widely supported by ISPs for now, and thus is not currently supported by Monero. | |||||
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 | 4 | -32/+159 | |
IPv4 and IPv6 name resolution working. Unit tests written (and passing). net_node.{h,inl} code modified to use DNS seeds. | |||||
2014-09-23 | Updated CMake files -- added libunbound linker flag | Thomas Winget | 1 | -4/+4 | |
CMake config file written, but was unable to test/get it working properly because of a bug in CMake with functions related to find_package. Simple "-lunbound" flag used in its stead for now. May not build on non-Linux systems, not sure yet. | |||||
2014-09-23 | Initial commit of DNS code | Thomas Winget | 2 | -0/+141 | |
2014-09-23 | Check for error after opening word list file | Oran Juice | 1 | -6/+11 | |
2014-09-23 | Added code to separate old word list to raw input file and support for ↵ | Oran Juice | 3 | -3273/+1688 | |
multiple new languages | |||||
2014-09-23 | Moved mnemonics code to src/mnemonics | Oran Juice | 5 | -4/+8 | |
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 | Fix time_t serialization issue | Zachary Michaels | 3 | -5/+9 | |
On 32-bit MinGW-w64, time_t is int32_t. The existing code was serializing time_t directly and implicitly assuming that time_t is int64_t. This commit formalizes that assumption by serializing int64_t directly and casting to time_t where appropriate. Thanks go to greatwolf for reporting this issue. monero-project/bitmonero#88 | |||||
2014-09-15 | Force CMake to link the runtime statically | Zachary Michaels | 1 | -0/+4 | |
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 | |
This needs testing | |||||
2014-09-15 | Change Windows include to windows | Zachary Michaels | 1 | -1/+1 | |
mingw is case sensitive | |||||
2014-09-15 | fix CMake for multiplatform versioning | Riccardo Spagni | 1 | -1/+6 | |
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 | |
Also removed useless bool return | |||||
2014-09-15 | Separate testnet address prefix | Zachary Michaels | 17 | -54/+111 | |
2014-09-15 | Add testnet seed nodes | Zachary Michaels | 1 | -3/+8 | |
2014-09-15 | Create testnet data dir if necessary | Zachary Michaels | 1 | -0/+1 | |
2014-09-15 | Separate testnet default data dir | Zachary Michaels | 5 | -31/+44 | |
2014-09-15 | Add descriptions for RPC command line params | Zachary Michaels | 1 | -3/+9 | |
2014-09-15 | Add testnet genesis tx as output by CN reference | Zachary Michaels | 1 | -1/+1 | |
2014-09-15 | Pass tx and nonce to genesis block constructor | Zachary Michaels | 4 | -27/+42 | |
2014-09-15 | Separate network id for testnet | Zachary Michaels | 2 | -3/+15 | |
2014-09-15 | Separate rpc port for testnet | Zachary Michaels | 5 | -12/+44 | |
2014-09-15 | Separate p2p port for testnet | Zachary Michaels | 2 | -5/+23 | |
2014-09-15 | Reorganize testnet constants | Zachary Michaels | 10 | -71/+46 | |
2014-09-15 | Add testnet constants | Zachary Michaels | 1 | -0/+16 | |
2014-09-15 | Add testnet flag | Zachary Michaels | 13 | -50/+135 | |
Source: cryptonotefoundation | |||||
2014-09-15 | fix logic in tag check, AND -> OR | Riccardo Spagni | 1 | -1/+1 | |
Signed-off-by: Riccardo Spagni <ric@spagni.net> | |||||
2014-09-15 | ignore tag check if we haven't pulled tags | Riccardo Spagni | 1 | -1/+1 | |
Signed-off-by: Riccardo Spagni <ric@spagni.net> | |||||
2014-09-15 | new Makefile target: release-static | Riccardo Spagni | 1 | -1/+1 | |
2014-09-13 | Merge pull request #136 | Riccardo Spagni | 3 | -48/+51 | |
bb2b606 fix incorrect error message (obvious cut and paste bug from upstream) (iamsmooth) 6b77e83 Change wallet to not try to extract tx public key when tx has no outputs (fixes 202612 tx format messages and is otherwise correct) (iamsmooth) 08205f0 output rng fix from boolberry (iamsmooth) | |||||
2014-09-13 | fix incorrect error message (obvious cut and paste bug from upstream) | iamsmooth | 1 | -1/+1 | |
2014-09-13 | Change wallet to not try to extract tx public key when tx has no outputs ↵ | iamsmooth | 1 | -45/+49 | |
(fixes 202612 tx format messages and is otherwise correct) | |||||
2014-09-12 | output rng fix from boolberry | iamsmooth | 1 | -2/+1 | |
2014-09-12 | fixed cmake variable matching | Riccardo Spagni | 1 | -1/+1 | |
2014-09-12 | versioning now includes the commit hash, or -final for tagged releases | Riccardo Spagni | 6 | -18/+31 | |
2014-09-11 | HOW DO I ENGLISH? | jebes | 1 | -1/+1 | |
2014-09-11 | mispelled brief, corrected it | jebes | 2 | -14/+14 | |
2014-09-11 | Merge remote-tracking branch 'upstream/master' | jebes | 11 | -122/+204 | |
2014-09-11 | HOW DO I GIT? | jebes | 1 | -1/+1 | |
2014-09-11 | Documented varint | jebes | 4 | -40/+80 | |
2014-09-11 | added license to CMake | fluffypony | 1 | -0/+30 | |
2014-09-10 | more dynamic miniupnp fixes | fluffypony | 1 | -2/+9 | |
2014-09-10 | miniupnpc includes fixed | fluffypony | 1 | -2/+2 | |
2014-09-10 | miniupnpc changes for freebsd | fluffypony | 1 | -2/+2 | |
2014-09-10 | mmap on FreeBSD doesn't have MAP_HUGETLB | fluffypony | 1 | -1/+1 | |
2014-09-10 | Include sys/time.h on BSD | fluffypony | 1 | -0/+2 | |
2014-09-10 | replace ftime with gettimeofday on FreeBSD because lcompat is stupid | fluffypony | 2 | -4/+32 | |
2014-09-10 | make FreeBSD use -lcompat till we can fix ftime() | fluffypony | 1 | -4/+4 | |
2014-09-09 | commented util.h | jebes | 4 | -44/+86 | |
2014-09-09 | more FreeBSD fixes | fluffypony | 1 | -2/+7 | |
2014-09-09 | malloc.h reference fixed for FreeBSD | fluffypony | 1 | -2/+2 | |
2014-09-09 | FreeBSD alloca.h reference fixed | fluffypony | 2 | -2/+12 | |
2014-09-09 | a few more error messages moved to log level 1 | fluffypony | 2 | -15/+15 | |
2014-09-09 | moved non-critical warnings and errors to log level 1 | fluffypony | 6 | -98/+98 | |
2014-09-07 | build number increase after release | fluffypony | 1 | -1/+1 | |
2014-09-06 | fix checkpoints | iamsmooth | 2 | -4/+7 | |
2014-09-06 | bug fix to checkpoint-on-restore; still fails on 612 | iamsmooth | 1 | -1/+1 | |
2014-09-06 | checkpoints on restore; currently fails on 212 checkpoint | iamsmooth | 2 | -2/+24 | |
2014-09-06 | Fix tree-hash cnt n^2. Asserts, comment. Squash2 | rfree2monero | 1 | -6/+48 | |
2014-09-06 | override for get_block_longhash for block 202612 | Thomas Winget | 1 | -0/+7 | |
2014-09-06 | added double-check for 202612 block id | Thomas Winget | 1 | -1/+13 | |
if a new block has the same block id as 202612 but the wrong blobdata, this will tell the caller that the block id is actually null_hash rather than the 202612 block id. | |||||
2014-09-06 | hex_to_pod needs the destination as an arg, as opposed to it returning the pod | Thomas Winget | 1 | -1/+1 | |
2014-09-06 | Override for block hashing for block 202612 | Thomas Winget | 1 | -0/+10 | |
Since we need to fix tree_hash, but doing so would invalidate the block id for block 202612, this fix should check to see if we're trying to get the block id for 202612 (if its blob hash matches) and return the "old" block id, for backwards compatibility. | |||||
2014-09-02 | fixed OS X malloc.h reference | fluffypony | 1 | -1/+4 | |
2014-08-25 | bumped build number | fluffypony | 1 | -1/+1 | |
2014-08-23 | quick additional patch | fluffypony | 1 | -2/+1 | |
2014-08-23 | quick fee ramp to prevent spam attack | fluffypony | 1 | -3/+4 | |
2014-08-05 | added view_key to wallet RPC command query_key | Jakob Lind | 1 | -0/+4 | |
2014-08-05 | added viewkey command to CLI | Jakob Lind | 2 | -0/+9 | |
2014-08-05 | query_key command in wallet rpc. | Jakob Lind | 3 | -0/+44 | |
only support mnemonic as key_type currently | |||||
2014-08-03 | refactoring. get seed code in wallet2 | Jakob Lind | 3 | -12/+23 | |
2014-08-03 | check its deterministic wallet before printing seed | Jakob Lind | 1 | -3/+19 | |
when running the seed command | |||||
2014-08-03 | remove help text about seed only displayed once | Jakob Lind | 1 | -2/+2 | |
2014-08-03 | added seed command to get deterministic seed. | Jakob Lind | 2 | -0/+12 | |
not yet password protected | |||||
2014-08-03 | restored wallets will have timestamp set to June 8 2014. | Thomas Winget | 1 | -1/+17 | |
2014-08-02 | build number increased in staging | fluffypony | 1 | -1/+1 | |
2014-08-02 | Merge pull request #73 from jakoblind/refresh_height | Riccardo Spagni | 9 | -26/+41 | |
Optional height parameter for wallet refresh | |||||
2014-08-01 | Merge pull request #64 from mikezackles/bytecoin_tx_pool_tmp | Riccardo Spagni | 3 | -95/+82 | |
tx pool fixes, courtesy of Bytecoin | |||||
2014-08-01 | #36 make it compile and work properly | Jakob Lind | 1 | -4/+2 | |
2014-08-01 | #36 simplewallet refresh include optional height param | Jakob Lind | 9 | -22/+39 | |
height param is used optionally in refresh command TODO: This should also be the default behaviour when generating a new wallet. | |||||
2014-07-23 | Merge pull request #70 from fluffypony/master | Riccardo Spagni | 115 | -340/+3335 | |
New readme, license changes | |||||
2014-07-23 | wallet rpc: actually populate the extra while assembling a transaction | Erik Kimmo | 2 | -2/+2 | |
2014-07-23 | License updated to BSD 3-clause | fluffypony | 115 | -340/+3335 | |
2014-07-23 | Changed time_t to uint64_t for serialization | Thomas Winget | 1 | -3/+3 | |
time_t is implementation-, architecture-, and apparently compiler-dependent. As an example, on my machine if I build a 64-bit binary, sizeof(time_t) is 8, but for a 32-bit binary it's 4. uint64_t is therefore much more consistent for serialization, given that RPC calls are potentially made between different machines. | |||||
2014-07-22 | Missed serializing a get_connections RPC response parameter | Thomas Winget | 1 | -0/+1 | |
2014-07-22 | Add get_info command to daemon json rpc | Zachary Michaels | 2 | -0/+26 | |
2014-07-22 | Add get_bulk_payments rpc call | Zachary Michaels | 5 | -5/+81 | |
2014-07-18 | Added get_connections RPC call to daemon | Thomas Winget | 6 | -0/+116 | |