J. Ali Harlow <ali@juiblex.co.uk> [Fri, 09 Jan 2009 17:34:15 +0000] rev 342
Add some error checking and reporting for writing upstream data
after import from yum.
J. Ali Harlow <ali@juiblex.co.uk> [Fri, 09 Jan 2009 16:35:09 +0000] rev 341
Close files before deleting them for compatibility with MS-Windows
J. Ali Harlow <ali@juiblex.co.uk> [Fri, 09 Jan 2009 15:28:50 +0000] rev 340
Use CSIDL on MS-Windows platforms instead of FHS paths.
J. Ali Harlow <ali@juiblex.co.uk> [Fri, 09 Jan 2009 12:32:57 +0000] rev 339
Avoid use of non-standard %m printf conversion code.
Also switch to the more conventional ": <error>"
format allowing us to use perror() in more places.
J. Ali Harlow <ali@juiblex.co.uk> [Thu, 08 Jan 2009 17:50:04 +0000] rev 338
Provide a program_name global variable as required by gnulib to
avoid the need for all programs that use librazor to do so.
J. Ali Harlow <ali@juiblex.co.uk> [Thu, 08 Jan 2009 17:36:50 +0000] rev 337
Replace call to random() with the more portable rand() since we
don't have any need for a "good" random number generator.
J. Ali Harlow <ali@juiblex.co.uk> [Thu, 08 Jan 2009 17:29:31 +0000] rev 336
Use fsync from gnulib for portability
J. Ali Harlow <ali@juiblex.co.uk> [Thu, 08 Jan 2009 17:12:28 +0000] rev 335
Link to winsock2 under mingw (needed for ntohl).
J. Ali Harlow <ali@juiblex.co.uk> [Thu, 08 Jan 2009 16:54:05 +0000] rev 334
Add an early include of config.h as required by gnulib
J. Ali Harlow <ali@juiblex.co.uk> [Thu, 08 Jan 2009 15:44:43 +0000] rev 333
Remove another unnecessary include of sys/mman.h