Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-13 | Only encode IPv4 addresses in IRC nicks | Pieter Wuille | |
2012-05-13 | Merge pull request #1285 from sipa/initerror | Pieter Wuille | |
Improve error reporting at startup | |||
2012-05-13 | Enforce -nodiscover better | Pieter Wuille | |
2012-05-13 | Merge pull request #1178 from laanwj/2012_05_move_startonsystemstartup | Wladimir J. van der Laan | |
Move GetStartOnSystemStartup and SetStartOnSystemStartup to GUI code | |||
2012-05-13 | Improve error reporting at startup | Pieter Wuille | |
2012-05-13 | Move GetStartOnSystemStartup and SetStartOnSystemStartup to GUI code | Wladimir J. van der Laan | |
2012-05-13 | Merge pull request #1270 from laanwj/2012_05_overviewpage2 | Wladimir J. van der Laan | |
When a transaction is clicked on overview page, focus it on history page | |||
2012-05-13 | Merge pull request #1274 from Diapolo/QR_Code | Wladimir J. van der Laan | |
rename "QR-Code Dialog" to "QR Code Dialog" in qrcodedialog.ui as this spelling is used all over the code | |||
2012-05-13 | Merge pull request #1275 from Diapolo/askpassphrasedialog | Wladimir J. van der Laan | |
remove string "TextLabel" from warningLabel, as this is unneeded and as ... | |||
2012-05-13 | Merge pull request #1268 from Diapolo/transactiondialog | Wladimir J. van der Laan | |
change size of transactiondialog, to allow display of transaction-id wit... | |||
2012-05-12 | Merge pull request #1277 from Diapolo/IPv6_IPv4_strings | Jeff Garzik | |
use "IPv6" and "IPv4" in strings as these are the official spellings | |||
2012-05-12 | Merge pull request #1272 from sipa/ipv6fixes | Gregory Maxwell | |
A few IPv6 fixes | |||
2012-05-13 | Fix warning about uninitialized value | Pieter Wuille | |
Only reported when using -flto. | |||
2012-05-13 | Take -port into account when resolving -bind's | Pieter Wuille | |
2012-05-13 | use "IPv6" and "IPv4" in strings as these are the official spellings and ↵ | Philip Kaufmann | |
make ParseNetwork() in netbase.cpp case-insensitive | |||
2012-05-13 | Keep local service information per address | Pieter Wuille | |
Keep local service information per CNetAddr instead of per CService, but move the port into the information kept on it. | |||
2012-05-13 | Do not signal outbound semaphore if uninitialized | Pieter Wuille | |
2012-05-13 | Only check for port# after : in ConnectSocketByName | Pieter Wuille | |
2012-05-13 | Partially revert f621326: xCXXFLAGS | Pieter Wuille | |
2012-05-12 | Merge pull request #1269 from laanwj/2012_05_consoleimprovements | Gregory Maxwell | |
UI console improvements | |||
2012-05-13 | remove string "TextLabel" from warningLabel, as this is unneeded and as such ↵ | Philip Kaufmann | |
is a silly translation less to do :) | |||
2012-05-13 | set minimum size allowed by Qt Creator and rename "QR-Code Dialog" to "QR ↵ | Philip Kaufmann | |
Code Dialog" as this spelling is used all over the code | |||
2012-05-12 | RPC console: don't crash on invalid input exception | Wladimir J. van der Laan | |
2012-05-12 | Convert RPC console to QTextEdit instead of QTableView | Wladimir J. van der Laan | |
* This allows copy/pasting whole or partial messages * Handle output more consistently in console * No more scrollbars-in-scrollbars: by setting per-pixel scrolling on the table, cells can have any height * Decorations for "request" and "reply" are changed to the txin and txout icons instead of colored squares | |||
2012-05-12 | Fix initialization of inaddr_any | Pieter Wuille | |
2012-05-12 | Merge pull request #1266 from Diapolo/tab_to_space | Jeff Garzik | |
convert 4 tabs into 4 x 4 spaces in bitcoinrpc.cpp | |||
2012-05-12 | When a transaction is clicked on overview page, focus it on history page | Wladimir J. van der Laan | |
2012-05-12 | Merge pull request #1263 from Diapolo/RPCCon_ClientStartupTime | Wladimir J. van der Laan | |
GUI: add the client startup time to the debug window... | |||
2012-05-12 | Merge pull request #1267 from Diapolo/sendcoinsdialog | Wladimir J. van der Laan | |
add Alt-Shortcut for "Clear All" in sendcoinsdialog.ui | |||
2012-05-12 | change size of transactiondialog, to allow display of transaction-id without ↵ | Philip Kaufmann | |
an ugly line-break | |||
2012-05-12 | add Alt-Shortcut for "Clear All" in sendcoinsdialog.ui | Philip Kaufmann | |
2012-05-12 | convert 4 tabs into 4 x 4 spaces in bitcoinrpc.cpp | Philip Kaufmann | |
2012-05-12 | Merge pull request #1265 from laanwj/2012_05_fixredundantbuild | Wladimir J. van der Laan | |
Speed up build in Qt creator in common case | |||
2012-05-12 | Speed up build in Qt creator in common case | Wladimir J. van der Laan | |
- Generate *.qm only when needed (and when qmake is run), this avoids a long qrc compile and link step every time - Generate build.h every time, but only trigger link when it changed (like makefile.unix) | |||
2012-05-11 | Merge pull request #1261 from laanwj/2012_05_escapecsv | Wladimir J. van der Laan | |
Properly escape strings when exporting CSV | |||
2012-05-11 | Merge pull request #1264 from fanquake/master | Gregory Maxwell | |
Correct Date | |||
2012-05-12 | Correct Date | Fordy | |
2012-05-12 | Correct Date | Fordy | |
2012-05-11 | Merge pull request #1021 from sipa/ipv6 | Pieter Wuille | |
IPv6 node support | |||
2012-05-11 | Merge pull request #1260 from sipa/splitsync | Gregory Maxwell | |
Split synchronization mechanisms from util.{h,cpp} | |||
2012-05-12 | add the client startup time to the debug window / rename Version label to ↵ | Philip Kaufmann | |
Client, which is better suiting now / add IBeamCursor for selectable text on the information page / make ">" sign on RPC page untranslatable / re-order XML-file tags to match real GUI element order | |||
2012-05-11 | Properly escape " in strings when exporting CSV | Wladimir J. van der Laan | |
2012-05-11 | Merge pull request #1101 from jgarzik/http11 | Jeff Garzik | |
Multithreaded JSON-RPC with HTTP 1.1 Keep-Alive support | |||
2012-05-11 | Split synchronization mechanisms from util.{h,cpp} | Pieter Wuille | |
2012-05-11 | Merge pull request #1255 from sipa/fixversion | Gregory Maxwell | |
Fix version numbers of archive builds | |||
2012-05-11 | Use polling instead of boost's broken semaphore on OSX | Pieter Wuille | |
2012-05-11 | Use semaphores instead of condition variables | Pieter Wuille | |
2012-05-11 | Merge pull request #1254 from jgarzik/mempool-logging | Jeff Garzik | |
CTxMemPool: consolidate two frequently-printed debug.log lines into one | |||
2012-05-11 | Merge pull request #1258 from Diapolo/RPCCon_never_0_Blocks | Wladimir J. van der Laan | |
GUI RPC Console: if there is no current block number available display N/A on totalBlocks label,... | |||
2012-05-11 | Merge pull request #1259 from Diapolo/GUI_testnet_UX | Wladimir J. van der Laan | |
GUI: allow easier use of the testnet icon |