- don't close handles of keys in RegDeleteTree() that were deleted
[reactos.git] / reactos / subsys /
2005-08-28 Hartmut Birr- Allocate the csrss request buffer from heap if the...
2005-08-28 Emanuele AlibertiAutoregister Debug internal subsystem too. Now 'sm...
2005-08-27 Emanuele Alibertinative EOL
2005-08-27 Emanuele AlibertiMinor changes and IT resource file.
2005-08-27 Emanuele AlibertiSM: simplify and fix client (subsystem servers) management.
2005-08-27 Andrew Munger"." means current directory, not previous. Spotted...
2005-08-26 Thomas Bluemelfixed code to compile both as ansi and unicode version...
2005-08-26 Hartmut Birr- Moved all members with variable length in CSRSS_XXX...
2005-08-26 Filip NavaraMake the explorer taskbar look a bit nicer.
2005-08-25 Steven Edwardsminor build fixes for msvc
2005-08-25 Magnus OlsenThx ravelo to found a new bug in start.c it did not...
2005-08-25 Brandon TurnerDon't dereference the pointers. Catch by Thomas.
2005-08-25 Brandon TurnerImplement escape char in console. "^"
2005-08-25 Brandon TurnerUse GetShortPathName and GetLongPathName to correct...
2005-08-24 Magnus Olsenfixing a bug in searching for cmd for bat/cmd files...
2005-08-24 Magnus OlsenImplement start execute support for bat/cmd file. wokin...
2005-08-24 Royce Mitchell IIIzero the entire buffer
2005-08-24 Thomas Bluemelinstall the registry keys before enabling the driver
2005-08-24 Magnus Olsenimplemented "" remove for the start command. This...
2005-08-21 Brandon TurnerFix a CD bug spotted by ravelo_. This is simlair to...
2005-08-20 Brandon Turneroptimize 17218 by using memmove instead of memcopy...
2005-08-20 Brandon TurnerOpen err redirection the same as output redirection...
2005-08-20 Brandon TurnerChange the way batch files and output files are opened...
2005-08-19 Gé van GeldorpAdd generation of 8bpp DIB code
2005-08-18 Magnus Olsenimplement errorlevel in some cmd command and bug fix...
2005-08-18 Gé van GeldorpAdd generation of 32bpp DIB code
2005-08-18 Brandon Turnermake dir change errorlevel to 0 on success.
2005-08-18 Brandon TurnerTest commit, adding myself to the cmd credits.
2005-08-17 Magnus Olsenimplemented batch redirection by saving batch info...
2005-08-17 Emanuele AlibertiMinor changes.
2005-08-16 Alex IonescuRemove all non-official LPC structures/defines/hardcode...
2005-08-16 Emanuele AlibertiMake NTDLL not bind automatically to the Win32 server.
2005-08-15 Steven EdwardsChangelog:
2005-08-14 Gé van GeldorpHave vmwinst add back the registry entries which were...
2005-08-14 Magnus Olsenchange CMDLINE_LENGTH to 8192 to keep rbuild happy...
2005-08-13 Martin FuchsProject file maintainance
2005-08-13 Martin Fuchsprepare for ANSI builds
2005-08-13 Martin FuchsProject file maintainance
2005-08-13 Martin FuchsWinefile Makefile for pure MinGW
2005-08-13 Martin Fuchsremove special handling of previous MinGW versions
2005-08-13 Emanuele AlibertiImplement csrsrv!CsrSrvInitializeServerDll based on...
2005-08-13 Emanuele AlibertiConform to the new CSR_PROCESS and CSR_THREAD.
2005-08-12 Emanuele AlibertiCorrect the version info.
2005-08-12 Emanuele AlibertiCSR Reloaded... well, split.
2005-08-11 Hartmut BirrUse GetLocalTime instead of GetSystemTime.
2005-08-11 Hartmut BirrDon't query on batch files.
2005-08-11 Andrew MungerAdded TimeOut to the correct section, removed ion's...
2005-08-11 Emanuele AlibertiFix HEAD compilation.
2005-08-11 Emanuele AlibertiEmit Win32 error messages on failure.
2005-08-11 Alex Ionescu- Use correct, documented, LPC Message structures ...
2005-08-11 Alex Ionescu- Use correct, documented, LPC Message structure (PORT_...
2005-08-10 Emanuele AlibertiMinor change in two strings.
2005-08-10 Gunnar Dalsnesmove W32PROCESS/W32THREAD into win32\include bcause...
2005-08-09 Magnus OlsenThx harmut you did see the small bug, I miss, do not...
2005-08-09 Gunnar Dalsnesreturn timer id for windowed timers also
2005-08-09 Hartmut BirrDon't use the required access rights for the object...
2005-08-09 Alex IonescuSigh... yet another misuse of Object Attributes. Develo...
2005-08-09 Alex Ionescuremove another invalid ObjectAttribute
2005-08-09 Alex IonescuFix invalid Object Attributes
2005-08-08 Hervé PoussineauRemove console debug output
2005-08-08 Magnus Olsenfixing bug 690 by Brandon Turner. note ms only allown...
2005-08-08 Thomas Bluemelpass the correct access mode to ObOpenObjectByName
2005-08-07 Thomas Bluemeluse the correct pointer to free the string. Thx to...
2005-08-07 Filip NavaraChange the module type to win32gui. We really don't...
2005-08-07 Hartmut BirrFixed the comment from my last commit.
2005-08-07 Hartmut Birr- Removed the exclusive deletion because '-' is a valid...
2005-08-07 Thomas Bluemelfixed uninitialized variable warning
2005-08-07 Hartmut BirrAllocated a converting buffer for WideCharToMultiByte...
2005-08-06 Thomas Bluemelfixed some uninitialized variables warnings
2005-08-06 Filip NavaraFix translation of extended keys.
2005-08-06 Thomas Bluemelfixed uninitialized variable warning and indentation
2005-08-06 Thomas Bluemel#include "precomp.h" -> #include <precomp.h>
2005-08-06 Thomas Bluemel#include "usetup.h" -> #include <usetup.h>
2005-08-05 Gé van GeldorpSync to Wine-20050628:
2005-08-05 Magnus OlsenFixes a bug which disallows tab complete on empty input...
2005-08-05 Thomas Bluemel#include "precomp.h" -> #include <precomp.h>
2005-08-04 Magnus Olsenfix a small bug in cd, it did make all char lower case...
2005-08-04 Filip NavaraFix keyboard input in usetup.
2005-08-04 Magnus OlsenWindows TAB complete style instead for unix style patch...
2005-08-04 Thomas Bluemelcompile welcome.exe as unicode application by default
2005-08-03 Thomas Bluemelimplemented OffsetClipRgn()
2005-08-03 Casper HornstrupFix building 'make test'
2005-08-03 Martin Fuchsswitch back to #include "precomp.h" for precomp.cpp...
2005-08-03 Thomas Bluemel#include "precomp.h" -> #include <precomp.h>
2005-08-03 Gé van Geldorpi386DX <i386dx@hotmail.com>:
2005-08-03 Martin Fuchsset svn:eol-style of *.dsp/dsw to CRLF
2005-08-02 Thomas BluemelRouven Wessling <pentiumforever@gmail.com>:
2005-08-02 Filip NavaraRevert changes accidently commited along with last...
2005-08-02 Thomas Bluemelfix typo...
2005-08-02 Thomas BluemelViolin Iliev <violin@developer.bg>:
2005-08-02 Thomas BluemelSVN maintainance: fix line endings and ignore proxy...
2005-08-02 Filip NavaraUse mapped sections for fonts instead of paged pool...
2005-08-02 Emanuele AlibertiA really simple Win32 implementation of 'hostname'.
2005-08-01 Emanuele AlibertiFirst attempt to make the XML data we feed rbuild confo...
2005-08-01 Thomas Bluemelcompile release builds with -O3 instead of -Os because...
2005-07-31 Thomas Bluemelfixed some warnings when compiling with -O3
2005-07-31 Hartmut Birr- Implemented CsrDuplicateHandleTable.
2005-07-31 Martin Fuchsset svn:eol-style to native
2005-07-31 Alex Ionescu- Silence some debug messages
2005-07-31 Alex IonescuDefine NDEBUG
next