Clean-up async IO internal functions.
[wine] / server / file.c
2005-03-29  Eric PouechClean-up async IO internal functions.
2005-03-04  Steven EdwardsAdded a check for poll.h.
2005-02-24  Alexandre JulliardConvert async I/O queues to standard lists.
2005-01-14  Eric Pouech- got rid of include/async.h
2004-08-18  Alexandre JulliardFd type is no longer used, get rid of it.
2004-07-06  Mike McCormackTranslate ENODEV and ENXIO error codes to NT status...
2004-05-01  Alexandre JulliardUse pread/pwrite everywhere to avoid changing the file...
2004-04-16  Alexandre JulliardFixed a number of NT status values to be closer to...
2004-04-16  Alexandre JulliardAdded support for FILE_DIRECTORY_FILE and FILE_NON_DIRE...
2004-04-12  Filip NavaraGet rid of non-standard ERROR_UNKNOWN value.
2004-04-08  Alexandre JulliardRemoved the get_file_info request.
2004-04-07  Alexandre JulliardHandle the set_file_pointer request on the client side.
2004-04-06  Alexandre JulliardGet rid of the removable media handling in the server.
2004-04-02  Alexandre JulliardMoved FILE_DELETE_ON_CLOSE support to the inode object...
2004-03-27  Alexandre JulliardCheck file sharing permissions based on the file inode...
2004-03-27  Alexandre JulliardUse futimes() instead of utime() to implement SetFileTi...
2004-03-18  Alexandre JulliardMake the standard create_file request handle serial...
2004-03-12  Alexandre JulliardChanged the create_file server request to take NtCreate...
2004-01-02  Wim LewisEOVERFLOW does not exist on OpenBSD.
2003-12-10  Alexandre JulliardPrint names for Win32 errors too, plus a few more statu...
2003-12-10  Alexandre JulliardAdded set_win32_error() for error codes that don't...
2003-10-08  Alexandre JulliardStore a "removable" flag instead of the full drive...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-06-24  Eric Pouech- start moving a few file related functions from files...
2003-05-15  Mike McCormack- rewrite of the named pipe code
2003-03-26  Alexandre JulliardImplemented file change notifications, based on a patch...
2003-03-20  Alexandre JulliardReplaced mkstemp by mkstemps from libiberty.
2003-03-18  Alexandre JulliardImplemented file locking functions (partly based on...
2003-03-12  Alexandre JulliardAdded an inode object to keep track of all file descrip...
2003-02-19  Alexandre JulliardMoved all references to file descriptors out of the...
2003-02-14  Alexandre JulliardChanged fd operations to take a struct fd instead of...
2003-02-11  Steven EdwardsPorting fixes.
2003-01-30  Alexandre JulliardStarted moving functions that deal with Unix file descr...
2002-07-29  Marcus MeissnerCheck for mkstemp, added a port implementation if it...
2002-05-30  Alexandre JulliardRenamed handle_t to obj_handle_t to avoid conflict...
2002-04-26  Martin WilckFixed some bugs in my recently submitted patch series.
2002-04-24  Martin WilckAdd more flexibility to the queue_async server call...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-29  Alexandre JulliardWork around ftruncate implementations that don't suppor...
2002-01-09  Martin WilckMore general approach to file descriptor types and...
2002-01-07  Martin WilckAdd server side support for async IO on files.
2001-12-20  Mike McCormack- move async activation into the server
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-11-23  Eric PouechNew console code based on Win32 windows.
2001-10-24  Ove KaavenSave a disk file's drive type in the server object.
2001-10-08  Eric Pouech- fixed copy&paste bug (GENERIC_WRITE instead of GENERI...
2001-10-04  Mike McCormackFetch a handle type in FILE_GetUnixHandle.
2001-07-23  Bernhard RosenkraenzerSet executable permissions when creating .exe/.com...
2001-07-14  Alexandre JulliardBacked out the suspend_process_for_ptrace change.
2001-06-22  Mike McCormackRemove truncate debug message printed on successful...
2001-06-19  Bill MedlandSetFilePointer correction; return ERROR_NEGATIVE_SEEK...
2001-05-29  Marcus MeissnerDrop any file64 functions, try to use system supplied...
2001-05-14  Marcus MeissnerImplemented 64bit file size handling.
2001-04-13  Alexandre JulliardRepaired shared PE data sections.
2001-03-01  Alexandre JulliardCreate the server pipes on the client side and transfer...
2001-02-28  Alexandre JulliardNew mechanism to transfer file descriptors from client...
2001-01-12  Andreas MohrWorkaround for SuSE 7 2.2.16 kernel bug.
2001-01-05  Alexandre JulliardAdded handle_t type to server interface so that we...
2000-12-22  Alexandre JulliardAvoid dup'ing file descriptors when not necessary.
2000-12-22  Alexandre JulliardUse a separate FIFO pair for server requests that don...
2000-12-19  Alexandre JulliardMerged the get_read_fd and get_write_fd requests.
2000-08-31  Alexandre JulliardConverted a lot of server requests to the new exception...
2000-07-31  Hidenori TakeshimaFix for 64-bit negative seek value.
2000-04-04  Alexandre JulliardMade request tracing more robust against bogus lengths.
2000-03-10  Alexandre JulliardAdded specific routines for OUTPUT_DEBUG_STRING and...
2000-01-24  Alexandre JulliardChanged the server to return STATUS_* error codes.
2000-01-01  Alexandre JulliardMoved poll handling to the generic part of the server...
1999-12-13  Alexandre JulliardUse poll() instead of select() for the server main...
1999-12-04  Marcus MeissnerFlush handle in any access mode.
1999-11-29  Alexandre JulliardFixed get_event_obj/get_file_obj to use the process...
1999-11-15  Eric PouechFixed hash function.
1999-11-12  Alexandre JulliardAdded support for ReadProcessMemory through the server.
1999-10-24  Patrik Stridvall- Added missing configuration #if:s and #includes:s.
1999-07-10  Howard AbramsAdded checks for sys/errno.h, sys/signal.h and sys...
1999-06-26  Alexandre JulliardFurther server optimizations:
1999-06-22  Alexandre JulliardMade server communication faster by using a shared...
1999-05-16  Alexandre JulliardAdapted to new select interface.
1999-05-15  Alexandre JulliardServer reorganization:
1999-02-28  Alexandre JulliardCLIENT_WaitReply: don't clear last error on success...
1999-02-28  David Luyer- fixed missing stdlib.h and string.h includes everywhere
1999-02-28  Alexandre JulliardAdded support for mappings with no associated file.
1999-02-14  Alexandre JulliardMoved process definitions to include/server/process.h
1999-02-14  Juergen SchmiedImplemented flag FILE_FLAG_DELETE_ON_CLOSE.
1999-02-09  Michael VekslerAdded missing includes to avoid warnings/errors.
1999-01-31  Alexandre JulliardHandle set_file_time requests changing only one of...
1999-01-19  Alexandre JulliardHacked server-side device support
1999-01-17  Alexandre JulliardRecovery of release 990110 after disk crash. wine-990110
1999-01-03  Alexandre JulliardImplemented file sharing checks in the server.
1999-01-01  Marcus MeissnerNeed <errno.h> for errno decl. on Solaris.
1999-01-01  Alexandre JulliardAdded server-side file mapping object support.
1998-12-30  Alexandre JulliardAdded several file server requests
1998-12-27  Alexandre JulliardAdded beginnings of server-side file handling.