1. 40043ed Added -k option to kill an existing wineserver. by Alexandre Julliard · 23 years ago
  2. 88e4261 Store dirty flag in each registry key and use it to save only modified branches. by Alexandre Julliard · 23 years ago
  3. f5e0f0c Added timer on server exit to wait a bit for new clients. by Alexandre Julliard · 23 years ago
  4. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  5. 839dfda Save the registry before exiting on a SIGTERM. by Alexandre Julliard · 23 years ago
  6. 9caa71e Redesign of the server communication protocol to allow arbitrary sized by Alexandre Julliard · 23 years ago
  7. 9e5af61 Prevent danger of accessing freed memory (theoretical but unlikely bug). by Bill Medland · 23 years ago
  8. 2fe5777 Made the server listen for new clients on a Unix socket in by Alexandre Julliard · 25 years ago
  9. 1dca5e2 Moved poll handling to the generic part of the server objects. by Alexandre Julliard · 25 years ago
  10. 247b8ae Use poll() instead of select() for the server main loop. by Alexandre Julliard · 25 years ago
  11. 0a70783 Preliminary ptrace support. by Alexandre Julliard · 25 years ago
  12. ec29ba8 Added EXCEPT_EVENT to wineserver select loop. by Ove Kaaven · 25 years ago
  13. fb65f7d Dump server objects on SIGHUP. by Alexandre Julliard · 26 years ago
  14. f2616a2 Set only the client socket in non-blocking mode instead of all fds; by Alexandre Julliard · 26 years ago
  15. 88de35c Changed select interface, separated timeouts from file descriptors. by Alexandre Julliard · 26 years ago
  16. 43c190e Server reorganization: by Alexandre Julliard · 26 years ago
  17. bf160c7 Restart interrupted select() (happens with -pg). by Ove Kaaven · 26 years ago
  18. 017d221 Possible crash in select_loop() fixed. by Ulrich Weigand · 26 years ago
  19. c6e45ed Added add_queue/remove_queue to server object operations. by Alexandre Julliard · 26 years ago