2004-05-27 |
Rein Klazes | Fix the missing tread ID of some snoop return traces. |
tree | commitdiff |
2004-05-25 |
Alexandre Julliard | Allocate the shared heap inside the Win9x shared memory... |
tree | commitdiff |
2004-05-25 |
Alexandre Julliard | Only create the shared heap when Windows version is... |
tree | commitdiff |
2004-05-25 |
Alexandre Julliard | Added support for managing reserved memory areas in... |
tree | commitdiff |
2004-05-25 |
Dmitry Timoshkov | Avoid a failure under Win9x. |
tree | commitdiff |
2004-05-24 |
Dmitry Timoshkov | Explicitly specify name of the pipe in the pipe test. |
tree | commitdiff |
2004-05-24 |
Eric Pouech | Some fixes to module browsing. |
tree | commitdiff |
2004-05-22 |
Dmitry Timoshkov | Add a test for opening an already opened file for writi... |
tree | commitdiff |
2004-05-22 |
Christian Costa | Added some traces to kernel file functions. |
tree | commitdiff |
2004-05-21 |
Alexandre Julliard | Converted the memory views list to use the standard... |
tree | commitdiff |
2004-05-20 |
Alexandre Julliard | Don't use the Wine debug functions. |
tree | commitdiff |
2004-05-19 |
Eric Pouech | GetModuleFileName[AW] doesn't terminate the string... |
tree | commitdiff |
2004-05-18 |
Eric Pouech | Added some missing prototypes. |
tree | commitdiff |
2004-05-17 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2004-05-14 |
Alexandre Julliard | Removed the no longer used SMB file I/O support, we... |
tree | commitdiff |
2004-05-14 |
Alexandre Julliard | Use environment variables instead of config file entrie... |
tree | commitdiff |
2004-05-14 |
Alexandre Julliard | Set environment variables from the HKCU\Environment... |
tree | commitdiff |
2004-05-14 |
Alexandre Julliard | Fixed some of the GetShortPathName tests to use the... |
tree | commitdiff |
2004-05-13 |
Alexandre Julliard | Added proper support for switching file APIs between... |
tree | commitdiff |
2004-05-06 |
Dimitrie O. Paun | Remove the last remaining wine options when running... |
tree | commitdiff |
2004-05-05 |
Alexandre Julliard | Set additional environment variables at startup from |
tree | commitdiff |
2004-05-05 |
Alexandre Julliard | Replaced LPINPUT_RECORD by PINPUT_RECORD. |
tree | commitdiff |
2004-05-04 |
Francois Gouget | Make our ascii strings static const. |
tree | commitdiff |
2004-05-04 |
Alexandre Julliard | Avoid killing threads with TerminateThread, this can... |
tree | commitdiff |
2004-05-04 |
Alexandre Julliard | Updated the auto-generated tests. |
tree | commitdiff |
2004-05-03 |
Alexandre Julliard | Make GetVolumeInformation default to reporting NTFS... |
tree | commitdiff |
2004-05-03 |
Alexandre Julliard | OF_CREATE should force write access in OpenFile. |
tree | commitdiff |
2004-05-03 |
Aric Stewart | Strip leading whitespace when adding a new value and... |
tree | commitdiff |
2004-05-03 |
Jakob Eriksson | Prevent from crashing/hanging in Windows 95 OSR2. |
tree | commitdiff |
2004-05-01 |
Alexandre Julliard | Moved most remaining file functions to dlls/kernel. |
tree | commitdiff |
2004-05-01 |
Alexandre Julliard | Fixed last error code check in GetVolumeInformationW... |
tree | commitdiff |
2004-05-01 |
Alexandre Julliard | Reimplemented GetFileType and SetEndOfFile using ntdll... |
tree | commitdiff |
2004-04-30 |
Alexandre Julliard | Added a few more info classes in NtQueryInformationFile. |
tree | commitdiff |
2004-04-30 |
Uwe Bonnes | Fixed buffer overflow. |
tree | commitdiff |
2004-04-30 |
Alexandre Julliard | Use RtlDosPathNameToNtPathName_U to build the registry... |
tree | commitdiff |
2004-04-29 |
Alexandre Julliard | Create the system heap event before the shared mapping... |
tree | commitdiff |
2004-04-29 |
Alexandre Julliard | Use symlinks in dosdevices/ for the drive devices too. |
tree | commitdiff |
2004-04-28 |
Alexandre Julliard | Removed a number of internal file functions that are... |
tree | commitdiff |
2004-04-28 |
Jakob Eriksson | Fixed tests to succeed on all Windows versions. |
tree | commitdiff |
2004-04-28 |
Alexandre Julliard | Reimplemented Get/SetCurrentDirectoryW using the corres... |
tree | commitdiff |
2004-04-27 |
Alexandre Julliard | DefineDosDeviceW: implemented the DDD_REMOVE_DEFINITION... |
tree | commitdiff |
2004-04-27 |
Alexandre Julliard | Removed todo_wine from some tests that succeed now. |
tree | commitdiff |
2004-04-27 |
Alexandre Julliard | Reimplemented CreateDirectoryW and RemoveDirectoryW... |
tree | commitdiff |
2004-04-27 |
Alexandre Julliard | Pass the creation disposition to wine_nt_to_unix_file_n... |
tree | commitdiff |
2004-04-26 |
Duane Clark | Add testing of PeekNamedPipe, multiple writes, and... |
tree | commitdiff |
2004-04-23 |
Alexandre Julliard | Reimplemented GetLogicalDrives, GetLogicalDriveStrings and |
tree | commitdiff |
2004-04-23 |
Alexandre Julliard | Moved support for opening DOS device files to ntdll. |
tree | commitdiff |
2004-04-23 |
Alexandre Julliard | Make DIR_nt_to_unix return STATUS_NO_SUCH_FILE instead of |
tree | commitdiff |
2004-04-22 |
Jakob Eriksson | When the Windows directory was something else than... |
tree | commitdiff |
2004-04-21 |
Alexandre Julliard | Changed MoveFileEx to use ntdll functions, and moved... |
tree | commitdiff |
2004-04-21 |
Emmanuel Maillard | GetSystemInfo support for Darwin. |
tree | commitdiff |
2004-04-20 |
Alexandre Julliard | Reimplemented GetFileAttributesExW and GetCompressedFil... |
tree | commitdiff |
2004-04-20 |
Francois Gouget | Make Unicode strings static const. |
tree | commitdiff |
2004-04-20 |
Alexandre Julliard | Reimplemented GetFileAttributesW, SetFileAttributesW... |
tree | commitdiff |
2004-04-19 |
Francois Gouget | Make Unicode const strings static so they are not copie... |
tree | commitdiff |
2004-04-19 |
Alexandre Julliard | Fixed ntdll_wcstoumbs and WideCharToMultiByte to set... |
tree | commitdiff |
2004-04-17 |
Alexandre Julliard | Reimplemented GetDiskFreeSpaceW and GetDiskFreeSpaceExW... |
tree | commitdiff |
2004-04-17 |
Alexandre Julliard | Make FindFirstFileExW and FindFirstChangeNotificationW... |
tree | commitdiff |
2004-04-16 |
Alexandre Julliard | Fixed a number of NT status values to be closer to... |
tree | commitdiff |
2004-04-16 |
Alexandre Julliard | RtlSetCurrentDirectory_U: store a handle to the current... |
tree | commitdiff |
2004-04-16 |
Alexandre Julliard | Added hack to fetch the current directory from the... |
tree | commitdiff |
2004-04-16 |
Alexandre Julliard | Update the drive environment strings when changing... |
tree | commitdiff |
2004-04-15 |
Alexandre Julliard | Get rid of the TEB flags, they are no longer used. |
tree | commitdiff |
2004-04-15 |
Alexandre Julliard | Started implementing support for the SubSystemTib field... |
tree | commitdiff |
2004-04-14 |
Alexandre Julliard | Moved wine_get_unix_file_name implementation to ntdll... |
tree | commitdiff |
2004-04-14 |
Rein Klazes | Add missing POSIX baud rates to GetCommState and SetCom... |
tree | commitdiff |
2004-04-14 |
Alexandre Julliard | Replaced create_file server requests by a call to NtCre... |
tree | commitdiff |
2004-04-13 |
Christian Costa | Fixed typo. |
tree | commitdiff |
2004-04-12 |
Alexandre Julliard | Create the devices earlier on during startup. |
tree | commitdiff |
2004-04-12 |
Rein Klazes | Fix GetCommState and SetCommState, so that these functi... |
tree | commitdiff |
2004-04-08 |
Aric Stewart | Empty values need to be preserved as empty values and... |
tree | commitdiff |
2004-04-08 |
Alexandre Julliard | Replace the get_file_info request by an fstat() on... |
tree | commitdiff |
2004-04-06 |
Alexandre Julliard | Get rid of the removable media handling in the server. |
tree | commitdiff |
2004-04-05 |
Lionel Ulmer | Add better NULL checks to lstrcmp[i](A/W) functions. |
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-04-02 |
Alexandre Julliard | Don't try to get the file time if the file wasn't found. |
tree | commitdiff |
2004-04-02 |
Hans Leidekker | GetConsoleInfo() pseudo stub. |
tree | commitdiff |
2004-04-01 |
Raphael Junqueira | Added some stubs. |
tree | commitdiff |
2004-03-30 |
Alexandre Julliard | Get the drive root directories from the symlinks in... |
tree | commitdiff |
2004-03-30 |
Alexandre Julliard | Added support for DOS drives in QueryDosDevice and... |
tree | commitdiff |
2004-03-30 |
Dmitry Timoshkov | Add CP932, CP936, CP949 and CP950 to the charset map. |
tree | commitdiff |
2004-03-30 |
Mike McCormack | Fix builtin NE module refcounting of 32bit parent. |
tree | commitdiff |
2004-03-29 |
Ivan Leo Murray... | WINE_FILEDESCRIPTION_STR is already defined in wine_com... |
tree | commitdiff |
2004-03-29 |
Dmitry Timoshkov | Add Traditional Chinese Big5 and Simplified Chinese... |
tree | commitdiff |
2004-03-29 |
Mike McCormack | Use CreateEventW in preference to CreateEventA. |
tree | commitdiff |
2004-03-27 |
Alexandre Julliard | Check file sharing permissions based on the file inode... |
tree | commitdiff |
2004-03-26 |
Alexandre Julliard | Fixed GetDriveType16 return value for non-existent... |
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-25 |
Alexandre Julliard | Changed LoadLibraryEx32W16 to use OpenFile16 to look... |
tree | commitdiff |
2004-03-24 |
Alexandre Julliard | .spec.c files are no longer used for 32-bit dlls. |
tree | commitdiff |
2004-03-23 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2004-03-22 |
Uwe Bonnes | Added tests for time functions. |
tree | commitdiff |
2004-03-20 |
Alexandre Julliard | Rewrote handling of COM and LPT devices to use symlinks in |
tree | commitdiff |
2004-03-19 |
Ulrich Czekalla | Fix typo in FormatMessageW. |
tree | commitdiff |
2004-03-19 |
Ulrich Czekalla | Convert FormatMessageW to use unicode functions. |
tree | commitdiff |
2004-03-18 |
Raphael Junqueira | Remove duplicate code by using Nt* functions for PulseE... |
tree | commitdiff |
2004-03-18 |
Richard Cohen | Added some traces. |
tree | commitdiff |
next |