Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-26 | Store addrProxy port in settings | Pieter Wuille | |
2012-02-26 | Reworked QT settings | Gavin Andresen | |
2012-02-25 | Fix addrProxy setting | Pieter Wuille | |
Before 0.6 addrProxy was a CAddress, but netbase changed it to CService. Retain compatibility by wrapping/unwrapping with a CAddress when saving or loading. This commit retains compatibility with 0.6.0rc1 (which wrote the setting as a CService) by trying to parse twice. | |||
2012-01-17 | Remove erroneous ":" in front of port in options dialog (introduced with ↵ | Wladimir J. van der Laan | |
network refactor) | |||
2012-01-17 | fix the build (port IP validation in options to network refactoring) | Wladimir J. van der Laan | |
2012-01-06 | Network stack refactor | Pieter Wuille | |
This introduces CNetAddr and CService, respectively wrapping an (IPv6) IP address and an IP+port combination. This functionality used to be part of CAddress, which also contains network flags and connection attempt information. These extra fields are however not always necessary. These classes, along with logic for creating connections and doing name lookups, are moved to netbase.{h,cpp}, which does not depend on headers.h. Furthermore, CNetAddr is mostly IPv6-ready, though IPv6 functionality is not yet enabled for the application itself. | |||
2011-12-21 | Revert "Use standard C99 (and Qt) types for 64-bit integers" | Wladimir J. van der Laan | |
This reverts commit 21d9f36781604e4ca9fc35dc65265593423b73e9. | |||
2011-12-20 | Use standard C99 (and Qt) types for 64-bit integers | Luke Dashjr | |
2011-12-20 | Merge pull request #717 from TheBlueMatt/installerqtupgrade | Gavin Andresen | |
Implement "Start on window system startup" on Win32 + Linux. | |||
2011-12-20 | Implement "Start on window system startup" on Win32 + Linux. | Matt Corallo | |
2011-12-19 | Use std::numeric_limits<> for typesafe INT_MAX/etc | Gavin Andresen | |
2011-08-07 | don't include <QDebug> | Wladimir J. van der Laan | |
2011-07-30 | Hide addresses in transaction overview by default, they can be re-shown as a ↵ | Wladimir J. van der Laan | |
configuration option | |||
2011-07-29 | Full support for other units, add configuration option for default unit ↵ | Wladimir J. van der Laan | |
(used when displaying amounts) | |||
2011-07-26 | allow multiple units in bitcoin amount widget (for example, for sending) ↵ | Wladimir J. van der Laan | |
using a combobox | |||
2011-06-26 | update core to d0d80170a2ca73004e08fb85007fe055cbf4e411 (CWallet class) | Wladimir J. van der Laan | |
2011-06-18 | remove commented code, use // for one-line comments and comments inside ↵ | Wladimir J. van der Laan | |
functions | |||
2011-06-11 | move back to original directory structure | Wladimir J. van der Laan | |