server: Only call gettimeofday once per poll loop.
[wine] / server / request.c
2006-08-10  Alexandre Julliardserver: Only call gettimeofday once per poll loop.
2006-07-27  Alexandre Julliardserver: Don't crash on invalid request sizes.
2006-07-26  Alexandre Julliardserver: Convert the server start time to the abs_time_t...
2006-07-26  Alexandre Julliardserver: Added data_size_t type to represent sizes in...
2006-07-19  Alexandre Julliardserver: Simplify process creation.
2006-06-08  Alexandre Julliardserver: Don't report a fatal protocol error for things...
2006-06-07  Alexandre Julliardserver: Print process/thread id instead of pointer...
2006-05-28  Alexandre Julliardserver: Return an error for invalid requests instead...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-31  Alexandre Julliardserver: Avoid crash on startup when the configuration...
2006-03-27  Alexandre Julliardserver: Fixed process exit code on FreeBSD.
2006-03-22  Alexandre Julliardserver: New scheme for cleaning up objects on server...
2006-01-27  Eric PouechSuppress some false-positives reported by valgrind.
2005-12-12  Alexandre Julliardserver: Added infrastructure for access rights mapping.
2005-11-29  Vitaliy MargolenImplement directory object in wineserver.
2005-11-22  Vitaliy MargolenAdd name_lookup function in object_ops.
2005-09-16  Alexandre JulliardUse the proper size for the cmsg_fd structure on 64...
2005-08-09  Mike McCormackFix some gcc 4.0 warnings.
2005-07-14  Alexandre JulliardMoved the server start time to the init_thread request...
2005-07-11  Alexandre JulliardStore the global hooks table in the desktop object.
2005-07-07  Alexandre JulliardStore the global atom table in the process window station.
2005-06-09  Alexandre JulliardAdded a close_handle method to the object operations...
2005-05-25  Robert Shearman- Use NULL instead of 0 for all non-handle pointers.
2005-04-24  Mike McCormackImplemented NtSignalAndWaitForSingleObject.
2005-03-04  Steven EdwardsAdded a check for poll.h.
2005-03-01  Francois GougetFix a race condition in create_dir().
2005-03-01  Alexandre JulliardConvert the per-process thread list to a standard list.
2005-02-03  Alexandre JulliardMake sure leaked objects are printed even if a file...
2005-01-14  Eric Pouech- got rid of include/async.h
2004-02-05  Alexandre JulliardDo a protocol error instead of crashing if the reply...
2003-06-18  Francois Gouget'sizeof type' is best avoided as it won't always compil...
2003-03-28  Alexandre JulliardReplaced WINE_CHECK_STRUCT_MEMBER autoconf macro by...
2003-03-26  Alexandre JulliardAdded generic signal handling mechanism based on pipes...
2003-03-14  Alexandre JulliardAdded -f option to make wineserver remain in the foregr...
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-02-01  Alexandre JulliardMade process and thread ids small integers instead...
2003-01-30  Alexandre JulliardStarted moving functions that deal with Unix file descr...
2002-12-10  Alexandre Julliardwinnt.h should not be self-contained, it must depend...
2002-11-20  Alexandre JulliardAdded support for system-wide hooks.
2002-10-19  Alexandre JulliardConverted the server to -DSTRICT.
2002-08-16  Alexandre JulliardAdded -k option to kill an existing wineserver.
2002-08-13  Alexandre JulliardFixed race condition when a thread gets killed right...
2002-06-20  Alexandre JulliardCreate the server directory and socket file in /tmp.
2002-05-30  Alexandre JulliardRenamed handle_t to obj_handle_t to avoid conflict...
2002-04-03  Alexandre JulliardAdded timer on server exit to wait a bit for new clients.
2002-04-01  Francois GougetFix warnings for Linux, FreeBSD and Solaris.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
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-06  François GougetFix the #include order for config.h.
2001-10-17  Alexandre JulliardMake sure that GetMessagePos and GetMessageTime return...
2001-10-14  Francois GougetWhen including 'wine/port.h', include it first.
2001-08-09  Alexandre JulliardDon't create the WINEPREFIX directory if it doesn't...
2001-07-19  Alexandre JulliardUse the new protocol.def file to build the request...
2001-06-19  Alexandre JulliardIgnore EAGAIN errors in read_request.
2001-04-04  Alexandre JulliardMake sure the process socket is non-blocking.
2001-03-08  Alexandre JulliardAdded support for nested server waits (to allow waiting...
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-02-27  Alexandre JulliardNew set of macros for server calls; makes requests...
2001-02-21  Alexandre JulliardAdded separate server pipe to wait on blocking server...
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-12-15  Alexandre JulliardConverted enum_key_value request to the new request...
2000-11-29  Dimitrie O. PaunDo not include sys/ptrace.h and sys/user.h unconditionally.
2000-11-11  Joerg MayerGet rid of some warnings about unused variables, signed...
2000-11-01  Alexandre JulliardAuthors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie...
2000-10-24  Patrik StridvallExplicitly initialize structures.
2000-08-29  Alexandre JulliardAdded the data structures and macros that will be neede...
2000-08-26  Alexandre JulliardAdded a real root key and simplified creation of the...
2000-08-11  Alexandre JulliardMade server startup more robust against races caused...
2000-05-01  Alexandre JulliardRewrote Unix process launching to allow passing startup...
2000-04-14  Alexandre JulliardMade server launching somewhat cleaner and faster.
2000-04-06  Alexandre JulliardAdded support for WINEPREFIX environment variable.
2000-03-17  Alexandre JulliardHave threads and processes exit more cleanly whenever...
2000-03-10  Alexandre JulliardAdded specific routines for OUTPUT_DEBUG_STRING and...
2000-03-09  Alexandre JulliardStore the list of loaded dlls in the server, and genera...
2000-03-08  Patrik StridvallFixed some warnings.
2000-02-13  Juergen LockAdded configure check for the unix domain sockaddr...
2000-01-25  Alexandre JulliardMade the server listen for new clients on a Unix socket in
2000-01-24  Alexandre JulliardChanged the server to return STATUS_* error codes.
2000-01-04  Alexandre JulliardMade sleep_on usable from all requests.
2000-01-01  Alexandre JulliardMoved poll handling to the generic part of the server...
1999-06-26  Alexandre JulliardFurther server optimizations:
1999-06-22  Alexandre JulliardMade server communication faster by using a shared...
1999-05-16  Alexandre JulliardChanged select interface, separated timeouts from file...
1999-05-15  Alexandre JulliardServer reorganization:
1999-04-22  Patrik StridvallFixed ANSI compabillity.
1999-04-11  Ulrich WeigandAdded new CLIENT_DebuggerRequest routine, implemented...
1999-03-23  Alexandre JulliardAdded server pid and tid in init_thread request, and...
1999-03-21  Alexandre JulliardAdded new_process and init_process request.
1999-03-16  Ulrich WeigandHandle suspend/resume_thread requests in phase STARTING...
1999-02-28  David Luyer- fixed missing stdlib.h and string.h includes everywhere
1999-02-28  Alexandre JulliardRemoved dst_handle in duplicate_handle request.
1999-02-20  Alexandre JulliardAdded get/set_handle_info request.
next