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