- separate cleanly between async scheduling and file IO related issues.
[wine] / dlls / kernel / comm.c
2002-04-05  Martin Wilck- separate cleanly between async scheduling and file...
2002-03-11  Mike McCormackSet an overlapped hEvent before calling any APCs.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-27  Andreas MohrVarious cosmetic changes.
2002-02-26  Marcus MeissnerFixed cut&paste problem in SETRTS.
2002-02-19  Lawson WhitneySupport for nonstandard baud rate in SetCommState.
2001-12-20  Mike McCormack- move async activation into the server
2001-12-13  Mike McCormackOnly RTS_CONTROL_HANDSHAKE should set CRTSCTS.
2001-12-04  Gerard PatelMisc fixes to DCB building from command line.
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-11-12  Gerson KurzParity settings were not set properly in BuildCommDCBAn...
2001-11-07  Mike McCormackIgnore DSR/DTR flow control in DCB. termios doesn't...
2001-11-06  François GougetFix the #include order for config.h.
2001-10-21  Mike McCormackReturn TRUE on success in COMM_BuildOldCommDCB.
2001-10-14  Francois GougetWhen including 'wine/port.h', include it first.
2001-08-20  Mike McCormackStore the comm error value in the wineserver, not a...
2001-08-06  Marcus MeissnerSetCommConfig has 3 arguments, not 2.
2001-07-26  Patrik Stridvall- Moved comm related protoypes to the correct .h file.
2001-07-24  Mike McCormackMove 16-bit COMM code to USER dll.
2001-07-23  Mike McCormackRewrite BuildCommDCB16 to depend on BuildCommDCB, not...
2001-07-20  Mike McCormackReplace service thread with ReadFileEx/WriteFileEx.
2001-07-19  Alexandre JulliardMoved server.h to include/wine.
2001-07-18  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-18  Mike McCormackUse GetCommState16 to save state in OpenComm16.
2001-07-17  Mike McCormackRewrite SetCommState16 to use SetCommState.
2001-07-14  Mike McCormackRewrite GetCommState16 using GetCommState.
2001-07-12  Mike McCormackImplement overlapped completion routines.
2001-07-12  Mike McCormackImplement COMM_MSRUpdate with GetCommModemStatus.
2001-07-11  Mike McCormackImplement FlushComm16 with PurgeComm.
2001-07-10  Mike McCormackRewrite EscapeCommFunction16 to use EscapeCommFunction.
2001-07-08  Mike McCormackUse HANDLEs instead of unix fds.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-19  Patrik StridvallFixed GetCommConfig number of arguments.
2001-06-13  Patrik StridvallDocumentation ordinal fixes (using winapi_fixup).
2001-05-24  Andreas Mohr- BuildCommDCB16() uses int instead of BOOL
2001-05-22  Dmitry TimoshkovSmall clean up.
2001-04-20  Dominik StrasserDon't use RTSCTS if Str handshake is enabled.
2001-03-22  Michael McCormackUse poll() on the client-side during server waits to...
2001-02-27  Alexandre JulliardNew set of macros for server calls; makes requests...
2001-02-23  Andreas MohrBuildCommDCB16 had a rather broken baud rate handling.
2001-02-14  Andreas MohrCosmetics.
2001-02-12  Patrik StridvallDocumentation argument fixes.
2001-01-26  Andreas MohrDon't open the comm handle with GENERIC_WRITE via FILE_...
2001-01-25  Patrik StridvallDocumentation ordinal fixes.
2000-12-29  Mike McCormackImprove async i/o compatability. lpOverlapped->Internal...
2000-12-27  Andreas Mohr- clarify many error messages
2000-12-19  Andrew JohnstonDocumentation update.
2000-12-01  Patrik StridvallAdded/modified documentation for function arguments.
2000-11-25  Dimitrie O. PaunAvoid using TIOCM_* constants if not available.
2000-11-13  Mike McCormack- created server object for handling async i/o
2000-11-08  Alexandre JulliardCheck all Callouts function pointers for NULL before...
2000-10-15  Alexandre JulliardConverted a few more server requests to the new mechanism.
2000-10-13  Francois GougetHFILE is an int, not a regular HANDLE.
2000-10-13  Mike McCormackMoved comm.c into kernel32.