2004-06-22 |
Alexandre Julliard | We no longer need to make the import directory writable... |
tree | commitdiff |
2004-06-22 |
Filip Navara | Unprotect Import Address Table while filling it. |
tree | commitdiff |
2004-06-21 |
Mike Hearn | Default to Win98 in DLL linkage heuristics. |
tree | commitdiff |
2004-06-18 |
Pierre d'Herbemont | Fix a compile error for SNOOP_GetProcAddress and RELAY_... |
tree | commitdiff |
2004-06-18 |
Alexandre Julliard | Added support for the IMAGE_FILE_LARGE_ADDRESS_AWARE... |
tree | commitdiff |
2004-06-17 |
Alexandre Julliard | Take spin count into account in RtlEnterCriticalSection. |
tree | commitdiff |
2004-06-17 |
Alexandre Julliard | Don't use lseek when truncating a file to avoid corrupt... |
tree | commitdiff |
2004-06-16 |
Gerald Pfeifer | Remove incorrect support for FreeBSD and NetBSD in |
tree | commitdiff |
2004-06-15 |
Alexandre Julliard | Store the number of processors in the PEB structure. |
tree | commitdiff |
2004-06-15 |
Eric Pouech | Const correctness. |
tree | commitdiff |
2004-06-15 |
Uwe Bonnes | Support for reading encrypted DVDs. |
tree | commitdiff |
2004-06-14 |
Eric Pouech | - Added ProcessBasicInformation class to ntdll.NtQueryI... |
tree | commitdiff |
2004-06-03 |
Raphael Junqueira | Added _vsnwprintf (needed by some native XP dlls). |
tree | commitdiff |
2004-05-30 |
Alexandre Julliard | Use wine_exec_wine_binary in all cases to start the... |
tree | commitdiff |
2004-05-28 |
Alexandre Julliard | Initial version of the Wine preloader, used to reserve... |
tree | commitdiff |
2004-05-28 |
Alexandre Julliard | Don't rely on the reserved area list being empty in... |
tree | commitdiff |
2004-05-25 |
Alexandre Julliard | Added support for managing reserved memory areas in... |
tree | commitdiff |
2004-05-24 |
Dmitry Timoshkov | Cygwin's mntent.h requires stdio.h to be included first. |
tree | commitdiff |
2004-05-21 |
Alexandre Julliard | Converted the memory views list to use the standard... |
tree | commitdiff |
2004-05-17 |
Alexandre Julliard | Added support for mapping UNC filenames to the dosdevic... |
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 | Better fix for removing trailing spaces in RtlGetFullPa... |
tree | commitdiff |
2004-05-13 |
Alexandre Julliard | Remove trailing spaces from the filename in RtlGetFullP... |
tree | commitdiff |
2004-05-11 |
Alexandre Julliard | Initial support for automatically creating the ~/.wine... |
tree | commitdiff |
2004-05-07 |
Alexandre Julliard | Use the Unix codepage to convert the user name to Unicode. |
tree | commitdiff |
2004-05-05 |
Alexandre Julliard | Initialize ntdll debugging earlier on so that we can... |
tree | commitdiff |
2004-05-05 |
Alexandre Julliard | Fixed RtlSetEnvironmentVariable to deal properly with... |
tree | commitdiff |
2004-05-05 |
Francois Gouget | We should not make deststring static since we count... |
tree | commitdiff |
2004-05-04 |
Alexandre Julliard | Updated the auto-generated tests. |
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 |
Alexandre Julliard | Moved support for opening named pipes to ntdll. |
tree | commitdiff |
2004-04-29 |
Alexandre Julliard | Added auto-detection of DOS drive devices based on... |
tree | commitdiff |
2004-04-29 |
Alexandre Julliard | Use symlinks in dosdevices/ for the drive devices too. |
tree | commitdiff |
2004-04-27 |
Alexandre Julliard | Pass the creation disposition to wine_nt_to_unix_file_n... |
tree | commitdiff |
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 |
Alexandre Julliard | Make DIR_nt_to_unix return STATUS_NO_SUCH_FILE instead of |
tree | commitdiff |
2004-04-21 |
Alexandre Julliard | Properly set IO_STATUS_BLOCK.Information in NtCreateFile. |
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 |
Robert Shearman | Stub and documentation for RtlFormatMessage. |
tree | commitdiff |
2004-04-20 |
Alexandre Julliard | Minor fixes. |
tree | commitdiff |
2004-04-20 |
Alexandre Julliard | Reimplemented GetFileAttributesW, SetFileAttributesW... |
tree | commitdiff |
2004-04-19 |
Michael Stefaniuc | NtQueryInformationToken isn't a stub so change the... |
tree | commitdiff |
2004-04-19 |
Alexandre Julliard | Fixed ntdll_wcstoumbs and WideCharToMultiByte to set... |
tree | commitdiff |
2004-04-17 |
Emmanuel Maillard | Fix a compile error for SNOOP_GetProcAddress on non... |
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-15 |
Alexandre Julliard | Get rid of the TEB flags, they are no longer used. |
tree | commitdiff |
2004-04-14 |
Alexandre Julliard | Moved wine_get_unix_file_name implementation to ntdll... |
tree | commitdiff |
2004-04-14 |
Alexandre Julliard | Added support for restarting directory scans on platfor... |
tree | commitdiff |
2004-04-14 |
Alexandre Julliard | Fixed handling of \\?\ prefix in RtlDosPathNameToNtPath... |
tree | commitdiff |
2004-04-12 |
Alexandre Julliard | Implemented NtCreatelFile using the new symlink scheme. |
tree | commitdiff |
2004-04-08 |
Alexandre Julliard | Replace the get_file_info request by an fstat() on... |
tree | commitdiff |
2004-04-08 |
Rolf Kalbermatter | Fix bad initialization of Unicode length parameters in |
tree | commitdiff |
2004-04-07 |
Alexandre Julliard | Handle the set_file_pointer request on the client side. |
tree | commitdiff |
2004-04-07 |
Raphael Junqueira | - fix DbgPrint and implement DbgPrintEx |
tree | commitdiff |
2004-04-07 |
Alexandre Julliard | Better support for device handles in NtQueryVolumeInfor... |
tree | commitdiff |
2004-04-06 |
Alexandre Julliard | Handle file mappings on removable media entirely inside... |
tree | commitdiff |
2004-04-06 |
Alexandre Julliard | Fixed some potential races in the handling of the view... |
tree | commitdiff |
2004-04-06 |
Alexandre Julliard | Partial implementation of NtQueryVolumeInformationFile. |
tree | commitdiff |
2004-04-05 |
Alexandre Julliard | Fixed RtlDosPathNameToNtPathName_U prototype. |
tree | commitdiff |
2004-04-02 |
Alexandre Julliard | A couple of optimizations and bug fixes. |
tree | commitdiff |
2004-04-02 |
Rein Klazes | Fix incorrect calculation of leap year in RtlTimeFields... |
tree | commitdiff |
2004-04-01 |
Rolf Kalbermatter | NtPulseEvent: Don't print FIXME for an optional paramet... |
tree | commitdiff |
2004-04-01 |
Raphael Junqueira | Added some stubs. |
tree | commitdiff |
2004-04-01 |
Alexandre Julliard | Make RtlGetFullPathName_U handle Unix paths, using... |
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 some tests for RtlGetFullPathName_U. |
tree | commitdiff |
2004-03-22 |
Alexandre Julliard | Moved slash conversion to collapse_path, and remove... |
tree | commitdiff |
2004-03-19 |
Alexandre Julliard | Added workaround for broken dlls that modify ebx in... |
tree | commitdiff |
2004-03-18 |
Raphael Junqueira | Stub implementations of RtlCreateQueryDebugBuffer, |
tree | commitdiff |
2004-03-17 |
Alexandre Julliard | Rewrote the collapsing of . and .. in RtlGetFullPathNam... |
tree | commitdiff |
2004-03-16 |
Alexandre Julliard | O_DIRECTORY is not really needed. |
tree | commitdiff |
2004-03-16 |
Mike Hearn | - Add debug SnoopFromInclude/SnoopFromExclude options. |
tree | commitdiff |
2004-03-16 |
Alexandre Julliard | Implemented NtQueryDirectoryFile (partly based on a... |
tree | commitdiff |
2004-03-15 |
Mike Hearn | Improve message given on image map failure. |
tree | commitdiff |
2004-03-12 |
Alexandre Julliard | Get rid of ntdll_get_process_heap and ntdll_get_process... |
tree | commitdiff |
2004-03-11 |
Hans Leidekker | _wto{l,i,i64} parameters are const. |
tree | commitdiff |
2004-03-11 |
Alexandre Julliard | Portability fixes. |
tree | commitdiff |
2004-03-09 |
Alexandre Julliard | ASCII string comparisons should not depend on the locale. |
tree | commitdiff |
2004-03-09 |
Alexandre Julliard | Reimplemented GetVolumeInformation and SetVolumeLabel... |
tree | commitdiff |
2004-03-05 |
Alexandre Julliard | Do not store the Unix file descriptor in the cache... |
tree | commitdiff |
2004-03-04 |
Alexandre Julliard | Open a real file handle for drive devices, and get... |
tree | commitdiff |
2004-03-03 |
Alexandre Julliard | Smarter allocation algorithm for the string buffer... |
tree | commitdiff |
2004-03-02 |
Alexandre Julliard | We no longer use the .exe.spec.c files. |
tree | commitdiff |
2004-03-01 |
Rein Klazes | In TIME_GetBias make sure there is a cached value for... |
tree | commitdiff |
2004-02-27 |
Robert Shearman | Update documentation for Rtl functions. |
tree | commitdiff |
2004-02-27 |
Huw Davies | Cache the result of TIME_GetBias for up to 1 second. |
tree | commitdiff |
2004-02-26 |
Huw Davies | Call TIME_GetBias rather than RtlQueryTimeZoneInfo... |
tree | commitdiff |
2004-02-25 |
Huw Davies | Speed up RtlTimeFieldsToTime. |
tree | commitdiff |
2004-02-24 |
Alexandre Julliard | Tweak the load order algorithm a bit to better reflect... |
tree | commitdiff |
2004-02-24 |
Alexandre Julliard | Return right away from import_dll when a dll is not... |
tree | commitdiff |
2004-02-24 |
Dmitry Timoshkov | Set SA_RESTART sigaction flag for other BSDs beside... |
tree | commitdiff |
2004-02-24 |
Huw Davies | Speed up RtlTimeToTimeFields. |
tree | commitdiff |
2004-02-20 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
next |