Apply changes from r42521 to DefWndProcW as well
[reactos.git] / reactos / drivers /
2009-08-15 Johannes Anderwald- Implement KsGetFirstChild, KsGetNextSibling
2009-08-15 Johannes Anderwald- Include splitter in build
2009-08-15 Cameron Gutman - Actually zero the select events in ZeroEvents
2009-08-15 Cameron Gutman - Fix more select bugs related to the disconnect event
2009-08-15 Cameron Gutman - Fix several bugs in select code and remove some...
2009-08-14 Johannes Anderwald- Implement KsPropertyHandler, KsPropertyHandlerWithAll...
2009-08-14 Johannes Anderwald[KS]
2009-08-14 Cameron Gutman - Fix several bugs so select() will now recognize...
2009-08-13 Cameron Gutman - Fix a handle leak
2009-08-13 Johannes Anderwald[SPLITTER]
2009-08-13 Johannes Anderwald[KS]
2009-08-13 Johannes Anderwald- Implement IPortDMus_fnNewRegistryKey
2009-08-12 Cameron Gutman - Don't access an uninitialized variable
2009-08-11 Johannes Anderwald- Filter dispatch is optional, handle it when creating...
2009-08-11 Johannes Anderwald- Start implementing splitter
2009-08-11 Johannes Anderwald- Add sanity checks
2009-08-11 Johannes Anderwald- Fix allocation check
2009-08-11 Johannes Anderwald[KS]
2009-08-11 Johannes Anderwald- Remove superflouous checks
2009-08-10 Cameron Gutman - Make Connect IRPs cancellable (should fix some deadl...
2009-08-10 Johannes Anderwald- Implement swenum
2009-08-10 Johannes Anderwald- Implement BdaPropertyGetPinControl
2009-08-10 Johannes Anderwald- Implement BdaPropertyNodeTypes, BdaPropertyPinTypes
2009-08-10 Johannes Anderwald- Implement BdaInitFilter, BdaCreateTopology
2009-08-10 Johannes Anderwald- Arch broke it
2009-08-10 Johannes Anderwald- Add BDA filter context to object bag, so that it...
2009-08-10 Johannes Anderwald[BDASUP]
2009-08-10 Johannes Anderwald[WDMAUD]
2009-08-09 Dmitry GorbachevDo not call CcUnpinData() with NULL PtrBCB.
2009-08-09 Stefan Ginsberg- ne2000: Don't assume stdcall is default for MSVC
2009-08-09 Cameron Gutman - Return the correct value for AFD_INFO_BLOCKING_MODE
2009-08-08 Stefan GinsbergFix Uniata for msvc:
2009-08-08 Pierre SchweitzerInclude header where needed
2009-08-07 Stefan Ginsberg- Don't use dllexport for dxapi -- we have a .spec
2009-08-07 Cameron Gutman - We associate the MDL with the IRP later (in TdiBuild...
2009-08-07 Cameron Gutman - Call IoCompleteRequest to free IRPs created by IoBui...
2009-08-07 Christoph von Wittichinclude windef.h to get the definitions for BYTE and...
2009-08-07 Christoph von Wittichstub bdasup
2009-08-07 Johannes Anderwald- Remove hack of starting stream automatically when...
2009-08-07 Johannes Anderwald[KS]
2009-08-06 Johannes Anderwald- Add a few parameters check
2009-08-06 Johannes Anderwald- Check if translated / untranslated resource list...
2009-08-05 Gregor Schneider-Import tkreuzer's time implementation from AMD64 branch
2009-08-05 Stefan Ginsberg- Fix release build broken in 42400
2009-08-05 Cameron Gutman - Fix a bug in TDI_TRANSPORT_ADDRESS_FILE handling
2009-08-05 Cameron Gutman - Correct the loopback adapter's address mask and...
2009-08-04 Cameron Gutman - Partial rewrite of recursive mutex code
2009-08-04 Johannes Anderwald- Implement KsMergeAutomationTables
2009-08-04 Cameron Gutman - Hardcode the return value of OID_GEN_HARDWARE_STATUS...
2009-08-04 Cameron Gutman - Finally get IRP_MJ_CLOSE working properly
2009-08-03 Stefan Ginsberg- Cleanup from 42219 -- remove superfluous return statement
2009-08-03 Cameron Gutman - Fix some cleanup vs. close confusion
2009-08-03 Cameron Gutman - Revert r42358 due to what seems to be issues handlin...
2009-08-03 Cameron Gutman - Fix a typo
2009-08-03 Cameron Gutman - Check if the handle is valid before closing it
2009-08-02 Dmitry GorbachevLove Nystrom (=lovenystrom=at=hotmail=dot=com=), bug...
2009-08-02 Stefan Ginsberg- Wooops, fix dxg and dxapi build after 42346.
2009-08-02 Johannes Anderwald[PORTCLS]
2009-08-02 Johannes Anderwald- Implement KsStreamPointerDelete, KsStreamPointerSched...
2009-08-02 Johannes Anderwald[KS]
2009-08-02 Johannes Anderwald[KS]
2009-07-31 Stefan Ginsberg- delayimp.h: Use FORCEINLINE instead of static __inline__
2009-07-31 Johannes Anderwald- Partly Implement KsRegisterFilterWithNoKSPins
2009-07-30 Johannes Anderwald- Partly Implement KsCacheMedium
2009-07-30 Johannes Anderwald- Implement KsAcquireResetValue, KsCompletePendingReque...
2009-07-30 Johannes Anderwald- Implement KsFreeEventList, KsDisableEvent
2009-07-30 Johannes Anderwald- Implement KsAddEvent, KsDefaultAddEventHandler, KsPin...
2009-07-30 Johannes Anderwald- Implement KsDeviceSetBusData, KsDeviceGetBusData...
2009-07-29 Johannes Anderwald- Start Implementing IKsPin interface
2009-07-28 Johannes Anderwald- Implement KsAcquireControl, KsReleaseControl
2009-07-28 Johannes Anderwald- Copy Filter descriptor for each instantiated filter
2009-07-28 Johannes Anderwald- Implement KsFilterAcquireProcessingMutex, KsFilterRel...
2009-07-28 Johannes Anderwald- Implement KsGetObjectFromFileObject, KsGetObjectFromF...
2009-07-28 Johannes Anderwald- Implement KsGetObjectFromFileObject, KsGetObjectFromF...
2009-07-28 Johannes Anderwald- Implement KoDriverInitialize, KoDeviceInitialize
2009-07-27 Johannes Anderwald- Implement KsReferenceBusObject, KsReferenceSoftwareBu...
2009-07-27 Johannes Anderwald- Remove DriverEntry as ks is kernel mode dll
2009-07-26 Timo KreuzerSync to trunk head (r42241)
2009-07-26 Dmitry Chapyshev- Use documented structure instead array
2009-07-26 Dmitry GorbachevSilence a warning.
2009-07-26 Dmitry GorbachevSilence a warning.
2009-07-25 Stefan Ginsberg- RamdiskWorkerThread: Don't return IoCompleteRequest...
2009-07-25 Stefan Ginsberg- Fix most of the network stack for msvc (except tcpip...
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-24 Cameron Gutman - Implement OID_GEN_HARDWARE_STATUS
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-23 Johannes Anderwald[KS]
2009-07-23 Johannes Anderwald- Add tons of stubs
2009-07-23 Cameron Gutman - Implement link speed and duplex detection
2009-07-23 Johannes Anderwald- Implement KsQueryObjectAccessMask, KsQueryObjectCreat...
2009-07-23 Johannes Anderwald- Remove old irp queue implementation
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[KS]
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
next