reactos.git
2009-02-06 Steven EdwardsChanged port back to 23
2009-02-06 Steven Edwards- Use the Wine spooler service as the service entry...
2009-02-06 Steven Edwards - Make telnetd only slightly more RFC-compatible
2009-02-06 Timo Kreuzerwinddk: Move mm definitions into arch specific area
2009-02-06 Timo Kreuzerwinddk.h add amd64 CONTEXT
2009-02-05 Timo KreuzerMerge 37493,37494 from amd64 branch:
2009-02-05 Johannes Anderwald- Fix a potential buffer overflow in RChangeServiceConfigA
2009-02-05 Matthias Kupfer- Add Denmark to country list and set geo id.
2009-02-05 Dmitry GorbachevFix bug #4129 in CmpGetNameControlBlock().
2009-02-05 Johannes Anderwald- Ignore lpResult parameter
2009-02-05 Johannes Anderwald- Fix returned length for RGetServiceKeyNameW
2009-02-05 Johannes Anderwald- Add more error checks which reduce winetest errors
2009-02-05 Timo Kreuzermerge from amd64 branch
2009-02-05 Timo Kreuzermerge from amd64 branch
2009-02-05 Timo Kreuzermerge from amd64 branch
2009-02-05 Johannes Anderwald- Improve error checking
2009-02-05 Johannes Anderwald- Make sure "Open" verb is always inserted first
2009-02-05 Christoph von... hackfix some services stuff
2009-02-05 Dmitry Chapyshev- Add some defines to winnt.h
2009-02-05 Matthias Kupfer- Set geographical position in conjunction with languag...
2009-02-05 Dmitry Chapyshev- Add RegSaveKeyExA/W to winreg.h
2009-02-05 Johannes Anderwald- Don't pass empty ServiceArgumentVector to StartService
2009-02-05 Johannes Anderwald- Prevent using of uninitialized values in error case
2009-02-05 Christoph von... enable iexplore build
2009-02-05 Dmitry Chapyshev- Sync usp10 with Wine head
2009-02-05 Christoph von... Alexandre Julliard : include: Fix packing of the msacm...
2009-02-05 Christoph von... shell32: Fixed potential buffer overwrite in execute_fr...
2009-02-05 Christoph von... Aric Stewart : advapi32: Add Security Label sids used...
2009-02-05 Christoph von... a little bit of wine syncing
2009-02-05 Christoph von... add shdoclc from wine 1.1.14
2009-02-05 Christoph von... urlmon: Fixed target buffer length to MBtoWC
2009-02-05 Christoph von... mshtml: fixed second buffer argument to MultiByteToWideChar
2009-02-05 Christoph von... atl: fixed second buffer size to MBtoWC
2009-02-04 Christoph von... add a buffer length check (fixes one service test)
2009-02-04 Christoph von... change gecko download url as the version bug is fixed
2009-02-04 Christoph von... allow to use a local copy of wine_gecko.cab instead...
2009-02-04 Dmitry GorbachevFix warnings in Regional Settings and Multimedia contro...
2009-02-04 Dmitry Gorbachev- Remove extra semicolons. Amine Khaldi, bug #3980.
2009-02-04 Christoph von... sync mshtml and shdocvw winetests with wine 1.1.14
2009-02-04 Christoph von... sync mshtml and shdocvw to wine 1.1.14
2009-02-04 Matthias Kupfer- Apply minor fix to German translation.
2009-02-04 Colin Finck- Change "pollchar" to also empty the keyboard buffer...
2009-02-04 Dmitry Chapyshev- Fix build
2009-02-04 Dmitry Chapyshev- More stub implementation
2009-02-04 Christoph von... add wcsncpy_s, strcat_s (from wine)
2009-02-04 Steven EdwardsWarning cleanup:
2009-02-04 Ged Murphy- Implement SERVICE_CONFIG_DESCRIPTION and SERVICE_CONF...
2009-02-04 Christoph von... hackfix .spec file to prevent a broken export table
2009-02-04 Steven EdwardsHacks to get telnetd to work in XP and Wine
2009-02-04 Christoph von... set version to 7,0,2600,2180 otherwise some apps will...
2009-02-04 Christoph von... disable dprints
2009-02-04 Christoph von... fix formatting (again)
2009-02-04 Steven EdwardsEnable the hackish telnet daemon for network testing.
2009-02-04 Art YerkesAdd a per-directory cache of short filenames allowing...
2009-02-04 Timo Kreuzermerge 34700, 34802, 35517, 35650 from amd64 branch
2009-02-04 Timo Kreuzermerge 34730 from amd64 branch
2009-02-04 Timo Kreuzerremove unnessesary dependency to msvcrt
2009-02-04 Timo Kreuzeruse i386/setjmplongjmp.s only on x86 architecture
2009-02-04 Timo Kreuzerdxtn: convert to spec
2009-02-03 Timo Kreuzertacert: use ULONG format instead of long long when...
2009-02-03 Timo Kreuzerping: silence warnings on x64
2009-02-03 Timo Kreuzermerge 36907 from amd64 branch:
2009-02-03 Colin FinckGabriel Ilardi (gabrielilardi@hotmail.it)
2009-02-03 Timo KreuzerDon't cast pointers to ULONG!
2009-02-03 Dmitry Chapyshev- Add missed structure and function to shellapi.h
2009-02-03 Dmitry Chapyshev- Fix build. Sorry :)
2009-02-03 Dmitry Chapyshev- Add more stubs
2009-02-03 Gregor SchneiderDelete old XLateObj before creating a new one, fixes...
2009-02-03 Gregor BrunmarD3D9:
2009-02-03 Colin FinckRevert 39295 on request of hpoussin
2009-02-03 Johannes Anderwald- fix bug 4126 by Mario Kacmar
2009-02-03 Gregor SchneiderTestcase extension by Evgeny Boltik <BSTSoft AT narod...
2009-02-03 Gregor SchneiderOffset the source and destination rectangles as pointed...
2009-02-03 Christoph von... don't return FALSE when there is a DataSectionObject...
2009-02-03 Gregor SchneiderBrush displacement fix from r39326 for 24bpp.
2009-02-03 Dmitry Chapyshev- Add correct names for all stubs (based on information...
2009-02-03 Christoph von... fix formatting
2009-02-03 Gregor SchneiderEvgeny Boltik <BSTSoft AT narod DOT ru>:
2009-02-03 Gregor SchneiderForgot to commit this code in r39227, needed for basic...
2009-02-03 Dmitry Chapyshev- FIXME -> TRACE for InvalidateDriveType. Unimplemented...
2009-02-03 Colin FinckRename the wallpaper to conform with ISO 9660:1988...
2009-02-03 Dmitry Chapyshev- Remove shell.spec and version16.rc
2009-02-03 Dmitry Chapyshev- Add file for stubs
2009-02-03 Christoph von... -check for filesize in MmCanFileBeTruncated
2009-02-03 Colin FinckImport the 4:3 version of the ReactOS wallpaper by...
2009-02-03 Colin FinckFix freeing the allocated string SID
2009-02-03 Dmitry Chapyshev- Add stub for SHGetIconOverlayIndexA/W
2009-02-03 Dmitry Chapyshev- Small cleanup shell32. We don't support non-unicode...
2009-02-03 Michael Martin- Change MultiByteToWideChar to match windows behavior...
2009-02-03 Dmitry Chapyshev- Update shell32 exports to 6.0.2900.5686
2009-02-02 Colin FinckSet the APPDATA environment variable when logging in...
2009-02-02 Colin FinckSupport passing a Token to SHGetFolderPathW and similar...
2009-02-02 Dmitry GorbachevMove hack to other place because of bug #4120.
2009-02-02 Dmitry GorbachevAdd new strings to translations.
2009-02-02 Kamil Hornicek- sync dinput with wine
2009-02-02 Christoph von... halfplement MmCanFileBeTruncated
2009-02-02 Dmitry GorbachevHack-close TCP connection. Bug #1283.
2009-02-02 Christoph von... init dwTotalRecords to 0
2009-02-02 Art YerkesSuppress a warning about -1, since wchar_t is typically...
2009-02-02 Timo Kreuzertimedate.cpl: Fix size of the clock on both windows...
next