netstat: Initial implementation.
[wine] / dlls / winmm / mmio.c
2012-11-28  Akihiro Sagawawinmm: Fix handling of mmio file buffers.
2012-11-13  Akihiro Sagawawinmm: Fix SEEK_END direction of mmio files without...
2012-07-31  Michael Stefaniucwinmm: Avoid TRUE FALSE conditional expressions.
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2011-08-23  Andrew Talbotwinmm: Constify some variables.
2011-05-12  Jörg Höhlewinmm: Fix 8KB leak when mmioOpen fails (Valgrind).
2010-12-05  Alexander Puzankovwinmm: Fixed boundary condition in mmioOpen file name...
2010-12-01  Alexander Puzankovwinmm: The default I/O procedure should return MMIOERR_...
2010-12-01  Alexander Puzankovwinmm: Use the default I/O procedure only if a custom...
2010-12-01  Alexander Puzankovwinmm: Revert "Handle playing of files containing a...
2010-07-22  Tim Cadogan-Cowperwinmm: Wrap TRACE strings with debugstr_a/debugstr_an.
2010-06-28  Tim Cadogan-Cowperwinmm: Correctly calculate dwFileSize for apps installi...
2010-06-14  Eric Pouechwinmm: Only compute dwFileSize for MMIO objects with...
2010-01-25  Eric Pouechwinmm: In mmio manipulation, always ensure that we...
2009-10-19  Marcus Meissnerwinmm: Handle NULL szFileName in mmioOpen16 (Coverity).
2009-10-19  Marcus Meissnerwinmm: Return error on NULL ioProc (Coverity).
2009-10-15  Eric Pouechwinmm: Transform the mmio proc kind into a boolean...
2009-10-15  Eric Pouechwinmm: Create real 16<>32 thunks for mmio support in...
2009-08-29  Eric Pouechwinmm: Correctly check for the installed default ioProcs.
2008-10-21  Dmitry Timoshkovwinmm: MMIO_ALLOCBUF is ignored if mmioOpen gets a...
2008-10-18  Alexandre JulliardConvert remaining source files to utf-8.
2008-10-10  Dmitry Timoshkovwinmm: The buffer provided by an application is valid...
2008-06-18  Dmitry Timoshkovwinmm: Clear the fccType in mmioDescend for a not RIFF...
2008-06-18  Dmitry Timoshkovwinmm: Add the tests for mmioOpen and mmioSetBuffer...
2008-06-05  Matthew D'Asarommio: Do not zero current file position whenever mmioSe...
2008-03-24  Andrew Talbotwinmm: Assign to struct instead of using memcpy.
2007-06-07  Alexandre Julliardwinmm: Get rid of the WINE_MM_IDATA global structure...
2006-11-09  Eric Pouechwinmm: Remove WINE_NO_LONG_AS_INT.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-09-16  Dmitry TimoshkovAdd a test for mmioDescend, make it pass under Wine.
2005-09-08  Ulrich Czekallackid not fccType specifies the form type to search...
2005-09-08  Ulrich CzekallaRemove redundant check.
2005-04-27  Mike McCormackMake WINMM_IData statically allocated.
2005-03-11  Peter Berg LarsenAssorted memleak fixes. Found on Michael Stefaniuc...
2005-02-09  Eric Pouech- rewrite MCI interfaces as Unicode interface (as it...
2004-12-22  Francois GougetRemove unneeded NULL casts.
2004-03-16  Christian CostaDefault to FOURCC_DOS if no IOProc found.
2004-03-05  Jason EdmeadesHandle playing of files containing a '+' as part of...
2003-11-09  Eric PouechRemoved some more dependencies on wine 16-bit specific...
2003-10-16  Rolf KalbermatterUse INVALID_FILE_ATTRIBUTES to test for failure of
2003-09-15  Eric Pouech- Moved Wine extension to get DSound interface from...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-07-02  Eric Pouech- renamed winmm.OpenDriverW into winmm.OpenDriver
2002-10-31  Eric Pouechwinmm/mmsystem now compiles with -DSTRICT.
2002-10-29  Eric Pouech- finish mmio separation
2002-10-25  Eric PouechSimplify the global internal data handling.
2002-10-21  Eric PouechKeep on moving 16 bit code out of winmm, now only using...
2002-08-09  Michael StefaniucConvert HMMIO to a void*.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-16  Johan Gilllpmmioinfo can sometimes, proven in the read case,...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-12-24  Alexandre JulliardUse MapLS/UnMapLS instead of SEGPTR_* macros.
2001-12-21  Eric PouechFixed another bunch of bugs (mainly linked to operation...
2001-12-04  Eric PouechFixed bugs in output functions (write).
2001-08-21  Francois GougetDocumentation updates (mainly thru vs. through).
2001-08-09  Andreas MohrSpelling fixes.
2001-07-18  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-11  Patrik StridvallDocumentation fixes.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-19  Eric PouechFixed bugs in output functions (ascend, createChunk).
2001-03-10  Francois GougetFixed spelling/typos in comments.
2001-03-05  Alexandre JulliardChanged isolated for loops to while loops (based on...
2001-02-12  Andreas MohrMake MMIO_Open work with NULL filename again.
2000-12-22  Alexandre JulliardReplaced WIN16_GlobalLock16 by "official" function...
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-11-27  Alexandre JulliardFixed SEGPTR_GET usage.
2000-10-02  Francois JacquesBug fixes in mmio, related to buffering in record mode.
2000-07-23  Eric PouechFixed first seek on MEM mmio files.
2000-06-25  Eric PouechSeveral fixes spotted by Corel (Jean-Claude Batista...
2000-04-11  Noomen HamzaFixed other bugs within MMIO implementation. Now, it...
2000-04-06  Patrik StridvallFixed some issues reported by winapi_check.
2000-04-04  Noomen HamzaFixed two small bugs within MMIO_InstallIOProc and...
2000-03-25  Francois GougetUse min/max instead of MIN/MAX.
2000-03-19  Eric PouechFixed segmented/linear buffers manipulation.
2000-03-07  Ulrich CzekallaCheck for existence if MMIO_EXIST is passed to MMIO_Open.
2000-02-10  Alexandre JulliardOptimized debugging API to reduce code size.
2000-01-04  Bradley BaetzConvert mmio to allow the use of 32 bit mmio procedures.
1999-12-08  Bradley Baetz- Fix MMIO_{Open,Rename} to check the filename (of...
1999-11-14  Eric PouechThe adwInfo[0] field was no longer used on mmioOpen...
1999-10-31  Ulrich CzekallaAdded support for the addition and removal of custom...
1999-10-24  Eric PouechSplit the multimedia/ directory into dlls/ subdirectories.