aboutsummaryrefslogtreecommitdiff
path: root/src/daemonizer/windows_service.cpp (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-03-04Copyright: Update to 2022mj-xmr1-1/+1
2020-05-06Update copyright year to 2020SomaticFanatic1-1/+1
Update copyright year to 2020
2019-03-05Update 2019 copyrightbinaryFate1-1/+1
2018-11-23windows_service: fix memory leakmoneromooo-monero1-1/+2
Found by codacy.com
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2017-12-23Fix Windows builddEBRUYNE-11-0/+3
Fix no new line
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni1-1/+1
2016-03-11Use boost::thread instead of std::threadHoward Chu1-2/+2
and all other associated IPC
2015-12-31updated copyright yearRiccardo Spagni1-1/+1
2015-05-31cleaning up, removing redundant files, renaming, fixing incorrect licensesRiccardo Spagni1-0/+28
2015-02-24Daemonize changes pulled in -- daemon buildsThomas Winget1-0/+341
many RPC functions added by the daemonize changes (and related changes on the upstream dev branch that were not merged) were commented out (apart from return). Other than that, this *should* work...at any rate, it builds, and that's something.