summaryrefslogtreecommitdiff
path: root/lib/win32/emu.h
Commit message (Expand)AuthorAge
* Fix Unix compilation using CMake.Chris Wilson2016-09-09
* Update platform feature detection to work with CMake.Chris Wilson2016-09-03
* Fix deletion of test fixture directories with unicode names on Windows.Chris Wilson2015-12-25
* Remove getpid() that should never have been addedChris Wilson2015-12-14
* Merge branch 'appveyor' of github.com:boxbackup/boxbackup into appveyorChris Wilson2015-12-14
|\
| * Fix Windows file locking to work with MSVCChris Wilson2015-12-14
* | Add a getpid() emulation for test/bbackupd on MSVCChris Wilson2015-12-12
|/
* Remove #defines of POSIX functions deprecated by Microsoft.Chris Wilson2015-12-09
* Remove non-standard BSD u_int* types.Chris Wilson2015-12-08
* Fix warnings when compiling with MinGW64 headers.Chris Wilson2015-08-29
* Add test for hardlink handling.Chris Wilson2015-01-04
* Compile fix for MSVC (Visual Studio) 2010.Chris Wilson2015-01-02
* Compile fix for loading BoxConfig.h in MinGWChris Wilson2015-01-02
* Fix more compile errors on MinGWChris Wilson2014-12-26
* Include getopt.h instead of box_getopt.h.Chris Wilson2014-11-23
* Split Win32 defines out of emu.h to enable Boxi to include them beforeChris Wilson2011-10-09
* Recent Cygwin versions of MinGW now define O_BINARY as well, also inChris Wilson2011-10-08
* Silence warnings from new MinGW headers that expect __MINGW_FEATURES__Chris Wilson2011-10-08
* Use "more standard" Windows API functions FindFirstFileW and FindNextFileWChris Wilson2011-08-28
* Remove getpid() emulation now that it's included in the SDK, which causesChris Wilson2011-04-20
* Add VSS: prefix to VSS log messages.Chris Wilson2011-04-06
* Make ConvertFromWideString available to other modules.Chris Wilson2011-03-28
* Add inline definition of ftruncate to fix MSVC compile.Chris Wilson2011-03-27
* Define WINVER and _WIN32_WINNT to Windows 2000 to avoid importing WSAPollChris Wilson2011-03-26
* Provide a function to close a file handle on Windows, analogous toChris Wilson2009-04-26
* Fix missing LOG_* defines on Windows.Chris Wilson2009-04-02
* Fix tests (hopefully) on Win32 for struct stat ino_t change from 16 toChris Wilson2009-03-21
* Change ConvertTo/FromUtf8 to take a std::string instead of a const char Chris Wilson2008-12-30
* Fix the use of an unreasonably short type as the temporary storageChris Wilson2008-12-01
* openfile() stores its Windows error code (from GetLastError() orChris Wilson2008-11-30
* Add getpid() emulation.Chris Wilson2008-08-03
* Make Configuration take a std::string filename instead of a char array,Chris Wilson2007-07-26
* Disable some warnings under MSVC to reduce build noise, thanks Gary!Chris Wilson2007-07-26
* Add emulated rename() with path conversion. (refs #3, merges [1436] andChris Wilson2007-03-24
* Group remaining set*id() and get*id() functions. Improve comments aboutChris Wilson2007-03-10
* Add new syslog level emulations (refs #3, merges remainder of [1299])Chris Wilson2007-03-10
* Reorder for clarityChris Wilson2007-03-10
* Remove #define BOX_VERSION since we now get it from BoxVersion.h viaChris Wilson2007-03-10
* Use #defines to replace POSIX functions with emulated ones on MinGW,Chris Wilson2007-03-10
* Compile fix for [1397] (refs #3)Chris Wilson2007-03-10
* Added d_type member to struct dirent, initialise with S_IFDIR or S_IFREGChris Wilson2007-03-10
* First attempt to achieve a more logical order in this chaos:Chris Wilson2007-03-10
* Fix handling of O_EXCL to behave just like Unix, not abused to lock files.Chris Wilson2007-03-10
* Expanded character set conversion API to allow arbitrary conversionsChris Wilson2007-03-10
* Compile fix (refs #3)Chris Wilson2006-10-15
* (refs #3)Chris Wilson2006-09-04
* (refs #3)Chris Wilson2006-09-04
* (refs #3)Chris Wilson2006-09-04
* (refs #3)Chris Wilson2006-09-04
* (refs #3)Chris Wilson2006-09-04