summaryrefslogtreecommitdiff
path: root/server/stat-file.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-12FIX REMOVEstatFrediano Ziglio1-0/+8
2019-08-22stat-file: Use proper macro for container computationFrediano Ziglio1-1/+1
2019-05-07windows: Disable code not working on WindowsFrediano Ziglio1-0/+2
2019-04-30Do not check for HAVE_CONFIG_HFrediano Ziglio1-2/+0
2018-06-25stat-file: Exit earlier to reduce indentationFrediano Ziglio1-3/+2
2017-12-19stat-file: Protect flags field with atomic operationFrediano Ziglio1-1/+1
2017-09-19Start using GLib memory allocationFrediano Ziglio1-4/+3
2017-02-03stat-file: Avoid compiler warningFrediano Ziglio1-14/+12
2017-02-03stat-file: Fix off by one buffer overflowFrediano Ziglio1-2/+2
2016-11-30Move some include from header to sourceFrediano Ziglio1-0/+2
2016-11-30Free statistic file on spice_server_destroyFrediano Ziglio1-0/+17
2016-11-16Make RedStatFile private inside stat-file.cFrediano Ziglio1-1/+23
2016-11-16Avoid leaking file descriptor for statisticsFrediano Ziglio1-0/+2
2016-11-16Use g_strdup_printf instead of manually malloc/snprintfFrediano Ziglio1-5/+2
2016-11-16Fix node removalFrediano Ziglio1-0/+25
2016-11-16Separate code to manage statistic fileFrediano Ziglio1-0/+177