Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-14 | Allow binding to the any address, and report failure | Pieter Wuille | |
2012-05-14 | -onlynet instead of -blocknet | Pieter Wuille | |
2012-05-14 | Merge pull request #1291 from sipa/canonames | Pieter Wuille | |
Use getnameinfo() to get canonical IPv6 addresses | |||
2012-05-14 | Always check return values of TxnBegin() and TxnCommit() | Jeff Garzik | |
2012-05-14 | Use getnameinfo() to get canonical IPv6 addresses | Pieter Wuille | |
2012-05-13 | Really do not consider blocked networks local | Pieter Wuille | |
2012-05-13 | Merge pull request #1283 from laanwj/2012_05_prevent_tooltip_infiniteloop | Wladimir J. van der Laan | |
Prevent tooltip filter from ever causing infinite loops | |||
2012-05-13 | Merge pull request #1288 from Diapolo/sendcoinsdialog_strings | Wladimir J. van der Laan | |
update some strings used as warning messages in sendcoinsdialog.cpp | |||
2012-05-13 | Merge pull request #1284 from laanwj/2012_05_helpmessage | Wladimir J. van der Laan | |
Move help message out of AppInit2 | |||
2012-05-13 | Merge pull request #1287 from sipa/noirc6 | Jeff Garzik | |
Only encode IPv4 addresses in IRC nicks | |||
2012-05-13 | update some strings used as warning messages in sendcoinsdialog.cpp | Philip Kaufmann | |
2012-05-13 | Move help message out of AppInit2 | Wladimir J. van der Laan | |
- Solves #1278, attempts to address #1049 - Removes \t's from help message that are removed afterwards anyway - Moves UI-specific command-line options help to UI code - Moves "-detachdb" out of #ifdef USE_UPNP | |||
2012-05-13 | release-process.txt: Add a note to check the download link destinations. | Gregory Maxwell | |
2012-05-13 | Do not consider blocked networks local | Pieter Wuille | |
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 | ensure that no double timestamps show up in the debug.log, by removing ↵ | Philip Kaufmann | |
manual timestamps from the source (now only -logtimestamps parameter adds timestamps to debug.log) | |||
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 | Prevent tooltip filter from ever causing infinite loops | Wladimir J. van der Laan | |
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) |