• src/sbbs3/nopen.c nopen.h

    From Rob Swindell@VERT to Git commit to main/sbbs/master on Sat Aug 13 00:39:05 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/7e102c79a67dae406c0e8529
    Modified Files:
    src/sbbs3/nopen.c nopen.h
    Log Message:
    Create fwritelog() to go along with fopenlog() and fcloselog()

    The functions aren't DLL-exported, so the difference in FILE* support
    between an app and a library is not an issue... yet, but it could be
    someday, so just for good measure.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Fri Nov 15 18:29:09 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/f40329f78df88256208d7181
    Modified Files:
    src/sbbs3/nopen.c nopen.h
    Log Message:
    Add fmutex_open() for cases where you want to keep the mutex file open

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Fri Nov 15 22:17:53 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/6d424f3a3bf926e17ce3f8a3
    Modified Files:
    src/sbbs3/nopen.c nopen.h
    Log Message:
    Add fmutex_close() method to atomically remove the mutex file on Win32

    The 'atomic_remove' argument isn't used in non-Windows builds since we can remove() before close() on non-Windows OSes already.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net