1. d3085ab Change parameter type from size_t to SIZE_T for MIDL_user_allocate. by Rob Shearman · 16 years ago
  2. e86eb8e include: Change RPC_STATUS from long to LONG for Win64 compatibility. by Michael Stefaniuc · 16 years ago
  3. 768160e ntdll: Make all exported wine functions CDECL. by Maarten Lankhorst · 16 years ago
  4. 76ae4d9 rpcss: Build with -D__WINESRC__ since it's using Wine-specific features. by Alexandre Julliard · 16 years ago
  5. 9b9a2f7 rpcss: Get rid of the useless rpcss.h header. by Alexandre Julliard · 16 years ago
  6. 01b7667 programs: Convert source files to utf-8. by Alexandre Julliard · 16 years ago
  7. b66685c programs: Build the programs that support it with -DWINE_NO_UNICODE_MACROS. by Alexandre Julliard · 17 years ago
  8. 257bf68 rpcss: Register the endpoint for the ncalrpc protseq for the endpoint mapper. by Rob Shearman · 17 years ago
  9. a80a635 rpcss: Warn in ept_insert if TowerExplode fails. by Rob Shearman · 17 years ago
  10. 888cf5a rpcss: Add a trailing '\n' to a Wine trace. by Francois Gouget · 17 years ago
  11. 45a3462 rpcrt4/rpcss: Remove old named pipe code for communicating with RPCSS process. by Rob Shearman · 17 years ago
  12. 16849ce rpcss: Implement endpoint-mapper server using DCE/RPC. by Rob Shearman · 17 years ago
  13. 42a61d7 Assorted spelling fixes. by Francois Gouget · 17 years ago
  14. b9f8a81 rpcss: When registering a moniker that is already registered in the ROT another ROT entry should still be created and a distinct cookie returned. by Rob Shearman · 17 years ago
  15. 8b87951 rpcss: Initialise some out-only parameters that aren't initialised by the generated RPC code. by Rob Shearman · 17 years ago
  16. 63a74c7 rpcss: Zero the memory of several variables before writing them to the pipe to silence Valgrind warnings. by Rob Shearman · 17 years ago
  17. 9804aba rpcss: Use context handles to automatically free running object table entries if the client process quits without calling IrotRevoke. by Rob Shearman · 17 years ago
  18. cfc50f8 ole32: Add cross-process running-object table support. by Rob Shearman · 18 years ago
  19. b9a6825 rpcss: Remove lazy timeout mechanism and use __wine_make_system_process instead. by Rob Shearman · 18 years ago
  20. 3a1a190 rpcss: Use correct prototype for thread function. by Peter Oberndorfer · 18 years ago
  21. c69ebe3 rpcss: Fix a file handle leak in RPCSS_BecomePipeServer(). by Francois Gouget · 18 years ago
  22. 7460b04 rpcss: Win64 printf format warning fixes. by Michael Stefaniuc · 19 years ago
  23. 85ce511 Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int. by Michael Stefaniuc · 19 years ago
  24. 32ab895 makefiles: Generate the dependencies line to avoid some code duplication. by Alexandre Julliard · 19 years ago
  25. 028ab92 make_progs: Generate the .gitignore file. by Alexandre Julliard · 19 years ago
  26. cc2b3b4 Take advantage of the recursive nature of .gitignore for Makefile entries. by Alexandre Julliard · 19 years ago
  27. 46a5f91 rpcss: Don't use sizeof in traces to avoid printf format warnings. by Alexandre Julliard · 19 years ago
  28. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  29. 1a1583a Match PSDK STATUS_* definitions. by Ge van Geldorp · 19 years ago
  30. ec34a66 Ignore symlink files too (needed for git). by Alexandre Julliard · 19 years ago
  31. 0ec7e1a Renamed all .cvsignore files to .gitignore. by Alexandre Julliard · 19 years ago
  32. 7e22be4 We are no longer generating .dbg.c files. by Alexandre Julliard · 20 years ago
  33. 903e0b9 Get rid of a couple of non-portable long long constants. by Alexandre Julliard · 20 years ago
  34. b61c182 More warning fixes. by Mike McCormack · 20 years ago
  35. d73dad6 Fixes for -Wmissing-declarations and -Wwrite-strings warnings. by Mike McCormack · 20 years ago
  36. 342da59 Remove stdlib.h inclusion if winsock.h is included. by Pierre d'Herbemont · 20 years ago
  37. d0ee9f9 Avoid spaces before preprocessor directives, that's not portable. by Alexandre Julliard · 20 years ago
  38. 0a25896 Const correctness fixes. by Eric Pouech · 20 years ago
  39. 6be39b6 Take advantage of the new winegcc -B support. by Alexandre Julliard · 21 years ago
  40. 589e115 We no longer use the .exe.spec.c files. by Alexandre Julliard · 21 years ago
  41. 6621b2d Build all the programs with winegcc. by Alexandre Julliard · 21 years ago
  42. 399901e Rename LARGE_INTEGER and ULARGE_INTEGER members "s" to "u" to conform with PSDK. by Ge van Geldorp · 21 years ago
  43. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  44. 61aac4e Fix some typos. by Francois Gouget · 22 years ago
  45. f803e2a Fix miscellaneous spelling errors and typos. by Francois Gouget · 22 years ago
  46. 9b0b1e0 Remove (POINTER)NULL casts. by Francois Gouget · 22 years ago
  47. ae4311c Defined NONAMELESSUNION/STRUCT directly in the files that need it by Alexandre Julliard · 22 years ago
  48. d77294a Authors: Greg Turner <gmturner007@ameritech.net>, Ove Kaaven <ovek@transgaming.com> by Alexandre Julliard · 22 years ago