- Implement -r Calling route.exe for output
[reactos.git] / reactos /
2005-10-14 Ged Murphy- Implement -r Calling route.exe for output
2005-10-14 Gé van GeldorpAttach to correct process before messing around with...
2005-10-14 Magnus OlsenFixing directx headers from wine, by adding alot of...
2005-10-14 Thomas BluemelFixed the declarations of GetFileVersionInfoSizeA/W...
2005-10-14 Gé van GeldorpOnly whitespace changes, no logic
2005-10-14 Hervé PoussineauAdd missing files to bootcd
2005-10-14 Hervé PoussineauRemove entries that are created by netcfgx.dll
2005-10-14 Hervé PoussineauAdd netcfgx.dll
2005-10-14 Gé van GeldorpGoplat <mrnobo1024@yahoo.com>:
2005-10-14 Hervé PoussineauTransform pci.sys to a Plug-and-Play driver.
2005-10-14 Hervé PoussineauBig Plug-and-Play patch for ReactOS:
2005-10-14 Hervé PoussineauStep 2 for a PnP ReactOS: add some (little) hacks
2005-10-14 Hervé PoussineauProcess AddReg directive in main section to install
2005-10-14 Hervé PoussineauTransform ReactOS to a Plug-and-Play system. Step 1...
2005-10-14 Hervé PoussineauImplement SetupDiCreateDevRegKeyW and SetupDiOpenDevRegKey
2005-10-14 Gé van GeldorpFix tab/space mess
2005-10-14 Hervé PoussineauDon't always return STATUS_BUFFER_TOO_SMALL when an...
2005-10-14 Gé van GeldorpIdentify the process in ThreadExtraInfo
2005-10-14 Gé van Geldorptsk <tsk_n@mail.goo.ne.jp>:
2005-10-14 Gé van GeldorpDon't install Winefile icon on desktop, it's already...
2005-10-14 Gé van GeldorpMike <mikeonthecomputer@gmail.com>:
2005-10-13 Magnus Olsenremoved hard-coded comdlg filter from desk.cpl and...
2005-10-13 Aleksey Bragincmd, taskmgr and userinit translations by FooDerGrosse...
2005-10-13 Gunnar Dalsnesmake classes use session wide atom table. should fix...
2005-10-13 Hervé PoussineauCall specified class installer (if any) in SetupDiCallC...
2005-10-13 Thomas Bluemelproperly reset the reference counter in ExReInitializeR...
2005-10-13 Gé van GeldorpUse the pitch provided by FreeType. Fixes bug 894.
2005-10-13 Hervé PoussineauFix sublang IDs:
2005-10-13 Hervé PoussineauIopGetBusTypeGuidIndex: Fix an infinite loop
2005-10-12 Gunnar Dalsnesadd comment about KeCancelTimer pitfall
2005-10-12 Gé van GeldorpSend window-bound timers to the correct message queue
2005-10-12 Thomas Bluemelset eol-style to native
2005-10-12 Gunnar Dalsnesadd stubs to make clamwin run. by Christoph_vW
2005-10-12 Thomas Bluemelfixed difference in signedness warning
2005-10-12 Hervé PoussineauIn DevInstallW:
2005-10-12 Gé van GeldorpWorkaround for bug 899
2005-10-12 Gé van GeldorpTerminate the new environment with a NULL pointer
2005-10-12 Martin FuchsFix for Bugzilla Entry 641 - patch from j_anderw at...
2005-10-12 Hervé PoussineauFix SetupDiGetDeviceRegistryPropertyA, which should...
2005-10-11 Hervé PoussineauSend the right LocaleId to device stack when querying...
2005-10-11 Gunnar Dalsnesnullterm correct string in strndup
2005-10-11 Gregor Anichvdmdbg.dll (stubs only) by Christoph v.W. - thanks!
2005-10-10 Gunnar Dalsnesalloc at minimum 16 bytes (spotted by WaxDragon)
2005-10-10 Gunnar Dalsnesalloc multiple of 16 bytes
2005-10-10 Brandon Turnerset to eol-style native ;)
2005-10-10 Brandon TurnerAdded a more technical readme for people that want...
2005-10-10 Ged Murphyremove a header no longer needed too
2005-10-10 Ged Murphyremove uneeded text out of the .rc file.
2005-10-10 Ged Murphyforgot the eol-style again.
2005-10-10 Ged MurphyStart of a rewrite for netstat.exe
2005-10-10 Thomas Bluemelfixed a typo in the NtAccessCheck declaration
2005-10-10 Andrew MungerMiTestCard is only used in DBG=1, surround with ifdef...
2005-10-10 Thomas Bluemelconvert DefaultSetInfoBufferCheck and DefaultQueryInfoB...
2005-10-10 Thomas Bluemeldon't jump outside _SEH_TRY with goto in ObpCaptureObje...
2005-10-10 Thomas Bluemelsome fixes for CheckTokenMembership:
2005-10-09 Magnus OlsenComment out a fixme, it make a user mode crash (ntoskrn...
2005-10-09 Thomas Bluemeldon't try to free the ansi strings passed by the caller
2005-10-09 Brandon TurnerUpdated more cmd documentation. This included changing...
2005-10-09 Thomas Bluemelfixed difference in signedness warning in MulDiv()
2005-10-09 Magnus OlsenFix DD_Cleanup that will make Contry Strike not crashin...
2005-10-09 Gunnar DalsnesFix MulDiv. This fixes almost any progress-bar to stop...
2005-10-09 Thomas Bluemeluse the correct down-level scope filter flag for the...
2005-10-09 Thomas Bluemeladd a not yet complete tool to dump the recycle bin...
2005-10-09 Eric KohlFirst shot at CreateServiceW. It crashes due to a bug...
2005-10-09 Brandon TurnerMake sure that FileList is not empty. fixes bug #884.
2005-10-09 Thomas Bluemeladded missing ansi/unicode definitions
2005-10-09 Martin Fuchsremove binary attribute from japanese resource file
2005-10-09 Martin FuchsFix for Bugzilla Entry 330: Correctly handle WM_COMMAND...
2005-10-09 Martin Fuchsfix crash because of NULL command line pointer
2005-10-09 Martin FuchsFix from watz@gmx.net for Bugzilla Entry 862: When...
2005-10-09 Martin Fuchsreplace "search computer" start menu entry by a "not...
2005-10-09 Martin Fuchsgerman patch for cmd.exe from Bugzilla Entry 872
2005-10-09 Eric Kohl- Support [out, unique] base type parameters.
2005-10-09 Eric Kohl- Support [out, unique] base type parameters.
2005-10-09 Gregor AnichAdd /BREAK option.
2005-10-09 Gregor AnichAdd KDBinit to the installation.
2005-10-08 Brandon Turnerstart of removing #ifdef __Reactos__ in cmd. __Reactos...
2005-10-08 Emanuele AlibertiFix startup code for native NT processes.
2005-10-08 Emanuele AlibertiFix startup code for native NT processes.
2005-10-08 Emanuele AlibertiMinor change.
2005-10-08 Emanuele AlibertiFix startup code for native NT processes.
2005-10-08 Gé van GeldorpSync to Wine-20050930:
2005-10-08 Gé van GeldorpSync to Wine-20050930:
2005-10-08 Gé van GeldorpSync to Wine-20050930:
2005-10-08 Gé van GeldorpSync to Wine-20050930:
2005-10-08 Gé van GeldorpSync to Wine-20050930:
2005-10-08 Gé van GeldorpVendor import of shfolder
2005-10-08 Gé van GeldorpRemove old shfolder in preparation for vendor import
2005-10-08 Gé van GeldorpSync to Wine-20050930:
2005-10-08 Brandon TurnerBring it up to date.
2005-10-08 Brandon TurnerDisplayBuffer is only used when DBG=1
2005-10-08 Gé van GeldorpSync to Wine-20050930:
2005-10-08 Gé van GeldorpSync to Wine-20050930:
2005-10-08 Gé van GeldorpSync to Wine-20050930:
2005-10-08 Gé van GeldorpFix EOLs
2005-10-08 Gé van GeldorpSync to Wine-20050930:
2005-10-08 Gé van GeldorpSync to Wine-20050930:
2005-10-08 Magnus Olsensync to Wine-20050930 dsound does not have hardware...
2005-10-08 Magnus Olsenremove to file that was mistake by commit by me thx
2005-10-08 Magnus OlsenDsound from win 2004 month 12 or month 11. It is workin...
next