1. 910234e Pass the environ variable from main to try to avoid Darwin's by Alexandre Julliard · 21 years ago
  2. b1abca8 Initial version of the Wine preloader, used to reserve memory by Alexandre Julliard · 21 years ago
  3. a8877ba Make sure __ASM_GLOBAL_FUNC generates code in the text segment. by Alexandre Julliard · 21 years ago
  4. 880c0c8 Give a struct tag to OPENILENAMEA/W to allow forward declarations. by Jon Griffiths · 21 years ago
  5. 3e42f69 Changed my name, so update copyright info. by Ivan Leo Puoti · 21 years ago
  6. 2dff1fe Moved environ definition to port.h. by Alexandre Julliard · 21 years ago
  7. 32e3d89 Add a couple of missing listview macros. by Jon Griffiths · 21 years ago
  8. 94d74b5 Added support for managing reserved memory areas in libwine and ntdll. by Alexandre Julliard · 21 years ago
  9. eb04fd2 Converted the memory views list to use the standard functions from by Alexandre Julliard · 21 years ago
  10. 48a8659 - removed file extension from module (and suffixed ELF modules with by Eric Pouech · 21 years ago
  11. bde649c Added some missing prototypes. by Eric Pouech · 21 years ago
  12. 2f339b2 Added the IInternetSession interface. by Patrik Stridvall · 21 years ago
  13. 8c29b5f Removed the no longer used SMB file I/O support, we can't do reliable by Alexandre Julliard · 21 years ago
  14. bcc2a5c - rewrote the file code so that streams manage low level file desc by Eric Pouech · 21 years ago
  15. a421533 - Typo fix in dmusicf.h. by Raphael Junqueira · 21 years ago
  16. 64af08e Better have internal & external TEB definitions have the same size. by Eric Pouech · 21 years ago
  17. 9ff652d Fixed a missing typedef. by Eric Pouech · 21 years ago
  18. 9e8d507 IMessageFilter::HandleInComingCall() should be HandleIncomingCall(). by Jake Hamby · 21 years ago
  19. c07ce05 Moved loading of the home registry files to the server, there's no by Alexandre Julliard · 21 years ago
  20. 57f7a2c Implemented IsAsyncMoniker. by Kevin Koltzau · 21 years ago
  21. f950d97 Remove the last remaining wine options when running programs. by Dimitrie O. Paun · 21 years ago
  22. b41466b Allow applications, under certain conditions, to set data into the by Ulrich Czekalla · 21 years ago
  23. ab92cfe Replaced LPINPUT_RECORD by PINPUT_RECORD. by Alexandre Julliard · 21 years ago
  24. f0b47e2 Implemented CoInternetCombineUrl and CoInternetCompareUrl. by Kevin Koltzau · 21 years ago
  25. 47a88ba Explicitly specify alignment of 64-bit types. by Alexandre Julliard · 21 years ago
  26. ee9777e Add the IMAPIProp/IPropData definitions. by Jon Griffiths · 21 years ago
  27. c0c6c4d Disable buffering of test output to keep more information in case of a crash. by Ferenc Wagner · 21 years ago
  28. 643617f Moved most remaining file functions to dlls/kernel. by Alexandre Julliard · 21 years ago
  29. 72f87b8 Use pread/pwrite everywhere to avoid changing the file position while by Alexandre Julliard · 21 years ago
  30. 8aeb463 Stub cmc_query_configuration() and add xcmc.h header file. by Chris Morgan · 21 years ago
  31. d4874d6 Added a few more info classes in NtQueryInformationFile. by Alexandre Julliard · 21 years ago
  32. 7a58c6e Add a stub for StgCreateStorageEx(). Returns by Francois Gouget · 21 years ago
  33. ffcc67a Added auto-detection of DOS drive devices based on finding the by Alexandre Julliard · 21 years ago
  34. c3b8a20 Added pstore.h and an IDL file to generate it. by Mike McCormack · 21 years ago
  35. 553a75e Use symlinks in dosdevices/ for the drive devices too. by Alexandre Julliard · 21 years ago
  36. c349d7d Removed a number of internal file functions that are no longer used. by Alexandre Julliard · 21 years ago
  37. 06c46d9 Reimplemented Get/SetCurrentDirectoryW using the corresponding ntdll functions. by Alexandre Julliard · 21 years ago
  38. 18cdbf1 - add some prototypes/typedefs to msi.h by Raphael Junqueira · 21 years ago
  39. 0345908 Assorted spelling fixes. by Francois Gouget · 21 years ago
  40. cf67839 Pass the creation disposition to wine_nt_to_unix_file_name so that it by Alexandre Julliard · 21 years ago
  41. d701e6d Define _T[USX]?CHAR/_TINT/TCHAR types, for compatibility. by Dimitrie O. Paun · 21 years ago
  42. adb4cb3 Fix the _WCTYPE_T_DEFINED sentry for compatibility. by Dimitrie O. Paun · 21 years ago
  43. 85ef456 Fix the DDE PFNCALLBACK prototype. by Dmitry Timoshkov · 21 years ago
  44. 11b26f0 Update/Add MAPI headers. by Jon Griffiths · 21 years ago
  45. 9db147e Make DIR_nt_to_unix return STATUS_NO_SUCH_FILE instead of by Alexandre Julliard · 21 years ago
  46. d996f60 Add some compatibility macros. by Dmitry Timoshkov · 21 years ago
  47. e79ff70 * add some values to the SYSTEM_INFORMATION_CLASS enumeration by Mike McCormack · 21 years ago
  48. e440932 Reimplemented GetFileAttributesExW and GetCompressedFileSizeW using by Alexandre Julliard · 21 years ago
  49. 6683432 Assorted spelling fixes. by Francois Gouget · 21 years ago
  50. e2490a0 Stub and documentation for RtlFormatMessage. by Robert Shearman · 21 years ago
  51. 174e2a6 Reimplemented GetFileAttributesW, SetFileAttributesW and SetFileTime by Alexandre Julliard · 21 years ago
  52. 73d9e1a Fixed/updated the file attributes defines. by Alexandre Julliard · 21 years ago
  53. 7930ada Fix some RPC prototypes to get it compiling with W32API. by Filip Navara · 21 years ago
  54. b7852de Add the IAutoComplete and IAutoComplete2 implementation (but methods by Maxime Bellengé · 21 years ago
  55. dbb03ec Fixes support for older versions of direct sound. by Robert Reif · 21 years ago
  56. 4aea40a - fix dxdiag.h (again) by Raphael Junqueira · 21 years ago
  57. dfcfc98 RtlSetCurrentDirectory_U: store a handle to the current directory by Alexandre Julliard · 21 years ago
  58. 186b419 Added hack to fetch the current directory from the subsystem tid so by Alexandre Julliard · 21 years ago
  59. b3f32d9 Fixed some bugs. by Raphael Junqueira · 21 years ago
  60. a45931c Get rid of the TEB flags, they are no longer used. by Alexandre Julliard · 21 years ago
  61. 347081d Prevent CY type from being redefined. by Jon Griffiths · 21 years ago
  62. 675855d Added the dxdiag.h header. by Raphael Junqueira · 21 years ago
  63. 1cb0cf4 Moved wine_get_unix_file_name implementation to ntdll, and changed it by Alexandre Julliard · 21 years ago
  64. ac05d0d Partial stub of GdiAlphaBlend/AlphaBlend. by Kevin Koltzau · 21 years ago
  65. 2493529 Fix the case of RpcNetworkIsProtseqValid[AW] (was by Filip Navara · 21 years ago
  66. 2392a36 Get rid of non-standard ERROR_UNKNOWN value. by Filip Navara · 21 years ago
  67. 4e6fca0 Don't declare GDI stuff when NOGDI is defined. by Dimitrie O. Paun · 21 years ago
  68. f379a1d Get rid of E_UNSPEC non-standard error value. by Filip Navara · 21 years ago
  69. a5686fe Added definition for HUGE_VAL. by Dimitrie O. Paun · 21 years ago
  70. 64fd63f Add struct name for BITMAPINFO. by Dimitrie O. Paun · 21 years ago
  71. 18c08d3 Removed the get_file_info request. by Alexandre Julliard · 21 years ago
  72. d313f20 Add some structures and defines. by Rein Klazes · 21 years ago
  73. 743997f Replace the get_file_info request by an fstat() on the client side. by Alexandre Julliard · 21 years ago
  74. db45170 Handle the set_file_pointer request on the client side. by Alexandre Julliard · 21 years ago
  75. 2d04130 Fix compiling under MS_VC 6. by Steven Edwards · 21 years ago
  76. 43b9f97 - fix DbgPrint and implement DbgPrintEx - stub for NtImpersonateAnonymousToken by Raphael Junqueira · 21 years ago
  77. 5891249 Correct dplay8 headers for future use. by Raphael Junqueira · 21 years ago
  78. c7c9f93 Load the XRandR extension dynamically (with help from Alex Pasadyn). by Mike McCormack · 21 years ago
  79. 49b2f6d Get rid of the removable media handling in the server. by Alexandre Julliard · 21 years ago
  80. 670711e Handle file mappings on removable media entirely inside ntdll. by Alexandre Julliard · 21 years ago
  81. e77c9be Added support for fstatvfs. by Alexandre Julliard · 21 years ago
  82. 2feebb4 - implement loading network providers by Juan Lang · 21 years ago
  83. f35d1ca Moved quite a few functions to dbghelp (removed debug.c and symbol.c files). by Eric Pouech · 21 years ago
  84. 36f8f1b Stub implementation for WSALookupServiceBeginA/W. by Rein Klazes · 21 years ago
  85. 800864a First shot at implementing dbghelp. by Eric Pouech · 21 years ago
  86. 27b1cf9 Fixed RtlDosPathNameToNtPathName_U prototype. by Alexandre Julliard · 21 years ago
  87. 65c7aa9 Add a bunch of missing declarations. by Juan Lang · 21 years ago
  88. a89674f ifdef guard TCHAR declaration like PSDK does. by Juan Lang · 21 years ago
  89. 30dbb04 - implemented MCI_SOUND command by Eric Pouech · 21 years ago
  90. b70e0c8 Removed the FailReadOnly option, this is now the default behavior. by Alexandre Julliard · 21 years ago
  91. 5e80d6f Define all macros described on MSDN. by Felix Nawothnig · 21 years ago
  92. 5333206 Added memicmpW. by Alexandre Julliard · 21 years ago
  93. abe9c97 Remove the rest of the Tweak look hack. by Dimitrie O. Paun · 21 years ago
  94. 9e06d0c Add some declarations for additional SHFileOperation features. by Rolf Kalbermatter · 21 years ago
  95. 126227a Remove the support for the Win 3.1 Look. by Dimitrie O. Paun · 21 years ago
  96. ff915d4 Make sure ip_mreq is not exported by winsock2.h. by Francois Gouget · 21 years ago
  97. a4e902c Convert the wininet HTTP functions to Unicode. by Mike McCormack · 21 years ago
  98. 1480809 In resource info allow OriginalFilename and InternalName to be different. by Ivan Leo Murray-Smith · 21 years ago
  99. 23d0367 Move EMR*16 definitions to wingdi.h, as they're part of the WIN32 API. by Mike McCormack · 21 years ago
  100. 10a3fd3 Implement loading and saving to a stream, and a few other basic functions. by Kevin Koltzau · 21 years ago