summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Add missing include of <string> header (merges [1227])Chris Wilson2007-06-19
* * Remove #ifdefs around geteuid(), re-enable use of fake version under Win32 Chris Wilson2006-12-15
* Compile fix (merges [1054])Chris Wilson2006-12-14
* Add option to bbackupquery list command to show times in UTC or local timeChris Wilson2006-12-14
* Simplify code (merge [1017])Chris Wilson2006-12-14
* Use INVALID_HANDLE_VALUE instead of NULL to represent invalid file Chris Wilson2006-12-14
* Fix compile in trunk, trivial.Chris Wilson2006-11-26
* Fixed typo.Chris Wilson2006-11-13
* Fix compile error (checked in directly since I broke the trunk, sorry!)Chris Wilson2006-10-27
* Fixed typo.Chris Wilson2006-10-27
* Changed WideSize from int to size_t.Chris Wilson2006-10-27
* Remove inline ConvertFileTimeToTime_t, add prototypes for new versionsChris Wilson2006-10-27
* Emulate readdir's d_type field.Chris Wilson2006-10-27
* Emulated chdir, mkdir and unlink should handle file names in UTF-8 as well.Chris Wilson2006-10-27
* Fixed looking up message source in syslog().Chris Wilson2006-10-27
* Improved poll() emulation to handle multiple fds.Chris Wilson2006-10-27
* Removed last vestiges of old getopt().Chris Wilson2006-10-27
* Added emulated utimes, chmod, readv and writev.Chris Wilson2006-10-27
* Treat PATH_NOT_FOUND just like FILE_NOT_FOUND in Unix land (errno = ENOENT).Chris Wilson2006-10-27
* Request READ_CONTROL when standard open fails, rather than no flags.Chris Wilson2006-10-27
* Pass requested open flags to OpenFileByNameUtf8.Chris Wilson2006-10-27
* Always fill in st_uid, st_gid and st_nlink.Chris Wilson2006-10-27
* Improved error handling in emu_fstat.Chris Wilson2006-10-27
* Improved handling of UNIX flags to openfile(), allows multiple opens.Chris Wilson2006-10-27
* Use INVALID_HANDLE_VALUE instead of NULL for invalid handles on Win32.Chris Wilson2006-10-27
* Return INVALID_HANDLE_VALUE instead of NULL from openfile() on failure.Chris Wilson2006-10-27
* Convert UNIX to native paths automatically when opening files.Chris Wilson2006-10-27
* Use our own ConvertUtf8ToWideString for simplicity.Chris Wilson2006-10-27
* Add BSD-licensed getopt.h to replace our own version.Chris Wilson2006-10-27
* Include message resource definitions.Chris Wilson2006-10-27
* Add message definitions and resource files.Chris Wilson2006-10-27
* Remove dependency on Box.h and hence on lib/common.Chris Wilson2006-10-27
* Reorganise typedefs for clarity.Chris Wilson2006-10-27
* Added a RunCommand() function which converts UNIX paths to native beforeChris Wilson2006-10-27
* Convert UNIX paths to native on Win32 (avoids #ifdefs in tests)Chris Wilson2006-10-27
* * Spelling fixesChris Wilson2006-10-13
* * Added support for non-blocking sockets on Win32 as well Chris Wilson2006-10-12
* * Define a suitable constant for invalid socket handles, for use inChris Wilson2006-10-12
* * Added an OnIdle method which can be overridden by subclasses for idleChris Wilson2006-10-12
* * 64-bit format fixes (Win32)Chris Wilson2006-10-12
* * Initialise Windows sockets automatically for all daemons on Win32Chris Wilson2006-10-12
* * Use DIRECTORY_SEPARATOR instead of assuming that it's a forward slashChris Wilson2006-10-12
* * Don't include headers that we don't haveChris Wilson2006-10-12
* * Add O_BINARY to default flags, since most files opened this way shouldChris Wilson2006-10-12
* * Make FDGETLINE_BUFFER_SIZE big enough for one unicode character on Win32,Chris Wilson2006-10-12
* * Disable intercept tests on Win32 as wellChris Wilson2006-10-12
* * Use DIRECTORY_SEPARATOR instead of assuming that it's a forward slashChris Wilson2006-10-12
* * Fix format strings on Win32Chris Wilson2006-10-12
* * Close file before trying to apply attributes to it. Otherwise,Chris Wilson2006-10-12
* * boxbackup/lib/backupstore/BackupStoreCheck.cppChris Wilson2006-08-31