Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-11 | Split synchronization mechanisms from util.{h,cpp} | Pieter Wuille | |
2012-04-17 | Further reduce header dependencies | Pieter Wuille | |
This commit removes the dependency of serialize.h on PROTOCOL_VERSION, and makes this parameter required instead of implicit. This is much saner, as it makes the places where changing a version number can have an influence obvious. | |||
2012-04-17 | Remove headers.h | Pieter Wuille | |
2012-04-06 | Bugfix: Replace "URL" with "URI" where we aren't actually working with URLs | Luke Dashjr | |
2012-03-26 | Disable bitcoin: URI handling on Windows for the 0.6 release | Gavin Andresen | |
2012-02-27 | Do not start bitcoin: thread on OSX. fixes #889 | Gavin Andresen | |
2012-02-17 | Restructure IPC URL handling (fixes #851) | Wladimir J. van der Laan | |
2012-02-07 | Update all copyrights to 2012 | Gavin Andresen | |
2012-01-05 | Add support for opening bitcoin: URIs directly. | Matt Corallo | |