index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
qt
/
qtipcserver.cpp
Age
Commit message (
Expand
)
Author
2012-07-22
Replace all occurances of license.txt with COPYING, including naming the file...
Luke Dashjr
2012-07-17
IPC-server hardening and update
Philip Kaufmann
2012-07-17
Give the GUI-IPC thread a name as well
Giel van Schijndel
2012-07-09
Fix Qt build on OSX
Gavin Andresen
2012-06-15
Revert "Disable bitcoin: URI handling on Windows for the 0.6 release"
Matt Corallo
2012-06-15
Fix #956 the Boost 1.49 way.
Matt Corallo
2012-05-20
Convert UI interface to boost::signals2.
Wladimir J. van der Laan
2012-05-11
Split synchronization mechanisms from util.{h,cpp}
Pieter Wuille
2012-04-17
Further reduce header dependencies
Pieter Wuille
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