History log of /reactos/sdk/tools/cabman/CCFDATAStorage.cxx (Results 1 – 8 of 8)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: 0.4.14-release
# 63f3275d 30-Aug-2020 Mark Jansen <mark.jansen@reactos.org>

[CABMAN] Move CCFDATAStorage to a separate header


Revision tags: 0.4.15-dev, 0.4.14-RC, 0.4.13-release, 0.4.14-dev, 0.4.13-RC, 0.4.12-release
# af7456a1 19-Sep-2019 Eric Kohl <eric.kohl@reactos.org>

[CABMAN] Third addendum to 7afc888: Also use the the old code in the Trucate() method on Linux


# 0e4dd0fc 19-Sep-2019 Eric Kohl <eric.kohl@reactos.org>

[CABMAN] Second addendum to 7afc888: Use the old code to make Linux happy.

Sorry for the noise, but I do not have a Linux machine to test the build. :-/


# 2949b2f0 19-Sep-2019 Eric Kohl <eric.kohl@reactos.org>

[CABMAN] Addendum to 7afc8882: Use PATH_MAX instead of MAX_PATH


# 7afc8882 19-Sep-2019 Eric Kohl <eric.kohl@reactos.org>

[CABMAN] Do not use tmpfile() because it does not work well on Windows XP

- Use tempnam() and fopen() instead.
- Prevent the use of file names with a leading slash or backslash.
- Also prevent the u

[CABMAN] Do not use tmpfile() because it does not work well on Windows XP

- Use tempnam() and fopen() instead.
- Prevent the use of file names with a leading slash or backslash.
- Also prevent the use of file names with a trailing dot.
- Remove temporary files after use.

show more ...


# 43c93faa 01-Sep-2019 Timo Kreuzer <timo.kreuzer@reactos.org>

Revert "[CABMAN] Fix a problem with creating temp files on some Windows system"

This reverts commit bcb0d7c6c9f5577a64e5abdc3c1cedd95eeff6a3.


Revision tags: 0.4.12-RC, 0.4.13-dev, 0.4.11-release, 0.4.11-RC, 0.4.12-dev, 0.4.10-release, 0.4.11-dev, 0.4.10-RC, 0.4.9-release, 0.4.10-dev, 0.4.9-RC, 0.4.8-release
# bcb0d7c6 03-Apr-2018 Timo Kreuzer <timo.kreuzer@reactos.org>

[CABMAN] Fix a problem with creating temp files on some Windows system


Revision tags: 0.4.8-RC, 0.4.9-dev
# 991d33c5 26-Jan-2018 Dmitry Bagdanov <dimbo_job@mail.ru>

[CABMAN] Move CCFDATAStorage class to a separate file