Release 1.5.29.
[wine] / server / signal.c
2008-01-03  Alexandre Julliardserver: Redesign the server shutdown processing.
2007-12-05  Alexandre Julliardserver: Return correct object types in the get_director...
2007-10-04  Rob Shearmanserver: Add get_sd and set_sd object operations to...
2007-06-25  Alexandre Julliardserver: Make crash error message more explicit.
2007-04-16  Alexandre Julliardserver: Add infrastructure for ioctl server request.
2007-04-12  Alexandre Julliardserver: Don't bother with default entry points for...
2007-04-10  Alexandre Julliardserver: Rename the get_file_info function to get_fd_typ...
2007-04-10  Alexandre Julliardserver: Store the opening options in the file descripto...
2007-04-10  Alexandre Julliardserver: Add support for restarting an async I/O when...
2007-03-22  Alexandre Julliardserver: Add an open_file() function to the object opera...
2006-08-14  Alexandre Julliardserver: Make sure to completely kill processes before...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-24  Phil Krylovserver: Fix compilation under Darwin 7.
2006-03-22  Alexandre Julliardserver: New scheme for cleaning up objects on server...
2006-03-01  Mike McCormackserver: Print a message if wineserver crashes and we...
2005-12-12  Alexandre Julliardserver: Added infrastructure for access rights mapping.
2005-11-22  Vitaliy MargolenAdd name_lookup function in object_ops.
2005-08-19  Alexandre JulliardAdded a watchdog mechanism to break out of the wait4...
2005-06-09  Alexandre JulliardAdded a close_handle method to the object operations...
2005-05-25  Robert Shearman- Use NULL instead of 0 for all non-handle pointers.
2005-04-24  Mike McCormackImplemented NtSignalAndWaitForSingleObject.
2005-03-04  Steven EdwardsAdded a check for poll.h.
2005-01-14  Eric Pouech- got rid of include/async.h
2004-05-01  Alexandre JulliardUse pread/pwrite everywhere to avoid changing the file...
2003-10-24  Alexandre JulliardAdded support for the linuxthreads cancel signal as...
2003-04-13  Yorick HardyFix for compiling on NetBSD.
2003-04-02  Alexandre JulliardInitialize the dummy char we send down the pipe to...
2003-03-28  Alexandre JulliardReplaced WINE_CHECK_STRUCT_MEMBER autoconf macro by...
2003-03-26  Alexandre JulliardImplemented file change notifications, based on a patch...
2003-03-26  Alexandre JulliardAdded generic signal handling mechanism based on pipes...