home · contact · privacy
Send log messages through server out file. Includes major refactoring.
[plomrogue] / src / common / readwrite.h
2014-11-14 Christian HellerSend log messages through server out file. Includes...
2014-10-09 Christian HellerLicense everything (GPL).
2014-08-03 Christian HellerServer: Only write record and save file if 15 seconds...
2014-07-23 Christian HellerUse not f_name variable but __func__, standardize funct...
2014-07-09 Christian HellerAlarm about / don't start on finding temp file filesavi...
2014-07-09 Christian HellerRefactor atomic writing to atomic_write_start() + atomi...
2014-04-18 Christian HellerMake try_fgetc() prepend clearerr() for fgetc() version...
2014-03-30 Christian HellerMake server config files more readable, their parsing...
2014-03-25 Christian HellerFix comment text.
2014-02-05 Christian HellerRemoved unused textfile_sizes() functionality, appropri...
2014-01-21 Christian HellerMAJOR re-write. Split plomrogue into a server and a...