remove transparency effect and windows-specific code for now, it's not working as...
[novacoin.git] / src /
2011-09-11 Wladimir J. van... remove transparency effect and windows-specific code...
2011-09-11 p2kSome Mac OS X specific things
2011-09-11 Wladimir J. van... clarify function signature (GetNumBlocksOfPeers) and...
2011-09-11 Janne PulkkinenThe synchronization progress bar now compares the amoun...
2011-09-07 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-09-07 Wladimir J. van... fix the build (moved code use 'this' instead of 'window')
2011-09-07 Janne PulkkinenPull request #21: windows fixes/cleanup by Matoking
2011-09-07 Gavin AndresenFix AddAddress cs_mapaddresses/db transaction deadlock
2011-09-06 Jeff GarzikRevert "Define MSG_NOSIGNAL to 0 on platforms where...
2011-09-06 Venkatesh SrinivasDefine MSG_NOSIGNAL to 0 on platforms where it is unava...
2011-09-06 Gavin AndresenMerge pull request #491 from gavinandresen/manytxfix
2011-09-05 Gavin AndresenOptimize database writes for transactions with lots...
2011-09-03 Wladimir J. van... (k)ubuntu 10.04+ notification support (based on @zwierz...
2011-09-03 Luke DashjrSupport for boost filesystem version 3
2011-09-03 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-09-02 Gavin AndresenBumped version numbers to 0.4.0rc1
2011-09-02 Gavin AndresenVersions 0.3.20 THROUGH 0.3.23 have trouble with blockc...
2011-09-02 Gavin AndresenStay connected to seed nodes; disconnecting causes...
2011-09-02 Wladimir J. van... bitcoin-qt cannot be used as command line rpc client
2011-09-02 Wladimir J. van... update to work with new lock system, add protocol....
2011-09-02 Gavin AndresenIf compiled -DDEBUG_LOCKORDER and run with -debug,...
2011-09-02 Gavin AndresenDo not try to download blockchain from 0.3.23 nodes
2011-09-02 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-09-02 Gavin AndresenGive hard-coded seed nodes a random last-seen time...
2011-09-02 Daniel FolkinshteynUpdate the list of seednodes.
2011-09-01 Gavin AndresenFix bad merge: getaccountaddress was broken for new...
2011-09-01 Gavin AndresenFixed regression I introduced: wallets with lots of...
2011-09-01 Gavin AndresenMerge pull request #467 from gavinandresen/keypoolzero
2011-09-01 Gavin AndresenMerge branch 'code-cleanup' of git://github.com/muggenh...
2011-09-01 Gavin Andresenobtain cs_wallet mutex to protect vchDefaultKey
2011-09-01 Gavin AndresenFix RPC call name in error message.
2011-09-01 Gavin AndresenLogic running with -keypool=0 was wrong (empty keys...
2011-09-01 Gavin AndresenMerge pull request #470 from fabianhjr/master
2011-08-31 Gavin AndresenSetCrypted() obtains keystore lock, to be safe.
2011-08-31 Gavin AndresenFixed potential deadlocks in GUI code.
2011-08-31 Gavin AndresenFix rpc-hanging deadlocks
2011-08-31 Gavin AndresenHighlight mis-matching locks
2011-08-31 Jeff GarzikMerge pull request #463 from TheBlueMatt/encreadme
2011-08-31 Jeff GarzikMerge pull request #464 from TheBlueMatt/upnp1.6
2011-08-31 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-08-31 Wladimir J. van... comments and readme update
2011-08-31 Wladimir J. van... Wallet encryption part 2: ask passphrase when needed...
2011-08-28 Misbakh-Soloviev... add russian translation and add unicode compatibility...
2011-08-26 Gavin AndresenCHECKMULTISIG unit tests.
2011-08-23 Wladimir J. van... Wallet encryption part 1: show wallet encryption status
2011-08-23 Matt CoralloUpgrade dependancies and tweak build process.
2011-08-22 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-08-19 Giel van SchijndelMove CInv to protocol.[ch]pp
2011-08-19 Giel van SchijndelMove CAddress to protocol.[ch]pp
2011-08-19 Giel van SchijndelStart moving protocol-specific code to protocol.[ch]pp
2011-08-19 Giel van SchijndelMove func 'REF' from util.h to serialize.h
2011-08-19 Giel van SchijndelCleanup makefiles such that diffs to them are smaller
2011-08-19 Giel van SchijndelMake some global variables less-global (static)
2011-08-17 Gavin AndresenCompile with DEBUG_LOCKORDER to detect inconsistent...
2011-08-16 Wladimir J. van... add russian translation by msva
2011-08-16 Gavin AndresenRemove unused ScanMessageStart function
2011-08-16 Jeff Garziksrc/makefile.unix: remove -DFOURWAYSSE2
2011-08-16 Wladimir J. van... fix issue #13
2011-08-16 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-08-16 Fabian H jr.Updated checkpoints, maybe Tx fee should be reduced...
2011-08-12 Gavin AndresenDon't std::advance past beginning of transactions array...
2011-08-11 Matt CoralloFix incorrect RPC error messages
2011-08-11 Gavin AndresenMerge pull request #458 from TheBlueMatt/copyright
2011-08-11 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-08-11 Gavin AndresenMerge pull request #459 from jgarzik/char-msgstart
2011-08-11 Gavin AndresenMerge pull request #460 from jgarzik/make-tuple
2011-08-11 Venkatesh SrinivasUse 'unsigned char' rather than 'char' for pchMessageStart.
2011-08-11 Venkatesh SrinivasQualify make_tuple with boost:: namespace.
2011-08-11 Venkatesh SrinivasTest for SO_NOSIGPIPE rather than assuming all BSDs...
2011-08-09 Gavin AndresenDo-nothing MapPort() ifndef USE_UPNP. fixes #450
2011-08-09 Matt CoralloUnify copyright notices.
2011-08-08 Matt CoralloCleanup test suite output to be more useful.
2011-08-08 Matt CoralloAdd file for transaction tests.
2011-08-08 Vegard NossumAdd a file for script tests
2011-08-08 Vegard NossumAdd prototype for EvalScript() to script.h
2011-08-08 Vegard NossumFix testing setup
2011-08-08 Matt CoralloAdd missing include to serialize.h
2011-08-08 Vegard NossumAdd missing includes to net.h
2011-08-08 Vegard NossumAdd missing include to script.h
2011-08-08 Vegard NossumAdd missing includes to key.h
2011-08-08 Gavin AndresenMerge pull request #443 from TheBlueMatt/dupin
2011-08-08 Wladimir J. van... QtUI code cleanup / comment improvements
2011-08-07 Wladimir J. van... add TODOs in parseBitcoinURL
2011-08-07 Wladimir J. van... allow empty/missing amounts in URL
2011-08-07 Wladimir J. van... don't include <QDebug>
2011-08-07 Wladimir J. van... Accept "bitcoin:" URL drops from browsers
2011-08-06 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-08-06 Wladimir J. van... reorganize transaction model data function, and transac...
2011-08-05 Wladimir J. van... improve sync spinner
2011-08-05 Wladimir J. van... speling fix
2011-08-05 Wladimir J. van... improve tooltip over transactions
2011-08-04 Wladimir J. van... select new address immediately after creation
2011-08-04 Jeff GarzikMerge branch 'tmp2'
2011-08-04 Jeff GarzikMerge pull request #448 from sipa/cbitcoinaddress
2011-08-04 Jeff GarzikMerge pull request #446 from WakiMiko/upnp-desc
2011-08-04 Jeff GarzikMerge pull request #451 from TheBlueMatt/tornolisten
2011-08-04 Wladimir J. van... minimize amount of text in status bar; show only icons...
2011-08-04 Wladimir J. van... when clicking a transaction on the overview page, send...
2011-08-04 Wladimir J. van... Clarity: change definition of "confirmed" to "counts...
2011-08-03 Matt CoralloDon't listen if on TOR (resolves #441).
next