aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2011-09-03Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan
2011-09-02Bumped version numbers to 0.4.0rc1v0.4.00rc1Gavin Andresen
2011-09-02Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan
Conflicts: src/main.cpp
2011-08-31Fix typo ("you own security")Gavin Andresen
2011-08-31Fixed potential deadlocks in GUI code.Gavin Andresen
Also changed semantics of CWalletTx::GetTxTime(); now always returns the time the transaction was received by this node, not the average block time. And added information about -DDEBUG_LOCKORDER to coding.txt.
2011-08-31Merge pull request #463 from TheBlueMatt/encreadmeJeff Garzik
Encryption readme update and minor rpc.cpp fixes
2011-08-31Wallet encryption part 2: ask passphrase when needed, add menu optionsWladimir J. van der Laan
2011-08-23Wallet encryption part 1: show wallet encryption statusWladimir J. van der Laan
2011-08-23Upgrade dependancies and tweak build process.Matt Corallo
* Upgrade to use miniupnpc 1.6 * Upgrade to wxWidgets 2.9.2 * Upgrade to Bost 1.47 for Win32 Builds
2011-08-11Add specific wallet encryption details to doc/READMEMatt Corallo
2011-08-11Missed a 'password' should be 'passphrase'.Matt Corallo
2011-08-02add attribution for wallet imageWladimir J. van der Laan
2011-07-31address iconsWladimir J. van der Laan
2011-07-18one remove/delete icon is enough and the red minus better matches the add iconWladimir J. van der Laan
2011-07-17show rotating spinner when block download out of date, tick otherwiseWladimir J. van der Laan
2011-07-16add sendmany supportWladimir J. van der Laan
2011-07-15Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan
2011-07-15Merge remote-tracking branch 'satoshi/qtui'Wladimir J. van der Laan
Conflicts (resolved by copying files from remote branch): .gitignore src/cryptopp/cpu.cpp src/cryptopp/cpu.h src/cryptopp/cryptlib.h src/cryptopp/iterhash.h src/cryptopp/misc.h src/cryptopp/secblock.h src/cryptopp/sha.cpp src/cryptopp/sha.h src/cryptopp/smartptr.h src/json/json_spirit_reader.cpp src/json/json_spirit_value.cpp src/json/json_spirit_writer.cpp
2011-07-13doc/README: word wrap into something readableJeff Garzik
2011-07-13Bump version to 0.3.25Jeff Garzik
Yes, we might release as v0.4, but let's just do a simple increment for now.
2011-07-13Add Wallet Encryption section to READMEMatt Corallo
2011-07-08Display a "freshness" indicator instead of nr of blocksWladimir J. van der Laan
2011-07-07Export functionality for transaction listWladimir J. van der Laan
2011-07-05tab reorg phase 1: split main gui into "overview" and "history"Wladimir J. van der Laan
2011-07-05Added a couple minor things to match newer build process.Matt Corallo
This adds the relevent patches which are applied to wx, and updates for cross compiling.
2011-07-02Bump version to 0.3.24.Jeff Garzik
2011-06-30add icons to address book dialog buttonsWladimir J. van der Laan
2011-06-27Add OSX App bundle and correct build instructions to reflect reality.Doug Huff
2011-06-26add icons to "New..." and "Copy to clipboard" buttonsWladimir J. van der Laan
2011-06-25Improve look/usablity of send coins dialogWladimir J. van der Laan
2011-06-18add configure and receive iconWladimir J. van der Laan
2011-06-17add license for md2k7's iconsWladimir J. van der Laan
2011-06-17better icons for confirmationsWladimir J. van der Laan
2011-06-16doc/release-process.txt: minor updatesJeff Garzik
2011-06-15add attribution for iconsWladimir J. van der Laan
2011-06-10Add minimal release process docs.Jeff Garzik
2011-06-05Bump version to 0.3.23.Jeff Garzik
2011-05-27Update to openssl-1.0.0d and enable RPC-SSL on Win32Matt Corallo
2011-05-17doc/README: bump version to 0.3.22v0.3.22rc1Jeff Garzik
2011-05-09Manual merge of jaromil's source tree reorg commit.Jeff Garzik
Conflicts: src/sha256.cpp
2011-04-23directory re-organization (keeps the old build system)Jaromil
there is no internal modification of any file in this commit files are moved into directories according to established standards in sourcecode distribution; these directories contain: src - Files that are used in constructing the executable binaries, but are not installed. doc - Files in HTML and text format that document usage, quirks of the implementation, and contributor checklists. locale - Files that contain human language translation of strings used in the program contrib - Files contributed from distributions or other third party implementing scripts and auxiliary programs
2011-04-20More 0.3.21 release prepv0.3.21rcGavin Andresen
Bump version number in Windows installer file Update READMEs.