Jay Weisskopf
6c9498147f
Add logos/branding currently found on bitcoin.org into NSIS installer.
14 years ago
Doug Huff
a48c671957
Make mlock() and munlock() portable to systems that require the address to be on a page boundary.
14 years ago
Jeff Garzik
354f2dd094
Merge pull request #392 from laanwj/antimagic
...
Remove another magic number: change threshold for nLockTime to constant
14 years ago
Wladimir J. van der Laan
aa496b75c2
remove magic number: change threshold for nLockTime to constant
14 years ago
Jeff Garzik
f08736405e
Compile 'sv' translation
14 years ago
Jeff Garzik
c05d011fba
Merge pull request #376 from codler/translate
...
Minor translation changes for latest build (Swedish)
14 years ago
Dylan Noblesmith
c1aacf0be3
mlock() all private keys in memory
...
Inline comment and idea come from the encprivkeys branch
by Matt Corallo <matt@bluematt.me>.
14 years ago
Pieter Wuille
acd6501610
Prepare codebase for Encrypted Keys.
14 years ago
Jeff Garzik
e94010b239
Merge pull request #383 from sipa/syncdefault
...
Fix synchronization of default key
14 years ago
Jeff Garzik
bb0d9ce226
Merge pull request #384 from TheBlueMatt/upnp
...
Fix UPnP building, entirely my fault.
14 years ago
Matt Corallo
7ec552676c
Add minversion to wallet.
14 years ago
Matt Corallo
09923991e5
Enable UPnP by default on bitcoin, but not on bitcoind (on gitian)
...
Also fix a minor type in gitian.yml
14 years ago
Matt Corallo
3f0950ea01
Revert "Make UPnP default on Bitcoin but not on Bitcoind."
...
This reverts commit ee1f884229
.
Stupid, stupid me...there is exactly 0 way to convince make to
execute a conditional based on a target-specific variable.
14 years ago
Pieter Wuille
e9f61c8787
Fix synchronization of default key
14 years ago
Gavin Andresen
9390431ce4
Merge pull request #379 from gavinandresen/nocommas
...
Do not use comma as thousands separator
14 years ago
Jeff Garzik
06c903b26c
Merge pull request #380 from TheBlueMatt/buildupdates
...
Added a couple minor things to match newer build process.
14 years ago
Matt Corallo
fa105b1d3a
Added a couple minor things to match newer build process.
...
This adds the relevent patches which are applied to wx,
and updates for cross compiling.
14 years ago
Gavin Andresen
59f9c8e8c9
Do not use comma as thousands separator
...
Using the comma as thousands separator causes problems for parts of the world
where comma == decimal point. Germans sending 0,001 bitcoins are unpleasantly
surprised when that results in 1 BTC getting sent.
14 years ago
Gavin Andresen
d547a44332
Block-chain lock-in at 134444
14 years ago
Han Lin Yap
096a890097
Minor translation changes for latest build
14 years ago
Jeff Garzik
fc27eb188f
Bump OSX version to 0.3.24 (missed in previous commit)
14 years ago
Jeff Garzik
b4b536d782
Bump version to 0.3.24.
14 years ago
Jeff Garzik
a76899624a
Merge branch 'tmp2' into tmp3
14 years ago
Jeff Garzik
1a19fc17b2
Merge pull request #374 from TheBlueMatt/neterror
...
Give more detailed error messages for connection failure.
14 years ago
Matt Corallo
013df1cc3b
Give more detailed error messages for connection failure.
14 years ago
Jeff Garzik
9cd1dfe898
Merge pull request #372 from TheBlueMatt/upnp
...
Make UPnP default on Bitcoin but not on Bitcoind.
14 years ago
Jeff Garzik
cfbcb1de66
Merge pull request #373 from EricJ2190/master
...
Another Visual C++ Makefile Update
14 years ago
Eric Hosmer
58d9badfe2
Add keystore.h to makefile.vs's header list.
14 years ago
Eric Hosmer
12a4af47c2
Further updated Visual C++ makefile.
14 years ago
Matt Corallo
ee1f884229
Make UPnP default on Bitcoin but not on Bitcoind.
...
This is a bit of an ugly hack, but its the only way to do it.
14 years ago
Jeff Garzik
c4286dc6ee
Merge pull request #343 from muggenhor/proper-http-server-rejection
...
rpc server: send '403 Forbidden' to rejected clients
14 years ago
Jeff Garzik
b73ab2d885
Merge pull request #368 from TheBlueMatt/dnsseed
...
Only use dnsseeds when not on testnet.
14 years ago
Jeff Garzik
056d2ad312
Merge pull request #371 from EricJ2190/master
...
Updated Visual C++ Makefile
14 years ago
Jeff Garzik
362efb24c1
Enable DNS seeding by default.
14 years ago
Jeff Garzik
7fbeca05c9
Merge pull request #369 from sipa/limitblocksend
...
Limit size of response to getblocks
14 years ago
Eric Hosmer
f8b5028cd1
Updated Visual C++ makefile.
14 years ago
Matt Corallo
ce8f78a7bb
Only use dnsseeds and static seeds when not on testnet.
14 years ago
Pieter Wuille
4973174534
Limit response to getblocks to half of output buffer size
...
Introduce SendBufferSize() and ReceiveBufferSize(), and limit
the blocks sent as response to the "getblocks" message to
half of the active send buffer size.
14 years ago
Jeff Garzik
44d16327c1
Merge pull request #367 from TheBlueMatt/dnsseed
...
Add new DNSSeed dnsseed.bluematt.me.
14 years ago
Matt Corallo
f03c31db82
Add new DNSSeed dnsseed.bluematt.me.
...
This seed will pull a random set of 20 nodes from the network which
are tested to be online instead of a static list.
14 years ago
Gavin Andresen
20f3f4ac16
Merge pull request #357 from jrmithdobbs/osx-appbundle
...
Add OSX App bundle and correct build instructions to reflect reality.
14 years ago
Gavin Andresen
786bfc3bb7
Merge pull request #361 from spiechu/polish-translation
...
added polish translation
14 years ago
Pieter Wuille
3a3eabb57a
Merge pull request #362 from ius/issue340
...
Fix connection failure debug output
14 years ago
Joerie de Gram
ecd3e728b7
Fix connection failure debug output
14 years ago
Dawid Spiechowicz
3e76df7481
added polish translation
14 years ago
Stéphane Gimenez
4d410cfce9
Fix AddressBook syncrhonization between a CWallet and CWalletDB
...
This problem was reported independently by laanwj in Issue #350 .
14 years ago
Gavin Andresen
8111e27905
Merge pull request #356 from gavinandresen/unitTest
...
Boost unit-testing framework. Thanks to Steve (gasteve in irc) for original code.
14 years ago
Doug Huff
d8dda9de84
Add OSX App bundle and correct build instructions to reflect reality.
14 years ago
Gavin Andresen
8baf865c94
Boost unit-testing framework.
...
make -f makefile.{unix,osx,mingw} test_bitcoin
to compile dumb, do-almost-nothing placeholder unit tests.
14 years ago
Giel van Schijndel
e913574e02
rpc: don't send 403 when using SSL to prevent DoS
...
Signed-off-by: Giel van Schijndel <me@mortis.eu>
14 years ago