projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
include: Fix a typo in wincrypt.h.
[wine]
/
server
/
2007-04-23
Gerald Pfeifer
server: Silence compiler warning in fd_queue_async().
tree
|
commitdiff
2007-04-18
Alexandre Julliard
server: Don't give out read/write access to the named...
tree
|
commitdiff
2007-04-18
Alexandre Julliard
server: Use the standard file descriptor wait queue...
tree
|
commitdiff
2007-04-18
Alexandre Julliard
server: Moved the FSCTL_PIPE_LISTEN implementation...
tree
|
commitdiff
2007-04-18
Alexandre Julliard
server: Allow specifying the status code to return...
tree
|
commitdiff
2007-04-17
Alexandre Julliard
server: Move the FSCTL_PIPE_WAIT ioctl implementation...
tree
|
commitdiff
2007-04-17
Alexandre Julliard
server: Add a specific data type for ioctl codes so...
tree
|
commitdiff
2007-04-17
Alexandre Julliard
server: Change the timeout handling to use NT-style...
tree
|
commitdiff
2007-04-16
Alexandre Julliard
server: Move the server part of device unmounting to...
tree
|
commitdiff
2007-04-16
Alexandre Julliard
server: Implement the FSCTL_PIPE_DISCONNECT ioctl on...
tree
|
commitdiff
2007-04-16
Alexandre Julliard
server: Add infrastructure for ioctl server request.
tree
|
commitdiff
2007-04-12
Alexandre Julliard
server: Don't bother with default entry points for...
tree
|
commitdiff
2007-04-12
Alexandre Julliard
server: Create a separate fd object for each mailslot...
tree
|
commitdiff
2007-04-10
Alexandre Julliard
ntdll: Store the file access and options in the fd...
tree
|
commitdiff
2007-04-10
Alexandre Julliard
server: Rename the get_file_info function to get_fd_typ...
tree
|
commitdiff
2007-04-10
Alexandre Julliard
server: Store the opening options in the file descripto...
tree
|
commitdiff
2007-04-10
Alexandre Julliard
server: Explicitly shutdown closed pipes to prevent...
tree
|
commitdiff
2007-04-10
Alexandre Julliard
server: Add support for restarting an async I/O when...
tree
|
commitdiff
2007-04-04
Alexandre Julliard
server: Use the standard file descriptor signal mechani...
tree
|
commitdiff
2007-04-04
Alexandre Julliard
server: Fix the handling of the signaled status for...
tree
|
commitdiff
2007-04-04
Alexandre Julliard
server: Add support for associating a file descriptor...
tree
|
commitdiff
2007-04-04
Alexandre Julliard
make_requests: More aggressive grepping for status...
tree
|
commitdiff
2007-04-03
Alexandre Julliard
server: Hold a pointer to the queue from the async...
tree
|
commitdiff
2007-04-03
Alexandre Julliard
server: Make timeout status for async I/O specifiable...
tree
|
commitdiff
2007-04-02
Alexandre Julliard
server: Add a separate function to set the timeout...
tree
|
commitdiff
2007-04-02
Alexandre Julliard
server: Check file access in register_async before...
tree
|
commitdiff
2007-04-02
Alexandre Julliard
server: Make async I/O queues into real objects.
tree
|
commitdiff
2007-04-02
Alexandre Julliard
server: Use the fd generic wait queue for directory...
tree
|
commitdiff
2007-04-02
Alexandre Julliard
server: Take advantage of the fd generic wait queue...
tree
|
commitdiff
2007-04-02
Alexandre Julliard
server: Avoid redundant polling in fd_queue_async_timeout.
tree
|
commitdiff
2007-04-02
Alexandre Julliard
server: Add a generic wait queue to the file descriptor...
tree
|
commitdiff
2007-03-27
Alexandre Julliard
server: Remove the return value of the flush() method...
tree
|
commitdiff
2007-03-27
Alexandre Julliard
server: Add support for queuing a user APC upon async...
tree
|
commitdiff
2007-03-26
Alexandre Julliard
server: Always return STATUS_PENDING when an async...
tree
|
commitdiff
2007-03-23
Alexandre Julliard
server: A named pipe wait can be satisfied by an idle...
tree
|
commitdiff
2007-03-23
Alexandre Julliard
server: Print the callback function in the APC_ASYNC_IO...
tree
|
commitdiff
2007-03-22
Alexandre Julliard
server: Implement the open_file method for named pipes.
tree
|
commitdiff
2007-03-22
Alexandre Julliard
server: Implement the open_file method for mailslots.
tree
|
commitdiff
2007-03-22
Alexandre Julliard
server: Don't enforce mailslots path format in ntdll...
tree
|
commitdiff
2007-03-22
Alexandre Julliard
server: Don't enforce named pipes path format in ntdll...
tree
|
commitdiff
2007-03-22
Alexandre Julliard
server: Create the named pipe and mailslot devices...
tree
|
commitdiff
2007-03-22
Alexandre Julliard
server: Implemented the open_file method for named...
tree
|
commitdiff
2007-03-22
Alexandre Julliard
server: Add an open_file() function to the object opera...
tree
|
commitdiff
2007-03-21
Alexandre Julliard
server: Use a standard async I/O event to signal direct...
tree
|
commitdiff
2007-03-21
Alexandre Julliard
server: Move the signalling of the named pipe completio...
tree
|
commitdiff
2007-03-21
Alexandre Julliard
server: Notify the async object when the APC call compl...
tree
|
commitdiff
2007-03-21
Alexandre Julliard
server: Add support for storing an event to signal...
tree
|
commitdiff
2007-03-20
Alexandre Julliard
server: Add an async_data_t structure to store paramete...
tree
|
commitdiff
2007-03-20
Alexandre Julliard
server: Return the status from an async I/O APC call...
tree
|
commitdiff
2007-03-20
Alexandre Julliard
server: Make struct async into a real object, to keep...
tree
|
commitdiff
2007-03-20
Alexandre Julliard
server: Grab the owner object of an APC while the APC...
tree
|
commitdiff
2007-03-20
Alexandre Julliard
server: Use the common pattern for async I/O parameters...
tree
|
commitdiff
2007-03-17
Andrew Talbot
server: Replace inline static with static inline.
tree
|
commitdiff
2007-03-12
Alexandre Julliard
Fixed some compilation issues on Mac OS X Leopard.
tree
|
commitdiff
2007-03-09
Alexandre Julliard
server: Added process control support using /proc on...
tree
|
commitdiff
2007-03-07
Alexandre Julliard
server: Use internal luid_t type where appropriate.
tree
|
commitdiff
2007-03-07
Juan Lang
ntdll: Implement NtAllocateLocallyUniqueId with server...
tree
|
commitdiff
2007-03-06
Rob Shearman
server: A general solution for handling MAXIMUM_ALLOWED...
tree
|
commitdiff
2007-03-05
Alexandre Julliard
server: Replace use of internal __pthread_kill() functi...
tree
|
commitdiff
2007-03-05
Alexandre Julliard
server: Expose areas revealed by changes to the window...
tree
|
commitdiff
2007-02-21
Rob Shearman
server: Add get_token_impersonation_level server call...
tree
|
commitdiff
2007-02-21
Rob Shearman
server: Check object's security when creating handles.
tree
|
commitdiff
2007-02-21
Alexandre Julliard
server: Added support for the PM_QS_* flags in PeekMessage.
tree
|
commitdiff
2007-02-16
Rob Shearman
server: Track the impersonation level of tokens.
tree
|
commitdiff
2007-02-16
Rob Shearman
server: Track IDs for tokens and modifications made...
tree
|
commitdiff
2007-02-15
Vitaliy Margolen
ntdll/server: Implement NtSetSecurityObject. With tests.
tree
|
commitdiff
2007-02-15
Vitaliy Margolen
server: Add security descriptor field to object struct.
tree
|
commitdiff
2007-02-13
Vitaliy Margolen
server: Get the primary group from the token's groups.
tree
|
commitdiff
2007-02-08
Vitaliy Margolen
server: Fix typo. Should be group not owner.
tree
|
commitdiff
2007-02-05
Alexandre Julliard
server: Clear the thread wait before releasing objects...
tree
|
commitdiff
2007-01-26
Ulrich Czekalla
wineserver: Validate the children of windows being...
tree
|
commitdiff
2007-01-25
Vitaliy Margolen
server: Prevent a crash on error while creating a token.
tree
|
commitdiff
2007-01-25
Vitaliy Margolen
advapi32: Add more tests for granted access mask. Fix...
tree
|
commitdiff
2007-01-25
Vitaliy Margolen
server/ntdll: Simplistic implementation of NtQueryObjec...
tree
|
commitdiff
2007-01-25
Vitaliy Margolen
server: Reverse return value and status in token_access...
tree
|
commitdiff
2007-01-25
Vitaliy Margolen
advapi32: Add few more tests for token access check...
tree
|
commitdiff
2007-01-22
Vitaliy Margolen
server: User correct user sid for the default_dacl.
tree
|
commitdiff
2007-01-19
Vitaliy Margolen
server: Add generic access mapping for winstation and...
tree
|
commitdiff
2007-01-18
Alexandre Julliard
ntdll: Avoid inter-process APCs when called for the...
tree
|
commitdiff
2007-01-18
Alexandre Julliard
ntdll: Implementation of inter-process NtMapViewOfSecti...
tree
|
commitdiff
2007-01-18
Alexandre Julliard
ntdll: Implementation of inter-process RtlCreateUserThread.
tree
|
commitdiff
2007-01-18
Alexandre Julliard
server: Print a trace when sending a signal to a thread.
tree
|
commitdiff
2007-01-18
Alexandre Julliard
ntdll: Fix NtDuplicateObject to only close the file...
tree
|
commitdiff
2007-01-16
Alexandre Julliard
ntdll: Implemented NtLockVirtualMemory and NtUnlockVirt...
tree
|
commitdiff
2007-01-15
Alexandre Julliard
ntdll: Implementation of inter-process NtFlushVirtualMe...
tree
|
commitdiff
2007-01-15
Alexandre Julliard
ntdll: Implementation of inter-process VirtualProtectEx.
tree
|
commitdiff
2007-01-15
Alexandre Julliard
ntdll: Implementation of inter-process VirtualQueryEx.
tree
|
commitdiff
2007-01-15
Alexandre Julliard
server: Support queuing some APCs to a process instead...
tree
|
commitdiff
2007-01-15
Alexandre Julliard
server: Added mechanism for returning results of APC...
tree
|
commitdiff
2007-01-15
Alexandre Julliard
server: Properly wake the waiting threads when an APC...
tree
|
commitdiff
2007-01-12
Alexandre Julliard
server: Set the specified in/out buffer sizes on named...
tree
|
commitdiff
2007-01-12
Alexandre Julliard
ntdll: Duplicate the mapping handle on the server side...
tree
|
commitdiff
2007-01-12
Alexandre Julliard
ntdll: Moved the check for removable file in load_dll...
tree
|
commitdiff
2007-01-10
Alexandre Julliard
server: Allow suspended threads to run system APCs.
tree
|
commitdiff
2007-01-08
Alexandre Julliard
server: Don't fail to map a shared section if the final...
tree
|
commitdiff
2007-01-08
Dmitry Timoshkov
server: Map ESPIPE to STATUS_ILLEGAL_FUNCTION for consi...
tree
|
commitdiff
2007-01-04
Alexandre Julliard
make_requests: Grab status names from async_terminate...
tree
|
commitdiff
2007-01-04
Alexandre Julliard
server: Add a generic apc_call structure to make it...
tree
|
commitdiff
2007-01-04
Alexandre Julliard
server: Notify the server that an APC has completed...
tree
|
commitdiff
2007-01-04
Alexandre Julliard
server: Make thread_apc into a real object.
tree
|
commitdiff
next