- 11 Feb, 2022 1 commit
-
-
Eric Pouech authored
Signed-off-by: Eric Pouech <eric.pouech@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 27 Aug, 2021 1 commit
-
-
Francois Gouget authored
It's quite possible that the device name is entirely composed of ASCII characters but, as far as the API is concerned, it's still an ANSI string. Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 16 Feb, 2021 1 commit
-
-
Alexandre Julliard authored
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 17 Nov, 2020 1 commit
-
-
Michael Stefaniuc authored
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 28 Sep, 2020 1 commit
-
-
Alexandre Julliard authored
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 01 Apr, 2020 1 commit
-
-
Alexandre Julliard authored
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 09 Sep, 2019 1 commit
-
-
Alexandre Julliard authored
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 19 Jun, 2017 1 commit
-
-
André Hentschel authored
Signed-off-by: André Hentschel <nerv@dawncrow.de> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 23 Dec, 2015 1 commit
-
-
Alex Henrie authored
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 12 Mar, 2015 1 commit
-
-
Francois Gouget authored
-
- 26 Aug, 2013 1 commit
-
-
Dmitry Timoshkov authored
-
- 30 May, 2012 1 commit
-
-
Michael Geddes authored
-
- 19 Apr, 2011 1 commit
-
-
Wolfgang Walter authored
-
- 17 Aug, 2010 1 commit
-
-
Wolfram Sang authored
-
- 09 Sep, 2009 1 commit
-
-
Alexandre Julliard authored
-
- 06 Feb, 2009 1 commit
-
-
Christoph von Wittich authored
-
- 20 Aug, 2008 1 commit
-
-
Alexander Morozov authored
-
- 23 Apr, 2008 1 commit
-
-
Austin English authored
-
- 04 Mar, 2008 1 commit
-
-
Andrew Talbot authored
-
- 29 Oct, 2007 1 commit
-
-
Detlef Riekenberg authored
-
- 06 Mar, 2007 1 commit
-
-
Detlef Riekenberg authored
-
- 27 Feb, 2007 1 commit
-
-
Detlef Riekenberg authored
-
- 20 Feb, 2007 1 commit
-
-
Detlef Riekenberg authored
-
- 13 Oct, 2006 1 commit
-
-
Michael Stefaniuc 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
-
- 12 Sep, 2006 1 commit
-
-
Alexandre Julliard authored
Also get rid of the kernel/messages subdirectory.
-
- 23 May, 2006 1 commit
-
-
Jonathan Ernst authored
-
- 10 May, 2006 1 commit
-
-
Uwe Bonnes authored
Noticed by Dan Armbrust.
-
- 09 May, 2006 11 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
-
Eric Pouech authored
- implemented SERIAL_GET_BAUD_RATE ioctl - made use of it in kernel.GetCommState
-
Eric Pouech authored
- implemented ntdll's serial IOCTL SET_CHARS - used this IOCTL in kernel32.SetCommState
-
Eric Pouech authored
- implemented ntdll's serial IOCTL SET_HANDFLOW - used this IOCTL in kernel32.SetCommState
-
Eric Pouech authored
- implemented ntdll's serial IOCTL SET_LINE_CONTROL - used this IOCTL in kernel32.SetCommState
-
Eric Pouech authored
- created dump_dcb to print out DCB information - implemented ntdll's serial IOCTL SET_BAUD_RATE - used this IOCTL in kernel32.SetCommState
-
- 28 Feb, 2006 1 commit
-
-
Eric Pouech authored
-