2004-04-27 |
Alexandre Julliard | Reimplemented CreateDirectoryW and RemoveDirectoryW...
|
commit | commitdiff | tree |
2004-04-27 |
Alexandre Julliard | Pass the creation disposition to wine_nt_to_unix_file_name...
|
commit | commitdiff | tree |
2004-04-23 |
Alexandre Julliard | Reimplemented GetLogicalDrives, GetLogicalDriveStrings and
|
commit | commitdiff | tree |
2004-04-23 |
Alexandre Julliard | Moved creation of the CDROM registry keys into the...
|
commit | commitdiff | tree |
2004-04-23 |
Alexandre Julliard | Moved support for opening DOS device files to ntdll.
|
commit | commitdiff | tree |
2004-04-23 |
Alexandre Julliard | Make DIR_nt_to_unix return STATUS_NO_SUCH_FILE instead of
|
commit | commitdiff | tree |
2004-04-23 |
Alexandre Julliard | Use NtOpenFile instead of FILE_CreateFile to open Unix...
|
commit | commitdiff | tree |
2004-04-22 |
Alexandre Julliard | Make CreateFileW use NtCreateFile.
|
commit | commitdiff | tree |
2004-04-21 |
Alexandre Julliard | Preload keyboard.drv when Windows version is Win9x.
|
commit | commitdiff | tree |
2004-04-21 |
Alexandre Julliard | Changed MoveFileEx to use ntdll functions, and moved...
|
commit | commitdiff | tree |
2004-04-21 |
Alexandre Julliard | Properly set IO_STATUS_BLOCK.Information in NtCreateFile.
|
commit | commitdiff | tree |
2004-04-20 |
Alexandre Julliard | Reimplemented GetFileAttributesExW and GetCompressedFileSize...
|
commit | commitdiff | tree |
2004-04-20 |
Alexandre Julliard | Minor fixes.
|
commit | commitdiff | tree |
2004-04-20 |
Alexandre Julliard | Reimplemented GetFileAttributesW, SetFileAttributesW...
|
commit | commitdiff | tree |
2004-04-19 |
Alexandre Julliard | Fixed/updated the file attributes defines.
|
commit | commitdiff | tree |
2004-04-19 |
Alexandre Julliard | crosstest target needs the tools to be built first.
|
commit | commitdiff | tree |
2004-04-19 |
Alexandre Julliard | Fixed ntdll_wcstoumbs and WideCharToMultiByte to set...
|
commit | commitdiff | tree |
2004-04-17 |
Alexandre Julliard | Reimplemented GetDiskFreeSpaceW and GetDiskFreeSpaceExW...
|
commit | commitdiff | tree |
2004-04-17 |
Alexandre Julliard | Make FindFirstFileExW and FindFirstChangeNotificationW...
|
commit | commitdiff | tree |
2004-04-16 |
Alexandre Julliard | Fixed a number of NT status values to be closer to...
|
commit | commitdiff | tree |
2004-04-16 |
Alexandre Julliard | RtlSetCurrentDirectory_U: store a handle to the current...
|
commit | commitdiff | tree |
2004-04-16 |
Alexandre Julliard | Added support for FILE_DIRECTORY_FILE and FILE_NON_DIRECTORY...
|
commit | commitdiff | tree |
2004-04-16 |
Alexandre Julliard | Removed support for the --debugmsg option.
|
commit | commitdiff | tree |
2004-04-16 |
Alexandre Julliard | Added hack to fetch the current directory from the...
|
commit | commitdiff | tree |
2004-04-16 |
Alexandre Julliard | Update the drive environment strings when changing...
|
commit | commitdiff | tree |
2004-04-15 |
Alexandre Julliard | Authors: Jason Edmeades <us@the-edmeades.demon.co.uk...
|
commit | commitdiff | tree |
2004-04-15 |
Alexandre Julliard | Get rid of the TEB flags, they are no longer used.
|
commit | commitdiff | tree |
2004-04-15 |
Alexandre Julliard | Only create the device symlinks the first time around.
|
commit | commitdiff | tree |
2004-04-15 |
Alexandre Julliard | Started implementing support for the SubSystemTib field...
|
commit | commitdiff | tree |
2004-04-14 |
Alexandre Julliard | Moved wine_get_unix_file_name implementation to ntdll...
|
commit | commitdiff | tree |
2004-04-14 |
Alexandre Julliard | Added support for restarting directory scans on platforms...
|
commit | commitdiff | tree |
2004-04-14 |
Alexandre Julliard | Fixed handling of \\?\ prefix in RtlDosPathNameToNtPathName_U.
|
commit | commitdiff | tree |
2004-04-14 |
Alexandre Julliard | Replaced create_file server requests by a call to NtCreateFile.
|
commit | commitdiff | tree |
2004-04-13 |
Alexandre Julliard | Fixed a warning.
|
commit | commitdiff | tree |
2004-04-12 |
Alexandre Julliard | Set last error to 0 on success in VERSION_GetFileVersionInfo...
|
commit | commitdiff | tree |
2004-04-12 |
Alexandre Julliard | Implemented NtCreatelFile using the new symlink scheme.
|
commit | commitdiff | tree |
2004-04-12 |
Alexandre Julliard | OpenServiceW: don't use the requested service access...
|
commit | commitdiff | tree |
2004-04-12 |
Alexandre Julliard | Create the devices earlier on during startup.
|
commit | commitdiff | tree |
2004-04-12 |
Alexandre Julliard | OpenSCManagerA/W arguments are strings.
|
commit | commitdiff | tree |
2004-04-09 |
Alexandre Julliard | Fixed line number handling for escaped end of lines...
|
commit | commitdiff | tree |
2004-04-08 |
Alexandre Julliard | Release 20040408.
|
commit | commitdiff | tree |
2004-04-08 |
Alexandre Julliard | Portability fix.
|
commit | commitdiff | tree |
2004-04-08 |
Alexandre Julliard | Removed the get_file_info request.
|
commit | commitdiff | tree |
2004-04-08 |
Alexandre Julliard | Automatically detect whether the entry point is main...
|
commit | commitdiff | tree |
2004-04-08 |
Alexandre Julliard | Replace the get_file_info request by an fstat() on...
|
commit | commitdiff | tree |
2004-04-07 |
Alexandre Julliard | Handle the set_file_pointer request on the client side.
|
commit | commitdiff | tree |
2004-04-07 |
Alexandre Julliard | Better fallback in SetFileTime when futimes is missing.
|
commit | commitdiff | tree |
2004-04-07 |
Alexandre Julliard | Added some checks for the config.h inclusion rules...
|
commit | commitdiff | tree |
2004-04-07 |
Alexandre Julliard | Fixed a couple of header files ordering issues.
|
commit | commitdiff | tree |
2004-04-07 |
Alexandre Julliard | Better support for device handles in NtQueryVolumeInformatio...
|
commit | commitdiff | tree |
2004-04-06 |
Alexandre Julliard | Get rid of the removable media handling in the server.
|
commit | commitdiff | tree |
2004-04-06 |
Alexandre Julliard | Handle file mappings on removable media entirely inside...
|
commit | commitdiff | tree |
2004-04-06 |
Alexandre Julliard | Fixed some potential races in the handling of the view...
|
commit | commitdiff | tree |
2004-04-06 |
Alexandre Julliard | Partial implementation of NtQueryVolumeInformationFile.
|
commit | commitdiff | tree |
2004-04-06 |
Alexandre Julliard | Added support for fstatvfs.
|
commit | commitdiff | tree |
2004-04-05 |
Alexandre Julliard | Fixed RtlDosPathNameToNtPathName_U prototype.
|
commit | commitdiff | tree |
2004-04-03 |
Alexandre Julliard | Reimplemented DeleteFile by using CreateFile with
|
commit | commitdiff | tree |
2004-04-02 |
Alexandre Julliard | Removed the FailReadOnly option, this is now the default...
|
commit | commitdiff | tree |
2004-04-02 |
Alexandre Julliard | A couple of optimizations and bug fixes.
|
commit | commitdiff | tree |
2004-04-02 |
Alexandre Julliard | Moved FILE_DELETE_ON_CLOSE support to the inode object...
|
commit | commitdiff | tree |
2004-04-02 |
Alexandre Julliard | Added memicmpW.
|
commit | commitdiff | tree |
2004-04-02 |
Alexandre Julliard | Don't try to get the file time if the file wasn't found.
|
commit | commitdiff | tree |
2004-04-01 |
Alexandre Julliard | Beginnings of a script to initialize the .wine directory...
|
commit | commitdiff | tree |
2004-04-01 |
Alexandre Julliard | Make RtlGetFullPathName_U handle Unix paths, using...
|
commit | commitdiff | tree |
2004-03-31 |
Alexandre Julliard | jr.bmp isn't generated.
|
commit | commitdiff | tree |
2004-03-31 |
Alexandre Julliard | Fixed length handling in HttpQueryInfoW.
|
commit | commitdiff | tree |
2004-03-31 |
Alexandre Julliard | Do not strip stdcall decoration in spec files.
|
commit | commitdiff | tree |
2004-03-31 |
Alexandre Julliard | Fixed handling of .so and .a libraries specified as...
|
commit | commitdiff | tree |
2004-03-30 |
Alexandre Julliard | Get the drive root directories from the symlinks in...
|
commit | commitdiff | tree |
2004-03-30 |
Alexandre Julliard | Added support for DOS drives in QueryDosDevice and...
|
commit | commitdiff | tree |
2004-03-30 |
Alexandre Julliard | Fixed rounding bug in the stack info calculation when...
|
commit | commitdiff | tree |
2004-03-29 |
Alexandre Julliard | Fixed language declarations.
|
commit | commitdiff | tree |
2004-03-27 |
Alexandre Julliard | Check file sharing permissions based on the file inode...
|
commit | commitdiff | tree |
2004-03-27 |
Alexandre Julliard | Fixed copy/paste error in previous patch (spotted by...
|
commit | commitdiff | tree |
2004-03-27 |
Alexandre Julliard | Use futimes() instead of utime() to implement SetFileTime...
|
commit | commitdiff | tree |
2004-03-27 |
Alexandre Julliard | Avoid crash in X11DRV_IsSolidColor for TrueColor displays.
|
commit | commitdiff | tree |
2004-03-26 |
Alexandre Julliard | Fixed GetDriveType16 return value for non-existent...
|
commit | commitdiff | tree |
2004-03-26 |
Alexandre Julliard | Store the windows and system directories as long path...
|
commit | commitdiff | tree |
2004-03-25 |
Alexandre Julliard | Reimplemented SearchPathW using ntdll functions.
|
commit | commitdiff | tree |
2004-03-25 |
Alexandre Julliard | Split OpenFile implementation in separate 16- and 32...
|
commit | commitdiff | tree |
2004-03-25 |
Alexandre Julliard | Changed LoadLibraryEx32W16 to use OpenFile16 to look...
|
commit | commitdiff | tree |
2004-03-25 |
Alexandre Julliard | Removed check for -lm, winegcc takes care of that.
|
commit | commitdiff | tree |
2004-03-25 |
Alexandre Julliard | Replaced the --mode winebuild option by a --subsystem...
|
commit | commitdiff | tree |
2004-03-25 |
Alexandre Julliard | Take EXEEXT into account for PE builds.
|
commit | commitdiff | tree |
2004-03-24 |
Alexandre Julliard | Removed the Unicode exe modes, and instead detect automatica...
|
commit | commitdiff | tree |
2004-03-24 |
Alexandre Julliard | .spec.c files are no longer used for 32-bit dlls.
|
commit | commitdiff | tree |
2004-03-24 |
Alexandre Julliard | Build the dlls with winegcc.
|
commit | commitdiff | tree |
2004-03-23 |
Alexandre Julliard | Added missing \n in trace.
|
commit | commitdiff | tree |
2004-03-22 |
Alexandre Julliard | Moved slash conversion to collapse_path, and remove...
|
commit | commitdiff | tree |
2004-03-20 |
Alexandre Julliard | Fixed typo in previous change.
|
commit | commitdiff | tree |
2004-03-20 |
Alexandre Julliard | Rewrote handling of COM and LPT devices to use symlinks in
|
commit | commitdiff | tree |
2004-03-19 |
Alexandre Julliard | Added workaround for broken dlls that modify ebx in...
|
commit | commitdiff | tree |
2004-03-19 |
Alexandre Julliard | Get rid of the registry lookups, rely entirely on the...
|
commit | commitdiff | tree |
2004-03-19 |
Alexandre Julliard | Avoid including windows.h since it conflicts with unistd.h.
|
commit | commitdiff | tree |
2004-03-18 |
Alexandre Julliard | Make the standard create_file request handle serial...
|
commit | commitdiff | tree |
2004-03-17 |
Alexandre Julliard | Reimplemented FindFirstFile/FindNextFile on top of
|
commit | commitdiff | tree |
2004-03-17 |
Alexandre Julliard | Rewrote the collapsing of . and .. in RtlGetFullPathName_U...
|
commit | commitdiff | tree |
2004-03-17 |
Alexandre Julliard | Retrieve a short name in GetShortPathNameW if the long...
|
commit | commitdiff | tree |
2004-03-17 |
Alexandre Julliard | FindFirstFile can return an empty short name if the...
|
commit | commitdiff | tree |
2004-03-16 |
Alexandre Julliard | O_DIRECTORY is not really needed.
|
commit | commitdiff | tree |