projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
progman: Add close button and sysmenu to dialogs.
[wine]
/
server
/
2005-12-09
Alexandre Julliard
server: Use attributes instead of inherit flag in file...
tree
|
commitdiff
2005-12-09
Alexandre Julliard
server: Use attributes instead of inherit flag in socke...
tree
|
commitdiff
2005-12-05
Vitaliy Margolen
server: Remove sync_namespace.
tree
|
commitdiff
2005-12-05
Alexandre Julliard
server: Let the directory code handle device names.
tree
|
commitdiff
2005-12-05
Vitaliy Margolen
Move mailslot devices into directory name space.
tree
|
commitdiff
2005-12-05
Vitaliy Margolen
Move named pipe objects into directory name space.
tree
|
commitdiff
2005-12-05
Alexandre Julliard
server: Move handle allocation out of open_object_dir.
tree
|
commitdiff
2005-12-02
Vitaliy Margolen
Move mapping (section) objects into directory name...
tree
|
commitdiff
2005-12-02
Vitaliy Margolen
Move timer objects into directory name space.
tree
|
commitdiff
2005-12-02
Vitaliy Margolen
Move semaphore objects into directory name space.
tree
|
commitdiff
2005-12-02
Vitaliy Margolen
Move event and mutex objects into directory name space.
tree
|
commitdiff
2005-12-01
Alexandre Julliard
Fixed some compiler warnings on Darwin.
tree
|
commitdiff
2005-11-30
Vitaliy Margolen
Implement symbolic link object in wineserver.
tree
|
commitdiff
2005-11-29
Vitaliy Margolen
Implement directory object in wineserver.
tree
|
commitdiff
2005-11-28
Ge van Geldorp
Match PSDK STATUS_* definitions.
tree
|
commitdiff
2005-11-26
Alexandre Julliard
Renamed all .cvsignore files to .gitignore.
tree
|
commitdiff
2005-11-22
Vitaliy Margolen
Add name_lookup function in object_ops.
tree
|
commitdiff
2005-11-22
Alexandre Julliard
Use struct unicode_str instead of null-terminated strin...
tree
|
commitdiff
2005-11-22
Robert Lunnon
Add stdarg.h where missing.
tree
|
commitdiff
2005-11-21
Vitaliy Margolen
Return correct error on name collision when creating...
tree
|
commitdiff
2005-11-21
Alexandre Julliard
Fixed handling of mailslot read timeout to avoid compil...
tree
|
commitdiff
2005-11-21
Vitaliy Margolen
Replace inherit flag with object attributes in winstati...
tree
|
commitdiff
2005-11-18
Alexandre Julliard
Added a struct unicode_str to encapsulate object names.
tree
|
commitdiff
2005-11-14
Alexandre Julliard
Added support for the QS_ALLPOSTMESSAGE flag.
tree
|
commitdiff
2005-11-02
Alexandre Julliard
Fixed Get/SetThreadContext to work properly on suspende...
tree
|
commitdiff
2005-11-02
Vitaliy Margolen
Fix error returned when opening nonexistent pipes.
tree
|
commitdiff
2005-11-02
Alexandre Julliard
Moved the platform-independent part of the get/set_thre...
tree
|
commitdiff
2005-11-01
Alexandre Julliard
Don't send an extra signal when waiting for a debug...
tree
|
commitdiff
2005-11-01
Alexandre Julliard
Don't send the incoming context to the server for get_t...
tree
|
commitdiff
2005-11-01
Vitaliy Margolen
Fix error returned when exceeding allowed instances.
tree
|
commitdiff
2005-11-01
Vitaliy Margolen
- Use OBJ_CASE_INSENSITIVE in object lookup.
tree
|
commitdiff
2005-10-31
Marcus Meissner
Do not overflow the stackbased "nt" struct when reading...
tree
|
commitdiff
2005-10-29
Vitaliy Margolen
Pass object attributes to create_named_object & find_ob...
tree
|
commitdiff
2005-10-27
Vitaliy Margolen
- Send whole OBJECT_ATTRIBUTES.Attributes to the server...
tree
|
commitdiff
2005-10-27
Alexandre Julliard
Make the unmount_device request take a handle to the...
tree
|
commitdiff
2005-10-12
Alexandre Julliard
Removed incorrect process queue check in wait_input_idle.
tree
|
commitdiff
2005-10-06
Alexandre Julliard
Put Wine version information in all the man pages.
tree
|
commitdiff
2005-10-06
Alexandre Julliard
Added global rules for man pages.
tree
|
commitdiff
2005-09-28
Vitaliy Margolen
Fix refcount leak and return correct error in create_na...
tree
|
commitdiff
2005-09-27
Alexandre Julliard
Initial version of a wineserver man page.
tree
|
commitdiff
2005-09-27
Eric Pouech
Implemented kernel32 process affinity handling on top...
tree
|
commitdiff
2005-09-27
Alexandre Julliard
Use the proper format to print handles in handle_table_...
tree
|
commitdiff
2005-09-26
Alexandre Julliard
Use int instead of long in interlocked_* functions...
tree
|
commitdiff
2005-09-26
Eric Pouech
- now passing access rights when creating a named pipe...
tree
|
commitdiff
2005-09-16
Alexandre Julliard
Preliminary version of the context support for x86-64.
tree
|
commitdiff
2005-09-16
Alexandre Julliard
Use the proper size for the cmsg_fd structure on 64...
tree
|
commitdiff
2005-09-14
Alexandre Julliard
Remove an exiting thread from the process only after...
tree
|
commitdiff
2005-09-13
Alexandre Julliard
Timeout 0 means infinite wait for SendMessageTimeout.
tree
|
commitdiff
2005-09-06
Ivan Leo Puoti
Added FSCTL_PIPE_LISTEN support.
tree
|
commitdiff
2005-09-06
Eric Pouech
- rewrite kernel32:{Set|Get}PriorityClass on top of...
tree
|
commitdiff
2005-08-24
Alexandre Julliard
Don't cache file descriptors open on removable devices.
tree
|
commitdiff
2005-08-23
Alexandre Julliard
Added a separate set_handle_cached_fd request instead...
tree
|
commitdiff
2005-08-22
Alexandre Julliard
Don't try to detach from a thread that is exiting,...
tree
|
commitdiff
2005-08-19
Alexandre Julliard
Added a watchdog mechanism to break out of the wait4...
tree
|
commitdiff
2005-08-16
Alexandre Julliard
Avoid a crash in find_hardware_message_window when...
tree
|
commitdiff
2005-08-15
Alexandre Julliard
Better handling of conflicting section information...
tree
|
commitdiff
2005-08-09
Mike McCormack
Fix some gcc 4.0 warnings.
tree
|
commitdiff
2005-08-09
Alexandre Julliard
The temp buffer always stores WCHARs, fixed its type...
tree
|
commitdiff
2005-08-08
Alexandre Julliard
Added an unmount_device request that invalidates all...
tree
|
commitdiff
2005-08-03
Alexandre Julliard
Removed the broken mmap64 configure check, and moved the
tree
|
commitdiff
2005-07-30
Alexandre Julliard
Added a separate device object to keep track of inodes...
tree
|
commitdiff
2005-07-29
Alexandre Julliard
Automatically generate the list of error names in make_...
tree
|
commitdiff
2005-07-29
Alexandre Julliard
Removed a no longer used variable.
tree
|
commitdiff
2005-07-29
Alexandre Julliard
Fixed a couple of error codes.
tree
|
commitdiff
2005-07-28
Alexandre Julliard
Renamed fd to unix_fd in the closed_fd structure to...
tree
|
commitdiff
2005-07-19
Alexandre Julliard
Create the desktop class when needed without requiring...
tree
|
commitdiff
2005-07-18
Robert Shearman
- Change the default user SID to match what was previou...
tree
|
commitdiff
2005-07-14
Robert Shearman
Make mailslots use as much of the default async fd...
tree
|
commitdiff
2005-07-14
Alexandre Julliard
Moved the server start time to the init_thread request...
tree
|
commitdiff
2005-07-13
Alexandre Julliard
Return the startup info size in the init_thread request...
tree
|
commitdiff
2005-07-13
Robert Shearman
Store the default DACL in the token.
tree
|
commitdiff
2005-07-13
Alexandre Julliard
Get rid of the boot_done request.
tree
|
commitdiff
2005-07-13
Alexandre Julliard
Already initialize the process in the first init_thread...
tree
|
commitdiff
2005-07-13
Alexandre Julliard
Avoid potential crashes when there is no handle table.
tree
|
commitdiff
2005-07-12
Alexandre Julliard
Moved the fields that depends on startup info from...
tree
|
commitdiff
2005-07-11
Alexandre Julliard
Load the HKEY_CURRENT_USER branch at server startup...
tree
|
commitdiff
2005-07-11
Alexandre Julliard
Store the global hooks table in the desktop object.
tree
|
commitdiff
2005-07-11
Alexandre Julliard
Tie windows and thread input structures to a specific...
tree
|
commitdiff
2005-07-11
Alexandre Julliard
Export the winstation and desktop structures to avoid...
tree
|
commitdiff
2005-07-08
Alexandre Julliard
Explicitly pass the winstation to the atom functions...
tree
|
commitdiff
2005-07-08
Alexandre Julliard
Put in place the basic infrastructure to allow supporti...
tree
|
commitdiff
2005-07-07
Alexandre Julliard
Convert the shared mapping list to a standard list.
tree
|
commitdiff
2005-07-07
Dmitry Timoshkov
Make IsWindowUnicode work in the case when window belon...
tree
|
commitdiff
2005-07-07
Alexandre Julliard
Store the global atom table in the process window station.
tree
|
commitdiff
2005-07-02
Vitaliy Margolen
Load all dll sections no matter what attributes say.
tree
|
commitdiff
2005-07-01
Alexandre Julliard
Don't bother loading the config file anymore.
tree
|
commitdiff
2005-06-29
Alexandre Julliard
Make the clipboard information local to the process...
tree
|
commitdiff
2005-06-29
Alexandre Julliard
Clear the process handle table before releasing it...
tree
|
commitdiff
2005-06-28
Alexandre Julliard
Keep track of the windows and hooks used by a thread...
tree
|
commitdiff
2005-06-21
Mike McCormack
Don't include winbase.h when it's not necessary.
tree
|
commitdiff
2005-06-20
Robert Shearman
Add support for impersonating a token.
tree
|
commitdiff
2005-06-20
Mike McCormack
Remove unnecessary includes.
tree
|
commitdiff
2005-06-16
Robert Shearman
- All versions of Windows ignore the access rights...
tree
|
commitdiff
2005-06-14
Alexandre Julliard
Remove the process locks in process_killed, not process...
tree
|
commitdiff
2005-06-14
Alexandre Julliard
Call the close_handle notification for all objects...
tree
|
commitdiff
2005-06-14
Robert Shearman
Fix size used to validate the sids in aces.
tree
|
commitdiff
2005-06-14
Robert Shearman
Add TokenType attribute to specify whether the token...
tree
|
commitdiff
2005-06-14
Mike McCormack
Call remove_process_locks when a process ends, fix...
tree
|
commitdiff
2005-06-10
Robert Shearman
Change code style of form "if( x )" to "if (x)" for...
tree
|
commitdiff
2005-06-09
Alexandre Julliard
Store the process along with the key handle in notifica...
tree
|
commitdiff
next