projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
winecfg: Update Norwegian Bokmål translation.
[wine]
/
server
/
change.c
2010-01-22
Rob Shearman
server: Fix symbol was not declared and using plain...
blob
|
commitdiff
|
raw
2009-12-11
Ben Peddell
server: Include user groups in file mode calculation...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-08
Paul Chitescu
server: Only check if permission bits changed before...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-01
Alexandre Julliard
server: Add support for opening files from a specified...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-17
Alexandre Julliard
server: Don't use the cached file mode when setting...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-17
Alexandre Julliard
server: Properly initialize mode and uid for file and...
blob
|
commitdiff
|
raw
|
diff to current
2009-06-26
Alexandre Julliard
server: Use sys/inotify.h if it exists instead of hardc...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-26
Alexandre Julliard
server: Get rid of the unused count parameter in fd_que...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-26
Alexandre Julliard
server: Store the async handle inside the async_data_t...
blob
|
commitdiff
|
raw
|
diff to current
2008-11-07
Paul Bryan Roberts
server: Clone file_get_sd() and file_set_fd() for direc...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-07
Francois Gouget
Assorted spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2008-02-28
Alexandre Julliard
server: Unlink remaining children inodes when deleting...
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-10-04
Rob Shearman
server: Add get_sd and set_sd object operations to...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-02
Alexandre Julliard
server: Add a default access mapping function for files...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-16
Alexandre Julliard
server: Add infrastructure for ioctl server request.
blob
|
commitdiff
|
raw
|
diff to current
2007-04-12
Alexandre Julliard
server: Don't bother with default entry points for...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-10
Alexandre Julliard
server: Rename the get_file_info function to get_fd_typ...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-10
Alexandre Julliard
server: Store the opening options in the file descripto...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-10
Alexandre Julliard
server: Add support for restarting an async I/O when...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-04
Alexandre Julliard
server: Use the standard file descriptor signal mechani...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-02
Alexandre Julliard
server: Add a separate function to set the timeout...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-02
Alexandre Julliard
server: Make async I/O queues into real objects.
blob
|
commitdiff
|
raw
|
diff to current
2007-04-02
Alexandre Julliard
server: Use the fd generic wait queue for directory...
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-21
Alexandre Julliard
server: Use a standard async I/O event to signal direct...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-20
Alexandre Julliard
server: Add an async_data_t structure to store paramete...
blob
|
commitdiff
|
raw
|
diff to current
2006-11-20
Alexandre Julliard
server: Return an fd type in the get_handle_fd request.
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-03-28
Mike McCormack
server: Fix a race condition in the delivery of change...
blob
|
commitdiff
|
raw
|
diff to current
2006-03-02
Alexandre Julliard
Fixed some compiler warnings on old gcc versions.
blob
|
commitdiff
|
raw
|
diff to current
2006-02-24
Francois Gouget
Assorted spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2006-02-23
Mike McCormack
server: Add directories to recursive watches as they...
blob
|
commitdiff
|
raw
|
diff to current
2006-02-22
Mike McCormack
server: Make sure we don't get into an infinite loop...
blob
|
commitdiff
|
raw
|
diff to current
2006-02-21
Mike McCormack
server: Track created and removed directories in the...
blob
|
commitdiff
|
raw
|
diff to current
2006-02-20
Mike McCormack
server: Distinguish between a directory and a file...
blob
|
commitdiff
|
raw
|
diff to current
2006-02-17
Mike McCormack
server: Use a single inotify watch, as it scales better...
blob
|
commitdiff
|
raw
|
diff to current
2006-02-08
Alexandre Julliard
server: Fixed handling of inotify record length.
blob
|
commitdiff
|
raw
|
diff to current
2006-02-07
Mike McCormack
kernel32: ReadDirectoryChangesW fixes.
blob
|
commitdiff
|
raw
|
diff to current
2006-02-06
Mike McCormack
server: Fill in NtNotifyChangeDirectoryFile's buffer...
blob
|
commitdiff
|
raw
|
diff to current
2006-02-05
Alexandre Julliard
server: Fixed compile without inotify.
blob
|
commitdiff
|
raw
|
diff to current
2006-01-30
Mike McCormack
server: Initial inotify support.
blob
|
commitdiff
|
raw
|
diff to current
2006-01-27
Mike McCormack
server: Fix the file notification interface to use...
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-09
Alexandre Julliard
server: Added object attributes to a few more requests.
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-09-26
Alexandre Julliard
Use int instead of long in interlocked_* functions...
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-06-10
Robert Shearman
Change code style of form "if( x )" to "if (x)" for...
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
2004-03-01
Alexandre Julliard
Portability fixes for LSB compatibility.
blob
|
commitdiff
|
raw
|
diff to current
2004-02-10
Huw Davies
Add the F_NOTIFY defines if we're compiling with linux...
blob
|
commitdiff
|
raw
|
diff to current
2004-02-05
Hans Leidekker
Improved error reporting.
blob
|
commitdiff
|
raw
|
diff to current
2003-09-11
Alexandre Julliard
Moved list.h to include/wine so that it can be used...
blob
|
commitdiff
|
raw
|
diff to current
2003-03-26
Alexandre Julliard
Implemented file change notifications, based on a patch...
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-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-03-09
Alexandre Julliard
Added LGPL standard comment, and copyright notices...
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-01-05
Alexandre Julliard
Added handle_t type to server interface so that we...
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-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-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-15
Alexandre Julliard
Server reorganization:
blob
|
commitdiff
|
raw
|
diff to current
1999-01-03
Alexandre Julliard
Implemented file sharing checks in the server.
blob
|
commitdiff
|
raw
|
diff to current
1998-12-31
Alexandre Julliard
Added change notifications.
blob
|
commitdiff
|
raw
|
diff to current