- Start rewrite of DirectSound
[reactos.git] / reactos / lib /
2009-10-31 Andrew Hill[browseui, shell32, explorer_new, include]
2009-10-31 Cameron Gutman - Add more cases to TCPTranslateError
2009-10-31 Cameron Gutman - Make sure the socket is still open before entering...
2009-10-31 Cameron Gutman - Implement OskitTCPSetSockOpt and OskitTCPGetSockOpt...
2009-10-30 Cameron Gutman - Remove some junk code which does nothing but crash
2009-10-29 Johannes Anderwald- Silence debug garbage
2009-10-27 Johannes Anderwald[WDMAUD.DRV][MMEBUDDY]
2009-10-27 Dmitry Gorbachev- Update address of Free Software Foundation.
2009-10-26 Johannes Anderwald[WDMAUD.DRV][WDMAUD_KERNEL][MMEBUDDY]
2009-10-26 Cameron Gutman - Update AFD's shared header
2009-10-26 Johannes Anderwald[WDMAUD.DRV]
2009-10-25 Christoph von Wittichbetter stub for RtlQueryHeapInformation (taken from...
2009-10-25 Stefan Ginsberg- DBGKD_WAIT_STATE_CHANGE64 is used in KD protocol...
2009-10-23 Stefan Ginsberg- Replace RtlpGetExceptionAddress by the _ReturnAddress...
2009-10-23 Aleksey Bragin[rtl]
2009-10-22 Cameron Gutman - Move the DstAddress check above the NCE modification...
2009-10-22 Stefan Ginsberg- Fix 43192 -- MAXUINT and MAXULONGLONG are only define...
2009-10-21 Stefan Ginsberg- Don't use KeBugCheck(0) -- 0 is an invalid bugcode...
2009-10-21 Cameron Gutman - Fix an issue that broke ARP replies because we compa...
2009-10-20 Dmitry GorbachevFix deprecated conversion from string constant to ...
2009-10-20 Aleksey Bragin- Fix dgorbachev's copypasta.
2009-10-20 Dmitry GorbachevFix build.
2009-10-20 Andrew Hill[atlnew]
2009-10-20 Cameron Gutman - Fix a typo in checksum calculation for datagrams...
2009-10-20 Cameron Gutman - Implement UDP checksum calculation
2009-10-19 Christoph von Wittichupdate libxml2 to version 2.7.6
2009-10-18 Dmitry Gorbachev[3DTEXT, FREELDR, HAL, MINGW_COMMON, MMDRV, MSGINA...
2009-10-18 Dmitry GorbachevRemove a definition of a variable from a header file.
2009-10-18 Johannes Anderwald- Partly revert 43533
2009-10-17 Stefan Ginsberg- Fix msvc build broken in 43466 -- please stop hurtin...
2009-10-17 Johannes Anderwald- Quick & dirty implementation of WIDM_RESET / WODM_RESET
2009-10-16 Christoph von Wittichfix all msvcrt file winetests
2009-10-16 Christoph von Wittichdon't set errno for libcnt
2009-10-16 Christoph von Wittich-sync msvcrt_init_io to wine 1.1.31
2009-10-16 Christoph von Wittich-fix some msvcrt string winetests
2009-10-15 Cameron Gutman - Import Alex's dnslib
2009-10-15 Cameron Gutman - Import Alex's dnslib
2009-10-14 Timo KreuzerSome 64 bit heap fixes by encoded, merged from amd64...
2009-10-14 Timo KreuzerMerge amd64 NDK from amd64 branch:
2009-10-14 Michael Martin- CmpPrepareKey: If cell signature is CM_KEY_NODE_SIGNA...
2009-10-13 Dmitry Gorbachev- See if it is a multibyte code page.
2009-10-13 Aleksey Bragin[rtl]
2009-10-12 Dmitry Gorbachev- Remove svn:needs-lock, svn:eol-type, and svn:eol...
2009-10-12 Dmitry GorbachevUse consistent newline style.
2009-10-12 Dmitry Gorbachev[CHEW]
2009-10-11 Gregor Schneider[cardlib] Re-add changes that got lost due to an old...
2009-10-11 Gregor Schneider[spider]
2009-10-10 Aleksey Bragin- Implement RtlpDidUnicodeToOemWork to check for unmapp...
2009-10-10 Cameron Gutman - Small fix for 43354
2009-10-10 Cameron Gutman - Fix timeout values
2009-10-10 Johannes Anderwald- Map STATUS_NOT_FOUND to ERROR_NOT_FOUND
2009-10-09 Stefan Ginsberg- Hey, you know what? Dbg/NtQueryDebugFilterState retur...
2009-10-09 Stefan Ginsberg- Fix DbgLoadImageSymbols -- it doesn't return anything.
2009-10-09 Cameron Gutman - Fix some typos from my last commit
2009-10-06 Johannes Anderwald- Partly implement WIDM_ADDBUFFER
2009-10-06 Johannes Anderwald- Implement WIDM_OPEN, WIDM_CLOSE, WIDM_PREPARE, WIDM_U...
2009-10-04 Cameron Gutman - Don't add the media-specific header until right...
2009-10-02 Aleksey Bragin[fullfat]
2009-10-01 Cameron Gutman - Get the length from each packet header instead of...
2009-09-30 Stefan Ginsberg- ...and this one.
2009-09-30 Stefan Ginsberg- Remove the remaining __USE_W32API, deprecated for...
2009-09-30 Cameron Gutman - Uncomment some SYN handling code
2009-09-30 Cameron Gutman - Fix a nasty bug that caused us to exit the loop...
2009-09-29 Cameron Gutman - Sync the ACK hack with the last oskit release
2009-09-29 Aleksey Bragin[fullfat]
2009-09-28 Aleksey Bragin- Thanks Stefan.
2009-09-28 Aleksey Bragin- Import FullFAT and add it to build.
2009-09-27 Stefan Ginsberg- Use MAXUINT, MAXULONG, MAXDWORD, MAXULONGLONG and...
2009-09-26 Timo KreuzerMerge HAL changes 34743, 34812, 34839, 34917, 35515...
2009-09-26 Stefan GinsbergFix one of the most awesome "_MSC_VER means compiling...
2009-09-26 Stefan Ginsberg- HAL: Make /W3 friendly
2009-09-25 Johannes Anderwald[WDMAUD.DRV]
2009-09-24 Johannes Anderwald[WDMAUD.DRV]
2009-09-20 Cameron Gutman - Simplify and fix a few bugs in datagram reassembly
2009-09-20 Cameron Gutman - Remove a DbgPrint that was forgotten
2009-09-20 Cameron Gutman - Fix GetIpNetTable
2009-09-19 Timo KreuzerMerge from amd64 branch:
2009-09-19 Timo KreuzerSync with trunk r43000
2009-09-19 Cameron Gutman - Fix a small bug in the route selection code
2009-09-19 Cameron Gutman - Changed some behavior from the last neighbor cache...
2009-09-19 Cameron Gutman - Partial rewrite of CHEW
2009-09-18 Stefan Ginsberg- _mingw.h: Don't define __attribute__ to nothing ...
2009-09-14 Cameron Gutman - Rework our aging neighbor cache system that never...
2009-09-10 Stefan Ginsberg- Fix various warnings in inflib (thanks to Ged for...
2009-09-01 Colin FinckMichael Bruestle (michael_bruestle@yahoo.com)
2009-08-30 Stefan Ginsberg- Fix some inflib warnings
2009-08-24 Stefan Ginsberg- Use _SEH2_YIELD when returning from an exception...
2009-08-24 Stefan Ginsberg- Start deprecating TAG()
2009-08-24 Christoph von Wittichdefine USE_COM_CONTEXT_DEF
2009-08-22 Gregor Brunmar- Implemented MSVC version of fmod
2009-08-22 Gregor Brunmar- Implemented MSVC version of exp
2009-08-22 Gregor Brunmar- Implemented MSVC version of ldexp
2009-08-22 Gregor Brunmar- Implemented MSVC version of atan2
2009-08-21 Stefan Ginsberg- svchost: #ifdef _MSC_VER doesn't mean "using Microsof...
2009-08-20 Cameron Gutman - Fix receiving packets on an interface's broadcast...
2009-08-20 Cameron Gutman - Allow binding to an interface's broadcast address
2009-08-18 Gregor SchneiderSync scanf to current wine sources, correct msvcrt...
2009-08-16 Gregor SchneiderAdd some useful information to the popen header
2009-08-16 KJK::Hyperionmodified include/reactos/libs/pseh/pseh2.h
2009-08-15 Dmitry Chapyshev- Partially sync locale.c with Wine
next