projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
msvcrt: Fix fread on large buffers in ascii mode.
[wine]
/
server
/
fd.c
2006-10-03
Alexandre Julliard
ntdll: Implement FSCTL_DISMOUNT_VOLUME for MacOSX.
blob
|
commitdiff
|
raw
2006-08-10
Alexandre Julliard
server: Only call gettimeofday once per poll loop.
blob
|
commitdiff
|
raw
|
diff to current
2006-08-04
Alexandre Julliard
server: Added support for kqueue() as an alternative...
blob
|
commitdiff
|
raw
|
diff to current
2006-08-03
Alexandre Julliard
server: Abstract the epoll functions a bit more.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-27
Alexandre Julliard
server: Round up the timeout for poll() to avoid redund...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-26
Alexandre Julliard
server: Make the create_async function take an absolute...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-15
Alexandre Julliard
server: Fixed a compiler warning on MacOSX.
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-01-27
Eric Pouech
Suppress some false-positives reported by valgrind.
blob
|
commitdiff
|
raw
|
diff to current
2006-01-27
Alexandre Julliard
server: Make the FILE_SHARE_DELETE sharing checks depen...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-25
Alexandre Julliard
server: Allow opening a directory with write access...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-24
Mike McCormack
server: Modify open_fd to create an fd without a user.
blob
|
commitdiff
|
raw
|
diff to current
2006-01-17
Mike McCormack
server: Make sure to release the fd we grabbed in all...
blob
|
commitdiff
|
raw
|
diff to current
2005-12-12
Alexandre Julliard
server: Don't enable polling on regular files in add_queue.
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: Support for opening devices.
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-10-27
Alexandre Julliard
Make the unmount_device request take a handle to the...
blob
|
commitdiff
|
raw
|
diff to current
2005-08-24
Alexandre Julliard
Don't cache file descriptors open on removable devices.
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-08-03
Alexandre Julliard
Removed the broken mmap64 configure check, and moved the
blob
|
commitdiff
|
raw
|
diff to current
2005-07-30
Alexandre Julliard
Added a separate device object to keep track of inodes...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-28
Alexandre Julliard
Renamed fd to unix_fd in the closed_fd structure to...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-14
Robert Shearman
Make mailslots use as much of the default async fd...
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-20
Mike McCormack
Remove unnecessary includes.
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-06-07
Robert Shearman
- Add a default asynchronous I/O implementation.
blob
|
commitdiff
|
raw
|
diff to current
2005-05-25
Robert Shearman
- Use NULL instead of 0 for all non-handle pointers.
blob
|
commitdiff
|
raw
|
diff to current
2005-04-24
Mike McCormack
Implemented NtSignalAndWaitForSingleObject.
blob
|
commitdiff
|
raw
|
diff to current
2005-03-29
Eric Pouech
Clean-up async IO internal functions.
blob
|
commitdiff
|
raw
|
diff to current
2005-03-04
Steven Edwards
Added a check for poll.h.
blob
|
commitdiff
|
raw
|
diff to current
2005-03-01
Alexandre Julliard
Convert the object wait queue to a standard list.
blob
|
commitdiff
|
raw
|
diff to current
2005-02-25
Alexandre Julliard
Regular files are always ready for I/O, no need to...
blob
|
commitdiff
|
raw
|
diff to current
2005-02-24
Alexandre Julliard
Convert async I/O queues to standard lists.
blob
|
commitdiff
|
raw
|
diff to current
2005-02-03
Alexandre Julliard
Fixed potential crash in fd_dump function.
blob
|
commitdiff
|
raw
|
diff to current
2005-01-14
Eric Pouech
- got rid of include/async.h
blob
|
commitdiff
|
raw
|
diff to current
2004-12-02
Peter Chapman
Fix up several inline assembler blocks so that they...
blob
|
commitdiff
|
raw
|
diff to current
2004-10-27
Alexandre Julliard
Added fallback syscalls for epoll functions.
blob
|
commitdiff
|
raw
|
diff to current
2004-09-23
Alexandre Julliard
Added support for epoll() as an alternative to poll...
blob
|
commitdiff
|
raw
|
diff to current
2004-09-20
Alexandre Julliard
Moved timeout processing to a separate function.
blob
|
commitdiff
|
raw
|
diff to current
2004-09-09
Alexandre Julliard
Take care to not close the file handle if there are...
blob
|
commitdiff
|
raw
|
diff to current
2004-09-08
Alexandre Julliard
Converted the timeout list to use the standard list...
blob
|
commitdiff
|
raw
|
diff to current
2004-09-07
Alexandre Julliard
Make sure to run through the poll loop once before...
blob
|
commitdiff
|
raw
|
diff to current
2004-08-18
Alexandre Julliard
Fd type is no longer used, get rid of it.
blob
|
commitdiff
|
raw
|
diff to current
2004-05-22
Alexandre Julliard
Make sure we don't truncate the file on open before...
blob
|
commitdiff
|
raw
|
diff to current
2004-04-27
Alexandre Julliard
Reimplemented CreateDirectoryW and RemoveDirectoryW...
blob
|
commitdiff
|
raw
|
diff to current
2004-04-16
Alexandre Julliard
Added support for FILE_DIRECTORY_FILE and FILE_NON_DIRE...
blob
|
commitdiff
|
raw
|
diff to current
2004-04-08
Alexandre Julliard
Removed the get_file_info request.
blob
|
commitdiff
|
raw
|
diff to current
2004-04-02
Alexandre Julliard
Moved FILE_DELETE_ON_CLOSE support to the inode object...
blob
|
commitdiff
|
raw
|
diff to current
2004-03-27
Alexandre Julliard
Check file sharing permissions based on the file inode...
blob
|
commitdiff
|
raw
|
diff to current
2004-01-02
Wim Lewis
EOVERFLOW does not exist on OpenBSD.
blob
|
commitdiff
|
raw
|
diff to current
2003-12-01
Alexandre Julliard
Added wine_server_release_fd function to release the...
blob
|
commitdiff
|
raw
|
diff to current
2003-07-03
Alexandre Julliard
One more workaround for a missing NFS lock daemon.
blob
|
commitdiff
|
raw
|
diff to current
2003-06-21
Eric Pouech
- adapted kernel32 so that it no longer (directly)...
blob
|
commitdiff
|
raw
|
diff to current
2003-05-15
Mike McCormack
- rewrite of the named pipe code
blob
|
commitdiff
|
raw
|
diff to current
2003-05-11
Alexandre Julliard
Ignore locking failures caused by missing NFS locking...
blob
|
commitdiff
|
raw
|
diff to current
2003-04-17
Bill Medland
Fix for client accessing a named pipe after the server...
blob
|
commitdiff
|
raw
|
diff to current
2003-03-26
Alexandre Julliard
Added generic signal handling mechanism based on pipes...
blob
|
commitdiff
|
raw
|
diff to current
2003-03-21
Alexandre Julliard
Ignore fcntl failure when setting a write lock on a...
blob
|
commitdiff
|
raw
|
diff to current
2003-03-18
Gerald Pfeifer
Fix signature of open_fd().
blob
|
commitdiff
|
raw
|
diff to current
2003-03-18
Alexandre Julliard
Implemented file locking functions (partly based on...
blob
|
commitdiff
|
raw
|
diff to current
2003-03-12
Alexandre Julliard
Added an inode object to keep track of all file descrip...
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