Minor fix to get ROS pinging reliably over ne2000 as tested on hardware and bochs.
[reactos.git] / reactos / apps / tests /
2002-09-22 Jason FilbyAdded dibtest - only 1BPP test for now
2002-09-11 Steven EdwardsFixed text output for simple messagebox test
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-09-01 David WelchDon't reinitialize the VGA on an enable surface if...
2002-08-27 David WelchMore painting fixes.
2002-08-20 KJK::HyperionNew macros InitializeUnicodeString(), RtlInitUnicodeStr...
2002-08-18 Eugene Ingerman1. CLIPOBJ_bEnum, CLIPOBJ_cEnumStart - implemented...
2002-08-14 David Welch2002-08-14 David Welch <welch@computer2.darkstar...
2002-08-09 David Welch2002-08-09 David Welch <welch@computer2.darkstar...
2002-08-04 Eugene IngermanAdded more tests to gditest.c
2002-07-23 Eugene IngermanFixed bugs in region operations code (should run region...
2002-07-22 Eugene IngermanAdded GetRegionData gdi function. Added region test...
2002-07-10 Robert DickensonCorrected makefiles for all tests and added new applica...
2002-07-04 David Welch2002-07-04 David Welch <welch@computer2.darkstar...
2002-06-19 Eric KohlAdded registry link tests.
2002-06-17 joegapps/tests/tokentest.c
2002-06-17 joegntoskrnl/ps/process.c
2002-06-17 Steven Edwardsadded simple tcp server test
2002-06-15 Eric KohlCleanup, add display of token values being passed into...
2002-06-11 David Welch2002-06-11 David Welch <welch@whitehall1-5.seh.ox...
2002-06-07 Eric Kohl- Implement NtCreateToken()
2002-06-02 Casper HornstrupCompile with new layout
2002-05-23 Emanuele AlibertiBuild failed, then I removed it and checked it out...
2002-05-13 Casper HornstrupAdded section test
2002-04-26 Eric KohlFixed drive map in the shared user page.
2002-04-26 Eric KohlSimplified access to the shared user page.
2002-04-10 Steven Edwardsfix some warnings in the makefile and added a time_t...
2002-04-10 Steven EdwardsA even more simple windowing test.
2002-03-25 Eric KohlCosmetic changes
2002-03-20 Eric KohlAdded isotest utility.
2002-02-24 Emanuele AlibertiModified demo LPC server and client with verbose output.
2002-01-13 David WelchBegan work on message queue and default window procedure
2002-01-08 David WelchMore swapping fixes
2001-12-30 Steven Edwardsupdated gditest.c
2001-11-29 Steven Edwardsfound out shell has kill built it
2001-11-27 Steven EdwardsInitial revision
2001-11-07 Eric KohlAdded mutex test application.
2001-11-03 Casper HornstrupNew target 'implib' to avoid cicular references.
2001-10-31 Jason FilbyKludge: draw within screen until we have clipping working
2001-10-25 Steven EdwardsInitial revision
2001-10-16 Phillip SusiRemoved use of crtdll from all apps, let them use msvcr...
2001-09-01 David WelchUse the directory tree created by the install target...
2001-08-23 Casper HornstrupIntegrated winhello into new build system
2001-08-21 Casper HornstrupMajor update of the build system:
2001-08-20 Jason FilbyWin32 GUI Hello World
2001-08-16 Eric KohlRemoved useless file.
2001-08-03 Eric KohlRewrote stack allocation.
2001-07-28 Emanuele AlibertiMake gditest draw a background.
2001-07-15 Rex Jolliffmove work on clean rule
2001-07-04 Rex Jolliffadded some test cases to fsd tests
2001-05-26 Eric KohlImplemented handle table and atom table
2001-05-26 Jason FilbyMinor update
2001-05-10 Eric KohlSome named pipe improvements (not usable yet!).
2001-05-08 Eric KohlUse MinGW startup code (crt0)
2001-05-05 Eric KohlAdded makefile
2001-05-05 Eric KohlFixed silly 'off by one' bug
2001-05-05 Eric KohlAdded mailslot fs driver
2001-05-02 Jason FilbyUpdate to test new GDI functions
2001-05-01 Nedko Arnaudovnow it compiles
2001-05-01 Rex Jolliffadded a few more fsd tests
2001-05-01 Rex Jolliffadded test set for fsd driver
2001-04-04 David WelchFix longstanding bug in keyboard driver
2001-03-31 Jason FilbyIndentation corrected, new tests
2001-03-26 Emanuele AlibertiThis is really a bare bones counter. It works with...
2001-03-25 David WelchFurther fixes
2001-03-18 Emanuele AlibertiReally simple application that displays how much time...
2001-03-13 David WelchRepresent page-in operations by descriptors
2001-02-19 David WelchCorrected va_arg bugs
2001-02-06 David WelchFixed timer code
2000-11-27 jeanadded test for NtFlushKey
2000-11-20 Eric KohlModified makefiles for use with rcopy
2000-11-10 jeanbugs corrected
2000-10-22 Eric KohlFixed prototype
2000-10-16 jeanremove unimplemented functions
2000-10-11 David WelchCorrect implementation of user-mode APCs
2000-10-11 jeanadded tests in apps/regtest
2000-10-08 David WelchFixed compilation bugs
2000-10-07 David WelchAdded multiboot support to ntoskrnl
2000-10-05 jeanadd some tests
2000-09-29 jeanwork on registry
2000-09-06 Eric KohlFixed some bugs in the registry
2000-09-05 Eric KohlAdded registry test app
2000-08-20 David WelchFixed memory manager bugs
2000-08-18 David WelchAdded .o -> .sys rule to simplify driver makefiles
2000-08-12 David WelchAdded shared data test application
2000-08-11 Eric KohlRenamed pseudo target 'floppy' to 'install'
2000-07-08 Eric KohlAdded check for valid DC
2000-07-07 Phillip SusiMinor fixes, enabled return to text mode
2000-07-06 David WelchAdded experimental paging out code (wouldn't activate...
2000-06-29 David WelchMade header file usage more consistent
2000-06-17 Phillip SusiForgot to seek before trying to read back data, and...
2000-06-16 Jason FilbyGDI improvements
2000-05-14 David WelchUpdated clean targets in various places
2000-05-13 David WelchSome fixes.
2000-04-25 Emanuele AlibertiPartially implemented (handlers only)
2000-04-03 David WelchCorrect LPC implementation
2000-03-22 David WelchUpdated the minix driver
2000-03-10 Eric KohlFixed compiler warning
2000-03-03 Eric KohlFixed compiler warnings
next