2004-04-23 |
Alexandre Julliard | Moved creation of the CDROM registry keys into the... |
tree | commitdiff |
2004-04-23 |
Alexandre Julliard | Moved support for opening DOS device files to ntdll. |
tree | commitdiff |
2004-04-23 |
Dmitry Timoshkov | Use a passed SecurityDescriptor in CreateFileW. |
tree | commitdiff |
2004-04-22 |
Alexandre Julliard | Make CreateFileW use NtCreateFile. |
tree | commitdiff |
2004-04-21 |
Alexandre Julliard | Changed MoveFileEx to use ntdll functions, and moved... |
tree | commitdiff |
2004-04-20 |
Alexandre Julliard | Reimplemented GetFileAttributesExW and GetCompressedFil... |
tree | commitdiff |
2004-04-20 |
Alexandre Julliard | Reimplemented GetFileAttributesW, SetFileAttributesW... |
tree | commitdiff |
2004-04-17 |
Alexandre Julliard | Reimplemented GetDiskFreeSpaceW and GetDiskFreeSpaceExW... |
tree | commitdiff |
2004-04-16 |
Alexandre Julliard | Added support for FILE_DIRECTORY_FILE and FILE_NON_DIRE... |
tree | commitdiff |
2004-04-14 |
Alexandre Julliard | Moved wine_get_unix_file_name implementation to ntdll... |
tree | commitdiff |
2004-04-08 |
Alexandre Julliard | Replace the get_file_info request by an fstat() on... |
tree | commitdiff |
2004-04-07 |
Alexandre Julliard | Handle the set_file_pointer request on the client side. |
tree | commitdiff |
2004-04-07 |
Alexandre Julliard | Better fallback in SetFileTime when futimes is missing. |
tree | commitdiff |
2004-04-07 |
Juan Lang | Properly map SMB errors using DOS-style error codes. |
tree | commitdiff |
2004-04-06 |
Alexandre Julliard | Get rid of the removable media handling in the server. |
tree | commitdiff |
2004-04-03 |
Alexandre Julliard | Reimplemented DeleteFile by using CreateFile with |
tree | commitdiff |
2004-04-02 |
Alexandre Julliard | Removed the FailReadOnly option, this is now the defaul... |
tree | commitdiff |
2004-03-30 |
Alexandre Julliard | Get the drive root directories from the symlinks in... |
tree | commitdiff |
2004-03-27 |
Alexandre Julliard | Fixed copy/paste error in previous patch (spotted by... |
tree | commitdiff |
2004-03-27 |
Alexandre Julliard | Use futimes() instead of utime() to implement SetFileTi... |
tree | commitdiff |
2004-03-26 |
Alexandre Julliard | Store the windows and system directories as long path... |
tree | commitdiff |
2004-03-25 |
Alexandre Julliard | Reimplemented SearchPathW using ntdll functions. |
tree | commitdiff |
2004-03-25 |
Alexandre Julliard | Split OpenFile implementation in separate 16- and 32... |
tree | commitdiff |
2004-03-20 |
Christian Costa | Fixed OpenFile returned value when OF_EXIST flag is... |
tree | commitdiff |
2004-03-20 |
Alexandre Julliard | Rewrote handling of COM and LPT devices to use symlinks in |
tree | commitdiff |
2004-03-18 |
Alexandre Julliard | Make the standard create_file request handle serial... |
tree | commitdiff |
2004-03-17 |
Alexandre Julliard | Reimplemented FindFirstFile/FindNextFile on top of |
tree | commitdiff |
2004-03-12 |
Stefan Leichter | Fixed typo in DOS device check in CreateFileW. |
tree | commitdiff |
2004-03-12 |
Alexandre Julliard | Changed the create_file server request to take NtCreate... |
tree | commitdiff |
2004-03-11 |
Alexandre Julliard | The OpenConsoleW inherit argument is a boolean not a |
tree | commitdiff |
2004-03-11 |
Alexandre Julliard | Do not put the TEMP and TMP variables into the Unix... |
tree | commitdiff |
2004-03-11 |
Alexandre Julliard | Portability fixes. |
tree | commitdiff |
2004-03-10 |
Alexandre Julliard | Moved a number of 16-bit functions to file16.c. |
tree | commitdiff |
2004-03-10 |
Dimitrie O. Paun | Make IS_END_OF_NAME an inline function. |
tree | commitdiff |
2004-03-09 |
Alexandre Julliard | Removed some unnecessary definitions from file.h. |
tree | commitdiff |
2004-03-09 |
Alexandre Julliard | Get rid of the Filesystem option in the drive config... |
tree | commitdiff |
2004-03-09 |
Alexandre Julliard | Reimplemented GetVolumeInformation and SetVolumeLabel... |
tree | commitdiff |
2004-03-05 |
Alexandre Julliard | Use statvfs instead of statfs, and provide a default... |
tree | commitdiff |
2004-03-04 |
Alexandre Julliard | Open a real file handle for drive devices, and get... |
tree | commitdiff |
2004-03-02 |
Alexandre Julliard | Removed useless #ifdef SIZEOF_LONG_LONG. |
tree | commitdiff |
2004-03-01 |
Alexandre Julliard | Portability fixes for LSB compatibility. |
tree | commitdiff |
2004-02-24 |
Alexandre Julliard | Removed some of the DOS device hacks (based on a patch... |
tree | commitdiff |
2004-02-20 |
Alexandre Julliard | Create real file handles for VxDs instead of using... |
tree | commitdiff |
2004-02-09 |
Pofis | Don't print FIXME for FILE_ATTRIBUTE_TEMPORARY. |
tree | commitdiff |
2004-01-23 |
Ge van Geldorp | Rename LARGE_INTEGER and ULARGE_INTEGER members "s... |
tree | commitdiff |
2004-01-20 |
Eric Pouech | - RtlGetFullPathName_U: rewritten so that the source... |
tree | commitdiff |
2004-01-16 |
Mike Hearn | - Ensure we correctly add a backslash like Windows... |
tree | commitdiff |
2004-01-15 |
Mike McCormack | Preserve trailing backslashes in GetFullPathName. |
tree | commitdiff |
2004-01-15 |
Eric Pouech | Reimplemented Get{Short|Long}PathName and updated the... |
tree | commitdiff |
2004-01-14 |
Eric Pouech | - got rid of FILE_Dup2 export from kernel32 |
tree | commitdiff |
2004-01-06 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2004-01-05 |
Eric Pouech | Made wine_get_unix_file_name take a Unicode string... |
tree | commitdiff |
2003-12-15 |
Hans Leidekker | MoveFile returns ERROR_ALREADY_EXISTS, not ERROR_FILE_E... |
tree | commitdiff |
2003-12-12 |
Eric Pouech | Moved all remaining console related code to dlls/kernel... |
tree | commitdiff |
2003-12-02 |
Alexandre Julliard | Removed no longer needed dll separation hack. |
tree | commitdiff |
2003-12-02 |
Alexandre Julliard | Use wine_server_release_fd() instead of close() everywh... |
tree | commitdiff |
2003-12-01 |
Alexandre Julliard | Added wine_server_release_fd function to release the... |
tree | commitdiff |
2003-11-27 |
Alexandre Julliard | Porting fixes. |
tree | commitdiff |
2003-11-25 |
Eric Pouech | Got rid of DRIVE_OpenDevice, and replaced it with Win32... |
tree | commitdiff |
2003-11-25 |
Alexandre Julliard | Removed task.h. |
tree | commitdiff |
2003-11-15 |
Alexandre Julliard | Moved a number of DOS definitions out of the global... |
tree | commitdiff |
2003-11-14 |
Eric Pouech | - moved the remaining of int21 calls to dlls/winedos |
tree | commitdiff |
2003-10-31 |
Alexandre Julliard | Make sure GetTempFileName never returns 0 on success. |
tree | commitdiff |
2003-10-21 |
Daniel Marmier | Fixed warnings with gcc option "-Wwrite-strings". |
tree | commitdiff |
2003-10-21 |
Gerald Pfeifer | Remove unused variable wineW. |
tree | commitdiff |
2003-10-16 |
Rolf Kalbermatter | Use INVALID_FILE_ATTRIBUTES to test for failure of |
tree | commitdiff |
2003-10-15 |
Alexandre Julliard | Get rid of the drive codepages and use CP_UNIXCP instead. |
tree | commitdiff |
2003-10-09 |
Oleg Prokhorov | Avoid HeapReAlloc of a NULL pointer. |
tree | commitdiff |
2003-10-08 |
Alexandre Julliard | Removed dependency on ntdll_misc.h. |
tree | commitdiff |
2003-10-08 |
Alexandre Julliard | Pass the cdrom device path in CDROM_InitRegistry so... |
tree | commitdiff |
2003-10-08 |
Alexandre Julliard | Store a "removable" flag instead of the full drive... |
tree | commitdiff |
2003-10-04 |
Alexandre Julliard | Converted process creation to Unicode. |
tree | commitdiff |
2003-10-03 |
Pavel Roskin | Implemented GetCompressedFileSize[AW]. |
tree | commitdiff |
2003-10-02 |
Alexandre Julliard | Changed LdrLoadDll to only search for the dll in the... |
tree | commitdiff |
2003-10-02 |
Alexandre Julliard | Hack to update ntdll current directory value in DRIVE_C... |
tree | commitdiff |
2003-09-29 |
Alexandre Julliard | Converted most of the loader code to Unicode. |
tree | commitdiff |
2003-09-26 |
Alexandre Julliard | The "Path" value of the "App Paths" entry should be... |
tree | commitdiff |
2003-09-24 |
Alexandre Julliard | Moved the Windows version code to dlls/ntdll, and imple... |
tree | commitdiff |
2003-09-18 |
Alexandre Julliard | Keep the file handle of 16-bit modules open while the... |
tree | commitdiff |
2003-09-18 |
Alexandre Julliard | Reimplemented the 16-bit FindFirstFile, FindNextFile... |
tree | commitdiff |
2003-09-16 |
Alexandre Julliard | Moved most kernel string functions to dlls/kernel. |
tree | commitdiff |
2003-09-16 |
Alex Pasadyn | - Use HeapAlloc instead of GlobalAlloc in FindNextFile. |
tree | commitdiff |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
tree | commitdiff |
2003-09-02 |
Stefan Leichter | Moved implementation of QueryDosDevice from ascii to... |
tree | commitdiff |
2003-08-26 |
Alexandre Julliard | Moved profile functions to dlls/kernel. |
tree | commitdiff |
2003-08-23 |
Alexandre Julliard | Moved most of the 16-bit task support and NE module... |
tree | commitdiff |
2003-08-20 |
Eric Pouech | Removed the DOSFS_ specific time related conversion... |
tree | commitdiff |
2003-08-20 |
Eric Pouech | Removed code for handling ${VAR} constructs in .ini... |
tree | commitdiff |
2003-08-19 |
Alexandre Julliard | Replaced remaining calls to PROFILE_GetWineIniString... |
tree | commitdiff |
2003-08-12 |
Alexandre Julliard | Allocate DebugInfo field for all critical sections... |
tree | commitdiff |
2003-07-21 |
Mike McCormack | Fix a couple of bugs in CDROM_GetSerial: |
tree | commitdiff |
2003-07-03 |
Alexandre Julliard | Fixed compile when functions are not inlined. |
tree | commitdiff |
2003-06-27 |
Stefan Leichter | Added line wrapping for a FIXME. |
tree | commitdiff |
2003-06-26 |
Eric Pouech | - made async.h ready for use in ntdll: replaced all... |
tree | commitdiff |
2003-06-24 |
Bill Medland | A little SMB preparatory work: |
tree | commitdiff |
2003-06-24 |
Alexandre Julliard | Moved tape.c to dlls/kernel. |
tree | commitdiff |
2003-06-24 |
Eric Pouech | - start moving a few file related functions from files... |
tree | commitdiff |
2003-06-23 |
Eric Pouech | - in kernel32, replaced all {Enter|Leave}CriticalSectio... |
tree | commitdiff |
2003-06-21 |
Eric Pouech | - adapted kernel32 so that it no longer (directly)... |
tree | commitdiff |
2003-06-18 |
Francois Gouget | 'sizeof type' is best avoided as it won't always compil... |
tree | commitdiff |
next |