reactos.git
2018-01-21 Vadim Galyant[USBPORT] Fixing use DeviceSpeed instead Direction.
2018-01-21 Vadim Galyant[USBPORT] Add a space in indentation.
2018-01-21 Vadim Galyant[USBPORT] Delete DPRINTs.
2018-01-21 Vadim Galyant[USBPORT] Add USB2_PREV_MICROFRAME constant.
2018-01-21 Vadim Galyant[USBPORT] Moving array CMASKS[] to start file.
2018-01-21 Vadim Galyant[USBPORT] Removing optional braces.
2018-01-21 Vadim Galyant[USBPORT] Correcting check Period.
2018-01-21 Vadim Galyant[USBPORT] Use min(), max() macro.
2018-01-21 Vadim Galyant[USBPORT] Check Period instead Factor.
2018-01-21 Vadim Galyant[USBPORT] Proper naming.
2018-01-21 Vadim Galyant[USBPORT] Use min() macro.
2018-01-21 Vadim Galyant[USBPORT] Fixing calculation pointer for FdoExtension...
2018-01-21 Vadim Galyant[USBPORT] Implement USBPORT_FreeBandwidthUSB2().
2018-01-21 Vadim Galyant[USBPORT] Correcting USB2_DeallocateEndpointBudget().
2018-01-21 Vadim Galyant[USBPORT] Implement USB2_PromotePeriods().
2018-01-21 Vadim Galyant[USBPORT] Add USB2_ChangePeriod().
2018-01-21 Vadim Galyant[USBPORT] Implement USB2_DeallocateEndpointBudget().
2018-01-21 Vadim Galyant[USBPORT] Implement USB2_RebalanceEndpoint().
2018-01-21 Vadim Galyant[USBPORT] Implement USB2_Rebalance().
2018-01-21 Vadim Galyant[USBPORT] Add stub for USB2_RebalanceEndpoint().
2018-01-21 Vadim Galyant[USBPORT] Rename variables only in USB2_AllocateTimeFor...
2018-01-21 Vadim Galyant[USBPORT] Start implementation USB2_DeallocateEndpointB...
2018-01-21 Vadim Galyant[USBPORT] Add USB2_CommonFrames().
2018-01-21 Vadim Galyant[USBPORT] Implement USB2_MoveTtEndpoint().
2018-01-21 Vadim Galyant[USBPORT] Implement USB2_DeallocateHS().
2018-01-21 Vadim Galyant[USBPORT] Correcting USB2_AllocateHS().
2018-01-21 Vadim Galyant[USBPORT] Reduces output of debug messages.
2018-01-21 Vadim Galyant[USBPORT] Add USB2_GetCMASK().
2018-01-21 Vadim Galyant[USBPORT] Add USB2_GetSMASK()and USB2_ConvertFrame().
2018-01-21 Vadim Galyant[USBPORT] Add stub for USB2_MoveTtEndpoint().
2018-01-21 Vadim Galyant[USBPORT] Add stub for USB2_DeallocateHS().
2018-01-21 Vadim Galyant[USBPORT] Correcting USB2_InitTtEndpoint().
2018-01-21 Vadim Galyant[USBPORT] End implementation USB2_AllocateTimeForEndpoi...
2018-01-21 Vadim Galyant[USBPORT] Correcting USB2_GetStartTime().
2018-01-21 Vadim Galyant[USBPORT] Start implementation USB2_AllocateTimeForEndp...
2018-01-21 Vadim Galyant[USBPORT] Continue implementation USBPORT_AllocateBandw...
2018-01-21 Vadim Galyant[USBPORT] Use ExFreePoolWithTag() instead ExFreePool...
2018-01-21 Vadim Galyant[USBPORT] Add USBPORT_DumpingEndpointProperties() and...
2018-01-21 Vadim Galyant[USBPORT] Implement USB2_AllocateHS().
2018-01-21 Vadim Galyant[USBPORT] Add USB2_GetHsOverhead().
2018-01-21 Vadim Galyant[USBPORT] Reduces output of debug messages.
2018-01-21 Vadim Galyant[USBPORT] Remove unnecessary semicolon.
2018-01-21 Vadim Galyant[USBPORT] Add stubs for USB2_AllocateHS() and USB2_Deal...
2018-01-21 Vadim Galyant[USBPORT] Add USB2_GetPrevMicroFrame().
2018-01-21 Vadim Galyant[USBPORT] Add USB2_IncMicroFrame().
2018-01-21 Vadim Galyant[USBPORT] Add USB2_GetStartTime().
2018-01-21 Vadim Galyant[USBPORT] Add USB2_GetLastIsoTime().
2018-01-21 Vadim Galyant[USBPORT] Add USB2_CheckTtEndpointInsert().
2018-01-21 Vadim Galyant[USBPORT] Add USB2_AllocateCheck().
2018-01-21 Vadim Galyant[USBPORT] Add USB2_AddDataBitStuff().
2018-01-21 Vadim Galyant[USBPORT] Add USB2_GetOverhead().
2018-01-21 Vadim Galyant[USBPORT] Start implementation USBPORT_AllocateBandwidt...
2018-01-21 Vadim Galyant[USBPORT] Change debug message in USBPORT_RemoveDevice(().
2018-01-21 Vadim Galyant[USBPORT] Add support for transaction translators in...
2018-01-21 Vadim Galyant[USBPORT] Correcting USBPORT_InitializeDevice() and...
2018-01-21 Vadim Galyant[USBPORT] Implement USBPORT_FreeBandwidth().
2018-01-21 Vadim Galyant[USBPORT] Implement USBPORT_AllocateBandwidth().
2018-01-21 Vadim Galyant[USBPORT] Add support for transaction translators in...
2018-01-21 Vadim Galyant[USBPORT] Initialize FdoExtension->Bandwidth[] in USBPO...
2018-01-21 Vadim Galyant[USBPORT] Add USBPORT_GetTt().
2018-01-21 Vadim Galyant[USBPORT] Add support for transaction translators in...
2018-01-21 Vadim Galyant[USBPORT] Add support for transaction translators in...
2018-01-21 Vadim Galyant[USBPORT] Add USBPORT_UpdateAllocatedBwTt().
2018-01-21 Vadim Galyant[USBPORT] Implement USBPORT_InitializeTT().
2018-01-21 Vadim Galyant[USBPORT] Add USB2_InitTtEndpoint().
2018-01-21 Vadim Galyant[USBPORT] Add USB2_InitTT().
2018-01-21 Vadim Galyant[USBPORT] Add USB2_InitController().
2018-01-21 Vadim Galyant[USBPORT] Add initial support for transaction translato...
2018-01-21 Vadim Galyant[USBPORT] Use constants in USBPORT_OpenPipe().
2018-01-21 Vadim Galyant[USBPORT] Define structures for Transaction Translator.
2018-01-21 Vadim Galyant[USBPORT] Use constants in USBPORT_CalculateUsbBandwidth().
2018-01-21 Vadim Galyant[USBPORT] Define constants for Transaction Translator.
2018-01-21 Vadim Galyant[PSDK] Add USB hub class-specific request type codes.
2018-01-21 Kamil Smoliński[SHELL32] Fix typo in Polish translation pl-PL.rc
2018-01-21 Amine Khaldi[CMAKE] My eyes!
2018-01-21 Amine Khaldi[USBSTOR_NEW] Create usbstor_new based on usbstor in...
2018-01-21 Amine Khaldi[FREETYPE] Bring back our diffs to reduce the stack...
2018-01-20 Stanislav Motylkov[WIN32K:NTUSER] Fix hardcoded color for MF_GRAYED menu...
2018-01-20 Pierre Schweitzer[NFI] Rewrite the way files are handled, this allows...
2018-01-20 Pierre Schweitzer[NTOSKRNL] In FsRtlAddToTunnelCache() allocate memory...
2018-01-20 Ged Murphy[EXPLORER]
2018-01-20 Ged Murphy- Properly handle cases of more than 64 icons
2018-01-20 gedmurphyDelete the lock on exit
2018-01-20 gedmurphyProperly delete the object and allow its destructor...
2018-01-20 gedmurphyMinor update
2018-01-20 gedmurphyforgot about the gcc build...
2018-01-20 gedmurphyInitial implementation of a watcher for the systray...
2018-01-20 Ged MurphyFormatting, no code change
2018-01-20 Serge Gautherie[LWIP] dhcp.c: Cherry-pick lwIP 32aa9a4. CORE-8978 302/head
2018-01-20 Thomas Faber[NTOS] Remove unnecessary NULL checks and add a missing...
2018-01-20 Thomas Faber[USP10] Re-use script caches for the same font. CORE... 286/head
2018-01-20 Mark Jansen[CMAKE/WIDL] Add rudimentary dependency tracking in...
2018-01-20 Pierre Schweitzer[NFI] Remove the $Extend specific case. This fixes...
2018-01-20 Pierre Schweitzer[NFI] Add a first skeleton of what NFI could be.
2018-01-20 Amine Khaldi[WINHTTP_WINETEST] Sync with Wine 3.0. CORE-14225
2018-01-20 Amine Khaldi[WINHTTP] Sync with Wine 3.0. CORE-14225
2018-01-20 Amine Khaldi[PSDK] Update winhttp.h. CORE-14225
2018-01-20 Amine Khaldi[WINEMP3.ACM] Sync with Wine 3.0. CORE-14225
2018-01-20 Amine Khaldi[WINDOWSCODECS_WINETEST] Sync with Wine 3.0. CORE-14225
2018-01-20 Amine Khaldi[WINDOWSCODECS] Sync with Wine 3.0. CORE-14225
next