1. 13a93b4 configure: Set rpath on all executables that link to libwine. by Alexandre Julliard · 19 years ago
  2. 1089260 configure: Only link against libpoll where really necessary. by Alexandre Julliard · 19 years ago
  3. 2886e9b makefiles: Use make dependencies to create installation directories. by Alexandre Julliard · 19 years ago
  4. eb8a40c libs: Merged libwine_unicode into libwine. by Alexandre Julliard · 19 years ago
  5. 5ed5901 configure: Use --rpath if supported when building binaries to point to by Alexandre Julliard · 19 years ago
  6. 5392844 Add support for 'make install DESTDIR'. by Mike Frysinger · 19 years ago
  7. 80444df Implement symbolic link object in wineserver. by Vitaliy Margolen · 19 years ago
  8. 3c6bdcc Implement directory object in wineserver. by Vitaliy Margolen · 19 years ago
  9. 664e410 Added global rules for man pages. by Alexandre Julliard · 19 years ago
  10. 79b387d Initial version of a wineserver man page. by Alexandre Julliard · 20 years ago
  11. 5a12dd1 Preliminary version of the context support for x86-64. by Alexandre Julliard · 20 years ago
  12. 1bf96e0 Beginnings of support for window stations and desktops. by Alexandre Julliard · 20 years ago
  13. 2ab6a77 Implement mailslots. by Mike McCormack · 20 years ago
  14. 4634447 - got rid of include/async.h by Eric Pouech · 20 years ago
  15. 1d9df9f Create the necessary functions for wineserver contexts for Alpha. by Vincent Béron · 20 years ago
  16. e8d86b7 Moved visible region calculation to the server. by Alexandre Julliard · 21 years ago
  17. 8c29b5f Removed the no longer used SMB file I/O support, we can't do reliable by Alexandre Julliard · 21 years ago
  18. db692c8 Open a real file handle for drive devices, and get rid of the server by Alexandre Julliard · 21 years ago
  19. bfce151 Added window classes in the server, and support for inter-process by Alexandre Julliard · 21 years ago
  20. 36cd6f5 Added a security token object in wineserver. by Mike McCormack · 22 years ago
  21. b2df5f9 - use global atoms for the format ids by Ulrich Czekalla · 22 years ago
  22. 1556639 Proper support for CPPFLAGS and LDFLAGS (suggested by Todd Vierling). by Alexandre Julliard · 22 years ago
  23. c00a447 Implement anonymous pipes on top of named pipes. by Eric Pouech · 22 years ago
  24. 9037f4b Added generic signal handling mechanism based on pipes to synchronize by Alexandre Julliard · 22 years ago
  25. 4c9754e We still need libwine here... by Alexandre Julliard · 22 years ago
  26. 6a9fe36 Created a separate static portability library and moved some of the by Alexandre Julliard · 22 years ago
  27. e66207e Moved all references to file descriptors out of the generic object by Alexandre Julliard · 22 years ago
  28. 863637b Started moving functions that deal with Unix file descriptors to a by Alexandre Julliard · 22 years ago
  29. 8b36681 Rename __WINE__ to __WINESRC__. by Dimitrie O. Paun · 22 years ago
  30. 0286135 Rewrote hook support to store the hook chain in the server. by Alexandre Julliard · 22 years ago
  31. b3332d7 Converted the server to -DSTRICT. by Alexandre Julliard · 22 years ago
  32. 23bb371 Added support for building certain dlls with -DSTRICT. by Alexandre Julliard · 22 years ago
  33. 9fc17ee Implemented server context/ptrace handling for Linux/PowerPC. by Marcus Meissner · 23 years ago
  34. ce830a9 Added mkinstalldirs to create directories more portably. by Alexandre Julliard · 23 years ago
  35. 9a68b7b Link the tools and the server against libwine so we can use the by Alexandre Julliard · 23 years ago
  36. fc93261 Begin to make wine an SMB client. by Mike McCormack · 23 years ago
  37. 1a66d22 Added global management of user handles in the server. by Alexandre Julliard · 24 years ago
  38. 37ec927 Use the new protocol.def file to build the request structures. by Alexandre Julliard · 24 years ago
  39. de7c300 Start implementing named pipes. by Mike McCormack · 24 years ago
  40. e2222fd Use libwine and libwine_unicode directly from their build directory by Alexandre Julliard · 24 years ago
  41. 1eac191 - created server object for handling async i/o by Mike McCormack · 24 years ago
  42. d2e2bb2 Added LDFLAGS to linking of wine-related binaries. by Kristoffer Gleditsch · 24 years ago
  43. 44b5bf5 Added serial port object to the server. by Mike McCormack · 25 years ago
  44. 7e495e1 Make unicode.o into a separate ELF library so that we can use it from by Alexandre Julliard · 25 years ago
  45. 2f158c2 Removed @PROGEXT@ (it was broken anyway). by Alexandre Julliard · 25 years ago
  46. afd6a4b Updated support for Solaris/Sparc architecture. by Ulrich Weigand · 25 years ago
  47. c5e433a Moved idle event handling to the server. by Alexandre Julliard · 25 years ago
  48. b849d79 Moved global atoms to the server (based on the work of Sergei by Alexandre Julliard · 25 years ago
  49. 2fe5777 Made the server listen for new clients on a Unix socket in by Alexandre Julliard · 25 years ago
  50. 3e2517c Added Get/SetThreadContext support through the server. by Alexandre Julliard · 25 years ago
  51. 1dca5e2 Moved poll handling to the generic part of the server objects. by Alexandre Julliard · 25 years ago
  52. ad47a30 Implemented waitable timers. by Alexandre Julliard · 25 years ago
  53. d16319c Store all object names as Unicode in the server. by Alexandre Julliard · 25 years ago
  54. d7e85d6 Added registry support to the server. by Alexandre Julliard · 25 years ago
  55. 578c100 Moved ptrace support to ptrace.c. Tried to improve portability. by Alexandre Julliard · 25 years ago
  56. 019211f Added socket interface to wineserver. by Ove Kaaven · 25 years ago
  57. e712e07 Added debug events support. by Alexandre Julliard · 26 years ago
  58. 43c190e Server reorganization: by Alexandre Julliard · 26 years ago
  59. fdc92ba Added server snapshot support (processes only for now). by Alexandre Julliard · 26 years ago
  60. f727b43 Added server-side device support (only a hack for now). by Alexandre Julliard · 26 years ago
  61. a8b8d9c Added server-side file mapping object support. by Alexandre Julliard · 26 years ago
  62. 63cb0f8 Added change notifications. Added global handle support. by Alexandre Julliard · 26 years ago
  63. aa0ebd0 Added several file server requests Added server-side pipes and consoles by Alexandre Julliard · 26 years ago
  64. 338e757 Added beginnings of server-side file handling. by Alexandre Julliard · 26 years ago
  65. c6e45ed Added add_queue/remove_queue to server object operations. by Alexandre Julliard · 26 years ago
  66. d30dfd2 Release 980927 by Alexandre Julliard · 27 years ago wine-980927
  67. 767e6f6 Release 980809 by Alexandre Julliard · 27 years ago wine-980809
  68. 642d313 Release 980712 by Alexandre Julliard · 27 years ago wine-980712