- 681c75b Added debugstr_guid function and used it to replace by Alexandre Julliard · 25 years ago
- 0311eb3 Better error handling, less keys held open. by Juergen Schmied · 25 years ago
- 271ba29 New implementation of the win95 registry loader. by Juergen Schmied · 25 years ago
- 5d0ae2d - removed copying of HKEY_USERS to HKEY_CURRENT_USER by Juergen Schmied · 25 years ago
- 8f74d8e Added stubs for some BiDi API functions. by Erez Volk · 25 years ago
- 7547d4d Some comm clean up, much more error messages, only use TIOCOUTQ if by Marcus Meissner · 25 years ago
- 6afc68a Fixed some issues found by winapi_check. by Patrik Stridvall · 25 years ago
- f1f6831 Fixed potential buffer overflows (spotted by Francois Gouget). by Alexandre Julliard · 25 years ago
- 81ee21d Cosmetics. by Alexandre Julliard · 25 years ago
- baa9bf9 Buffer overflows and strncpy fixes. by Francois Gouget · 25 years ago
- bdceab6 debugstr_w now returns something looking like 'L"xxxx"...' by Francois Gouget · 25 years ago
- b4b9303 Fixed first/last playable frame referencing. by Eric Pouech · 25 years ago
- c35cce2 NT loader: don't stop loading a hive when an error occurs. by Juergen Schmied · 25 years ago
- ed0da3f Removed 2 useless include winversion.h by Marcus Meissner · 25 years ago
- 9e6b1d1 Added loader for NT registry files. by Juergen Schmied · 25 years ago
- 4249a91 Do not confuse the 0 fill magic of wsprintf with the "0x" hex prefix. by Marcus Meissner · 25 years ago
- 9af5e69 Fixed some issues found by winapi_check. by Patrik Stridvall · 25 years ago
- dd03cc1 Make use of the DEFAULT_DEBUG_CHANNEL where appropriate. by Dimitrie O. Paun · 25 years ago
- ffdd171 - the OLE version returned was too low by Andreas Mohr · 25 years ago
- f4077e6 Added Thread32First/Next stubs. by Andreas Mohr · 25 years ago
- 2d7be87 Use the real glibc openpty if present. by Marcus Meissner · 25 years ago
- ac28aa2 Fixed _copy_registry(). by Marcus Meissner · 25 years ago
- 6b34fed Several bug fixes in save_key(). by Alexandre Julliard · 25 years ago
- 542b29d Made win16 serial comms less of a CPU hog. by Ove Kaaven · 25 years ago
- 705686e Added wine.conf option for new format registry files. by Alexandre Julliard · 25 years ago
- 53f3a83 Added support to the server for loading new format (version 2) files. by Alexandre Julliard · 25 years ago
- b3d90e4 Bug fixes (thanks to Juergen Schmied). by Alexandre Julliard · 25 years ago
- e0a3ba5 Added implementation for WSARecvEx function. This is a Microsoft by Moses DeJong · 25 years ago
- 2fab2ef Changed to use new server-side registry support. by Alexandre Julliard · 25 years ago
- 1d5bc46 Removed extra #include statements. by Niels Kristian Bech Jensen · 25 years ago
- b901021 Added better missing function emulation. by Patrik Stridvall · 25 years ago
- 321a197 Add debugstr_hex_dump to allow display hex dumps of data in any by Jeremy White · 25 years ago
- f49cb52 Fix save_check_tainted to properly scan the tree so that all tainted by Huw D M Davies · 25 years ago
- 077ec0c Send WM_CTLCOLOREDIT not WM_CTLCOLORSTATIC messages to parent of a by Rein Klazes · 25 years ago
- c0bcf26 Enable safe reading of registry file, even if file is broken. by Eric Pouech · 25 years ago
- a72a398 Better version autodetection. by Juergen Schmied · 25 years ago
- 13d00c8 Fixed a few problems with RegEnumKey*. by Huw D M Davies · 25 years ago
- 2c92835 Added missing configuration #if:s and #includes:s. by Patrik Stridvall · 25 years ago
- 71c0b94 Better handling of newlines in FormatMessage*. by Huw D M Davies · 25 years ago
- c0da44e4 It appears that StartDoc sends the STARTDOC escape with the DOCINFO by Huw D M Davies · 25 years ago
- 31b9dab Made LoadHomeRegistryFiles default to TRUE. by Marcus Meissner · 25 years ago
- 7bf36ad Improved registry isolation possibilities. by Nathaniel · 25 years ago
- f45608f Winsock rewrite. Sockets are now proper win32 handles. by Ove Kaaven · 25 years ago
- 22d4b0a Use LoadString16 for FormatMessage16 and handle by Uwe Bonnes · 25 years ago
- 9f14ca6 Bugfix: DdeNameService was broken. by Ulrich Weigand · 25 years ago
- 8670b6f Added warning for future VERSION_GetVersion() (mis-)users and made by Andreas Mohr · 25 years ago
- 229a28f Also escape characters >=0x80 within the wineregistry savefile. by Marcus Meissner · 25 years ago
- 17d455b Set refcounter to 1 on initial init or WSAStartup/WSAStartup with by Marcus Meissner · 25 years ago
- 8276f69 Fixed some of the issues reported by winapi-check. by Patrik Stridvall · 26 years ago
- fe28f25 Modification due to problems with winapi-check. by Patrik Stridvall · 26 years ago
- 63682fd getpeername() and getsockname() return errors in errno not h_errno. by David Luyer · 26 years ago
- e92331f Fixed ANSI C violations. by Patrik Stridvall · 26 years ago
- 974fd10 System timer proc thunk creation moved out of if1632/thunk.c. by Ulrich Weigand · 26 years ago
- 103f3b0 Fix FormatMessage16 at least enough to get win95 16bit printdlg working. by Huw D M Davies · 26 years ago
- 32b4325 Add support for anonymous struct/unions on compilers that implement it. by Patrik Stridvall · 26 years ago
- 304d9a4 Change interfaces to THUNK_Alloc/Free slightly and make them non-static. by Huw D M Davies · 26 years ago
- c397a84 Consequential changes to default system font sizes by Richard Cohen · 26 years ago
- 3b96efc Added configure check for str[n]casecmp. by Alexandre Julliard · 26 years ago
- 1c40562 subkey_found did not search for _all_ sub keys. by Marcus Meissner · 26 years ago
- d50f642 Added resolution of LVM messages. by Juergen Schmied · 26 years ago
- f7a3fc1 Fixed ascii/unicode issue for naming of the mutexes. by Juergen Schmied · 26 years ago
- 684ee2c - implemented GetCommModemStatus by Uwe Bonnes · 26 years ago
- 594af0d Made GetVersionEx() behave in accordance with the specification with by Morten Eriksen · 26 years ago
- bb1984e Separated Win16 (USER) and Win32 (MPR) network routines. by Ulrich Weigand · 26 years ago
- d4b13da Improved (sort of) RegFlushKey. by Andreas Mohr · 26 years ago
- f57ef1d - added some more Baudrates by Uwe Bonnes · 26 years ago
- 6c6da67 Moved various DLLs to dlls/ by Ulrich Weigand · 26 years ago
- 7d8cfeb Removed IP_reg, SP_reg and FL_reg definitions to avoid potential by Alexandre Julliard · 26 years ago
- c9c2a59 Use the service thread for comm notifications. by Alexandre Julliard · 26 years ago
- 2c68408 Fixed some of the issues reported by Solaris Lint. by Patrik Stridvall · 26 years ago
- b8684a2 Fixed some of the issues reported by winapi-check. by Patrik Stridvall · 26 years ago
- 539b7b4 Added stub for _except_handler2(). by Eric Kohl · 26 years ago
- 1c08ac6 Bugfixes and a fake GETBASEIRQ. by Ove Kaaven · 26 years ago
- 8156150 {Start|End}{Doc|Page} go through DCfuncs. by Huw D M Davies · 26 years ago
- 2f4bd66 Unify startup sequence for Wine and WineLib. by Ulrich Weigand · 26 years ago
- d016b0a Implement handling of 32 bit AbortProc. by Huw D M Davies · 26 years ago
- e02a540 Fixed GetW32SysVersion16 return type. by Alexandre Julliard · 26 years ago
- 22d2c52 Bugfix: Reverted CallTo16 routines to STDCALL convention. by Ulrich Weigand · 26 years ago
- 2bce6fe - Added a new option 'noxshm' - Added a 16bpp -> 32 bpp conversion function by Lionel Ulmer · 26 years ago
- 3dc0421 Remove string.c because all of its functions were moved to crtdll.c by Albert den Haan · 26 years ago
- d736ef4 Added version information for Win98. by Ian Schmidt · 26 years ago
- ffbaf24 debug_(snoop|relay)_(exclude|include)list => fixed allocation, modules by Eric Pouech · 26 years ago
- 832565d Added missing include netinet/tcp.h, for TCP_NODELAY. by Ove Kaaven · 26 years ago
- f73b72b Minor bug fixes in DdeNameService, also changes to move towards by Keith Matthews · 26 years ago
- fe9bdf9 ERROR_MORE_DATA requires to write the needed number of bytes into the by Marcus Meissner · 26 years ago
- 5d04f65 Compiler warnings fix. by Eric Pouech · 26 years ago
- f216310 Dumb fixes. by Eric Pouech · 26 years ago
- 4220b29 Take advantage of the new registers saved in the STACK16FRAME to turn by Alexandre Julliard · 26 years ago
- e32a317 Removed the old, historical and no longer working IPC support. by Marcus Meissner · 26 years ago
- 3dff7bb Modularized CallFrom/To16 routines. Adapted dependent routines, by Ulrich Weigand · 26 years ago
- 1327748 Added checks for sys/errno.h, sys/signal.h and sys/mman.h. by Howard Abrams · 26 years ago
- ee1e4ce Bugfix: exit() replaced by ExitProcess(). by Ulrich Weigand · 26 years ago
- df088c6 Added `const's to some registry API functions. by Huw D M Davies · 26 years ago
- 8d79990 Added stub for WNetGetUniversalName[A|W]. by Juergen Schmied · 26 years ago
- a4b80d4 Fixes for compile on non-Intel platforms. by Patrik Stridvall · 26 years ago
- 623c0d6 some small include fixes, some checks for NULL ptrs, by Marcus Meissner · 26 years ago
- 61fece0 Converted to the new debug interface, using script written by Patrik Stridvall. by Alexandre Julliard · 26 years ago
- 617955d Changed CONTEXT into CONTEXT86 everywhere we really want an i386 by Alexandre Julliard · 26 years ago
- 1ed4ecf ANSI C fixes. by Patrik Stridvall · 26 years ago
- dd5bf84 Added WNetRemoveCachedPassword() stub. by Eric Kohl · 26 years ago