reactos.git
2004-09-26 Steven EdwardsSlightly new and improved stub for GetUserNameA based...
2004-09-26 Gé van GeldorpScream when an unimplemented function is called
2004-09-26 Gé van GeldorpStub LookupAccountNameA/W
2004-09-26 Gé van GeldorpCall GetProcessHeap() instead of passing it's address
2004-09-26 Hartmut Birr- Added a little sample which tests the noexecute prote...
2004-09-26 Royce Mitchell IIIadd a little more debug output in case of unhandled...
2004-09-26 Hartmut Birr- Detect more cpu features.
2004-09-26 Thomas Bluemelminor fix
2004-09-26 Thomas Bluemeluse Get/SetWindowLongPtr() where appropriate in favor...
2004-09-26 Martin Fuchsintroduce XPath syntax to make handling configuration...
2004-09-26 Hartmut Birr- Rewrote (copied from ntdll) parts of the relocation...
2004-09-26 Filip Navara- Move shldisp.h to the right place.
2004-09-26 Thomas Bluemelminor fix
2004-09-26 Thomas Bluemeladd hid.dll to the build system
2004-09-26 Eric KohlDelete a boot log from the registry after it was writte...
2004-09-26 Thomas Bluemelenable PCH
2004-09-26 Thomas Bluemelfixed typo
2004-09-26 Thomas Bluemeladded shell extension that enables the user to change...
2004-09-26 Hartmut Birr- Reselected the drive (master/slave) after a soft...
2004-09-26 Art YerkesFixed each call to use a unique event. This is needed...
2004-09-26 Royce Mitchell IIImore sayings
2004-09-25 Filip Navara- Fix RtlFindClearBits to correctly treat the hint.
2004-09-25 Gé van GeldorpDon't abandon file creation if hTemplateFile is INVALID...
2004-09-25 Art YerkesUse the recursive mutex to lock the TCP.
2004-09-25 Art YerkesAdded simple recursive mutex adapted from my afd one...
2004-09-25 Art YerkesMore experimental detritus. Sorry about that.
2004-09-25 Filip Navara- Fix usage of RtlFindSetBits and loops in CmiStartLogU...
2004-09-25 Filip Navara- Fix implementation of RtlFindSetBits to be able to...
2004-09-25 Art YerkesPreviously checked in with some detritus from some...
2004-09-25 Art YerkesFixed connection locking in tcp.c
2004-09-25 Filip Navara- Remove the incorrect ALIGN macro (missing "* (align...
2004-09-25 Gé van GeldorpMake some installers happy (well, happier at least)
2004-09-25 Emanuele AlibertiFixed spelling error.
2004-09-25 Eric Kohl- CmiAddValueToKey(): Double the size of the value...
2004-09-25 Eric Kohl- Use ROUND_UP macro instead of explicit calculation.
2004-09-25 Gé van Geldorp- Round up requested amount of memory instead of down
2004-09-25 Gé van GeldorpSeAccessCheck() returns TRUE on success
2004-09-25 Filip Navara- Remove duplicate SPI_* definitions.
2004-09-25 Filip Navara- Remove duplicate definitions and redundant header...
2004-09-25 Martin FuchscompareType refactoring
2004-09-25 Art Yerkescm/regfile.c, ldr/init.c, ldr/loader.c: OBJ_CASE_INSENS...
2004-09-25 Art YerkesChanged functions RtlClearAllBits and RtlSetAllBits...
2004-09-24 Thomas Bluemel1. implemented GetThreadSelectorEntry()
2004-09-24 Gé van GeldorpYou can't wait for 0 objects
2004-09-24 Thomas Bluemeldon't skip the detection code
2004-09-24 Thomas Bluemelenabled the Wizard97 style
2004-09-24 Eric KohlEnable wizard 97 style and add a dummy progress page.
2004-09-24 Thomas Bluemeladded stub for ObFindHandleForObject() and export it
2004-09-24 Filip Navara- Remove duplicate definitions.
2004-09-24 Gé van GeldorpImplement PathIsCharValidA/W
2004-09-24 Filip Navara- Don't validate parents after sending the WM_ERASEBKGN...
2004-09-24 Eric KohlClose the bootlog key if value enumeration or writing...
2004-09-24 Gé van GeldorpMerge back commit from winehq
2004-09-24 Gé van Geldorp- SHGetAppCompatFlags() takes 4 bytes of parameters
2004-09-24 Eric Kohl- Print correct ReactOS version in the boot log header.
2004-09-24 Art YerkesInitialize ext so that MCLFREE will be called appropria...
2004-09-24 Art YerkesAlso wait in the success, no data case in socket state...
2004-09-24 Art YerkesFix send function as well to properly deallocate the...
2004-09-24 Thomas Bluemelimplemented GetUserDefaultUILanguage()
2004-09-23 Thomas Bluemeldon't attempt to reference NULL objects in NtIsProcessI...
2004-09-23 Thomas Bluemelimplemented NtIsProcessInJob()
2004-09-23 Emanuele AlibertiEmanuele Aliberti <ea@reactos.com>
2004-09-23 Art Yerkestcp: print error when we can't allocate a bucket.
2004-09-23 Art YerkesWrite: print bytes returned so we can see it.
2004-09-23 Gé van GeldorpSync to Wine:
2004-09-23 Casper Hornstrup2004-09-23 Casper S. Hornstrup <chorns@users.sourcefo...
2004-09-23 Thomas Bluemelremove implemented stubs
2004-09-23 Thomas Bluemelfixed returning a wrong handle count in GetProcessHandl...
2004-09-23 Thomas Bluemelfixed initialization of the object attributes in Create...
2004-09-23 Thomas Bluemelimplemented OpenJobObjectA/W() - untested though
2004-09-23 Martin Fuchswork around GCC's wide string constant bug
2004-09-23 Thomas Bluemelimplemented CreateJobObjectA/W() - untested though
2004-09-23 Thomas Bluemelimplemented IsProcessInJob(), AssignProcessToJobObject...
2004-09-23 Royce Mitchell IIIadd some debug output
2004-09-23 Thomas Bluemelexport job functions
2004-09-23 Thomas Bluemelforgot to add job access rights
2004-09-23 Thomas Bluemelproper job access mapping
2004-09-23 Martin Fuchsencode &quot; and &apos;
2004-09-23 Art Yerkesevent.c: Don't infinite loop while completing a zero...
2004-09-23 Royce Mitchell IIIsmall fix to OskitDumpBuffer() - each line should displ...
2004-09-23 Royce Mitchell IIInew version of OskitDumpBuffer() that shows ascii chara...
2004-09-23 Eric KohlImplement boot logging. Add /BOOTLOG to the command...
2004-09-23 Art YerkesFixed the way send and recv are called and return errors.
2004-09-23 Gé van GeldorpSteven Edwards <steven_ed4153@yahoo.com>
2004-09-23 Art YerkesFixes: Lock does not need to acquire a spinlock in...
2004-09-23 Art YerkesMain changes: reimported uipc_socket.c which had lots...
2004-09-23 Royce Mitchell IIIforgot to save workspace before commiting. removed...
2004-09-23 Royce Mitchell IIIoskittcp can now be built with vs6
2004-09-22 Martin Fuchsremove wStringTableOffset
2004-09-22 Martin Fuchsconfiguration dialog to choose between MDI and SDI...
2004-09-22 Thomas Bluemelinitialize the job management and export PsJobType
2004-09-22 Steven EdwardsFix building mdi test on MS_VC and Mingw
2004-09-22 Steven EdwardsFix building dnsquery test on MS_VC and Mingw
2004-09-22 Gé van GeldorpHenning Gerhardt <henning.gerhardt@web.de>
2004-09-22 Thomas Bluemel1. fixed RtlValidSecurityDescriptor() that attempted...
2004-09-22 Steven EdwardsFix building for building on both Mingw and MS_VC.
2004-09-22 Gé van GeldorpRobert Shearman <rob@codeweavers.com>
2004-09-22 Gé van GeldorpUlrich Czekalla <ulrich@codeweavers.com>
2004-09-22 Gé van GeldorpFrancois Gouget <fgouget@free.fr>
2004-09-22 Gé van GeldorpStefan Leichter <Stefan.Leichter@camLine.com>
next