projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Use the Unix codepage to convert the user name to Unicode.
[wine]
/
dlls
/
ntdll
/
cdrom.c
2004-04-29
Alexandre Julliard
Added auto-detection of DOS drive devices based on...
blob
|
commitdiff
|
raw
2004-04-23
Alexandre Julliard
Moved creation of the CDROM registry keys into the...
blob
|
commitdiff
|
raw
|
diff to current
2004-03-05
Alexandre Julliard
Do not store the Unix file descriptor in the cache...
blob
|
commitdiff
|
raw
|
diff to current
2004-03-04
Alexandre Julliard
Open a real file handle for drive devices, and get...
blob
|
commitdiff
|
raw
|
diff to current
2004-01-23
Ge van Geldorp
Rename LARGE_INTEGER and ULARGE_INTEGER members "s...
blob
|
commitdiff
|
raw
|
diff to current
2003-12-15
Marcus Meissner
Fixed potentially uninitialised sz.
blob
|
commitdiff
|
raw
|
diff to current
2003-11-04
Gerald Pfeifer
The CDDA case of CDROM_RawRead() no longer works on...
blob
|
commitdiff
|
raw
|
diff to current
2003-10-08
Alexandre Julliard
Pass the cdrom device path in CDROM_InitRegistry so...
blob
|
commitdiff
|
raw
|
diff to current
2003-10-07
Rein Klazes
Added a check for <scsi/scsi.h> and include it in dlls...
blob
|
commitdiff
|
raw
|
diff to current
2003-10-03
Alexandre Julliard
Avoid closing the cdrom if we failed to open it.
blob
|
commitdiff
|
raw
|
diff to current
2003-10-03
Pavel Roskin
Add support for SCSI CD-ROMs to CDROM_GetInterfaceInfo().
blob
|
commitdiff
|
raw
|
diff to current
2003-09-05
Alexandre Julliard
Fixed header dependencies to be fully compatible with...
blob
|
commitdiff
|
raw
|
diff to current
2003-06-24
Eric Pouech
- started implementing ntdll.NtDeviceIoControlFile...
blob
|
commitdiff
|
raw
|
diff to current
2003-06-13
Eric Pouech
Added support for overlapped ioctl requests (and a...
blob
|
commitdiff
|
raw
|
diff to current
2003-06-04
Yorick Hardy
Improve CDROM_GetIdeInterface (becomes CDROM_GetInterfa...
blob
|
commitdiff
|
raw
|
diff to current
2003-05-20
Yorick Hardy
Implement CDROM_ScsiPassThrough and CDROM_ScsiPassThrou...
blob
|
commitdiff
|
raw
|
diff to current
2003-05-19
Yorick Hardy
Added the implementation for CDROM_GetIdeInterface...
blob
|
commitdiff
|
raw
|
diff to current
2003-04-02
Eric Pouech
Fixed a few FormatCode entries.
blob
|
commitdiff
|
raw
|
diff to current
2003-03-20
Eric Pouech
Fixed some unneeded unix to Win32 error mapping.
blob
|
commitdiff
|
raw
|
diff to current
2003-02-25
Gerald Pfeifer
Define CD_SECS and CD_FRAMES also on non-Linux systems...
blob
|
commitdiff
|
raw
|
diff to current
2003-02-19
Waldeck Schutzer
- Some systems/drives are very slow to read the TOC...
blob
|
commitdiff
|
raw
|
diff to current
2003-01-23
Alexandre Julliard
Added -Wpointer-arith gcc flag, and fixed the resulting...
blob
|
commitdiff
|
raw
|
diff to current
2003-01-21
Gerald Pfeifer
Only declare variables we actually need.
blob
|
commitdiff
|
raw
|
diff to current
2003-01-07
Dimitrie O. Paun
Define NONAMELESS{STRUCT,UNION} explicitly in the files...
blob
|
commitdiff
|
raw
|
diff to current
2002-12-12
Alex Pasadyn
Fix return from IOCTL_CDROM_CHECK_VERIFY.
blob
|
commitdiff
|
raw
|
diff to current
2002-09-13
Alexandre Julliard
Handle special registry root keys directly in advapi32...
blob
|
commitdiff
|
raw
|
diff to current
2002-09-12
Patrik Stridvall
Moved all the content of the DDK files ntdef.h and...
blob
|
commitdiff
|
raw
|
diff to current
2002-08-26
Patrik Stridvall
MSVC compatibility fixes.
blob
|
commitdiff
|
raw
|
diff to current
2002-08-17
Patrik Stridvall
Added include protection for unistd.h and sys/time.h.
blob
|
commitdiff
|
raw
|
diff to current
2002-07-28
Rafael Kitover
Minor fix for ide-scsi cdroms.
blob
|
commitdiff
|
raw
|
diff to current
2002-06-13
Alexandre Julliard
Don't try to open CDROM device if none was specified.
blob
|
commitdiff
|
raw
|
diff to current
2002-05-31
Vincent Béron
Removed trailing whitespace.
blob
|
commitdiff
|
raw
|
diff to current
2002-05-30
Alexandre Julliard
Portability fixes.
blob
|
commitdiff
|
raw
|
diff to current
2002-05-24
James Juran
Add missing \n to output messages.
blob
|
commitdiff
|
raw
|
diff to current
2002-05-19
Andreas Mohr
- Improve error messages.
blob
|
commitdiff
|
raw
|
diff to current
2002-05-14
Alexandre Julliard
Portability fixes.
blob
|
commitdiff
|
raw
|
diff to current
2002-05-01
Rizsanyi Zsolt
Implemented IOCTL_SCSI_GET_ADDRESS for non true scsi...
blob
|
commitdiff
|
raw
|
diff to current
2002-05-01
Laurent Pinchart
Implementation of IOCTL_SCSI_PASS_THROUGH and
blob
|
commitdiff
|
raw
|
diff to current
2002-04-02
Gerald Pfeifer
Use ENOMEDIUM errno code only when defined.
blob
|
commitdiff
|
raw
|
diff to current
2002-04-01
Francois Gouget
Fix warnings for Linux, FreeBSD and Solaris.
blob
|
commitdiff
|
raw
|
diff to current
2002-03-29
Andreas Mohr
Added mapping for errno ENOMEDIUM to STATUS_NO_MEDIA_IN...
blob
|
commitdiff
|
raw
|
diff to current
2002-03-09
Alexandre Julliard
Added LGPL standard comment, and copyright notices...
blob
|
commitdiff
|
raw
|
diff to current
2002-01-18
Bang Jun-Young
Fix NetBSD compile errors; CDIOCREADAUDIO is not availa...
blob
|
commitdiff
|
raw
|
diff to current
2002-01-14
Francois Gouget
Fix compilation errors on FreeBSD.
blob
|
commitdiff
|
raw
|
diff to current
2002-01-13
Eric Pouech
Changed the Wine internal cdrom interface to the NT...
blob
|
commitdiff
|
raw
|
diff to current