1. 81bdcf1 Removed references to advapi32 registry functions from some of the by Alexandre Julliard · 23 years ago
  2. 9c1de6d Moved all the content of the DDK files ntdef.h and ntddk.h to winternl.h. by Patrik Stridvall · 23 years ago
  3. 9aab47e MSVC compatibility fixes. by Patrik Stridvall · 23 years ago
  4. a5dea21 Implemented the RtlImage* functions, and use them to replace the by Alexandre Julliard · 23 years ago
  5. 7375597 Fixed some handle type mismatches and added a few casts in prevision by Alexandre Julliard · 23 years ago
  6. 65c6d38 Replace all uses of PREFIX and @function by the __ASM_NAME and by Alexandre Julliard · 23 years ago
  7. 6da4366 Remove .dll extension from module name, added wildcard support in by Alexandre Julliard · 23 years ago
  8. 7f6ecdc Return ERROR_BAD_EXE_FORMAT when builtin dll still not found, since we by Alexandre Julliard · 23 years ago
  9. 9c6ba05 Make builtins pretend to be loaded from the system directory. by Alexandre Julliard · 23 years ago
  10. 1cf0261 Check if relay debugging is still on before printing something. by Alexandre Julliard · 23 years ago
  11. a061b84 Moved specification of relay and snoop include/exclude functions to by Alexandre Julliard · 23 years ago
  12. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  13. 0aa28b5 Export the debugging API from libwine instead of ntdll. Removed debugres_[aw]. by Alexandre Julliard · 23 years ago
  14. c43b5c8 Some fixes for compiling on Sparc. by Warren Baird · 23 years ago
  15. 9bb05fc Specify the complete source file list for a dll inside the main by Alexandre Julliard · 23 years ago
  16. 894b188 Moved __ASM_GLOBAL_FUNC macros and interlocked functions to port.[ch] by Alexandre Julliard · 23 years ago
  17. 23d4aab Fixed handling of a dll being loaded at the same address as a previous one. by Dmitry Timoshkov · 23 years ago
  18. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  19. f16b401 Various cosmetic changes. by Andreas Mohr · 23 years ago
  20. 73ab649 New file msvcrt/excpt.h. Move some stuff out of winnt.h into it. by Peter Hunnisett · 23 years ago
  21. 57e5784 Move __stdcall/__cdecl to the right place. by Patrik Stridvall · 23 years ago
  22. 6a9325d Fixed stack offset in relay debugging of cdecl register functions. by Alexandre Julliard · 23 years ago
  23. 7662ea1 Made register and interrupt flags instead of entry point types, so by Alexandre Julliard · 23 years ago
  24. eb9a863 Exported CALL32_Regs from ntdll, renamed to __wine_call_from_32_regs by Alexandre Julliard · 23 years ago
  25. 85a663f Recognize the FreeBSD dlopen equivalent of "cannot open". by François Gouget · 23 years ago
  26. e5ddd26 When including config.h, include it first. by Francois Gouget · 23 years ago
  27. 2905e0f Recognize the Solaris dlopen equivalent of "cannot open". by Francois Gouget · 23 years ago
  28. 1922c72 Removed unnecessary inclusion of heap.h. by Alexandre Julliard · 24 years ago
  29. 5f728ca Removed HEAP_strdupA. by Alexandre Julliard · 24 years ago
  30. 37e9503 Moved server.h to include/wine. by Alexandre Julliard · 24 years ago
  31. 0249fcd SNOOP_DoReturn: remove redundant printing of tid. by Uwe Bonnes · 24 years ago
  32. 574a10e SNOOP_GetProcAddress: don't touch already initialized fun-entries. by Uwe Bonnes · 24 years ago
  33. 9abd553 Make snoop code take ordinal base into account. by Andreas Mohr · 24 years ago
  34. e17d1a3 Print the tid in the first column when +tid is specified. by Francois Gouget · 24 years ago
  35. 391fdec Drop SYSLEVEL checks from relay debugging, since they break debugging by Marcus Meissner · 24 years ago
  36. 6d257f5 Display thread id instead of %fs in snoop trace. by Dmitry Timoshkov · 24 years ago
  37. 4ea3c26 Display thread id instead of %fs in relay trace. by Dmitry Timoshkov · 24 years ago
  38. bae8af2 Make snoop specific case insensitive. by Lawson Whitney · 24 years ago
  39. 8081e5a Added handle_t type to server interface so that we can make handles by Alexandre Julliard · 24 years ago
  40. 9a07b16 Silence silly error messages. by Ulrich Weigand · 24 years ago
  41. 4022ae0 Print all problems as ERR() except for "could not open" library, which by Andreas Mohr · 24 years ago
  42. e675887 Work around glibc 2.1.x dlopen bug (again). by James Abbatiello · 24 years ago
  43. db0747d Removed some unnecessary includes. Got rid of ldt.h. by Alexandre Julliard · 24 years ago
  44. 751625e Got rid of main.h. by Alexandre Julliard · 24 years ago
  45. 85d666a Use __ASM_GLOBAL_FUNC directly in i386-only code. by Alexandre Julliard · 24 years ago
  46. becb9a3 Moved all Wine internal definitions out of process.h. by Alexandre Julliard · 24 years ago
  47. 886604c Always pass lower-case filenames to wine_dll_load(). by Alexandre Julliard · 24 years ago
  48. 5f48ff3 Fixed dlerror() check to use strstr(). by Andreas Mohr · 24 years ago
  49. ef57e18 Removed some unnecessary includes. by Alexandre Julliard · 24 years ago
  50. 32fcfc2 Removed "elfdll" load order option and updated documentation. by Alexandre Julliard · 24 years ago
  51. 1a5e22f Set debugging option based on NO_TRACE_MSGS define. Only output 32-bit by Alexandre Julliard · 24 years ago
  52. 0b7a7bb Include config.h in files that test for constants defined in it. by Dimitrie O. Paun · 24 years ago
  53. f649dd6 Don't test !HIWORD values for pointerness. by Marcus Meissner · 24 years ago
  54. 99b25c5 Repaired relay debugging. by Alexandre Julliard · 24 years ago
  55. db4c456 Do builtin modules fixups in library/loader.c before calling the by Alexandre Julliard · 24 years ago
  56. e087508 Moved builtin dll registration to libwine. by Alexandre Julliard · 24 years ago
  57. 94613ab New debug channel mechanism allowing decentralized channel declarations. by Alexandre Julliard · 24 years ago
  58. 908464d Authors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie O. Paun <dimi@cs.toronto.edu>, Patrik Stridvall <ps@leissner.se> by Alexandre Julliard · 24 years ago
  59. 334a42f Fixed a few compilation warnings by Dimitrie O. Paun · 24 years ago
  60. 634824b Raise an exception when a stub entry point is called. by Alexandre Julliard · 24 years ago
  61. cae289c Removed no longer used structure definition. by Alexandre Julliard · 24 years ago
  62. 21ec006 Build Win32 resources as .res files and dump them into the .spec.c file. by Alexandre Julliard · 24 years ago
  63. 3f2b2d5 Work-around for gcc bug. by Alexandre Julliard · 24 years ago
  64. a837849 Added stdcall64 entry point type to allow correct relay debugging by Alexandre Julliard · 24 years ago
  65. 15bfcd0 Moved $(MODULE).o rule out of Make.rules into the individual Makefiles. by Alexandre Julliard · 24 years ago
  66. c585a50 Changed the Win32 dll descriptor to be in IMAGE_NT_HEADERS format. by Alexandre Julliard · 24 years ago
  67. a80d8c6 Generate Win32 dll descriptor structure in the .spec.c file so that we by Alexandre Julliard · 24 years ago
  68. c23bf43 Display an ERR() in case of undefined symbols. by Andreas Mohr · 24 years ago
  69. d8fab2e Removed some of the XXX_reg macros now that we are using the standard by Alexandre Julliard · 24 years ago
  70. a99ce7e Raised MAX_DLLS to 100. by Francois Gouget · 25 years ago
  71. 2826f57 Catch EXCEPTION_PRIV_INSTRUCTION exception too. by Rein Klazes · 25 years ago
  72. 6dbf67e Moved FILE_dommap() to memory/virtual.c (and renamed it VIRTUAL_mmap). by Alexandre Julliard · 25 years ago
  73. 07f3844 Avoid buffer overflows in builtin dll loading (with the help of Dmitry by Alexandre Julliard · 25 years ago
  74. c7c4246 - Always store the full path name of 32bit modules in WINE_MODREF by Peter Ganten · 25 years ago
  75. 331f80e The user driver functions might be called with the window lock held. by Peter Ganten · 25 years ago
  76. 5acb979 Make sure builtin dlls are never freed since we don't support dlclose by Alexandre Julliard · 25 years ago
  77. 081ee94 - Fixed resource functions to work directly from the HMODULE instead of by Alexandre Julliard · 25 years ago
  78. 3850c1a Moved most USER string functions to dlls/user. by Alexandre Julliard · 25 years ago
  79. cb10fda Replaced lstrlen/lstrcmp by libc equivalents everywhere we don't need by Alexandre Julliard · 25 years ago
  80. 58d5a0a Removed some unnecessary inclusions of wingdi.h and winuser.h by Alexandre Julliard · 25 years ago
  81. d5041fc Moved thunking functions off to kernel32.dll. by Alexandre Julliard · 25 years ago
  82. 70668d1 Say that "No handler" messages as fatal. by Ove Kaaven · 25 years ago
  83. 2352cf7 Avoid calling the exception handler in some cases. by Juergen Schmied · 25 years ago
  84. e482eeb Split the build program in several files. by Alexandre Julliard · 25 years ago
  85. c007a00 Replaced the BUILTIN32_dlopen() ERR() by a WARN(). by Andreas Mohr · 25 years ago
  86. d1297c4 Fix for compiler warning (due to setjmp/longjmp being used for by James Abbatiello · 25 years ago
  87. 291fa66 Removed the .xcnlnk section hack, and replaced it by another hack in by Alexandre Julliard · 25 years ago
  88. a37dec0 Pass the main exe name in the CREATE_PROCESS debug event. by Alexandre Julliard · 25 years ago
  89. e82e7d9 Use "CALL" and "RET" in capital letters for distinction. by Uwe Bonnes · 25 years ago
  90. 36b5b6b Start to separate KERNEL out of libwine. by Dimitrie O. Paun · 25 years ago
  91. 2250f12 Implemented FindFirstFileEx, cleaned old implementation up. by Juergen Schmied · 25 years ago
  92. 43a27e3 Implemented local atoms in the server. by Turchanov Sergei · 25 years ago
  93. 637e200 Add stub for SetConsoleOutputCP. by Ulrich Czekalla · 25 years ago
  94. 76b772e #include <sys/types.h> before <sys/mman.h>. by Gerald Pfeifer · 25 years ago
  95. 246c360 Reserve space for the PE header at the start of the .so file. by Alexandre Julliard · 25 years ago
  96. 680919c Moved Load/FreeLibrary16 definition to winbase16.h. by Alexandre Julliard · 25 years ago
  97. f818d42 Fixed COORD structure definition. by Alexandre Julliard · 25 years ago
  98. 99f3a92 Use Thread pseudo handle and not Thread Id as argument for the call to by Uwe Bonnes · 25 years ago
  99. e1e7537 Implemented on-demand loading of builtin dlls using dlopen(). by Alexandre Julliard · 25 years ago
  100. 69277bb SNOOP_PrintArg: replaced IsBad* functions by exception handler. by Uwe Bonnes · 25 years ago