Commit Graph
100 Commits
Author SHA1 Message Date
Riccardo Spagni 99945a5c47 dependencies enforced, send que error message log level moved 2014-09-29 20:13:15 +02:00
Riccardo Spagni 59a8366bb1 Revert "low risk, potentially varint overflow bug patched thanks to BBR"
This reverts commit 4e2b2b942d.
2014-09-25 08:24:42 +02:00
Riccardo SpagniandThomas Winget 4e2b2b942d low risk, potentially varint overflow bug patched thanks to BBR 2014-09-24 22:17:33 -04:00
Riccardo Spagni 5cd77a9f0b Merge pull request #159
7383574 libunbound has const correctness issues... (Thomas Winget)
2014-09-25 02:17:58 +02:00
Riccardo Spagni dda5a03146 fixed FreeBSD miniupnpc niggly 2014-09-24 21:23:23 +02:00
Riccardo Spagni 524eae58cc never use the baked-in miniupnpc on FreeBSD because explosions 2014-09-24 20:57:09 +02:00
Riccardo Spagni f93de2f553 fixed unbound libs in test 2014-09-24 20:42:54 +02:00
Riccardo Spagni bff1f9d4c4 redo FindUnbound.cmake 2014-09-24 20:38:24 +02:00
Riccardo Spagni 71f4b10b15 fixed cmake folder 2014-09-24 20:09:30 +02:00
Riccardo Spagni 777d1ac930 added tomerkon's GPG key, cmake folder fix 2014-09-24 20:08:50 +02:00
Riccardo Spagni d1a7f699c6 use boost::asio::ip::address because cross-platform plz 2014-09-24 14:45:54 +02:00
Riccardo Spagni 564a9f4cb5 added unbound dependencies to readme 2014-09-23 22:57:42 +02:00
Riccardo Spagni fffca2b1e4 updated mingw build instructions 2014-09-23 18:18:23 +02:00
Riccardo Spagni 869f79e5b6 updated mingw build instructions 2014-09-23 18:15:59 +02:00
Riccardo Spagni 8bf4b75e27 added oranjuice and tewinget's GPG keys 2014-09-23 15:23:40 +02:00
Riccardo Spagni b5d51e30d9 moved msys2 toolchain, boost libs fix 2014-09-22 12:30:53 +02:00
Riccardo Spagni ca569549ec added mikezackles' missing boost function in CMakeLists 2014-09-22 12:09:46 +02:00
Riccardo Spagni d34f681ed6 fixed miniupnpc static building 2014-09-21 02:23:28 +02:00
Riccardo Spagni 0e21944b97 turns out we do need -static-libgcc etc. on Linux 2014-09-15 23:17:24 +02:00
Riccardo Spagni ffe7bf8c1c another fix for CMake empty vars 2014-09-15 23:07:47 +02:00
Riccardo Spagni de442fb9ad Prevent CMake choking on empty vars 2014-09-15 23:04:58 +02:00
Riccardo Spagni 070ff889d2 More robust versioning in CMake, plus comments 2014-09-15 23:01:50 +02:00
Riccardo Spagni d8257fb67b explicitly disable LTO for Clang 2014-09-15 22:47:26 +02:00
Riccardo Spagni f3271e8f12 Merge pull request #141
b92a8b5 fix CMake for multiplatform versioning (Riccardo Spagni)
2014-09-15 20:18:40 +02:00
Riccardo Spagni b92a8b53e0 fix CMake for multiplatform versioning 2014-09-15 20:15:26 +02:00
Riccardo Spagni d0069112a3 Merge pull request #140
0214524 added mikezackles / Zachary Michaels gpg key (Riccardo Spagni)
2014-09-15 17:08:56 +02:00
Riccardo Spagni 0214524166 added mikezackles / Zachary Michaels gpg key 2014-09-15 16:56:54 +02:00
Riccardo Spagni 83276bf92d Merge pull request #139
72a80f6 fixed incorrect version reference (Riccardo Spagni)
95a2701 Change testnet prefix (Zachary Michaels)
120c84d Make P2P use the testnet data dir (Zachary Michaels)
2352565 Replace macro with equivalent function call (Zachary Michaels)
d033087 Separate testnet address prefix (Zachary Michaels)
ee1bacc Add testnet seed nodes (Zachary Michaels)
4a6eb0a Create testnet data dir if necessary (Zachary Michaels)
018e251 Separate testnet default data dir (Zachary Michaels)
3ef7f33 Add descriptions for RPC command line params (Zachary Michaels)
1e38a02 Add testnet genesis tx as output by CN reference (Zachary Michaels)
96eed84 Pass tx and nonce to genesis block constructor (Zachary Michaels)
257077a Separate network id for testnet (Zachary Michaels)
658b669 Separate rpc port for testnet (Zachary Michaels)
98ed9a4 Separate p2p port for testnet (Zachary Michaels)
fb4146f Reorganize testnet constants (Zachary Michaels)
79862ad Add testnet constants (Zachary Michaels)
07470fd Add testnet flag (Zachary Michaels)
32004a7 increase ABSTRACT_SERVER_SEND_QUE_MAX_COUNT to a more sane value (Riccardo Spagni)
2c0a87f additional README info on static builds and FreeBSD (Riccardo Spagni)
2014-09-15 16:46:21 +02:00
Riccardo Spagni 72a80f6213 fixed incorrect version reference 2014-09-15 15:58:22 +02:00
Riccardo Spagni 32004a756c increase ABSTRACT_SERVER_SEND_QUE_MAX_COUNT to a more sane value 2014-09-15 15:49:26 +02:00
Riccardo Spagni 2c0a87f2ac additional README info on static builds and FreeBSD 2014-09-15 15:49:26 +02:00
Riccardo Spagni fdae09754e increase ABSTRACT_SERVER_SEND_QUE_MAX_COUNT to a more sane value 2014-09-15 15:41:07 +02:00
Riccardo Spagni 700b72c709 additional README info on static builds and FreeBSD 2014-09-15 15:41:07 +02:00
Riccardo Spagni 51011ed960 fix logic in tag check, AND -> OR
Signed-off-by: Riccardo Spagni <ric@spagni.net>
2014-09-15 08:24:32 +02:00
Riccardo Spagni 3129d51eb4 ignore tag check if we haven't pulled tags
Signed-off-by: Riccardo Spagni <ric@spagni.net>
2014-09-15 08:22:52 +02:00
Riccardo Spagni f2937d15bd Merge branch 'master' of http://github.com/fluffypony/bitmonero 2014-09-15 08:18:34 +02:00
Riccardo Spagni d97191d4f9 new Makefile target: release-static 2014-09-15 08:18:11 +02:00
Riccardo Spagni 8afbed4027 new Makefile target: release-static 2014-09-15 08:13:26 +02:00
Riccardo Spagni 5a3ce8a7dc FreeBSD static linking fixes 2014-09-15 08:08:03 +02:00
Riccardo Spagni 566d194c41 Merge branch 'master' of http://github.com/fluffypony/bitmonero 2014-09-14 14:13:09 +02:00
Riccardo Spagni 9e2ac5308a add gpg pubkeys to start enforcing signed commits 2014-09-14 14:12:53 +02:00
Riccardo Spagni 9c56b38b16 Merge pull request #136
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 10:24:39 +02:00
Riccardo Spagni 12c1b0922a add gpg pubkeys to start enforcing signed commits 2014-09-13 10:03:31 +02:00
Riccardo Spagni 63f60b1777 Merge pull request #133 from fluffypony/master
fixed cmake variable matching
2014-09-12 13:30:14 +02:00
Riccardo Spagni 570b90eb43 fixed cmake variable matching 2014-09-12 13:27:30 +02:00
Riccardo Spagni e7c52d94c0 Merge pull request #132 from fluffypony/master
versioning now includes the commit hash, or -final for tagged releases
2014-09-12 13:18:12 +02:00
Riccardo Spagni aab57ba9cc Merge branch 'master' of http://github.com/fluffypony/bitmonero
Conflicts:
	src/daemon/daemon.cpp
