source: box/trunk/lib/win32 @ 3110

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3015   8 months chris Split Win32 defines out of emu.h to enable Boxi to include them before …
(edit) @3011   8 months chris Recent Cygwin versions of MinGW now define O_BINARY as well, also in …
(edit) @3009   8 months chris Silence warnings from new MinGW headers that expect MINGW_FEATURES to …
(edit) @2992   9 months chris Use "more standard" Windows API functions FindFirstFileW and FindNextFileW …
(edit) @2962   12 months chris Blind fix for displaying error message as well as code when emu unicode …
(edit) @2929   13 months chris Remove getpid() emulation now that it's included in the SDK, which causes …
(edit) @2909   14 months chris Support paths starting with ?\, to fix support for backing up VSS …
(edit) @2901   14 months chris Add VSS: prefix to VSS log messages. Start a snapshot set and add backup …
(edit) @2899   14 months chris Make ConvertFromWideString? available to other modules.
(edit) @2894   14 months chris Fix another off-by-one error.
(edit) @2892   14 months chris Add inline definition of ftruncate to fix MSVC compile.
(edit) @2885   14 months chris Fix off-by-one causing incomplete normalisation of relative paths.
(edit) @2882   14 months chris Fix off-by-one error in path translation.
(edit) @2873   14 months chris Define WINVER and _WIN32_WINNT to Windows 2000 to avoid importing WSAPoll …
(edit) @2833   17 months chris Fix syslog of longer messages on Windows. (merges [2741] from 0.11)
(edit) @2831   17 months chris Log the adjusted time, not the unadjusted one, as it's the adjusted time …
(edit) @2799   19 months invisnet This should fix Trac #14.
(edit) @2549   3 years chris Add handling of relative paths to emu.cpp's openfile(), needed to handle …
(edit) @2520   3 years chris Remove more svn:mergeinfo properties.
(edit) @2511   3 years chris Provide a function to close a file handle on Windows, analogous to …
(edit) @2491   3 years chris Fix missing LOG_* defines on Windows.
(edit) @2460   3 years chris Fix tests (hopefully) on Win32 for struct stat ino_t change from 16 to 64 …
(edit) @2416   3 years chris Change ConvertTo?/FromUtf8 to take a std::string instead of a const char …
(edit) @2406   3 years chris Only use replacement BSD getopt on Windows.
(edit) @2395   3 years chris Fix the use of an unreasonably short type as the temporary storage for …
(edit) @2392   3 years chris Fix support for O_APPEND on files opened with openfile() on Windows.
(edit) @2389   3 years chris openfile() stores its Windows error code (from GetLastError?() or …
(edit) @2388   3 years chris Cygwin/MinGW getopt no longer seems to have optreset, so now would be the …
(edit) @2287   4 years chris FIx [2285] properly for Windows.
(edit) @2286   4 years chris Compile fix for [2285].
(edit) @2285   4 years chris Prefix event log application name with Box Backup, and remove it from all …
(edit) @2230   4 years chris Map ERROR_SHARING_VIOLATION to EBUSY in openfile().
(edit) @2207   4 years chris Add getpid() emulation.
(edit) @2134   4 years chris Fix memory leak in [2133] (merges [1944])
(edit) @2133   4 years chris Convert UTF-8 to Unicode for logging in Windows Event Log, so that …
(edit) @2132   4 years chris Close process token in EnableBackupRights?(), thanks Charles! Improve …
(edit) @1884   5 years chris Fix compilation on MinGW. Not yet actually used on MinGW due to the file …
(copy) @1843   5 years chris Replace trunk with chris/merge.
copied from box/chris/merge/lib/win32:
(edit) @1825   5 years chris No need to print syslog() messages any more, now that we have a logging …
Note: See TracRevisionLog for help on using the revision log.