home · contact · privacy
Server: Remove log_help(), this should be serverd by the client.
[plomrogue] / src / common / readwrite.c
2014-11-14 Christian HellerSimplify queue reading/writing.
2014-11-14 Christian HellerTo read_file_into_queue(), add queue size test.
2014-11-14 Christian HellerSend log messages through server out file. Includes...
2014-10-09 Christian HellerLicense everything (GPL).
2014-08-17 Christian HellerRemove redundant uses of NULL.
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-07-09 Christian HellerTest return values of _all_ *printf() calls.
2014-07-09 Christian HellerReplace uses of variable-length arrays with try_malloc...
2014-04-18 Christian HellerMake try_fgetc() prepend clearerr() for fgetc() version...
2014-03-31 Christian HellerFix textfile_width() line length check position.
2014-03-31 Christian HellerMake textfile_width() check for too large lines.
2014-02-05 Christian HellerRemoved unused textfile_sizes() functionality, appropri...
2014-01-21 Christian HellerMAJOR re-write. Split plomrogue into a server and a...