aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Add logos/branding currently found on bitcoin.org into NSIS installer.Jay Weisskopf2011-07-113-0/+5
| |/ / / / / /
* | | | | | | Merge pull request #352 from TheBlueMatt/newencJeff Garzik2011-07-1224-160/+1588
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Make an invalid addrIncoming so that old clients crash.Matt Corallo2011-07-134-4/+15
| * | | | | | Use DB Transactions when encrypting wallet.Matt Corallo2011-07-132-6/+29
| * | | | | | Do not use obsolete CPrivKey for passing keys aroundPieter Wuille2011-07-134-30/+12
| * | | | | | Add Wallet Encryption section to READMEMatt Corallo2011-07-131-0/+38
| * | | | | | Add the walletlock RPC method to lock the wallet manually.Matt Corallo2011-07-131-0/+25
| * | | | | | Dynamically remove/insert the Options for encryption in the menus.Matt Corallo2011-07-134-4/+12
| * | | | | | Push unlocked_until in getinfo.Matt Corallo2011-07-131-12/+15
| * | | | | | Set the number of SHA512 rounds based on the speed of the computer.Matt Corallo2011-07-131-0/+26
| * | | | | | Add wallet privkey encryption.Matt Corallo2011-07-1319-169/+1199
| * | | | | | Make mlock() and munlock() portable to systems that require the address to be...Doug Huff2011-07-101-0/+12
| * | | | | | mlock() all private keys in memoryDylan Noblesmith2011-07-081-1/+26
| * | | | | | Prepare codebase for Encrypted Keys.Pieter Wuille2011-07-089-29/+274
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #392 from laanwj/antimagicJeff Garzik2011-07-092-2/+4
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | remove magic number: change threshold for nLockTime to constantWladimir J. van der Laan2011-07-092-2/+4
|/ / / / /
* | | | | Compile 'sv' translationv0.3.24Jeff Garzik2011-07-081-0/+0
* | | | | Merge pull request #376 from codler/translateJeff Garzik2011-07-081-239/+234
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Minor translation changes for latest buildHan Lin Yap2011-07-031-239/+234
* | | | | Merge pull request #383 from sipa/syncdefaultv0.3.24rc3Jeff Garzik2011-07-053-11/+16
|\ \ \ \ \
| * | | | | Fix synchronization of default keyPieter Wuille2011-07-053-11/+16
| | |/ / / | |/| | |
* | | | | Merge pull request #384 from TheBlueMatt/upnpJeff Garzik2011-07-055-41/+25
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Enable UPnP by default on bitcoin, but not on bitcoind (on gitian)Matt Corallo2011-07-052-3/+5
| * | | | Revert "Make UPnP default on Bitcoin but not on Bitcoind."Matt Corallo2011-07-053-38/+20
|/ / / /
* | | | Merge pull request #379 from gavinandresen/nocommasv0.3.24rc2Gavin Andresen2011-07-041-7/+0
|\ \ \ \
| * | | | Do not use comma as thousands separatorGavin Andresen2011-07-041-7/+0
* | | | | Merge pull request #380 from TheBlueMatt/buildupdatesJeff Garzik2011-07-048-2/+311
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Added a couple minor things to match newer build process.Matt Corallo2011-07-058-2/+311
|/ / / /
* | | | Block-chain lock-in at 134444Gavin Andresen2011-07-031-4/+5
* | | | Bump OSX version to 0.3.24 (missed in previous commit)v0.3.24rc1Jeff Garzik2011-07-021-2/+2
* | | | Bump version to 0.3.24.Jeff Garzik2011-07-024-6/+6
* | | | Merge branch 'tmp2' into tmp3Jeff Garzik2011-07-024-16/+45
|\ \ \ \
| * | | | Fix AddressBook syncrhonization between a CWallet and CWalletDBStéphane Gimenez2011-06-274-16/+45
* | | | | Merge pull request #374 from TheBlueMatt/neterrorJeff Garzik2011-07-021-1/+5
|\ \ \ \ \
| * | | | | Give more detailed error messages for connection failure.Matt Corallo2011-07-021-1/+5
* | | | | | Merge pull request #372 from TheBlueMatt/upnpJeff Garzik2011-07-013-20/+38
|\ \ \ \ \ \
| * | | | | | Make UPnP default on Bitcoin but not on Bitcoind.Matt Corallo2011-07-023-20/+38
| |/ / / / /
* | | | | | Merge pull request #373 from EricJ2190/masterJeff Garzik2011-07-011-1/+11
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add keystore.h to makefile.vs's header list.Eric Hosmer2011-07-011-1/+1
| * | | | | Further updated Visual C++ makefile.Eric Hosmer2011-07-011-1/+11
* | | | | | Merge pull request #343 from muggenhor/proper-http-server-rejectionJeff Garzik2011-07-011-1/+7
|\ \ \ \ \ \
| * | | | | | rpc: don't send 403 when using SSL to prevent DoSGiel van Schijndel2011-06-261-1/+3
| * | | | | | rpc server: send '403 Forbidden' to rejected clientsGiel van Schijndel2011-06-261-1/+5
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #368 from TheBlueMatt/dnsseedJeff Garzik2011-07-011-10/+13
|\ \ \ \ \ \
| * | | | | | Only use dnsseeds and static seeds when not on testnet.Matt Corallo2011-07-011-10/+13
* | | | | | | Merge pull request #371 from EricJ2190/masterJeff Garzik2011-07-011-8/+24
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Updated Visual C++ makefile.Eric Hosmer2011-07-011-8/+24
| |/ / / / /
* | | | | | Enable DNS seeding by default.Jeff Garzik2011-07-011-1/+3
* | | | | | Merge pull request #369 from sipa/limitblocksendJeff Garzik2011-07-013-5/+11
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Limit response to getblocks to half of output buffer sizePieter Wuille2011-07-013-5/+11
|/ / / / /