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 |
2001-05-31 |
Dmitry Timoshkov | List 16-bit resources separately as RC_SRCS16. |
tree | commitdiff |
2001-05-24 |
Dmitry Timoshkov | Remove kernel32 dependency on user32 by implementing... |
tree | commitdiff |
2001-05-24 |
Andreas Mohr | - BuildCommDCB16() uses int instead of BOOL |
tree | commitdiff |
2001-05-22 |
Dmitry Timoshkov | Small clean up. |
tree | commitdiff |
2001-05-09 |
Duane Clark | Add tests for the flag FORMAT_MESSAGE_IGNORE_INSERTS... |
tree | commitdiff |
2001-05-09 |
Francois Gouget | Add '\n' at the end of traces. |
tree | commitdiff |
2001-04-27 |
Patrik Stridvall | Documentation name fixes. |
tree | commitdiff |
2001-04-20 |
Dominik Strasser | Don't use RTSCTS if Str handshake is enabled. |
tree | commitdiff |
2001-04-12 |
Michael Stefaniuc | - added stubs for three console functions |
tree | commitdiff |
2001-04-09 |
James Hatheway | Fill in StandardName field in struct returned from... |
tree | commitdiff |
2001-04-09 |
Marcus Meissner | Added some stubs for functions used by newer rpcrt4... |
tree | commitdiff |
2001-04-04 |
Alexandre Julliard | Added TASK_GetPtr/TASK_GetCurrent functions to get... |
tree | commitdiff |
2001-03-22 |
Michael McCormack | Use poll() on the client-side during server waits to... |
tree | commitdiff |
2001-03-13 |
Hann-huei Chiou | Updated. |
tree | commitdiff |
2001-03-13 |
James Juran | Added stub for SetThreadExecutionState (new function... |
tree | commitdiff |
2001-03-08 |
Alexandre Julliard | Added version16.rc in RC_SRCS list. |
tree | commitdiff |
2001-03-08 |
Nerijus Baliunas | Updated Latvian date format. |
tree | commitdiff |
2001-03-04 |
Alexandre Julliard | We need to create the system heap at startup even thoug... |
tree | commitdiff |
2001-02-28 |
Alexandre Julliard | Use the standard CreateThread routine to create 16... |
tree | commitdiff |
2001-02-28 |
Przemyslaw Bruski | Added LOCALE_IDEFAULTMACCODEPAGE definition in most... |
tree | commitdiff |
2001-02-27 |
Alexandre Julliard | New set of macros for server calls; makes requests... |
tree | commitdiff |
2001-02-26 |
Eric Pouech | Added a few missing stubs to KERNEL32 and USER32. |
tree | commitdiff |
2001-02-23 |
Dmitry Timoshkov | Add version information (16 and 32 bit) to core built... |
tree | commitdiff |
next |