2014-09-12 13:16:29 +02:00
Riccardo Spagni 8334ce0b24 versioning now includes the commit hash, or -final for tagged releases 2014-09-12 13:12:43 +02:00
Riccardo Spagni 446a7ddc49 always check git diff 2014-09-12 13:12:43 +02:00
Riccardo Spagni ffaa78700c Merge pull request #129 from Jebes/master
Added documentation to varint.h and util.h
2014-09-12 13:12:07 +02:00
Riccardo Spagni 14b3b6ea02 versioning now includes the commit hash, or -final for tagged releases 2014-09-12 13:06:51 +02:00
Riccardo Spagni dd51b03d87 always check git diff 2014-09-12 00:40:25 +02:00
Riccardo Spagni 8779a6da39 Merge pull request #128 from fluffypony/master
fixed UPNP_LIBRARIES scope
2014-09-11 13:30:24 +02:00
fluffypony b35c1e2491 fixed UPNP_LIBRARIES scope 2014-09-11 13:28:49 +02:00
Riccardo Spagni 6a70de32bf Merge pull request #127 from fluffypony/master
FreeBSD compatibility and default log level changes
2014-09-11 12:00:30 +02:00
fluffypony a40d5c1847 cpu affinity fixes in performance tests for FreeBSD 2014-09-11 11:42:59 +02:00
fluffypony afc61dda45 gtest patches for FreeBSD 2014-09-11 10:02:24 +02:00
fluffypony 3217ed39ae fixed upnp libs in tests cmake 2014-09-11 08:28:28 +02:00
fluffypony d21cf293e1 added license to CMake 2014-09-11 08:25:07 +02:00
fluffypony 36c7ea9f77 more CMake tweaks to allow detection on OS X 2014-09-11 08:22:49 +02:00
fluffypony 8d8b47e69f more dynamic miniupnp fixes 2014-09-10 20:01:30 +02:00
fluffypony 59c0423eae miniupnpc includes fixed 2014-09-10 18:22:20 +02:00
fluffypony 7d01dad8f4 use external miniupnpc if available 2014-09-10 18:14:57 +02:00
fluffypony 81490d2aea miniupnpc changes for freebsd 2014-09-10 14:19:42 +02:00
fluffypony ccb2ab2b7b mmap on FreeBSD doesn't have MAP_HUGETLB 2014-09-10 14:01:39 +02:00
fluffypony 110f110181 Include sys/time.h on BSD 2014-09-10 13:58:43 +02:00
fluffypony a8d043b6dd replace ftime with gettimeofday on FreeBSD because lcompat is stupid 2014-09-10 13:55:39 +02:00
fluffypony 0e343ecfdf make FreeBSD use -lcompat till we can fix ftime() 2014-09-10 13:25:34 +02:00
fluffypony 266c639f4f more FreeBSD fixes 2014-09-09 14:49:13 +02:00
fluffypony e1d31e0a8b malloc.h reference fixed for FreeBSD 2014-09-09 14:07:57 +02:00
fluffypony 5a65991480 exclude local miniupnpc for FreeBSD, install from ports instead 2014-09-09 14:03:42 +02:00
fluffypony 6afbdd9754 FreeBSD alloca.h reference fixed 2014-09-09 12:37:19 +02:00
fluffypony 4ba680f294 a few more error messages moved to log level 1 2014-09-09 12:28:16 +02:00
fluffypony cf5a8b1d6c moved non-critical warnings and errors to log level 1 2014-09-09 11:32:00 +02:00
Riccardo Spagni bf972c40fc Merge pull request #123 from fluffypony/master
build number increase after release
2014-09-07 08:38:54 +02:00
fluffypony 4290c78160 build number increase after release 2014-09-07 08:33:41 +02:00
Riccardo Spagni 3c2b74215b Merge pull request #121 from fluffypony/master
Fix tree_hash, patch for bad block 202612
2014-09-06 21:57:37 +02:00
Riccardo Spagni 1d6372cccf Merge pull request #112 from fluffypony/master
fixed OS X malloc.h reference
2014-09-02 12:20:15 +02:00
fluffypony f8025cada9 fixed OS X malloc.h reference 2014-09-02 12:08:27 +02:00
Riccardo Spagni 0c9e3ea913 Merge pull request #109 from fluffypony/master
readme -> markdown
2014-08-30 08:59:54 +02:00
fluffypony 8e122401c9 readme -> markdown 2014-08-30 08:58:01 +02:00
fluffypony 6f04cdbd07 bumped build number 2014-08-25 18:54:48 +02:00
Riccardo Spagni 1b8a68f6c1 Merge pull request #104 from fluffypony/master
Fees temporarily bumped to 0.1 XMR per tx to prevent spam attack
2014-08-23 23:12:39 +02:00
fluffypony 1829966fea quick additional patch 2014-08-23 22:43:13 +02:00
fluffypony db69298b95 quick fee ramp to prevent spam attack 2014-08-23 22:21:18 +02:00
Riccardo Spagni 43c013a57f Merge pull request #86 from jakoblind/seed
Query view key and seed
2014-08-05 09:43:39 +02:00
Riccardo Spagni de6200736d Merge pull request #77 from fluffypony/master
build number increased in staging
2014-08-02 17:17:01 +02:00
fluffypony 9228dbf1e9 build number increased in staging 2014-08-02 17:15:46 +02:00
Riccardo Spagni ba99a86333 Merge pull request #73 from jakoblind/refresh_height
Optional height parameter for wallet refresh
2014-08-02 11:13:26 +02:00
Riccardo Spagni d1b0ee7ecd Merge pull request #64 from mikezackles/bytecoin_tx_pool_tmp
tx pool fixes, courtesy of Bytecoin
2014-08-01 17:31:15 +02:00
Riccardo Spagni 7869667799 Merge pull request #72 from fluffypony/master
move modified epee code to new classes, revert license
2014-07-25 18:47:41 +02:00
fluffypony 32f9d2b783 move modified epee code to new classes, revert license 2014-07-25 18:29:08 +02:00
Riccardo Spagni e70b57cdfb Merge pull request #71 from Jojatekok/master
Added a build script for Windows
2014-07-24 11:25:50 +02:00
Riccardo Spagni 0a87cb0b33 Merge pull request #70 from fluffypony/master
New readme, license changes
2014-07-23 18:26:06 +02:00
Riccardo Spagni eb8de58230 Merge pull request #69 from ekimmo/monero/master
wallet rpc: actually populate the extra while assembling a transaction
2014-07-23 17:47:48 +02:00
fluffypony 6fc995fe5d License updated to BSD 3-clause 2014-07-23 15:03:52 +02:00
fluffypony 003b1f909d New README 2014-07-23 13:50:29 +02:00
fluffypony 3bc16dc0e6 proper tx_pool handling from CryptoZoidberg / BBR 2014-06-15 09:48:13 +02:00
fluffypony 8e0f20f771 added new seed nodes 2014-06-10 17:29:37 +02:00
fluffypony 240fce29d8 removed continue issue 2014-06-06 19:06:28 +02:00