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