2006-07-26 |
Alexandre Julliard | server: Added data_size_t type to represent sizes in... |
blob | commitdiff | raw |
2006-07-19 |
Alexandre Julliard | server: Simplify process creation. |
blob | commitdiff | raw | diff to current |
2006-06-08 |
Alexandre Julliard | server: Don't report a fatal protocol error for things... |
blob | commitdiff | raw | diff to current |
2006-06-07 |
Alexandre Julliard | server: Print process/thread id instead of pointer... |
blob | commitdiff | raw | diff to current |
2006-05-28 |
Alexandre Julliard | server: Return an error for invalid requests instead... |
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-31 |
Alexandre Julliard | server: Avoid crash on startup when the configuration... |
blob | commitdiff | raw | diff to current |
2006-03-27 |
Alexandre Julliard | server: Fixed process exit code on FreeBSD. |
blob | commitdiff | raw | diff to current |
2006-03-22 |
Alexandre Julliard | server: New scheme for cleaning up objects on server... |
blob | commitdiff | raw | diff to current |
2006-01-27 |
Eric Pouech | Suppress some false-positives reported by valgrind. |
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-11-29 |
Vitaliy Margolen | Implement directory object in wineserver. |
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-16 |
Alexandre Julliard | Use the proper size for the cmsg_fd structure on 64... |
blob | commitdiff | raw | diff to current |
2005-08-09 |
Mike McCormack | Fix some gcc 4.0 warnings. |
blob | commitdiff | raw | diff to current |
2005-07-14 |
Alexandre Julliard | Moved the server start time to the init_thread request... |
blob | commitdiff | raw | diff to current |
2005-07-11 |
Alexandre Julliard | Store the global hooks table in the desktop object. |
blob | commitdiff | raw | diff to current |
2005-07-07 |
Alexandre Julliard | Store the global atom table in the process window station. |
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-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-04 |
Steven Edwards | Added a check for poll.h. |
blob | commitdiff | raw | diff to current |
2005-03-01 |
Francois Gouget | Fix a race condition in create_dir(). |
blob | commitdiff | raw | diff to current |
2005-03-01 |
Alexandre Julliard | Convert the per-process thread list to a standard list. |
blob | commitdiff | raw | diff to current |
2005-02-03 |
Alexandre Julliard | Make sure leaked objects are printed even if a file... |
blob | commitdiff | raw | diff to current |
2005-01-14 |
Eric Pouech | - got rid of include/async.h |
blob | commitdiff | raw | diff to current |
2004-02-05 |
Alexandre Julliard | Do a protocol error instead of crashing if the reply... |
blob | commitdiff | raw | diff to current |
2003-06-18 |
Francois Gouget | 'sizeof type' is best avoided as it won't always compil... |
blob | commitdiff | raw | diff to current |
2003-03-28 |
Alexandre Julliard | Replaced WINE_CHECK_STRUCT_MEMBER autoconf macro by... |
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-14 |
Alexandre Julliard | Added -f option to make wineserver remain in the foregr... |
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-02-11 |
Steven Edwards | Porting fixes. |
blob | commitdiff | raw | diff to current |
2003-02-01 |
Alexandre Julliard | Made process and thread ids small integers instead... |
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-11-20 |
Alexandre Julliard | Added support for system-wide hooks. |
blob | commitdiff | raw | diff to current |
2002-10-19 |
Alexandre Julliard | Converted the server to -DSTRICT. |
blob | commitdiff | raw | diff to current |
2002-08-16 |
Alexandre Julliard | Added -k option to kill an existing wineserver. |
blob | commitdiff | raw | diff to current |
2002-08-13 |
Alexandre Julliard | Fixed race condition when a thread gets killed right... |
blob | commitdiff | raw | diff to current |
2002-06-20 |
Alexandre Julliard | Create the server directory and socket file in /tmp. |
blob | commitdiff | raw | diff to current |
2002-05-30 |
Alexandre Julliard | Renamed handle_t to obj_handle_t to avoid conflict... |
blob | commitdiff | raw | diff to current |
2002-04-03 |
Alexandre Julliard | Added timer on server exit to wait a bit for new clients. |
blob | commitdiff | raw | diff to current |
2002-04-01 |
Francois Gouget | Fix warnings for Linux, FreeBSD and Solaris. |
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-11-06 |
François Gouget | Fix the #include order for config.h. |
blob | commitdiff | raw | diff to current |
2001-10-17 |
Alexandre Julliard | Make sure that GetMessagePos and GetMessageTime return... |
blob | commitdiff | raw | diff to current |
2001-10-14 |
Francois Gouget | When including 'wine/port.h', include it first. |
blob | commitdiff | raw | diff to current |
2001-08-09 |
Alexandre Julliard | Don't create the WINEPREFIX directory if it doesn't... |
blob | commitdiff | raw | diff to current |
2001-07-19 |
Alexandre Julliard | Use the new protocol.def file to build the request... |
blob | commitdiff | raw | diff to current |
2001-06-19 |
Alexandre Julliard | Ignore EAGAIN errors in read_request. |
blob | commitdiff | raw | diff to current |
2001-04-04 |
Alexandre Julliard | Make sure the process socket is non-blocking. |
blob | commitdiff | raw | diff to current |
2001-03-08 |
Alexandre Julliard | Added support for nested server waits (to allow waiting... |
blob | commitdiff | raw | diff to current |
2001-03-01 |
Alexandre Julliard | Create the server pipes on the client side and transfer... |
blob | commitdiff | raw | diff to current |
2001-02-28 |
Alexandre Julliard | New mechanism to transfer file descriptors from client... |
blob | commitdiff | raw | diff to current |
2001-02-27 |
Alexandre Julliard | New set of macros for server calls; makes requests... |
blob | commitdiff | raw | diff to current |
2001-02-21 |
Alexandre Julliard | Added separate server pipe to wait on blocking server... |
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-22 |
Alexandre Julliard | Avoid dup'ing file descriptors when not necessary. |
blob | commitdiff | raw | diff to current |
2000-12-22 |
Alexandre Julliard | Use a separate FIFO pair for server requests that don... |
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-12-15 |
Alexandre Julliard | Converted enum_key_value request to the new request... |
blob | commitdiff | raw | diff to current |
2000-11-29 |
Dimitrie O. Paun | Do not include sys/ptrace.h and sys/user.h unconditionally. |
blob | commitdiff | raw | diff to current |
2000-11-11 |
Joerg Mayer | Get rid of some warnings about unused variables, signed... |
blob | commitdiff | raw | diff to current |
2000-11-01 |
Alexandre Julliard | Authors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie... |
blob | commitdiff | raw | diff to current |
2000-10-24 |
Patrik Stridvall | Explicitly initialize structures. |
blob | commitdiff | raw | diff to current |
2000-08-29 |
Alexandre Julliard | Added the data structures and macros that will be neede... |
blob | commitdiff | raw | diff to current |
2000-08-26 |
Alexandre Julliard | Added a real root key and simplified creation of the... |
blob | commitdiff | raw | diff to current |
2000-08-11 |
Alexandre Julliard | Made server startup more robust against races caused... |
blob | commitdiff | raw | diff to current |
2000-05-01 |
Alexandre Julliard | Rewrote Unix process launching to allow passing startup... |
blob | commitdiff | raw | diff to current |
2000-04-14 |
Alexandre Julliard | Made server launching somewhat cleaner and faster. |
blob | commitdiff | raw | diff to current |
2000-04-06 |
Alexandre Julliard | Added support for WINEPREFIX environment variable. |
blob | commitdiff | raw | diff to current |
2000-03-17 |
Alexandre Julliard | Have threads and processes exit more cleanly whenever... |
blob | commitdiff | raw | diff to current |
2000-03-10 |
Alexandre Julliard | Added specific routines for OUTPUT_DEBUG_STRING and... |
blob | commitdiff | raw | diff to current |
2000-03-09 |
Alexandre Julliard | Store the list of loaded dlls in the server, and genera... |
blob | commitdiff | raw | diff to current |
2000-03-08 |
Patrik Stridvall | Fixed some warnings. |
blob | commitdiff | raw | diff to current |
2000-02-13 |
Juergen Lock | Added configure check for the unix domain sockaddr... |
blob | commitdiff | raw | diff to current |
2000-01-25 |
Alexandre Julliard | Made the server listen for new clients on a Unix socket in |
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-04 |
Alexandre Julliard | Made sleep_on usable from all requests. |
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-16 |
Alexandre Julliard | Changed select interface, separated timeouts from file... |
blob | commitdiff | raw | diff to current |
1999-05-15 |
Alexandre Julliard | Server reorganization: |
blob | commitdiff | raw | diff to current |
1999-04-22 |
Patrik Stridvall | Fixed ANSI compabillity. |
blob | commitdiff | raw | diff to current |
1999-04-11 |
Ulrich Weigand | Added new CLIENT_DebuggerRequest routine, implemented... |
blob | commitdiff | raw | diff to current |
1999-03-23 |
Alexandre Julliard | Added server pid and tid in init_thread request, and... |
blob | commitdiff | raw | diff to current |
1999-03-21 |
Alexandre Julliard | Added new_process and init_process request. |
blob | commitdiff | raw | diff to current |
1999-03-16 |
Ulrich Weigand | Handle suspend/resume_thread requests in phase STARTING... |
blob | commitdiff | raw | diff to current |
1999-02-28 |
David Luyer | - fixed missing stdlib.h and string.h includes everywhere |
blob | commitdiff | raw | diff to current |
1999-02-28 |
Alexandre Julliard | Removed dst_handle in duplicate_handle request. |
blob | commitdiff | raw | diff to current |
1999-02-20 |
Alexandre Julliard | Added get/set_handle_info request. |
blob | commitdiff | raw | diff to current |
1999-02-14 |
Alexandre Julliard | Added server snapshot support (processes only for now). |
blob | commitdiff | raw | diff to current |
1999-01-31 |
Alexandre Julliard | Added input queue to server-side console object, |
blob | commitdiff | raw | diff to current |
1999-01-19 |
Alexandre Julliard | Hacked server-side device support |
blob | commitdiff | raw | diff to current |
next |