Eric Pouech
|
0b83d4cbc6
|
New console code based on Win32 windows.
|
2001-11-23 23:04:58 +00:00 |
Andreas Mohr
|
9cef2d0b1d
|
- fix wrong hexadecimal GetLastError() output
- misc fixes
- changed my email address
|
2001-11-19 02:30:01 +00:00 |
François Gouget
|
1425941e29
|
Fix the #include order for config.h.
Add #include "config.h" directives where needed.
|
2001-11-06 20:57:11 +00:00 |
Ove Kaaven
|
708a846a88
|
Save a disk file's drive type in the server object.
|
2001-10-24 00:23:25 +00:00 |
Francois Gouget
|
3bb9a36ee0
|
Spelling, grammar and a bit of comment formatting fixes.
|
2001-10-22 19:04:32 +00:00 |
Andreas Mohr
|
e15badb478
|
Cosmetics.
|
2001-10-21 15:18:15 +00:00 |
Mike McCormack
|
ea4f32c4eb
|
Separate code to overlapped timeouts into FILE_GetTimeout.
|
2001-10-17 17:45:11 +00:00 |
Francois Gouget
|
386cf6e342
|
When including 'wine/port.h', include it first.
Remove redundant 'config.h' includes.
|
2001-10-14 16:25:47 +00:00 |
Eric Pouech
|
3bbeb72d3f
|
Pass security attributes for DOSFS creation.
|
2001-10-14 16:08:45 +00:00 |
Mike McCormack
|
9e1fc62651
|
Do overlapped reads if and only if the file was opened with
FILE_FLAG_OVERLAPPED.
|
2001-10-10 20:26:58 +00:00 |
Gerard Patel
|
d6bd28222e
|
GetDiskFreeSpaceEx should accept an input like "C:".
|
2001-10-08 22:15:39 +00:00 |
Eric Pouech
|
c73316db5b
|
- fixed copy&paste bug (GENERIC_WRITE instead of GENERIC_READ)
- when getting the type of a handle, it has to be done even if no fd
is attached to it (console for example)
|
2001-10-08 20:57:12 +00:00 |
Mike McCormack
|
568c67e173
|
Make serial fd blocking mode depend on FILE_FLAG_OVERLAPPED.
|
2001-10-08 20:40:57 +00:00 |
Mike McCormack
|
ff58be5c7f
|
Fetch a handle type in FILE_GetUnixHandle.
|
2001-10-04 16:18:15 +00:00 |
Andreas Mohr
|
f359895daf
|
Yet another documentation/message text patch.
|
2001-10-02 17:49:20 +00:00 |
Uwe Bonnes
|
ef3d022c62
|
Check for NULL path argument in DeleteFile.
|
2001-10-02 17:40:33 +00:00 |
Ove Kaaven
|
72f404421c
|
Make MoveFileEx fail with ERROR_INVALID_PARAMETER (better than
crashing) when the source file operand is NULL.
|
2001-10-01 20:52:00 +00:00 |
Ove Kaaven
|
7efa8e258e
|
A failure to open a pipe should return INVALID_HANDLE_VALUE.
|
2001-09-25 22:37:32 +00:00 |
Andreas Mohr
|
7bed696aa3
|
Updates and error message improvements.
|
2001-09-19 22:34:38 +00:00 |
Francois Gouget
|
9f88a54273
|
Make relative paths of [Drive] sections relative to WINEPREFIX.
|
2001-09-17 20:44:00 +00:00 |
Francois Gouget
|
60a83ef0f1
|
Fix the error returned by GetLongPathNameA.
|
2001-09-14 00:59:58 +00:00 |
Francois Gouget
|
19b05e5f28
|
Reimplement PROFILE_GetSectionNames to match the NT & MSDN behavior.
The 32A version is now the reference implementation (instead of the
16bit version).
|
2001-08-28 18:39:26 +00:00 |
Bill Medland
|
65fc1c92d4
|
Added LOAD_WITH_ALTERED_SEARCH_PATH support to LoadLibraryEx.
|
2001-08-24 21:13:02 +00:00 |
Mike McCormack
|
b473a0f0b9
|
Added stub for CancelIo.
|
2001-08-22 18:02:39 +00:00 |
Mike McCormack
|
6f030e8d13
|
Read data immediately in overlapped ReadFile if possible.
|
2001-08-20 18:01:17 +00:00 |
Alexandre Julliard
|
301df6b5cd
|
Added names to standard critical sections (suggested by Andreas
Mohr).
|
2001-08-16 18:12:56 +00:00 |
Alexandre Julliard
|
5f728cae70
|
Removed HEAP_strdupA.
|
2001-07-24 21:45:22 +00:00 |
Bernhard Rosenkraenzer
|
5dda1f7e2c
|
Set executable permissions when creating .exe/.com files.
|
2001-07-23 18:09:41 +00:00 |
Lionel Ulmer
|
f89722dbdb
|
Fix 'undocumented' behaviour of GetPrivateProfileString.
|
2001-07-20 17:55:39 +00:00 |
Alexandre Julliard
|
37e9503ae8
|
Moved server.h to include/wine.
|
2001-07-19 00:39:09 +00:00 |
Patrik Stridvall
|
33929be46f
|
- Made sure that the files that contains the declarations
of implementated functions are included.
- Corrected mismatching prototypes.
- Cleaned up the include section.
|
2001-07-18 21:04:23 +00:00 |
Patrik Stridvall
|
e9782fa1fc
|
Documentation fixes.
|
2001-07-12 22:33:51 +00:00 |
Mike McCormack
|
e61ad3a9f3
|
Implement overlapped completion routines.
Don't use lpOverlapped->OffsetHigh to store bytes to transfer.
|
2001-07-12 22:29:41 +00:00 |
Patrik Stridvall
|
044855c6ec
|
Documentation fixes.
|
2001-07-11 18:56:41 +00:00 |
Mike McCormack
|
de7c3003e2
|
Start implementing named pipes.
|
2001-07-10 19:16:49 +00:00 |
Mike McCormack
|
a38e5e5771
|
Implement ReadFileEx and WriteFileEx (lpOverlappedCompletion routine
is not supported yet...)
|
2001-07-08 20:29:26 +00:00 |
Patrik Stridvall
|
01d5e5b071
|
Documentation fixes.
|
2001-07-02 19:59:40 +00:00 |
Mike McCormack
|
838a3614f6
|
Declare stubs for ReadFileEx, WriteFileEx.
|
2001-07-02 18:56:01 +00:00 |
Patrik Stridvall
|
3ca9823941
|
Documentation ordinal fixes.
|
2001-06-20 23:03:14 +00:00 |
Patrik Stridvall
|
dae8de69e2
|
Documentation ordinal fixes (using winapi_fixup).
|
2001-06-13 20:13:18 +00:00 |
Marcus Meissner
|
ee6ea51c02
|
Check for enough buffer space in PROFILE_GetSection().
|
2001-06-06 21:03:40 +00:00 |
Marcus Meissner
|
6bb990f7fd
|
Drop any file64 functions, try to use system supplied 64-bit mode by
using proper defines.
|
2001-05-29 20:55:21 +00:00 |
Marcus Meissner
|
04d5efdf27
|
Don't just assume everything is a Dos Device, or mirc will not get any
DCC sends.
|
2001-05-25 20:39:45 +00:00 |
Marcus Meissner
|
3f1ed52d8b
|
Implemented 64bit file size handling.
Removed several unneeded sys/stat.h includes.
|
2001-05-14 20:09:37 +00:00 |
Francois Gouget
|
ee285b7ac8
|
Remove unnecessary single quoting of debugstr_xxx strings.
|
2001-05-11 20:03:40 +00:00 |
Francois Gouget
|
e76218dd61
|
Add '\n' at the end of traces.
|
2001-05-09 17:31:31 +00:00 |
Francois Gouget
|
09a17830ac
|
Potential buffer overflow in PROFILE_CopyEntry.
|
2001-05-07 18:11:57 +00:00 |
Dominik Strasser
|
4f46b5de45
|
Allow illegal handles in FindClose.
|
2001-04-20 18:38:41 +00:00 |
Andreas Mohr
|
f32f918123
|
Spelling fixes.
|
2001-04-20 18:36:05 +00:00 |
Alexandre Julliard
|
2ec34e48a3
|
Added TASK_GetPtr/TASK_GetCurrent functions to get the TDB for a task
handle.
|
2001-04-04 00:21:05 +00:00 |