server: Add an open_file() function to the object operations.
[wine] / server / mapping.c
2007-03-22  Alexandre Julliardserver: Add an open_file() function to the object opera...
2007-03-17  Andrew Talbotserver: Replace inline static with static inline.
2007-01-12  Alexandre Julliardntdll: Duplicate the mapping handle on the server side...
2007-01-08  Alexandre Julliardserver: Don't fail to map a shared section if the final...
2006-12-21  Alexandre Julliardntdll: File positions should be aligned to sector bound...
2006-12-13  Alexandre Julliardntdll: Map the PE header up to the specified size,...
2006-11-02  Alexandre Julliardserver: Refuse to close handles in other processes...
2006-10-10  Michael Stefaniucserver: Remove redundant NULL check before free() ...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-21  Alexandre Julliardserver: Ignore the SizeOfHeaders field and compute...
2006-01-11  Alexandre Julliardserver: Don't round up the header size for image mappings.
2005-12-12  Alexandre Julliardserver: Added access rights mapping to file objects.
2005-12-12  Alexandre Julliardserver: Added infrastructure for access rights mapping.
2005-12-12  Alexandre Julliardserver: Use a better error code for a zero-size mapped...
2005-12-09  Alexandre Julliardserver: Make alloc_handle use attributes instead of...
2005-12-05  Alexandre Julliardserver: Move handle allocation out of open_object_dir.
2005-12-02  Vitaliy MargolenMove mapping (section) objects into directory name...
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-22  Vitaliy MargolenAdd name_lookup function in object_ops.
2005-11-21  Vitaliy MargolenReturn correct error on name collision when creating...
2005-11-18  Alexandre JulliardAdded a struct unicode_str to encapsulate object names.
2005-10-31  Marcus MeissnerDo not overflow the stackbased "nt" struct when reading...
2005-10-29  Vitaliy MargolenPass object attributes to create_named_object & find_ob...
2005-10-27  Vitaliy Margolen- Send whole OBJECT_ATTRIBUTES.Attributes to the server...
2005-08-15  Alexandre JulliardBetter handling of conflicting section information...
2005-08-08  Alexandre JulliardAdded an unmount_device request that invalidates all...
2005-07-07  Alexandre JulliardConvert the shared mapping list to a standard list.
2005-07-02  Vitaliy MargolenLoad all dll sections no matter what attributes say.
2005-06-21  Mike McCormackDon't include winbase.h when it's not necessary.
2005-06-09  Alexandre JulliardAdded a close_handle method to the object operations...
2005-04-24  Mike McCormackImplemented NtSignalAndWaitForSingleObject.
2005-04-19  Alexandre JulliardCleaned up handling of 64-bit file sizes.
2005-01-04  Alexandre JulliardSupport mapping non page-aligned binaries for SEC_IMAGE...
2004-05-01  Alexandre JulliardUse pread/pwrite everywhere to avoid changing the file...
2004-04-06  Alexandre JulliardGet rid of the removable media handling in the server.
2004-01-09  Mike McCormackMapping a zero size file should fail.
2003-10-08  Alexandre JulliardStore a "removable" flag instead of the full drive...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-06-21  Alexandre JulliardThe server also needs to cope with IMAGE_SCN_CNT_UNINIT...
2003-02-19  Alexandre JulliardMoved all references to file descriptors out of the...
2003-02-17  Alexandre JulliardMake sure get_file_size uses a valid fd (spotted by...
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...
2002-12-10  Alexandre Julliardwinnt.h should not be self-contained, it must depend...
2002-10-02  Alexandre JulliardAdded support for multiple object namespaces, and a...
2002-09-17  Alexandre JulliardImplemented the ntdll virtual memory functions, and...
2002-08-27  Dmitry TimoshkovRelax a bit PE consistency checks.
2002-05-30  Alexandre JulliardRenamed handle_t to obj_handle_t to avoid conflict...
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-04-20  Alexandre JulliardClear mapping->shared_file on error.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-09  Martin WilckMore general approach to file descriptor types and...
2001-12-20  Mike McCormack- move async activation into the server
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-10-24  Ove KaavenSave a disk file's drive type in the server object.
2001-10-14  Francois GougetWhen including config.h, include it first.
2001-10-04  Mike McCormackFetch a handle type in FILE_GetUnixHandle.
2001-04-13  Alexandre JulliardRepaired shared PE data sections.
2001-02-20  Alexandre JulliardSmall server protocol cleanups.
2001-01-05  Alexandre JulliardAdded handle_t type to server interface so that we...
2000-12-22  Alexandre JulliardAvoid dup'ing file descriptors when not necessary.
2000-12-22  Alexandre JulliardUse a separate FIFO pair for server requests that don...
2000-12-19  Alexandre JulliardMerged the get_read_fd and get_write_fd requests.
2000-12-03  Andreas MohrCheck the attributes of the *current* section, not...
2000-11-01  Alexandre JulliardAuthors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie...
2000-08-30  Alexandre JulliardAdded exception handling wrapper to a number of server...
2000-08-14  Alexandre JulliardImplemented SEC_IMAGE mappings and shared PE sections...
2000-04-04  Alexandre JulliardMade request tracing more robust against bogus lengths.
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-11-25  Alexandre JulliardStore all object names as Unicode in the server.
1999-11-13  Alexandre JulliardAdded get_page_size function.
1999-06-26  Alexandre JulliardFurther server optimizations:
1999-06-22  Alexandre JulliardMade server communication faster by using a shared...
1999-05-23  Marcus MeissnerDo not use pagesize aligned size_low to grow mapped...
1999-05-15  Alexandre JulliardServer reorganization:
1999-02-28  Alexandre JulliardAdded support for mappings with no associated file.
1999-02-14  Alexandre JulliardMoved process definitions to include/server/process.h
1999-01-03  Alexandre JulliardImplemented file sharing checks in the server.
1999-01-01  Alexandre JulliardAdded server-side file mapping object support.