reactos.git
2009-07-26 Stefan Ginsberg- Misc fixes for msvc:
2009-07-26 Dmitry Chapyshev- Use documented structure instead array
2009-07-26 James Tabor- Fixed event code. Remove junk too.
2009-07-26 Dmitry GorbachevSilence a warning.
2009-07-26 Dmitry GorbachevSilence a warning.
2009-07-26 Dmitry GorbachevSilence a warning.
2009-07-26 ReactOS Portable... - Get rid of the concept and tracking of "mapped pages...
2009-07-26 Cameron Gutman - Begin using ws2help_new
2009-07-26 Cameron Gutman - Remove our old ws2help in preparation for the transi...
2009-07-26 James Tabor- [Win32k] Moving forward and replace some of the old...
2009-07-26 Timo KreuzerAdd hack for gnu ld like in mingw lib, as it uses _imag...
2009-07-25 Stefan Ginsberg- Fix memory leak from r42218 ;0)
2009-07-25 ReactOS Portable... - This is a HIGH RISK patch. It has been tested on...
2009-07-25 Stefan Ginsberg- RamdiskWorkerThread: Don't return IoCompleteRequest...
2009-07-25 Stefan Ginsberg- Fix most freeldr compilation issues, most notably:
2009-07-25 Cameron Gutman - Make ipconfig /renew work even if we haven't got...
2009-07-25 Stefan Ginsberg- FIELD_OFFSET returns LONG, not LONG_PTR or size_t.
2009-07-25 Stefan Ginsberg- Fix a critical bug in ExAllocatePoolWithQuota spotted...
2009-07-25 Dmitry Chapyshev- Add stubs for AppCleanup and videoThunk32
2009-07-25 Stefan Ginsberg- Fix incorrect definition of ZwCreateDebugObject after...
2009-07-25 Stefan Ginsberg- Leftover 2 from 42210
2009-07-25 Stefan Ginsberg- Leftover from previous commit
2009-07-25 Stefan Ginsberg- Fix most of the network stack for msvc (except tcpip...
2009-07-25 Stefan Ginsberg- Revert 42206 change to ddraw.h as it breaks dxapi
2009-07-25 Stefan Ginsberg- Make ks and portcls compile under msvc
2009-07-25 Stefan Ginsberg- Make most of the the video stack compile with msvc
2009-07-25 Stefan Ginsberg- Make mp HAL MSC compatible
2009-07-25 Stefan Ginsberg- Fix some kernel MSC compilation issues:
2009-07-25 Aleksey Bragin- Create a solid black brush for background color of...
2009-07-25 Dmitry Chapyshev- Implement capCreateCaptureWindowA and capGetDriverDes...
2009-07-25 Dmitry Chapyshev- Add avicap32 (stubs only)
2009-07-25 Dmitry GorbachevDo not fail when compiling with GCC 4.4.1
2009-07-25 Dmitry GorbachevAdd / update Czech translations. Radek Liska. Bugs...
2009-07-25 Dmitry GorbachevUndo part of r42190. Sorry.
2009-07-25 Dmitry GorbachevFix some bugs, reported by GCC.
2009-07-25 Dmitry GorbachevSilence GCC warnings.
2009-07-25 Dmitry Gorbachev- Declare iswblank() in wctype.h, not isblank().
2009-07-25 Dmitry GorbachevFix "misrepresented license in FreeLDR", Robert Millan...
2009-07-25 Dmitry GorbachevDo not fail with 'l' type modifier. Bug #4438.
2009-07-25 Cameron Gutmanws2_32_new compatibility fixes
2009-07-25 Cameron Gutmanws2_32_new compatibility fixes
2009-07-25 James Tabor- Removed unused ppi pointer.
2009-07-25 James Tabor- [Win32k] More work on classes. ReactOS seems to retur...
2009-07-24 Cameron Gutman - Add support for adapters added after DHCP is started
2009-07-24 Cameron Gutman - Implement OID_GEN_HARDWARE_STATUS
2009-07-24 Dmitry Gorbachev- Turn a macro into an inline function to avoid a warning.
2009-07-24 Stefan Ginsberg- Leftover from 42176
2009-07-24 Stefan Ginsberg- Kill off diskdump too
2009-07-24 Stefan Ginsberg- Get rid of ccros.h, deprecated by revision 42175
2009-07-24 ReactOS Portable... - Remove deprecated/old/buggy/unused code.
2009-07-24 Timo Kreuzer- move delayimp.h to psdk
2009-07-24 Dmitry GorbachevAdd missing license.
2009-07-24 Timo Kreuzer[delayimp]
2009-07-24 Ged MurphyAdd a missing mockup image
2009-07-24 Timo KreuzerAdd license header (LGPL)
2009-07-24 Timo KreuzerImplement delayimp lib
2009-07-24 James Tabor- [Win32k] More work on classes. Fixed SEH abuse and...
2009-07-23 Ged MurphyI always forget about RosBE ....
2009-07-23 Johannes Anderwald- fix clobering of stack in the event, property, method...
2009-07-23 Ged MurphyDraw the appropriate taskbar mockup image in the dialog...
2009-07-23 Johannes Anderwald- Add calling convention for callback typedefs
2009-07-23 Jeffrey MorlanLoadLibraryExW: After loading a library as a datafile...
2009-07-23 Stefan Ginsberg- Use the KiProcessorBlock array to loop the PRCBs...
2009-07-23 Johannes Anderwald- Don't blame Arch, it was ks.h
2009-07-23 Johannes Anderwald[KS]
2009-07-23 Johannes Anderwald- Add types to unbreak build
2009-07-23 Johannes Anderwald- Add tons of stubs
2009-07-23 Cameron Gutman - Implement link speed and duplex detection
2009-07-23 James Tabor- [Win32k] More work on classes. Wine test drop to...
2009-07-23 Johannes Anderwald- Implement KsQueryObjectAccessMask, KsQueryObjectCreat...
2009-07-23 Johannes Anderwald- Remove old irp queue implementation
2009-07-22 ReactOS Portable... - Initialize the value of MmBootImageSize in ARM3 now.
2009-07-22 Johannes Anderwald- Fix totally broken KSWORKER implementation (it may...
2009-07-22 Johannes Anderwald- Use KSSTRING instead of hardcoding object class
2009-07-22 Johannes Anderwald- Add flags
2009-07-22 Johannes Anderwald[KS]
2009-07-22 Matthias Kupferfix a minor translation mistake
2009-07-22 Aleksey Bragin- Add missing braces to prevent PVOID pointer arithmetic.
2009-07-22 ReactOS Portable... - Prettify PFN dump output (add totals for each consume...
2009-07-22 ReactOS Portable... - Separe ARM3 Init into 3 defined phases:
2009-07-22 James Tabor- [Win32k] Rename class and window structures.
2009-07-22 James Tabor- Fix crash in wine test.
2009-07-22 James Tabor- [Win32k] Update class and window structures.
2009-07-22 Cameron Gutman - Don't fail the entire probe if something goes wrong...
2009-07-22 Cameron Gutman - Return the DEVICE_OBJECT we got instead of NULL
2009-07-22 Cameron Gutman - Fix compilation of usbdriver with _MULTI_UHCI defined
2009-07-21 ReactOS Portable... - Get rid of debug spew used during testing.
2009-07-21 Aleksey Bragin- Add cryptdlg as autosynced.
2009-07-21 Dmitry Chapyshev- Revert my previous changes in QueueUserWorkItem
2009-07-21 Sylvain PetreolleFix svn repository address
2009-07-21 Sylvain Petreolle- Update Module List
2009-07-21 Johannes Anderwald- Update Module List
2009-07-21 Sylvain Petreollefix includes case
2009-07-21 Johannes Anderwald- Rewrite KsDefaultDispatchPnp to make it actually...
2009-07-21 ReactOS Portable... - Do not set the non-x86 file system and disk read...
2009-07-21 Dmitry Chapyshev- Add ws2help from alex-network-branch
2009-07-21 Dmitry Chapyshev- Fix some warnings
2009-07-21 Dmitry Chapyshev- .def -> .spec
2009-07-21 Dmitry Chapyshev- Add some defines, prototypes. It fixes compilation...
2009-07-21 Dmitry Chapyshev- Fix types of parameters for WPUFDIsSet, WSCInstallPro...
next