| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | Add -noproxy to circumvent proxy for some network | Pieter Wuille | 2012-05-11 | 3 | -1/+21 | |
| | * | | | | | | | | Limited relaying/storing of foreign addresses | Pieter Wuille | 2012-05-11 | 5 | -4/+60 | |
| | * | | | | | | | | Preliminary support for Tor/I2P hidden services | Pieter Wuille | 2012-05-11 | 2 | -1/+15 | |
| | * | | | | | | | | IPv6 node support | Pieter Wuille | 2012-05-11 | 11 | -40/+91 | |
| * | | | | | | | | | Merge pull request #1260 from sipa/splitsync | Gregory Maxwell | 2012-05-11 | 16 | -281/+388 | |
| |\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | Split synchronization mechanisms from util.{h,cpp} | Pieter Wuille | 2012-05-11 | 14 | -330/+353 | |
| | * | | | | | | | | Use polling instead of boost's broken semaphore on OSX | Pieter Wuille | 2012-05-11 | 1 | -0/+40 | |
| | * | | | | | | | | Use semaphores instead of condition variables | Pieter Wuille | 2012-05-11 | 3 | -47/+91 | |
| | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #1101 from jgarzik/http11 | Jeff Garzik | 2012-05-11 | 4 | -40/+103 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | RPC: Support HTTP/1.0 and HTTP/1.1, including the proper use of keep-alives | David Joel Schwartz | 2012-05-08 | 1 | -12/+38 | |
| | * | | | | | | | | Support multi-threaded JSON-RPC | David Joel Schwartz | 2012-05-08 | 4 | -35/+72 | |
| * | | | | | | | | | Merge pull request #1255 from sipa/fixversion | Gregory Maxwell | 2012-05-11 | 1 | -4/+5 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Fix version numbers of archive builds | Pieter Wuille | 2012-05-11 | 1 | -4/+5 | |
| * | | | | | | | | | | Merge pull request #1254 from jgarzik/mempool-logging | Jeff Garzik | 2012-05-11 | 1 | -3/+4 | |
| |\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | CTxMemPool::accept(): do not log FetchInputs failure redundantly | Jeff Garzik | 2012-05-10 | 1 | -1/+1 | |
| | * | | | | | | | | | CTxMemPool: consolidate two frequently-printed debug.log lines into one | Jeff Garzik | 2012-05-10 | 1 | -2/+3 | |
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #1258 from Diapolo/RPCCon_never_0_Blocks | Wladimir J. van der Laan | 2012-05-11 | 1 | -1/+2 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | if there is no current block number available display N/A on totalBlocks labe... | Philip Kaufmann | 2012-05-11 | 1 | -1/+2 | |
| * | | | | | | | | | | Merge pull request #1259 from Diapolo/GUI_testnet_UX | Wladimir J. van der Laan | 2012-05-11 | 1 | -0/+2 | |
| |\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | add calls to qApp->setWindowIcon(), to remove the need to set window icons fo... | Philip Kaufmann | 2012-05-11 | 1 | -0/+2 | |
| | |/ / / / / / / / | ||||||
| * / / / / / / / / | Add missing #include for GetDataDir | Wladimir J. van der Laan | 2012-05-11 | 1 | -0/+1 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge pull request #1251 from Diapolo/transactionview_comments | Wladimir J. van der Laan | 2012-05-11 | 1 | -0/+2 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | add 2 comments to transactionview.cpp to ensure no one moves setPlaceholderTe... | Philip Kaufmann | 2012-05-10 | 1 | -0/+2 | |
| * | | | | | | | | | Merge pull request #1257 from Diapolo/fix_guiutil_warn | Wladimir J. van der Laan | 2012-05-11 | 2 | -4/+4 | |
| |\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | guiutil.cpp/.h: fix a -Wreorder compiler warning and make constructor for Too... | Philip Kaufmann | 2012-05-11 | 2 | -4/+4 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge pull request #1247 from Diapolo/Win_open_debug_logfile | Wladimir J. van der Laan | 2012-05-11 | 5 | -1/+81 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | add code to open (display) debug.log on Windows with the associated applicati... | Philip Kaufmann | 2012-05-11 | 5 | -1/+81 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge pull request #1204 from Diapolo/messagepage_focus_placeholder | Wladimir J. van der Laan | 2012-05-10 | 4 | -13/+13 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | add placeholder text to address field (like in sendcoins) and set focus to ad... | Philip Kaufmann | 2012-05-10 | 4 | -13/+13 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #1090 from laanwj/2012_04_wraptooltips | Wladimir J. van der Laan | 2012-05-10 | 5 | -3/+57 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Allow Qt to wrap long tooltips (fixes #1063) | Wladimir J. van der Laan | 2012-05-05 | 5 | -3/+57 | |
| * | | | | | | | | | Merge pull request #1206 from Diapolo/passphrasedialog | Wladimir J. van der Laan | 2012-05-10 | 2 | -8/+8 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | passphrasedialog: change dialog title to "Passphrase Dialog" / remove style-s... | Philip Kaufmann | 2012-05-06 | 2 | -8/+8 | |
| * | | | | | | | | | | Merge pull request #1238 from Diapolo/tray | Wladimir J. van der Laan | 2012-05-10 | 1 | -1/+2 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | add Debug window to tray-menu / switch sendCoinsAction and receiveCoinsAction... | Philip Kaufmann | 2012-05-09 | 1 | -1/+2 | |
| * | | | | | | | | | | | Merge pull request #1250 from Diapolo/optionsdialog | Wladimir J. van der Laan | 2012-05-10 | 1 | -12/+12 | |
| |\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | optionsdialog.cpp: rename "Start Bitcoin on window system startup" to "Start ... | Philip Kaufmann | 2012-05-10 | 1 | -12/+12 | |
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #1239 from Diapolo/testnet_GUI | Wladimir J. van der Laan | 2012-05-09 | 1 | -3/+3 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Show testnet icon for tray-menu option Show/Hide / set tooltip for tray icon ... | Philip Kaufmann | 2012-05-09 | 1 | -3/+3 | |
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #1199 from laanwj/2012_05_signmessage_autoselect | Wladimir J. van der Laan | 2012-05-09 | 2 | -0/+15 | |
| |\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | signmessage: auto-select signature when field is focused/clicked | Wladimir J. van der Laan | 2012-05-05 | 2 | -0/+15 | |
| | | |_|/ / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Fix osx build | Gavin Andresen | 2012-05-09 | 2 | -2/+2 | |
| * | | | | | | | | | Merge pull request #1212 from Diapolo/overviewpage | Wladimir J. van der Laan | 2012-05-09 | 2 | -16/+42 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | move many overviewpage settings from code to ui XML-file / removed ability to... | Philip Kaufmann | 2012-05-06 | 2 | -16/+42 | |
| | | |_|/ / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #1243 from laanwj/2012_05_uiconsole_focus | Gregory Maxwell | 2012-05-09 | 3 | -26/+23 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Add key shortcuts for RPC console tabs | Wladimir J. van der Laan | 2012-05-09 | 1 | -2/+2 | |
| | * | | | | | | | | | Automatically focus entry widget when console tab comes into focus | Wladimir J. van der Laan | 2012-05-09 | 3 | -24/+21 | |
| | | |_|/ / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #1220 from laanwj/2012_05_organize_optionsdialog | Wladimir J. van der Laan | 2012-05-09 | 6 | -109/+217 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Make it possible to set user interface language from options dialog | Wladimir J. van der Laan | 2012-05-09 | 5 | -8/+58 | |
| | * | | | | | | | | | Organize optionsdialog (split off Window and Network page) | Wladimir J. van der Laan | 2012-05-09 | 2 | -102/+160 | |