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 |
2004-02-17 |
Dmitry Timoshkov | Write section access also assumes read access. |
tree | commitdiff |
2004-02-11 |
Dmitry Timoshkov | Avoid double checking free type flags in NtFreeVirtualM... |
tree | commitdiff |
2004-02-11 |
Alexandre Julliard | Don't request PROT_EXEC permissions when mapping an... |
tree | commitdiff |
2004-02-09 |
Francois Gouget | Assorted spelling and case fixes. |
tree | commitdiff |
2004-02-09 |
Dmitry Timoshkov | Add a test case for Virtual* APIs, fix a few bugs disco... |
tree | commitdiff |
2004-02-07 |
Alexandre Julliard | Get pointer to CreateFileW earlier on during startup. |
tree | commitdiff |
2004-02-07 |
Francois Gouget | Add trailing '\n's to ok() calls. |
tree | commitdiff |
2004-02-07 |
Francois Gouget | Add trailing '\n's to ok() calls. |
tree | commitdiff |
2004-02-06 |
Alexandre Julliard | Trace register contents on exception. |
tree | commitdiff |
2004-02-05 |
Alexandre Julliard | Fixed a couple of race conditions in the wine_pthread... |
tree | commitdiff |
2004-01-30 |
Alexandre Julliard | Added memory constraint to avoid miscompilation of... |
tree | commitdiff |
2004-01-23 |
Francois Gouget | Add trailing '\n's to ok() calls. |
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-19 |
Alexandre Julliard | Fixed an error message. |
tree | commitdiff |
2004-01-18 |
Eric Pouech | Added support for Unix code page in NTDLL. |
tree | commitdiff |
2004-01-16 |
Alexandre Julliard | Check for overlapping memory views and delete the offen... |
tree | commitdiff |
2004-01-16 |
Robert Lunnon | Save UESP instead of ESP where UESP defined. |
tree | commitdiff |
2004-01-15 |
Eric Pouech | Reimplemented Get{Short|Long}PathName and updated the... |
tree | commitdiff |
2004-01-14 |
Alexandre Julliard | Fixed __siginfo type for Solaris (based on a patch... |
tree | commitdiff |
2004-01-13 |
Vincent Béron | Remove a "\" from a multiline string constant by splitt... |
tree | commitdiff |
2004-01-09 |
Marcus Meissner | Allow offset of NULL to NtWriteFile. |
tree | commitdiff |
2004-01-08 |
Alexandre Julliard | If supported by the linker, prevent the ELF loader... |
tree | commitdiff |
2004-01-07 |
Alexandre Julliard | Don't use constructors for ntdll and kernel32 initializ... |
tree | commitdiff |
2004-01-05 |
Alexandre Julliard | Updates for the new loadorder handling of 16-bit dlls. |
tree | commitdiff |
2004-01-03 |
Mike Hearn | Implemented RegFlushKey and NtFlushKey. |
tree | commitdiff |
2003-12-31 |
Mike Hearn | Print exe name when initialization fails. |
tree | commitdiff |
2003-12-30 |
Alexandre Julliard | Fixed RtlUnwind signature (reported by Pierre d'Herbemont). |
tree | commitdiff |
2003-12-30 |
Mike McCormack | Return an SID when GetTokenInformation is called with... |
tree | commitdiff |
2003-12-15 |
Hans Leidekker | Check if a function exists before testing it. |
tree | commitdiff |
2003-12-15 |
Marcus Meissner | Fixed potentially uninitialised sz. |
tree | commitdiff |
2003-12-13 |
Francois Gouget | Try not to display uninitialized data in traces (found... |
tree | commitdiff |
2003-12-12 |
Jon Griffiths | Added RtlNtStatusToDosErrorNoTeb, RtlGet/Set/RestoreLas... |
tree | commitdiff |
2003-12-08 |
Dimitrie O. Paun | Move content of global.h into the appropriate private... |
tree | commitdiff |
2003-12-05 |
Alexandre Julliard | Added a WINEDEBUG environment variable that allows... |
tree | commitdiff |
2003-12-04 |
Jon Griffiths | Implement the Rtlp* registry functions. |
tree | commitdiff |
2003-12-04 |
Alexandre Julliard | Implement some more register functions using DEFINE_REG... |
tree | commitdiff |
2003-12-04 |
Alexandre Julliard | Moved the DEFINE_REGS_ENTRYPOINT macros to include... |
tree | commitdiff |
2003-12-04 |
Alexandre Julliard | We no longer need a special case for codepages on startup, |
tree | commitdiff |
2003-12-03 |
Alexandre Julliard | Removed no longer used extra space allocated in the... |
tree | commitdiff |
2003-12-01 |
Alexandre Julliard | Added wine_server_release_fd function to release the... |
tree | commitdiff |
2003-12-01 |
Alexandre Julliard | Allow RELAY_SetupDLL to be called twice on the same... |
tree | commitdiff |
2003-11-29 |
Alexandre Julliard | Fixed bitmap range checking to avoid integer overflows. |
tree | commitdiff |
2003-11-28 |
Francois Gouget | Only convert '/'s to '\\'s up to the '\0' as the rest... |
tree | commitdiff |
2003-11-27 |
Alexandre Julliard | Porting fixes. |
tree | commitdiff |
2003-11-26 |
Dmitry Timoshkov | Fix another RtlReAllocateHeap call. |
tree | commitdiff |
2003-11-25 |
Alexandre Julliard | Better support for loading exe files as libraries. |
tree | commitdiff |
2003-11-25 |
Alexandre Julliard | Store the thread entry point in the startup info passed... |
tree | commitdiff |
2003-11-25 |
Alexandre Julliard | Store the last error code at the TEB offset used by... |
tree | commitdiff |
2003-11-25 |
Alexandre Julliard | Removed MODULE_GetLoadOrderA. |
tree | commitdiff |
2003-11-25 |
Dimitrie O. Paun | RtlHeapReAllocate() should not allocate memory. |
tree | commitdiff |
2003-11-21 |
Robert Shearman | Handle EIO file error. |
tree | commitdiff |
next |