- 08 Oct, 2010 1 commit
-
-
Alexandre Julliard authored
-
- 06 Jul, 2010 1 commit
-
-
Ken Thomases authored
-
- 18 Jan, 2010 1 commit
-
-
Alexandre Julliard authored
It takes an event type, not a manual reset flag.
-
- 10 Sep, 2009 1 commit
-
-
Alexandre Julliard authored
-
- 08 Sep, 2009 1 commit
-
-
Mike Kaplinskiy authored
-
- 23 Mar, 2009 1 commit
-
-
Michael Stefaniuc authored
-
- 09 Mar, 2009 1 commit
-
-
Francois Gouget authored
-
- 07 Jan, 2009 1 commit
-
-
G. Paul Ziemba authored
-
- 04 Jan, 2009 1 commit
-
-
Pavel Troller authored
-
- 24 Dec, 2008 1 commit
-
-
Andrew Talbot authored
-
- 22 Dec, 2008 1 commit
-
-
Wolfgang Walter authored
-
- 08 Dec, 2008 1 commit
-
-
Alexandre Julliard authored
-
- 28 Nov, 2008 1 commit
-
-
Francois Gouget authored
-
- 07 May, 2008 2 commits
-
-
Alexandre Julliard authored
Based on a patch by Valentine Sinitsyn.
-
Alexandre Julliard authored
-
- 09 Apr, 2008 1 commit
-
-
Austin English authored
-
- 22 Jan, 2008 1 commit
-
-
Eric Pouech authored
ntdll: Fixed getting the RTS status from line, and now using sane default values for all (compilation/system) cases.
-
- 16 Jan, 2008 1 commit
-
-
Francois Gouget authored
-
- 15 Jan, 2008 1 commit
-
-
Alexandre Julliard authored
-
- 14 Jan, 2008 1 commit
-
-
Andrew Talbot authored
-
- 19 Nov, 2007 1 commit
-
-
Michael Stefaniuc authored
-
- 29 Oct, 2007 1 commit
-
-
Tom Brus authored
-
- 26 Jul, 2007 1 commit
-
-
Michael Stefaniuc authored
-
- 19 Jul, 2007 1 commit
-
-
Michael Stefaniuc authored
-
- 26 Jun, 2007 1 commit
-
-
Andrew Talbot authored
-
- 03 Jan, 2007 1 commit
-
-
Reinhard Karcher authored
-
- 20 Nov, 2006 1 commit
-
-
Alexandre Julliard authored
-
- 03 Nov, 2006 1 commit
-
-
Alexandre Julliard authored
-
- 18 Oct, 2006 1 commit
-
-
Hans Leidekker authored
-
- 04 Oct, 2006 1 commit
-
-
Alexandre Julliard authored
-
- 03 Oct, 2006 1 commit
-
-
Eric Pouech authored
- implemented IOCTL_SERIAL_WAIT_ON_MASK for DeviceIoControl on serial lines in ntdll - now using thread pool (instead of simple thread) for the background operations (this should help some high load situations) - used this to implement WaitCommEvent on top NtDll functions - in kernel32, removed now the no longer used termios/ioctls... for comm devices
-
- 13 Jun, 2006 1 commit
-
-
Alexandre Julliard authored
-
- 23 May, 2006 1 commit
-
-
Jonathan Ernst authored
-
- 15 May, 2006 1 commit
-
-
Eric Pouech authored
-
- 09 May, 2006 6 commits
-
-
Eric Pouech authored
- implemented ntdll's serial IOCTL: CLR_DTR, CLR_RTS, SET_DTR, SET_RTS, SET_XOFF, SET_XON, RESET_DEVICE - implemented kernel32.EscapeCommFunction on top of them
-
Eric Pouech authored
- stubbed out ntdll's serial IOCTL SET_QUEUE_SIZE - implemented kernel32.SetupComm on top of it
-
Eric Pouech authored
- implemented ntdll's COMM IOCTL GET_TIMEOUTS, SET_TIMEOUTS - implemented kernel32.GetCommTimeout and SetCommTimeout on top of them
-
Eric Pouech authored
- implemented SERIAL_GET_CHARS ioctl - made use of it in kernel32.GetCommState
-
Eric Pouech authored
- implemented SERIAL_GET_HANDFLOW ioctl - made use of it in kernel.GetCommState
-
Eric Pouech authored
- implemented SERIAL_GET_LINE_CONTROL ioctl - made use of it in kernel.GetCommState
-