Make Unicode const strings static so they are not copied to the stack
[wine] / dlls / kernel / comm.c
2004-04-19  Francois GougetMake Unicode const strings static so they are not copie...
2004-04-14  Rein KlazesAdd missing POSIX baud rates to GetCommState and SetCom...
2004-04-12  Rein KlazesFix GetCommState and SetCommState, so that these functi...
2004-01-16  Vincent BéronMove the implementation of GetDefaultCommConfig from...
2004-01-16  Vincent BéronUnicodify some comm functions.
2003-12-11  FrankFixed size check in GetCommConfig().
2003-12-02  Alexandre JulliardUse wine_server_release_fd() instead of close() everywh...
2003-09-15  Kevin Groeneveld- Fix small bug with parsing of numbers in BuildCommDCB...
2003-09-12  Kevin GroeneveldAdd missing wReserved1 member to DCB structure definition.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-06-26  Eric Pouech- made async.h ready for use in ntdll: replaced all...
2003-03-12  Marcus MeissnerFixed 2 fd leaks in comm functions.
2002-10-25  Michael StefaniucCompile the kernel dll with -DSTRICT.
2002-10-23  Patrik StridvallFixed mismatches between the Wine headers and the Micro...
2002-10-18  Stefan LeichterBuildCommDCBAndTimeoutsA: Made the argument parsing...
2002-08-28  Patrik StridvallMSVC compatibility fixes.
2002-08-26  Patrik StridvallMSVC compatibility fixes.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-06-05  Marcelo WelterAdded PCF_TOTALTIMEOUTS to comm properties.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-14  Alexandre JulliardPortability fixes.
2002-04-25  Mike McCormackAdded support for TransmitCommChar.
2002-04-24  Marcelo WelterFix to old DCB format parsing.
2002-04-22  Alexandre JulliardRemoved constants that aren't defined in Windows.
2002-04-21   <wine@gc2.kloepfe... Faster serial speed cases for non Linux systems.
2002-04-14  Martin Wilck- Need a "cleanup" method.
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.