1. 753c870 server: Only call gettimeofday once per poll loop. by Alexandre Julliard · 19 years ago
  2. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  3. 53496f8 Fixed a couple of warnings on MacOS. by Alexandre Julliard · 19 years ago
  4. 03f46e1 server: Added access rights mapping to synchronization objects. by Alexandre Julliard · 19 years ago
  5. 28beba3 server: Added infrastructure for access rights mapping. by Alexandre Julliard · 19 years ago
  6. 24560e7 server: Make alloc_handle use attributes instead of inherit flag. by Alexandre Julliard · 19 years ago
  7. 3764da6 server: Move handle allocation out of open_object_dir. by Alexandre Julliard · 19 years ago
  8. 7c5cb7a Move timer objects into directory name space. by Vitaliy Margolen · 19 years ago
  9. 1a1583a Match PSDK STATUS_* definitions. by Ge van Geldorp · 19 years ago
  10. baffcb9 Add name_lookup function in object_ops. by Vitaliy Margolen · 19 years ago
  11. 95414ef Add stdarg.h where missing. by Robert Lunnon · 19 years ago
  12. 893987b Return correct error on name collision when creating new named by Vitaliy Margolen · 19 years ago
  13. ead9b06 Added a struct unicode_str to encapsulate object names. by Alexandre Julliard · 19 years ago
  14. 3585f2f Pass object attributes to create_named_object & find_object. by Vitaliy Margolen · 19 years ago
  15. a996000 - Send whole OBJECT_ATTRIBUTES.Attributes to the server not just an by Vitaliy Margolen · 19 years ago
  16. b9b1ea9 Added a close_handle method to the object operations, and use it to by Alexandre Julliard · 20 years ago
  17. c516571 - Use NULL instead of 0 for all non-handle pointers. by Robert Shearman · 20 years ago
  18. f92fff6 Implemented NtSignalAndWaitForSingleObject. by Mike McCormack · 20 years ago
  19. 7572b12 Implement NtQueryTimer. by Robert Shearman · 20 years ago
  20. 44158dd - moved event, semaphore, mutex implementation from kernel32 to ntdll by Eric Pouech · 20 years ago
  21. 4c591d4 Implemented timer related functions in ntdll and make the kernel32 by Eric Pouech · 22 years ago
  22. 088bcf9 Implemented NtQueueApcThread, and changed the server APC interface to by Alexandre Julliard · 22 years ago
  23. 462172a Added abs_time_t structure to the server protocol, and added a dump by Alexandre Julliard · 22 years ago
  24. e66207e Moved all references to file descriptors out of the generic object by Alexandre Julliard · 22 years ago
  25. cf27a7f Changed fd operations to take a struct fd instead of a struct object. by Alexandre Julliard · 22 years ago
  26. 863637b Started moving functions that deal with Unix file descriptors to a by Alexandre Julliard · 22 years ago
  27. 435e2e6 winnt.h should not be self-contained, it must depend on windef.h so by Alexandre Julliard · 22 years ago
  28. 526a28d Added support for multiple object namespaces, and a bunch functions by Alexandre Julliard · 22 years ago
  29. 5769d1d Better support for configure detection of missing types, added check by Alexandre Julliard · 23 years ago
  30. 15979fd Fixed handling of timer callback routines when the thread owning the by Alexandre Julliard · 23 years ago
  31. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  32. 6f011c0 - move async activation into the server - implement async queues by Mike McCormack · 23 years ago
  33. 9caa71e Redesign of the server communication protocol to allow arbitrary sized by Alexandre Julliard · 23 years ago
  34. 2362380 Added separate queue for "system" APCs that get called even when the by Alexandre Julliard · 24 years ago
  35. 8081e5a Added handle_t type to server interface so that we can make handles by Alexandre Julliard · 24 years ago
  36. 1ab243b Merged the get_read_fd and get_write_fd requests. by Alexandre Julliard · 24 years ago
  37. 9c2370b Added exception handling wrapper to a number of server requests. by Alexandre Julliard · 25 years ago
  38. ea1afce Added APC support in waitable timers. by Alexandre Julliard · 25 years ago
  39. ef88637 Made request tracing more robust against bogus lengths. by Alexandre Julliard · 25 years ago
  40. cb1fc73 Changed the server to return STATUS_* error codes. by Alexandre Julliard · 25 years ago
  41. 1dca5e2 Moved poll handling to the generic part of the server objects. by Alexandre Julliard · 25 years ago
  42. 247b8ae Use poll() instead of select() for the server main loop. by Alexandre Julliard · 25 years ago
  43. ad47a30 Implemented waitable timers. by Alexandre Julliard · 25 years ago