2003-10-15 |
Alexandre Julliard | Get rid of the drive codepages and use CP_UNIXCP instead. |
blob | commitdiff | raw |
2003-09-18 |
Alexandre Julliard | Reimplemented the 16-bit FindFirstFile, FindNextFile... |
blob | commitdiff | raw | diff to current |
2003-09-16 |
Alexandre Julliard | Moved most kernel string functions to dlls/kernel. |
blob | commitdiff | raw | diff to current |
2003-09-16 |
Alex Pasadyn | - Use HeapAlloc instead of GlobalAlloc in FindNextFile. |
blob | commitdiff | raw | diff to current |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
blob | commitdiff | raw | diff to current |
2003-09-02 |
Stefan Leichter | Moved implementation of QueryDosDevice from ascii to... |
blob | commitdiff | raw | diff to current |
2003-08-20 |
Eric Pouech | Removed the DOSFS_ specific time related conversion... |
blob | commitdiff | raw | diff to current |
2003-08-19 |
Alexandre Julliard | Replaced remaining calls to PROFILE_GetWineIniString... |
blob | commitdiff | raw | diff to current |
2003-05-19 |
Mike McCormack | Removed unnecessary casts. |
blob | commitdiff | raw | diff to current |
2003-04-19 |
Michal Janusz Miroslaw | On Linux: avoid blocking in DOSFS_OpenDir_VFAT if speci... |
blob | commitdiff | raw | diff to current |
2003-04-17 |
Uwe Bonnes | FindFirstFile on root directory should fail. |
blob | commitdiff | raw | diff to current |
2003-04-04 |
Mike Hearn | Correct the error code returned when a file does not... |
blob | commitdiff | raw | diff to current |
2003-02-14 |
Alexandre Julliard | Changed fd operations to take a struct fd instead of... |
blob | commitdiff | raw | diff to current |
2002-12-13 |
György 'Nog' Jeney | - Reimplement time functions using ntdll functions. |
blob | commitdiff | raw | diff to current |
2002-12-12 |
Dimitrie O. Paun | Move excpt.h out of include/msvcrt/ as it does not... |
blob | commitdiff | raw | diff to current |
2002-12-11 |
György 'Nog' Jeney | - Implement RtlLocalTimeToSystemTime and RtlSystemTimeT... |
blob | commitdiff | raw | diff to current |
2002-11-21 |
Andrew John Hughes | Build ntdll with -DSTRICT. |
blob | commitdiff | raw | diff to current |
2002-10-28 |
György 'Nog' Jeney | Copy the necessary data from the unicode struct to... |
blob | commitdiff | raw | diff to current |
2002-10-25 |
Alexandre Julliard | Get rid of FILE_ATTRIBUTE_SYMLINK (based on a patch... |
blob | commitdiff | raw | diff to current |
2002-09-27 |
György 'Nog' Jeney | Check for an empty string in DOSFS_FindNextEx to avoid... |
blob | commitdiff | raw | diff to current |
2002-09-16 |
Marcus Meissner | info->u.smb_dir is a pointer, errors are signaled by... |
blob | commitdiff | raw | diff to current |
2002-09-12 |
Alexandre Julliard | Fixed warnings caused by new winternl.h. |
blob | commitdiff | raw | diff to current |
2002-09-12 |
Patrik Stridvall | Moved all the content of the DDK files ntdef.h and... |
blob | commitdiff | raw | diff to current |
2002-08-27 |
Dmitry Timoshkov | Convert most of the file APIs to Unicode. |
blob | commitdiff | raw | diff to current |
2002-08-17 |
Patrik Stridvall | Added include protection for unistd.h and sys/time.h. |
blob | commitdiff | raw | diff to current |
2002-07-31 |
Alexandre Julliard | Fixed HANDLE<->HFILE conversions, since they will be... |
blob | commitdiff | raw | diff to current |
2002-07-20 |
Rein Klazes | Repair SetLastError in FindNextFileA. |
blob | commitdiff | raw | diff to current |
2002-07-19 |
Mike McCormack | First go at reading directories on public SMB shares. |
blob | commitdiff | raw | diff to current |
2002-06-21 |
Alexandre Julliard | Fixed regression caused by previous change. |
blob | commitdiff | raw | diff to current |
2002-06-20 |
Alexandre Julliard | Make sure that DRIVE_FindDriveRoot always returns an... |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-05-30 |
Vincent Béron | - Fixed GetSystemTimeAdjustment prototype and added... |
blob | commitdiff | raw | diff to current |
2002-05-23 |
Alexandre Julliard | Removed most inclusions of options.h. |
blob | commitdiff | raw | diff to current |
2002-05-19 |
Steven Edwards | Add check for <sys/ioctl.h>. |
blob | commitdiff | raw | diff to current |
2002-05-08 |
Michael Wetherell | Fix handling of unix absolute paths in DOSFS_GetFullNam... |
blob | commitdiff | raw | diff to current |
2002-05-05 |
Jason Edmeades | Ensure correct full path returned when GetFullPathName... |
blob | commitdiff | raw | diff to current |
2002-05-04 |
Marcus Meissner | FindClose: protect the GlobalLock for pagefaults too. |
blob | commitdiff | raw | diff to current |
2002-04-02 |
Alexandre Julliard | Make GetFullPathName fail if input path name is empty. |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2002-02-25 |
Peter Hunnisett | New file msvcrt/excpt.h. Move some stuff out of winnt... |
blob | commitdiff | raw | diff to current |
2002-01-29 |
Jukka Heinonen | Added support for DOS EMS memory. |
blob | commitdiff | raw | diff to current |
2001-11-30 |
Alexandre Julliard | Redesign of the server communication protocol to allow... |
blob | commitdiff | raw | diff to current |
2001-11-19 |
Andreas Mohr | - fix wrong hexadecimal GetLastError() output |
blob | commitdiff | raw | diff to current |
2001-10-24 |
Ove Kaaven | Save a disk file's drive type in the server object. |
blob | commitdiff | raw | diff to current |
2001-10-21 |
Andreas Mohr | Cosmetics. |
blob | commitdiff | raw | diff to current |
2001-10-14 |
Eric Pouech | Pass security attributes for DOSFS creation. |
blob | commitdiff | raw | diff to current |
2001-10-08 |
Mike McCormack | Make serial fd blocking mode depend on FILE_FLAG_OVERLA... |
blob | commitdiff | raw | diff to current |
2001-09-19 |
Andreas Mohr | Updates and error message improvements. |
blob | commitdiff | raw | diff to current |
2001-09-14 |
Francois Gouget | Fix the error returned by GetLongPathNameA. |
blob | commitdiff | raw | diff to current |
2001-07-24 |
Alexandre Julliard | Removed HEAP_strdupA. |
blob | commitdiff | raw | diff to current |
2001-07-19 |
Alexandre Julliard | Moved server.h to include/wine. |
blob | commitdiff | raw | diff to current |
2001-07-18 |
Patrik Stridvall | - Made sure that the files that contains the declarations |
blob | commitdiff | raw | diff to current |
2001-07-12 |
Patrik Stridvall | Documentation fixes. |
blob | commitdiff | raw | diff to current |
2001-07-11 |
Patrik Stridvall | Documentation fixes. |
blob | commitdiff | raw | diff to current |
2001-07-02 |
Patrik Stridvall | Documentation fixes. |
blob | commitdiff | raw | diff to current |
2001-06-20 |
Patrik Stridvall | Documentation ordinal fixes. |
blob | commitdiff | raw | diff to current |
2001-06-13 |
Patrik Stridvall | Documentation ordinal fixes (using winapi_fixup). |
blob | commitdiff | raw | diff to current |
2001-05-25 |
Marcus Meissner | Don't just assume everything is a Dos Device, or mirc... |
blob | commitdiff | raw | diff to current |
2001-04-20 |
Dominik Strasser | Allow illegal handles in FindClose. |
blob | commitdiff | raw | diff to current |
2001-03-05 |
Alexandre Julliard | Changed isolated for loops to while loops (based on... |
blob | commitdiff | raw | diff to current |
2001-02-27 |
Alexandre Julliard | New set of macros for server calls; makes requests... |
blob | commitdiff | raw | diff to current |
2001-02-23 |
Alexandre Julliard | Allocations do not need to be on the system heap. |
blob | commitdiff | raw | diff to current |
2001-02-20 |
Rein Klazes | Correct error message in case DOSFS_OpenDevice() fails... |
blob | commitdiff | raw | diff to current |
2001-02-16 |
Gerard Patel | Gives back the ERROR_FILE_NOT_FOUND to GetFileAttributes. |
blob | commitdiff | raw | diff to current |
2001-01-17 |
Alexandre Julliard | Fixed typo in wine_get_unix_file_name(). |
blob | commitdiff | raw | diff to current |
2001-01-05 |
Alexandre Julliard | Added handle_t type to server interface so that we... |
blob | commitdiff | raw | diff to current |
2000-12-27 |
Lawson Whitney | Allow an application to open a dos device ending with... |
blob | commitdiff | raw | diff to current |
2000-12-15 |
Huw D M Davies | Spelling fix. |
blob | commitdiff | raw | diff to current |
2000-12-03 |
Aric Stewart | Added ASCII-only version of toupper, tolower, strcasecm... |
blob | commitdiff | raw | diff to current |
2000-12-01 |
Alexandre Julliard | Finished separation of shell32 and wsock32. |
blob | commitdiff | raw | diff to current |
2000-11-28 |
Alexandre Julliard | Got rid of the Wine internal lstrcpy* functions and... |
blob | commitdiff | raw | diff to current |
2000-11-15 |
Alexandre Julliard | Moved standard syslevel APIs declaration to winbase.h. |
blob | commitdiff | raw | diff to current |
2000-10-23 |
Marcus Meissner | If we have a drive pointing to /, we must not remove... |
blob | commitdiff | raw | diff to current |
2000-10-22 |
Joerg Mayer | Reduce the number of warnings about missing initializers. |
blob | commitdiff | raw | diff to current |
2000-10-19 |
Andreas Mohr | Skip directory symlinks in DOSFS_FindNextEx. |
blob | commitdiff | raw | diff to current |
2000-10-15 |
Alexandre Julliard | Converted a few more server requests to the new mechanism. |
blob | commitdiff | raw | diff to current |
2000-10-13 |
Mike McCormack | Moved comm.c into kernel32. |
blob | commitdiff | raw | diff to current |
2000-09-25 |
Alexandre Julliard | Removed inclusion of wine/winestring.h from winbase... |
blob | commitdiff | raw | diff to current |
2000-09-07 |
Andreas Mohr | DOSFS_MatchLong ignored several things about file mask... |
blob | commitdiff | raw | diff to current |
2000-09-07 |
Mike McCormack | Added serial port object to the server. |
blob | commitdiff | raw | diff to current |
2000-08-31 |
Alexandre Julliard | Converted a lot of server requests to the new exception... |
blob | commitdiff | raw | diff to current |
2000-08-18 |
Stefan Leichter | Fixed return value of CDROM_GetLabel if CDROM_Open... |
blob | commitdiff | raw | diff to current |
2000-08-14 |
Alexandre Julliard | Moved CharUpper* and CharLower* functions to dlls/user. |
blob | commitdiff | raw | diff to current |
2000-08-14 |
Alexandre Julliard | Cleaned up a few inter-dll dependencies. Added a few... |
blob | commitdiff | raw | diff to current |
2000-08-09 |
Alexandre Julliard | Removed some unnecessary #includes and dll dependencies. |
blob | commitdiff | raw | diff to current |
2000-08-06 |
Alexandre Julliard | Replaced lstrlen/lstrcmp by libc equivalents everywhere... |
blob | commitdiff | raw | diff to current |
2000-08-01 |
Alexandre Julliard | Moved MulDiv() and VGA routines out of GDI. |
blob | commitdiff | raw | diff to current |
2000-06-25 |
Dave Hawkes | If whitespace or dots are appended to the end of any... |
blob | commitdiff | raw | diff to current |
2000-06-15 |
Uwe Bonnes | GetFullPathName: get "drive" value too for absolute... |
blob | commitdiff | raw | diff to current |
2000-06-01 |
Juergen Schmied | Implemented FindFirstFileEx, cleaned old implementation up. |
blob | commitdiff | raw | diff to current |
2000-05-19 |
Uwe Bonnes | DOSFS_DoGetFullPathName: terminate string weh called... |
blob | commitdiff | raw | diff to current |
2000-05-12 |
Uwe Bonnes | GetFullPathname: add missing termination to the string. |
blob | commitdiff | raw | diff to current |
2000-04-29 |
Dimitrie O. Paun | Removed some HEAP_xalloc calls. |
blob | commitdiff | raw | diff to current |
2000-04-28 |
Uwe Bonnes | DOSFS_DoGetFullPathName: rewrite to return results... |
blob | commitdiff | raw | diff to current |
2000-04-06 |
Uwe Bonnes | GetShortPathName: always erase characters at the end... |
blob | commitdiff | raw | diff to current |
2000-04-04 |
Alexandre Julliard | Added a per-drive FailReadOnly flag, and removed the... |
blob | commitdiff | raw | diff to current |
2000-03-28 |
Patrik Stridvall | Added/fixed some documentation reported by winapi_check. |
blob | commitdiff | raw | diff to current |
2000-03-28 |
Alexandre Julliard | Ignore trailing spaces in DOSFS_ToDosFCBFormat. |
blob | commitdiff | raw | diff to current |
2000-03-26 |
Stefan Leichter | DOSFS_ToDosFCBFormat: fail if extension longer than... |
blob | commitdiff | raw | diff to current |
2000-03-25 |
Francois Gouget | Use min/max instead of MIN/MAX. |
blob | commitdiff | raw | diff to current |
next |