netstat: Initial implementation.
[wine] / dlls / mciseq /
2012-10-25  Jörg Höhlemciseq: The code can only handle up to 128 MIDI tracks.
2012-10-25  Jörg Höhlemciseq: Fix reading MCI_INFO_NAME and COPYRIGHT from...
2012-10-25  Jörg Höhlemciseq: Fix some MCIERROR_* codes (MCI_STATUS).
2012-10-25  Jörg Höhlemciseq: Correct MCI_SEEK return codes.
2012-10-08  Jörg Höhlemciseq: Map MMSYSERR_* to MCIERR_* error codes.
2012-10-08  Jörg Höhlemciseq: Send MCI_PLAY notifications like w2k-w7 do.
2012-10-08  Jörg Höhlemciseq: Create player thread in the synchronous case...
2012-10-08  Jörg Höhlemciseq: Play returns MCIERR_OUTOFRANGE as required.
2012-10-08  Jörg Höhlemciseq: Separate player loop from MCI_PLAY command.
2012-10-08  Jörg Höhlemciseq: Fix memory leak when MCI_OPEN fails.
2012-09-14  Jörg Höhlemciseq: Remove superfluous NULL pointer check.
2012-01-04  Jörg Höhlemciseq: wNotifyDeviceID is redundant.
2012-01-04  Jörg Höhlemciseq: Refactor use of mciGetDriverData.
2012-01-04  Jörg Höhlemciseq: Check Device ID prior to command invocation.
2012-01-04  Jörg Höhlemciseq: Only send non-MCI commands to DefDriverProc.
2010-11-17  Jörg Höhlemciseq: Bogus sizeof led to incorrect positioning.
2010-11-17  Jörg Höhlemciseq: Rework MCI notification system.
2010-11-12  Jörg Höhlemciseq: The native MCI sequencer cannot record.
2010-11-02  Jörg Höhlewinmm: MCI_INFO doesn't change the output buffer in...
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-05-20  Jörg Höhlewinmm: Have MCI drivers handle notification for MCI_OPEN.
2010-03-16  Jörg Höhlemciseq: MCI Set Port allows to select the MIDI device.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-02-12  Jörg Höhlemciseq: Fix error code path in async command execution.
2009-12-18  Amine Khaldimciseq: Remove unneeded assignments.
2009-01-15  Michael Stefaniucmciseq: Remove superfluous pointer casts.
2009-01-09  Alexandre Julliardinclude: Fix a number of mmsystem.h structure for Win64.
2008-12-23  Anders Jonssonmciseq: Fix typo.
2008-04-22  Andrew Talbotmciseq: Remove unused variable.
2008-04-21  Andrew Talbotmciseq: Remove unused variable.
2008-04-07  Austin EnglishSpelling fixes.
2007-12-21  Andrew Talbotmciseq: Remove unneeded casts.
2007-06-01  Dmitry Timoshkovmciseq: Fix compilation warnings in 64-bit mode.
2007-02-19  Andrew Talbotmciseq: Constify a variable.
2006-11-07  Francois GougetAssorted spelling fixes.
2006-10-13  Michael Ploujnikovmciseq: Win64 printf format warning fixes.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-08-07  Francois GougetAssorted spelling fixes.
2006-07-11  Alexandre Julliardlibs: Merged libwine_unicode into libwine.
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-06-13  Alexandre Julliardmciseq: Don't use sizeof in traces to avoid printf...
2006-06-13  Michael StefaniucYet another round of redundant NULL checks before HeapFree.
2006-05-24  Alexandre JulliardLink against libwine_unicode everywhere we use Unicode...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-11-28  Dmitry TimoshkovFix all drivers DriverProc to conform to the DRIVERPROC...
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-08-18  Felix NawothnigMake string elements of MCI_OPEN_PARMS const to match...
2005-08-17  Rémi AssaillyMoved mciseq to the top-level dlls directory.