2002-04-29 |
Jakob Eriksson | Added unit tests for file functions. |
tree | commitdiff |
2002-04-25 |
Paul Millar | Fixed minor typo. |
tree | commitdiff |
2002-04-25 |
Mike McCormack | Added support for TransmitCommChar. |
tree | commitdiff |
2002-04-24 |
Marcelo Welter | Fix to old DCB format parsing. |
tree | commitdiff |
2002-04-22 |
Alexandre Julliard | Removed constants that aren't defined in Windows. |
tree | commitdiff |
2002-04-21 |
Eric Pouech | Added a framework for testing CreateProcess and a few... |
tree | commitdiff |
2002-04-21 |
<wine@gc2.kloepfe... | Faster serial speed cases for non Linux systems. |
tree | commitdiff |
2002-04-14 |
Martin Wilck | - Need a "cleanup" method. |
tree | commitdiff |
2002-04-11 |
Geoffrey Hausheer | Added test for GetFullPathNamesA, GetLongPathNamesA, |
tree | commitdiff |
2002-04-05 |
Martin Wilck | - separate cleanly between async scheduling and file... |
tree | commitdiff |
2002-04-03 |
Geoffrey Hausheer | Cleaned up a bit, removed todos for OpenThread, avoid... |
tree | commitdiff |
2002-04-02 |
Geoffrey Hausheer | Added test for thread functions. |
tree | commitdiff |
2002-04-02 |
Chris Morgan | Implement OpenThread() winapi call. |
tree | commitdiff |
2002-04-01 |
Francois Gouget | Don't bother with declare, just 'use kernel32'. |
tree | commitdiff |
2002-04-01 |
Francois Gouget | Windows headers must be included after wine/test.h. |
tree | commitdiff |
2002-03-29 |
Francois Gouget | Fix SetFileAttributes to honor the umask (rather than... |
tree | commitdiff |
2002-03-27 |
Alexandre Julliard | Added alloc.ok. |
tree | commitdiff |
2002-03-27 |
Geoffrey Hausheer | Added memory allocation test. |
tree | commitdiff |
2002-03-26 |
Alexandre Julliard | Renamed some 16-bit spec files to match the dll name. |
tree | commitdiff |
2002-03-22 |
Dmitry Timoshkov | Added tests for GetSystemDirectoryA/W and GetWindowsDir... |
tree | commitdiff |
2002-03-22 |
Alexandre Julliard | Correctly fill parent pid, module size and module name... |
tree | commitdiff |
2002-03-20 |
Alexandre Julliard | Changed builtin dlls file names to make it clear they... |
tree | commitdiff |
2002-03-11 |
Patrik Stridvall | - Better handling when settimeofday is not available. |
tree | commitdiff |
2002-03-11 |
Mike McCormack | Set an overlapped hEvent before calling any APCs. |
tree | commitdiff |
2002-03-11 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
tree | commitdiff |
2002-02-27 |
Andreas Mohr | Various cosmetic changes. |
tree | commitdiff |
2002-02-27 |
Alexandre Julliard | Reimplemented DebugBreakProcess. |
tree | commitdiff |
2002-02-27 |
Andreas Mohr | Spelling/alignment fixes. |
tree | commitdiff |
2002-02-27 |
Eric Pouech | New XP debugging APIs: implemented DebugActiveProcessStop, |
tree | commitdiff |
2002-02-26 |
Marcus Meissner | Fixed cut&paste problem in SETRTS. |
tree | commitdiff |
2002-02-19 |
Lawson Whitney | Support for nonstandard baud rate in SetCommState. |
tree | commitdiff |
2002-02-02 |
Patrik Stridvall | Move __stdcall/__cdecl to the right place. |
tree | commitdiff |
2002-01-29 |
Dmitry Timoshkov | Added GetComputerNameEx[AW] semi-stub. |
tree | commitdiff |
2002-01-29 |
Patrik Stridvall | Avoid wildcards in .cvsignore. |
tree | commitdiff |
2002-01-15 |
Alexandre Julliard | Added atom test script. |
tree | commitdiff |
2002-01-12 |
Alexandre Julliard | Updated debug channels. |
tree | commitdiff |
2002-01-06 |
Marcus Meissner | Change currency of the european Euro using countries... |
tree | commitdiff |
2001-12-26 |
Michael Stefaniuc | Check the return value of *snprintf for C99 style overf... |
tree | commitdiff |
2001-12-20 |
Mike McCormack | - move async activation into the server |
tree | commitdiff |
2001-12-19 |
Uwe Bonnes | Use GlobalPageLock for GetVDMPointer32W16 pointers. |
tree | commitdiff |
2001-12-19 |
Alexandre Julliard | Moved heap functions to ntdll. |
tree | commitdiff |
2001-12-17 |
Alexandre Julliard | Removed unnecessary includes. |
tree | commitdiff |
2001-12-17 |
Alexandre Julliard | Do not call THUNK_Init at startup, only do it when... |
tree | commitdiff |
2001-12-14 |
Alexandre Julliard | Made register and interrupt flags instead of entry... |
tree | commitdiff |
2001-12-13 |
Mike McCormack | Only RTS_CONTROL_HANDSHAKE should set CRTSCTS. |
tree | commitdiff |
2001-12-05 |
Alexandre Julliard | Removed calls to HEAP_GetSegptr. |
tree | commitdiff |
2001-12-04 |
Alexandre Julliard | Moved most of the real-mode stuff to dlls/winedos. |
tree | commitdiff |
2001-12-04 |
Marcus Meissner | Copy the correct number of bytes in WriteConsoleInputA. |
tree | commitdiff |
2001-12-04 |
Gerard Patel | Misc fixes to DCB building from command line. |
tree | commitdiff |
2001-11-30 |
Alexandre Julliard | Redesign of the server communication protocol to allow... |
tree | commitdiff |
2001-11-19 |
James Juran | Prevent warnings about labels at end of switch statemen... |
tree | commitdiff |
2001-11-19 |
Francois Gouget | Better relaying for _lcreat. |
tree | commitdiff |
2001-11-12 |
Gerson Kurz | Parity settings were not set properly in BuildCommDCBAn... |
tree | commitdiff |
2001-11-07 |
Mike McCormack | Make ConnectNamedPipe work in overlapped mode. |
tree | commitdiff |
2001-11-07 |
Mike McCormack | Ignore DSR/DTR flow control in DCB. termios doesn't... |
tree | commitdiff |
2001-11-06 |
Francois Gouget | Don't prefix %p with 0x. |
tree | commitdiff |
2001-11-06 |
François Gouget | Fix the #include order for config.h. |
tree | commitdiff |
2001-10-21 |
Mike McCormack | Return TRUE on success in COMM_BuildOldCommDCB. |
tree | commitdiff |
2001-10-14 |
Francois Gouget | When including 'wine/port.h', include it first. |
tree | commitdiff |
2001-10-10 |
Francois Gouget | Move the RT_XXX macros to winuser.h. |
tree | commitdiff |
2001-10-05 |
Stefan Leichter | Added defines for resource types RT_MESSAGETABLE, RT_VE... |
tree | commitdiff |
2001-09-10 |
Marcus Meissner | Enhanced GetCalendarInfo stub, added known CAL_* defines. |
tree | commitdiff |
2001-08-27 |
Mike McCormack | Implemented GetNamedPipeInfo. |
tree | commitdiff |
2001-08-24 |
Mike McCormack | Add stubs for several named pipe functions. |
tree | commitdiff |
2001-08-23 |
Mike McCormack | Implement WaitNamedPipe and DisconnectNamedPipe. |
tree | commitdiff |
2001-08-22 |
Mike McCormack | Added stub for CancelIo. |
tree | commitdiff |
2001-08-20 |
Mike McCormack | Store the comm error value in the wineserver, not a... |
tree | commitdiff |
2001-08-06 |
Marcus Meissner | SetCommConfig has 3 arguments, not 2. |
tree | commitdiff |
2001-07-26 |
Patrik Stridvall | - Moved comm related protoypes to the correct .h file. |
tree | commitdiff |
2001-07-25 |
Alexandre Julliard | Removed unnecessary inclusion of heap.h. |
tree | commitdiff |
2001-07-24 |
Alexandre Julliard | Removed HEAP_strdupA. |
tree | commitdiff |
2001-07-24 |
Mike McCormack | Move 16-bit COMM code to USER dll. |
tree | commitdiff |
2001-07-23 |
Mike McCormack | Rewrite BuildCommDCB16 to depend on BuildCommDCB, not... |
tree | commitdiff |
2001-07-20 |
Patrik Stridvall | - Made sure that the files that contains the declarations |
tree | commitdiff |
2001-07-20 |
Mike McCormack | Replace service thread with ReadFileEx/WriteFileEx. |
tree | commitdiff |
2001-07-19 |
Alexandre Julliard | Moved server.h to include/wine. |
tree | commitdiff |
2001-07-18 |
Patrik Stridvall | - Made sure that the files that contains the declarations |
tree | commitdiff |
2001-07-18 |
Mike McCormack | Use GetCommState16 to save state in OpenComm16. |
tree | commitdiff |
2001-07-17 |
Mike McCormack | Rewrite SetCommState16 to use SetCommState. |
tree | commitdiff |
2001-07-14 |
Mike McCormack | Rewrite GetCommState16 using GetCommState. |
tree | commitdiff |
2001-07-12 |
Patrik Stridvall | Documentation fixes. |
tree | commitdiff |
2001-07-12 |
Mike McCormack | Implement overlapped completion routines. |
tree | commitdiff |
2001-07-12 |
Mike McCormack | Implement COMM_MSRUpdate with GetCommModemStatus. |
tree | commitdiff |
2001-07-11 |
Patrik Stridvall | Documentation fixes. |
tree | commitdiff |
2001-07-11 |
Mike McCormack | Implement FlushComm16 with PurgeComm. |
tree | commitdiff |
2001-07-10 |
Mike McCormack | Start implementing named pipes. |
tree | commitdiff |
2001-07-10 |
Mike McCormack | Rewrite EscapeCommFunction16 to use EscapeCommFunction. |
tree | commitdiff |
2001-07-08 |
Mike McCormack | Use HANDLEs instead of unix fds. |
tree | commitdiff |
2001-07-02 |
Patrik Stridvall | Documentation fixes. |
tree | commitdiff |
2001-07-02 |
Mike McCormack | Declare stubs for ReadFileEx, WriteFileEx. |
tree | commitdiff |
2001-07-02 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2001-06-25 |
Jau-Horng Chen | Added Traditional Chinese Support |
tree | commitdiff |
2001-06-20 |
Patrik Stridvall | Documentation ordinal fixes. |
tree | commitdiff |
2001-06-19 |
Patrik Stridvall | Documentation ordinal fixes. |
tree | commitdiff |
2001-06-19 |
Patrik Stridvall | Fixed GetCommConfig number of arguments. |
tree | commitdiff |
2001-06-19 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2001-06-13 |
Patrik Stridvall | Documentation ordinal fixes (using winapi_fixup). |
tree | commitdiff |
2001-06-11 |
Patrik Stridvall | Documentation ordinal fixes (using winapi_fixup). |
tree | commitdiff |
2001-06-07 |
Marcus Meissner | Stub for GetQueuedCompletionStatus. |
tree | commitdiff |
next |