Release 1.5.29.
[wine] / server / snapshot.c
2012-04-16  Hans Leidekkerserver: Include the Unix pid in the snapshot_next_proce...
2008-12-09  Alexandre Julliardserver: Get rid of the support for module snapshots...
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-03-22  Alexandre Julliardserver: Add an open_file() function to the object opera...
2006-07-26  Alexandre Julliardserver: Added data_size_t type to represent sizes in...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-16  Alexandre Julliardserver: Store the process exe module in the standard...
2006-01-03  Vitaliy Margolenserver: Fix va_list compile error.
2005-12-12  Alexandre Julliardserver: Added infrastructure for access rights mapping.
2005-12-09  Alexandre Julliardserver: Make alloc_handle use attributes instead of...
2005-12-09  Alexandre Julliardserver: Use attributes instead of inherit flag in snaps...
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-22  Vitaliy MargolenAdd name_lookup function in object_ops.
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.
2003-09-16  Eric Pouech- Implemented a few information classes in NtQuerySyste...
2003-02-19  Alexandre JulliardMoved all references to file descriptors out of the...
2003-02-14  Eric PouechFixed regression in process parent handling.
2003-02-14  Alexandre JulliardChanged fd operations to take a struct fd instead of...
2003-01-30  Alexandre JulliardStarted moving functions that deal with Unix file descr...
2003-01-09  Eric Pouech- no longer depend on toolhelp definitions for generati...
2002-10-03  Alexandre JulliardAdded process_id_t and thread_it_t types to the server...
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-03-22  Alexandre JulliardCorrectly fill parent pid, module size and module name...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-12-20  Mike McCormack- move async activation into the server
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-01-05  Alexandre JulliardAdded handle_t type to server interface so that we...
2000-12-19  Alexandre JulliardMerged the get_read_fd and get_write_fd requests.
2000-12-15  François GougetNeeds to include windef.h.
2000-04-16  Alexandre JulliardImplemented thread and (partial) module snapshots,...
2000-01-24  Alexandre JulliardChanged the server to return STATUS_* error codes.
2000-01-01  Alexandre JulliardMoved poll handling to the generic part of the server...
1999-06-26  Alexandre JulliardFurther server optimizations:
1999-06-22  Alexandre JulliardMade server communication faster by using a shared...
1999-05-15  Alexandre JulliardServer reorganization:
1999-02-14  Alexandre JulliardAdded server snapshot support (processes only for now).