| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | Add CTxUndo: transaction undo information | Pieter Wuille | 2012-10-20 | 1 | -3/+64 | |
| | * | | | | | | | | | | | Add CCoins: pruned list of transaction outputs | Pieter Wuille | 2012-10-20 | 1 | -1/+233 | |
| | * | | | | | | | | | | | Compact serialization for amounts | Pieter Wuille | 2012-10-20 | 3 | -3/+130 | |
| | * | | | | | | | | | | | Compact serialization for scripts | Pieter Wuille | 2012-10-20 | 5 | -4/+213 | |
| | * | | | | | | | | | | | Compact serialization for variable-length integers | Pieter Wuille | 2012-10-20 | 2 | -1/+138 | |
| | * | | | | | | | | | | | LevelDB glue | Pieter Wuille | 2012-10-20 | 7 | -5/+212 | |
| | * | | | | | | | | | | | Makefile integration of LevelDB | Pieter Wuille | 2012-10-20 | 5 | -0/+72 | |
| | * | | | | | | | | | | | Backport Win32 LevelDB env from C++0x to C++ | Pieter Wuille | 2012-10-20 | 4 | -5/+5 | |
| | * | | | | | | | | | | | Disable libsnappy detection in LevelDB | Pieter Wuille | 2012-10-20 | 1 | -11/+0 | |
| | * | | | | | | | | | | | Leveldb Windows port by Edouard Alligand, adapted for MingW by me. | justmoon | 2012-10-20 | 8 | -33/+1106 | |
| | * | | | | | | | | | | | Import LevelDB 1.5, it will be used for the transaction database. | Mike Hearn | 2012-10-20 | 130 | -4/+25488 | |
| |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge pull request #1880 from sipa/threadimport | Jeff Garzik | 2012-10-20 | 7 | -27/+70 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Move external block import to separate thread | Pieter Wuille | 2012-10-20 | 7 | -27/+70 | |
| | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge pull request #1742 from sipa/canonical | Jeff Garzik | 2012-10-20 | 12 | -62/+245 | |
| |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | Check for canonical public keys and signatures | Pieter Wuille | 2012-09-21 | 12 | -62/+245 | |
| * | | | | | | | | | | | Revert "Merge pull request #1931 from laanwj/2012_10_newicons" | Wladimir J. van der Laan | 2012-10-14 | 10 | -49/+53 | |
| * | | | | | | | | | | | Merge pull request #1931 from laanwj/2012_10_newicons | Wladimir J. van der Laan | 2012-10-14 | 10 | -53/+49 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Changed connect?_16.png to non-GPL one and changed the assets attribution. | xanatos | 2012-10-14 | 6 | -5/+5 | |
| | * | | | | | | | | | | | Changed the spinner to a non-GPL one, added instructions on how to regenerate... | xanatos | 2012-10-14 | 5 | -48/+44 | |
| |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge pull request #1922 from Diapolo/trans_en_master | Wladimir J. van der Laan | 2012-10-12 | 35 | -3908/+3902 | |
| |\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | Bitcoin-Qt: intregrate current translations from Transifex | Philip Kaufmann | 2012-10-12 | 34 | -3892/+3886 | |
| | * | | | | | | | | | | Bitcoin-Qt: update english translation master file | Philip Kaufmann | 2012-10-12 | 1 | -16/+16 | |
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #1921 from laanwj/2012_10_init_useafterfree | Wladimir J. van der Laan | 2012-10-11 | 1 | -6/+6 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Fix a use-after-free problem in initialization (#1920) | Wladimir J. van der Laan | 2012-10-12 | 1 | -6/+6 | |
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #1879 from sipa/fdatasync | Wladimir J. van der Laan | 2012-10-11 | 1 | -0/+4 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Use fdatasync instead of fsync on supported platforms | Pieter Wuille | 2012-10-07 | 1 | -0/+4 | |
| * | | | | | | | | | | | Merge pull request #1913 from sipa/noi2p | Wladimir J. van der Laan | 2012-10-11 | 2 | -41/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Remove I2P support from netbase | Pieter Wuille | 2012-10-07 | 2 | -41/+6 | |
| | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge pull request #1900 from Diapolo/optionsmodel_getters | Wladimir J. van der Laan | 2012-10-11 | 2 | -24/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | move most explicit getters in optionsmodel to header | Philip Kaufmann | 2012-10-02 | 2 | -24/+4 | |
| | | |_|_|_|/ / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #1911 from Diapolo/fix_signed_unsigned | Wladimir J. van der Laan | 2012-10-11 | 2 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | fix wrong (signed/unsigned) printf format specifier in bitcoinrpc.cpp | Philip Kaufmann | 2012-10-05 | 2 | -2/+2 | |
| | | |_|_|/ / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #1901 from laanwj/2012_10_remove_strlcpy | Wladimir J. van der Laan | 2012-10-11 | 7 | -129/+30 | |
| |\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | get rid of strlcpy.h | Wladimir J. van der Laan | 2012-10-07 | 7 | -129/+30 | |
| | | |_|/ / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | 0.7.1 release notesv0.7.1rc1v0.7.1 | Gavin Andresen | 2012-10-09 | 1 | -0/+47 | |
| * | | | | | | | | | | Bump versions for 0.7.1 release | Gavin Andresen | 2012-10-09 | 5 | -8/+8 | |
| * | | | | | | | | | | Fix bad merge, pszDataDir duplication | Gavin Andresen | 2012-10-09 | 1 | -1/+0 | |
| * | | | | | | | | | | Merge branch 'wallet_exceptions' of github.com:gavinandresen/bitcoin-git | Gavin Andresen | 2012-10-09 | 8 | -204/+521 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Don't try to verify a non-existent wallet.dat | Gavin Andresen | 2012-10-08 | 1 | -10/+13 | |
| | * | | | | | | | | | | Handle corrupt wallets gracefully. | Gavin Andresen | 2012-10-08 | 8 | -213/+518 | |
| | * | | | | | | | | | | Handle incompatible BDB environments | Gavin Andresen | 2012-10-08 | 2 | -15/+19 | |
| | | |_|_|_|/ / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge branch 'crash_at_exit' of github.com:gavinandresen/bitcoin-git | Gavin Andresen | 2012-10-09 | 1 | -2/+8 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Avoid crashes at shutdown due to printf() in global destructors. | Gavin Andresen | 2012-10-04 | 1 | -2/+8 | |
| * | | | | | | | | | | | Merge pull request #1915 from Diapolo/Qt5_compat_leftover | Wladimir J. van der Laan | 2012-10-08 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | change Q_WS_MAC -> Q_OS_MAC (Qt5 compatibility) | Philip Kaufmann | 2012-10-07 | 1 | -1/+1 | |
| | | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #1834 from jgarzik/kickblocks | Jeff Garzik | 2012-10-08 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | P2P: Do not request blocks from peers with fewer blocks than us | Jeff Garzik | 2012-09-24 | 1 | -0/+1 | |
| | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Revert "Send 'mempool' P2P command at the start of each P2P session" | Jeff Garzik | 2012-10-08 | 2 | -18/+1 | |
| * | | | | | | | | | | | Merge pull request #1833 from jgarzik/mempool-query | Jeff Garzik | 2012-10-08 | 2 | -1/+18 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Send 'mempool' P2P command at the start of each P2P session | Jeff Garzik | 2012-09-24 | 2 | -1/+18 | |
| | |/ / / / / / / / / / | ||||||