projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
server: Specify the user APC to call only once the system APC has executed.
[wine]
/
server
/
mapping.c
2008-12-30
Alexandre Julliard
server: Make the mapping base address a client_ptr_t...
blob
|
commitdiff
|
raw
2008-12-17
Alexandre Julliard
server: Use mem_size_t instead of file_pos_t for memory...
blob
|
commitdiff
|
raw
|
diff to current
2008-11-05
Alexandre Julliard
ntdll,server: Fixed access checks for OpenFileMapping...
blob
|
commitdiff
|
raw
|
diff to current
2008-11-05
Alexandre Julliard
ntdll: Store the per-page committed status in the serve...
blob
|
commitdiff
|
raw
|
diff to current
2007-12-05
Alexandre Julliard
server: Return correct object types in the get_director...
blob
|
commitdiff
|
raw
|
diff to current
2007-11-06
Rob Shearman
server: Don't do access checks on the security descript...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-30
Rob Shearman
server: Add the name length to the object_attributes...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-26
Rob Shearman
server: Make create_mapping use struct object_attribute...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-10
Alexandre Julliard
server: Use the file_pos_t type for file sizes and...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-04
Rob Shearman
server: Add get_sd and set_sd object operations to...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-22
Alexandre Julliard
server: Add an open_file() function to the object opera...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-17
Andrew Talbot
server: Replace inline static with static inline.
blob
|
commitdiff
|
raw
|
diff to current
2007-01-12
Alexandre Julliard
ntdll: Duplicate the mapping handle on the server side...
blob
|
commitdiff
|
raw
|
diff to current
2007-01-08
Alexandre Julliard
server: Don't fail to map a shared section if the final...
blob
|
commitdiff
|
raw
|
diff to current
2006-12-21
Alexandre Julliard
ntdll: File positions should be aligned to sector bound...
blob
|
commitdiff
|
raw
|
diff to current
2006-12-13
Alexandre Julliard
ntdll: Map the PE header up to the specified size,...
blob
|
commitdiff
|
raw
|
diff to current
2006-11-02
Alexandre Julliard
server: Refuse to close handles in other processes...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-10
Michael Stefaniuc
server: Remove redundant NULL check before free() ...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-23
Jonathan Ernst
Update the address of the Free Software Foundation.
blob
|
commitdiff
|
raw
|
diff to current
2006-04-21
Alexandre Julliard
server: Ignore the SizeOfHeaders field and compute...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-11
Alexandre Julliard
server: Don't round up the header size for image mappings.
blob
|
commitdiff
|
raw
|
diff to current
2005-12-12
Alexandre Julliard
server: Added access rights mapping to file objects.
blob
|
commitdiff
|
raw
|
diff to current
2005-12-12
Alexandre Julliard
server: Added infrastructure for access rights mapping.
blob
|
commitdiff
|
raw
|
diff to current
2005-12-12
Alexandre Julliard
server: Use a better error code for a zero-size mapped...
blob
|
commitdiff
|
raw
|
diff to current
2005-12-09
Alexandre Julliard
server: Make alloc_handle use attributes instead of...
blob
|
commitdiff
|
raw
|
diff to current
2005-12-05
Alexandre Julliard
server: Move handle allocation out of open_object_dir.
blob
|
commitdiff
|
raw
|
diff to current
2005-12-02
Vitaliy Margolen
Move mapping (section) objects into directory name...
blob
|
commitdiff
|
raw
|
diff to current
2005-11-28
Ge van Geldorp
Match PSDK STATUS_* definitions.
blob
|
commitdiff
|
raw
|
diff to current
2005-11-22
Vitaliy Margolen
Add name_lookup function in object_ops.
blob
|
commitdiff
|
raw
|
diff to current
2005-11-21
Vitaliy Margolen
Return correct error on name collision when creating...
blob
|
commitdiff
|
raw
|
diff to current
2005-11-18
Alexandre Julliard
Added a struct unicode_str to encapsulate object names.
blob
|
commitdiff
|
raw
|
diff to current
2005-10-31
Marcus Meissner
Do not overflow the stackbased "nt" struct when reading...
blob
|
commitdiff
|
raw
|
diff to current
2005-10-29
Vitaliy Margolen
Pass object attributes to create_named_object & find_ob...
blob
|
commitdiff
|
raw
|
diff to current
2005-10-27
Vitaliy Margolen
- Send whole OBJECT_ATTRIBUTES.Attributes to the server...
blob
|
commitdiff
|
raw
|
diff to current
2005-08-15
Alexandre Julliard
Better handling of conflicting section information...
blob
|
commitdiff
|
raw
|
diff to current
2005-08-08
Alexandre Julliard
Added an unmount_device request that invalidates all...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-07
Alexandre Julliard
Convert the shared mapping list to a standard list.
blob
|
commitdiff
|
raw
|
diff to current
2005-07-02
Vitaliy Margolen
Load all dll sections no matter what attributes say.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-21
Mike McCormack
Don't include winbase.h when it's not necessary.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-09
Alexandre Julliard
Added a close_handle method to the object operations...
blob
|
commitdiff
|
raw
|
diff to current
2005-04-24
Mike McCormack
Implemented NtSignalAndWaitForSingleObject.
blob
|
commitdiff
|
raw
|
diff to current
2005-04-19
Alexandre Julliard
Cleaned up handling of 64-bit file sizes.
blob
|
commitdiff
|
raw
|
diff to current
2005-01-04
Alexandre Julliard
Support mapping non page-aligned binaries for SEC_IMAGE...
blob
|
commitdiff
|
raw
|
diff to current
2004-05-01
Alexandre Julliard
Use pread/pwrite everywhere to avoid changing the file...
blob
|
commitdiff
|
raw
|
diff to current
2004-04-06
Alexandre Julliard
Get rid of the removable media handling in the server.
blob
|
commitdiff
|
raw
|
diff to current
2004-01-09
Mike McCormack
Mapping a zero size file should fail.
blob
|
commitdiff
|
raw
|
diff to current
2003-10-08
Alexandre Julliard
Store a "removable" flag instead of the full drive...
blob
|
commitdiff
|
raw
|
diff to current
2003-09-05
Alexandre Julliard
Fixed header dependencies to be fully compatible with...
blob
|
commitdiff
|
raw
|
diff to current
2003-06-21
Alexandre Julliard
The server also needs to cope with IMAGE_SCN_CNT_UNINIT...
blob
|
commitdiff
|
raw
|
diff to current
2003-02-19
Alexandre Julliard
Moved all references to file descriptors out of the...
blob
|
commitdiff
|
raw
|
diff to current
2003-02-17
Alexandre Julliard
Make sure get_file_size uses a valid fd (spotted by...
blob
|
commitdiff
|
raw
|
diff to current
2003-02-14
Alexandre Julliard
Changed fd operations to take a struct fd instead of...
blob
|
commitdiff
|
raw
|
diff to current
2003-01-30
Alexandre Julliard
Started moving functions that deal with Unix file descr...
blob
|
commitdiff
|
raw
|
diff to current
2002-12-10
Alexandre Julliard
winnt.h should not be self-contained, it must depend...
blob
|
commitdiff
|
raw
|
diff to current
2002-10-02
Alexandre Julliard
Added support for multiple object namespaces, and a...
blob
|
commitdiff
|
raw
|
diff to current
2002-09-17
Alexandre Julliard
Implemented the ntdll virtual memory functions, and...
blob
|
commitdiff
|
raw
|
diff to current
2002-08-27
Dmitry Timoshkov
Relax a bit PE consistency checks.
blob
|
commitdiff
|
raw
|
diff to current
2002-05-30
Alexandre Julliard
Renamed handle_t to obj_handle_t to avoid conflict...
blob
|
commitdiff
|
raw
|
diff to current
2002-04-26
Alexandre Julliard
Better support for configure detection of missing types...
blob
|
commitdiff
|
raw
|
diff to current
2002-04-20
Alexandre Julliard
Clear mapping->shared_file on error.
blob
|
commitdiff
|
raw
|
diff to current
2002-03-09
Alexandre Julliard
Added LGPL standard comment, and copyright notices...
blob
|
commitdiff
|
raw
|
diff to current
2002-01-09
Martin Wilck
More general approach to file descriptor types and...
blob
|
commitdiff
|
raw
|
diff to current
2001-12-20
Mike McCormack
- move async activation into the server
blob
|
commitdiff
|
raw
|
diff to current
2001-11-30
Alexandre Julliard
Redesign of the server communication protocol to allow...
blob
|
commitdiff
|
raw
|
diff to current
2001-10-24
Ove Kaaven
Save a disk file's drive type in the server object.
blob
|
commitdiff
|
raw
|
diff to current
2001-10-14
Francois Gouget
When including config.h, include it first.
blob
|
commitdiff
|
raw
|
diff to current
2001-10-04
Mike McCormack
Fetch a handle type in FILE_GetUnixHandle.
blob
|
commitdiff
|
raw
|
diff to current
2001-04-13
Alexandre Julliard
Repaired shared PE data sections.
blob
|
commitdiff
|
raw
|
diff to current
2001-02-20
Alexandre Julliard
Small server protocol cleanups.
blob
|
commitdiff
|
raw
|
diff to current
2001-01-05
Alexandre Julliard
Added handle_t type to server interface so that we...
blob
|
commitdiff
|
raw
|
diff to current
2000-12-22
Alexandre Julliard
Avoid dup'ing file descriptors when not necessary.
blob
|
commitdiff
|
raw
|
diff to current
2000-12-22
Alexandre Julliard
Use a separate FIFO pair for server requests that don...
blob
|
commitdiff
|
raw
|
diff to current
2000-12-19
Alexandre Julliard
Merged the get_read_fd and get_write_fd requests.
blob
|
commitdiff
|
raw
|
diff to current
2000-12-03
Andreas Mohr
Check the attributes of the *current* section, not...
blob
|
commitdiff
|
raw
|
diff to current
2000-11-01
Alexandre Julliard
Authors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie...
blob
|
commitdiff
|
raw
|
diff to current
2000-08-30
Alexandre Julliard
Added exception handling wrapper to a number of server...
blob
|
commitdiff
|
raw
|
diff to current
2000-08-14
Alexandre Julliard
Implemented SEC_IMAGE mappings and shared PE sections...
blob
|
commitdiff
|
raw
|
diff to current
2000-04-04
Alexandre Julliard
Made request tracing more robust against bogus lengths.
blob
|
commitdiff
|
raw
|
diff to current
2000-01-24
Alexandre Julliard
Changed the server to return STATUS_* error codes.
blob
|
commitdiff
|
raw
|
diff to current
2000-01-01
Alexandre Julliard
Moved poll handling to the generic part of the server...
blob
|
commitdiff
|
raw
|
diff to current
1999-11-25
Alexandre Julliard
Store all object names as Unicode in the server.
blob
|
commitdiff
|
raw
|
diff to current
1999-11-13
Alexandre Julliard
Added get_page_size function.
blob
|
commitdiff
|
raw
|
diff to current
1999-06-26
Alexandre Julliard
Further server optimizations:
blob
|
commitdiff
|
raw
|
diff to current
1999-06-22
Alexandre Julliard
Made server communication faster by using a shared...
blob
|
commitdiff
|
raw
|
diff to current
1999-05-23
Marcus Meissner
Do not use pagesize aligned size_low to grow mapped...
blob
|
commitdiff
|
raw
|
diff to current
1999-05-15
Alexandre Julliard
Server reorganization:
blob
|
commitdiff
|
raw
|
diff to current
1999-02-28
Alexandre Julliard
Added support for mappings with no associated file.
blob
|
commitdiff
|
raw
|
diff to current
1999-02-14
Alexandre Julliard
Moved process definitions to include/server/process.h
blob
|
commitdiff
|
raw
|
diff to current
1999-01-03
Alexandre Julliard
Implemented file sharing checks in the server.
blob
|
commitdiff
|
raw
|
diff to current
1999-01-01
Alexandre Julliard
Added server-side file mapping object support.
blob
|
commitdiff
|
raw
|
diff to current