1. 9fcd89a Removed unnecessary includes. by Alexandre Julliard · 23 years ago
  2. 9aa748c Added error message in LOCAL_GetBlock(). by Rein Klazes · 23 years ago
  3. 60fd03d Use ntdll functions instead of MultiByteToWideChar/WideCharToMultiByte by Alexandre Julliard · 23 years ago
  4. 996c0bf Removed ntdll dependency on MultiByteToWideChar/WideCharToMultiByte by Alexandre Julliard · 23 years ago
  5. c5ec018 map_image: map the PE header readonly. by Andrew Lewycky · 23 years ago
  6. 9caa71e Redesign of the server communication protocol to allow arbitrary sized by Alexandre Julliard · 23 years ago
  7. b0fa2a8 Fixed registry routines broken by the structure sizes fix. by Alexandre Julliard · 23 years ago
  8. 6b6596a Fixed packing and layout of many system structures. by Dmitry Timoshkov · 23 years ago
  9. 55a14ed Use exception handler for GlobalUnlock, GlobalFree. by Andreas Mohr · 23 years ago
  10. 1425941 Fix the #include order for config.h. by François Gouget · 23 years ago
  11. 5134942 Try to use read instead of mmap for files on removable media, so that by Alexandre Julliard · 23 years ago
  12. e15badb Cosmetics. by Andreas Mohr · 23 years ago
  13. 541ff5f Add INVALID_ATOM and MAXINTATOM to winbase.h. by Francois Gouget · 23 years ago
  14. 386cf6e When including 'wine/port.h', include it first. by Francois Gouget · 23 years ago
  15. e5ddd26 When including config.h, include it first. by Francois Gouget · 23 years ago
  16. d8a8c11 Added atom_t type for atoms to make sure we use the same type by Alexandre Julliard · 23 years ago
  17. a0c38fe Fix MapViewOfFile to always return a 64K-aligned address. by Alexandre Julliard · 23 years ago
  18. f359895 Yet another documentation/message text patch. by Andreas Mohr · 23 years ago
  19. abc3539 Fixed size check in HEAP_FindFreeBlock to make sure we also find by Alexandre Julliard · 24 years ago
  20. 5ee3879 Fix the conversions of a command line to/from an argv array. by Francois Gouget · 24 years ago
  21. 301df6b Added names to standard critical sections (suggested by Andreas Mohr). by Alexandre Julliard · 24 years ago
  22. 1922c72 Removed unnecessary inclusion of heap.h. by Alexandre Julliard · 24 years ago
  23. bc38d6b - Made sure that the files that contains the declarations by Patrik Stridvall · 24 years ago
  24. 37e9503 Moved server.h to include/wine. by Alexandre Julliard · 24 years ago
  25. 33929be - Made sure that the files that contains the declarations by Patrik Stridvall · 24 years ago
  26. 3dd6187 Documentation fixes. by Patrik Stridvall · 24 years ago
  27. e9782fa Documentation fixes. by Patrik Stridvall · 24 years ago
  28. 044855c Documentation fixes. by Patrik Stridvall · 24 years ago
  29. 01d5e5b Documentation fixes. by Patrik Stridvall · 24 years ago
  30. 3ca9823 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
  31. 2b27fcd Added direct system call for unaligned mmap support on Linux. by Alexandre Julliard · 24 years ago
  32. dae8de6 Documentation ordinal fixes (using winapi_fixup). by Patrik Stridvall · 24 years ago
  33. e76218d Add '\n' at the end of traces. by Francois Gouget · 24 years ago
  34. 8e013f9 VirtualProtect should return correct old protection flags. by Dmitry Timoshkov · 24 years ago
  35. 9515336 Small dll separation fixes. by Alexandre Julliard · 24 years ago
  36. 389b039 We need to create the system heap at startup even though we don't use by Alexandre Julliard · 24 years ago
  37. 67a7499 New set of macros for server calls; makes requests without variable by Alexandre Julliard · 24 years ago
  38. 7f187e5 Only create the system heap when we actually need it. by Alexandre Julliard · 24 years ago
  39. 61d32b4 Allocations do not need to be on the system heap. by Alexandre Julliard · 24 years ago
  40. 5f195f8 Small server protocol cleanups. by Alexandre Julliard · 24 years ago
  41. fe5b19d Fixed MEM_SYSTEM handling to avoid unmapping areas that we didn't mmap. by Alexandre Julliard · 24 years ago
  42. 4188fbc Misc typos in comments. by François Gouget · 24 years ago
  43. a7faef9 Don't require write access on the file handle to create a copy-on-write mapping. by James Abbatiello · 24 years ago
  44. f4d5fef Add <string.h> to files that needed it. by James Juran · 24 years ago
  45. c9cf70d Some more cleanups. by Andreas Mohr · 24 years ago
  46. a8be2a5 MapViewOfFileEx: make the returned error dependent on the Windows version used. by Uwe Bonnes · 24 years ago
  47. 7d5bc5c Removed some direct accesses to the 16-bit task structure. by Alexandre Julliard · 24 years ago
  48. efc32d1 Added flag to differentiate file mappings and VirtualAlloc() blocks, by Alexandre Julliard · 24 years ago
  49. da2b6a9 Fixed some HFILE vs. HANDLE mismatches. by François Gouget · 24 years ago
  50. 8081e5a Added handle_t type to server interface so that we can make handles by Alexandre Julliard · 24 years ago
  51. c56a79a Some borken memory monitoring programs divide by dwTotalPageFile, by Mike McCormack · 24 years ago
  52. 6ef9743 Align moveable blocks if the architecture requires it. by Ulrich Weigand · 24 years ago
  53. e709cdb Added support for composite Unicode characters in MultiByteToWideChar by Alexandre Julliard · 24 years ago
  54. cc19592 Added check whether unaligned memory access is allowed. by Ulrich Weigand · 24 years ago
  55. d549f69 Use a separate FIFO pair for server requests that don't need to pass a by Alexandre Julliard · 24 years ago
  56. 5801723 Replaced WIN16_GlobalLock16 by "official" function K32WOWGlobalLock16. by Alexandre Julliard · 24 years ago
  57. f8b96e2 Make new edit control allocate its buffers with granularity 32 byte. by Dmitry Timoshkov · 24 years ago
  58. de25e6f Set last error in GlobalUnlock. by Alexandre Julliard · 24 years ago
  59. 00b86a9 Fixed some issues found by winapi_check. by Patrik Stridvall · 24 years ago
  60. 0b6a79c Converted enum_key_value request to the new request mechanism. by Alexandre Julliard · 24 years ago
  61. 6c8edaa Use getpagesize() instead of VIRTUAL_GetPageSize(). by Alexandre Julliard · 24 years ago
  62. 982a223 Replaced PTR_SEG_TO_LIN macro by exported MapSL function. by Alexandre Julliard · 24 years ago
  63. becb9a3 Moved all Wine internal definitions out of process.h. by Alexandre Julliard · 24 years ago
  64. 519346a Fixed miscellaneous typos, syntactic and grammatical errors. by Francois Gouget · 24 years ago
  65. 2b3aa61 Added/modified documentation for function arguments. by Patrik Stridvall · 24 years ago
  66. e77bdbb Fixed crash in UnMapLS for pointers not belonging to the segptr heap. by Andreas Mohr · 24 years ago
  67. 71d68bb Use the HEAP_WINE_SEGPTR flag to specify allocations on the segptr heap. by Alexandre Julliard · 24 years ago
  68. fa940f5 VirtualQuery should return 0 for all addresses >= 0xc0000000. by Andreas Mohr · 24 years ago
  69. 24a62ab Got rid of the Wine internal lstrcpy* functions and of winestring.h. by Alexandre Julliard · 24 years ago
  70. 8310aab Made HEAP_strdup* functions inline (temporary). by Alexandre Julliard · 24 years ago
  71. c34fe08 GlobalAlloc as GlobalAlloc16 should round size to 32. by Dmitry Timoshkov · 24 years ago
  72. 394e0eb Moved UTSelectorOffsetToLinear and UTLinearToSelectorOffset to dlls/win32s. by Alexandre Julliard · 24 years ago
  73. 0b7a7bb Include config.h in files that test for constants defined in it. by Dimitrie O. Paun · 24 years ago
  74. 914406f Moved LDT handling to libwine.so. Changed the interface to use the by Alexandre Julliard · 24 years ago
  75. 8c540c6 Replaced a few internal functions by exported ones. by Alexandre Julliard · 24 years ago
  76. da0acca Use DUMMYxxxNAME for anonymous struct/unions. by Francois Gouget · 24 years ago
  77. 85423c6 Added new library.h header for libwine definitions. by Alexandre Julliard · 24 years ago
  78. 278b3f0 Fixed 0/-1 mixup for indicating no mapping handle. by Alexandre Julliard · 24 years ago
  79. 44f84b5 Added basic working stubs of new Windows 2000 API functions. by David Elliott · 24 years ago
  80. 16e92eb Removed unused LOCAL_LockSegptr. by Alexandre Julliard · 24 years ago
  81. ea5924c Return the correct value for dwTotalVirtual. by Francois Gouget · 24 years ago
  82. ec93635 Fixed multibyte handling in HEAP_strdupAtoW. by Alexandre Julliard · 24 years ago
  83. 2e7008c Allow freeing locked global memory handles. by Ulrich Weigand · 24 years ago
  84. 57f05e1 Converted a few more server requests to the new mechanism. by Alexandre Julliard · 24 years ago
  85. b111b6d Validate access even if wrap past address 0 for IsBadStringPtr[A|W] by Guy Albertelli · 24 years ago
  86. 1563abe - stupid spelling fixes - some more loadorder array work by Andreas Mohr · 24 years ago
  87. 411faae Get rid of shared heap fixme messages. by Andreas Mohr · 24 years ago
  88. c0e3db9 Check for buffer overflows on data returns from RegQueryValueExA. by Marcus Meissner · 24 years ago
  89. 969515d Protect GlobalHandle() against bad parameters. by Lawson Whitney · 24 years ago
  90. d23f506 Introduced a new arena flag called GA_DOSMEM to distinguish between by Andreas Mohr · 24 years ago
  91. 454355e Convert NtQueryKey and NtEnumerateKey to the new request mechanism. by Alexandre Julliard · 24 years ago
  92. bcf393a Converted some of the registry server requests to the new request mechanism. by Alexandre Julliard · 24 years ago
  93. bf69803 Make sure we commit enough memory in a new subheap. by Andreas Mohr · 24 years ago
  94. 15bfcd0 Moved $(MODULE).o rule out of Make.rules into the individual Makefiles. by Alexandre Julliard · 24 years ago
  95. d8fab2e Removed some of the XXX_reg macros now that we are using the standard by Alexandre Julliard · 25 years ago
  96. 072dfb5 Removed inclusion of wine/winestring.h from winbase.h and added it to by Alexandre Julliard · 25 years ago
  97. 770eb51 Moved most global data out of the LPDOSTASK structure. by Alexandre Julliard · 25 years ago
  98. 2a6acd3 Locks the virtual views linked list. by Gerard Patel · 25 years ago
  99. 0af222c Added SetLastError() in GetEnvironmentVariableA. by Andreas Mohr · 25 years ago
  100. 9edc7d0 Misc cleanups. by Alexandre Julliard · 25 years ago