aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #406 from muggenhor/warning-fixesJeff Garzik2011-07-132-2/+3
|\ \
| * | fix warning: control reaches end of non-void function [-Wreturn-type]Giel van Schijndel2011-07-131-0/+1
| * | fix warning: variable ‘nMinDepth’ set but not used [-Wunused-but-set-vari...Giel van Schijndel2011-07-131-2/+2
* | | Merge pull request #405 from sipa/syncdefaultJeff Garzik2011-07-131-0/+3
|\ \ \ | |/ / |/| |
| * | Bugfix: add autogenerated addresses to address bookPieter Wuille2011-07-131-0/+3
* | | Fix makefile.linux-mingwMatt Corallo2011-07-131-1/+1
|/ /
* | Bump version to 0.3.25Jeff Garzik2011-07-131-1/+1
* | Update CWallet::LoadWallet for proper return type.Jeff Garzik2011-07-133-5/+6
* | fix warning: unused function 'SigIllHandlerSSE2' [-Wunused-function]Giel van Schijndel2011-07-131-1/+1
* | fix warning: unused variable 'X' [-Wunused-variable]Giel van Schijndel2011-07-134-7/+1
* | fix warning: X enumeration values not handled in switch [-Wswitch-enum]Giel van Schijndel2011-07-131-0/+2
* | fix warning: comparison of unsigned expression < 0 is always false [-Wtautolo...Giel van Schijndel2011-07-132-2/+2
* | fix warnings: using the result of an assignment as a condition without parent...Giel van Schijndel2011-07-131-3/+5
* | fix warnings: expression result unused [-Wunused-value]Giel van Schijndel2011-07-134-6/+6
* | fix warning on 64bit systems: cast to pointer from integer of different size ...Giel van Schijndel2011-07-131-1/+1
* | Update makefile.linux-mingw to work with crypter and UPnP fix.Matt Corallo2011-07-121-17/+12
* | Merge pull request #381 from TheBlueMatt/nminversionJeff Garzik2011-07-124-9/+32
|\ \
| * | Add minversion to wallet.Matt Corallo2011-07-054-9/+32
* | | Merge pull request #352 from TheBlueMatt/newencJeff Garzik2011-07-1222-160/+1520
|\ \ \
| * | | 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 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-133-2/+10
| * | | 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-1318-169/+1169
| * | | 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
| | |/ | |/|
* / | remove magic number: change threshold for nLockTime to constantWladimir J. van der Laan2011-07-092-2/+4
|/ /
* | Merge pull request #383 from sipa/syncdefaultv0.3.24rc3Jeff Garzik2011-07-053-11/+16
|\ \
| * | Fix synchronization of default keyPieter Wuille2011-07-053-11/+16
| |/
* / 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
* | Added a couple minor things to match newer build process.Matt Corallo2011-07-052-0/+116
|/
* Block-chain lock-in at 134444Gavin Andresen2011-07-031-4/+5
* Bump version to 0.3.24.Jeff Garzik2011-07-021-1/+1
* 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