Release 1.5.29.
[wine] / server / Makefile.in
2013-01-30  Alexandre Julliardserver: Use the monotonic time counter also on the...
2010-12-05  Alexandre Julliardmakefiles: Add common rules for installing the main...
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-04-05  André Hentschelserver: Add German translation of the manpage.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2009-04-08  Alexandre Julliardserver: Define a generic context structure instead...
2008-08-25  Alexandre Julliardmakefiles: Recurse into all directories for install...
2008-01-04  Jonathan Ernstserver: New French man page for wineserver.
2007-09-26  Andrey Turkinserver: Implement server-side completion queues and...
2007-06-20  Alexandre Julliardmakefiles: Build programs that link against libwine...
2007-05-08  Alexandre Julliardserver: Add support for generic device objects managed...
2007-03-20  Alexandre Julliardserver: Make struct async into a real object, to keep...
2007-03-09  Alexandre Julliardserver: Added process control support using /proc on...
2006-12-29  Alexandre Julliardserver: Implement process control using Mach primitives...
2006-10-02  Michael Stefaniucserver: Win64 printf format warning fixes.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-08-25  Alexandre Julliardconfigure: Set rpath on all executables that link to...
2006-08-15  Alexandre Julliardconfigure: Only link against libpoll where really neces...
2006-08-07  Alexandre Julliardmakefiles: Use make dependencies to create installation...
2006-07-11  Alexandre Julliardlibs: Merged libwine_unicode into libwine.
2006-02-20  Alexandre Julliardconfigure: Use --rpath if supported when building binar...
2006-02-14  Mike FrysingerAdd support for 'make install DESTDIR'.
2005-11-30  Vitaliy MargolenImplement symbolic link object in wineserver.
2005-11-29  Vitaliy MargolenImplement directory object in wineserver.
2005-10-06  Alexandre JulliardAdded global rules for man pages.
2005-09-27  Alexandre JulliardInitial version of a wineserver man page.
2005-09-16  Alexandre JulliardPreliminary version of the context support for x86-64.
2005-06-08  Alexandre JulliardBeginnings of support for window stations and desktops.
2005-03-30  Mike McCormackImplement mailslots.
2005-01-14  Eric Pouech- got rid of include/async.h
2004-10-14  Vincent BéronCreate the necessary functions for wineserver contexts...
2004-06-23  Alexandre JulliardMoved visible region calculation to the server.
2004-05-14  Alexandre JulliardRemoved the no longer used SMB file I/O support, we...
2004-03-04  Alexandre JulliardOpen a real file handle for drive devices, and get...
2003-12-10  Alexandre JulliardAdded window classes in the server, and support for...
2003-07-24  Mike McCormackAdded a security token object in wineserver.
2003-06-23  Ulrich Czekalla- use global atoms for the format ids
2003-06-13  Alexandre JulliardProper support for CPPFLAGS and LDFLAGS (suggested...
2003-05-20  Eric PouechImplement anonymous pipes on top of named pipes.
2003-03-26  Alexandre JulliardAdded generic signal handling mechanism based on pipes...
2003-03-19  Alexandre JulliardWe still need libwine here...
2003-03-19  Alexandre JulliardCreated a separate static portability library and moved...
2003-02-19  Alexandre JulliardMoved all references to file descriptors out of the...
2003-01-30  Alexandre JulliardStarted moving functions that deal with Unix file descr...
2003-01-04  Dimitrie O. PaunRename __WINE__ to __WINESRC__.
2002-10-29  Alexandre JulliardRewrote hook support to store the hook chain in the...
2002-10-19  Alexandre JulliardConverted the server to -DSTRICT.
2002-10-18  Alexandre JulliardAdded support for building certain dlls with -DSTRICT.
2002-08-17  Marcus MeissnerImplemented server context/ptrace handling for Linux...
2002-05-09  Alexandre JulliardAdded mkinstalldirs to create directories more portably.
2002-04-27  Alexandre JulliardLink the tools and the server against libwine so we...
2002-03-12  Mike McCormackBegin to make wine an SMB client.
2001-08-28  Alexandre JulliardAdded global management of user handles in the server.
2001-07-19  Alexandre JulliardUse the new protocol.def file to build the request...
2001-07-10  Mike McCormackStart implementing named pipes.
2000-12-06  Alexandre JulliardUse libwine and libwine_unicode directly from their...
2000-11-13  Mike McCormack- created server object for handling async i/o
2000-10-25  Kristoffer GleditschAdded LDFLAGS to linking of wine-related binaries.
2000-09-07  Mike McCormackAdded serial port object to the server.
2000-07-25  Alexandre JulliardMake unicode.o into a separate ELF library so that...
2000-06-14  Alexandre JulliardRemoved @PROGEXT@ (it was broken anyway).
2000-06-04  Ulrich WeigandUpdated support for Solaris/Sparc architecture.
2000-05-30  Alexandre JulliardMoved idle event handling to the server.
2000-02-13  Alexandre JulliardMoved global atoms to the server (based on the work...
2000-01-25  Alexandre JulliardMade the server listen for new clients on a Unix socket in
2000-01-20  Alexandre JulliardAdded Get/SetThreadContext support through the server.
2000-01-01  Alexandre JulliardMoved poll handling to the generic part of the server...
1999-11-29  Alexandre JulliardImplemented waitable timers.
1999-11-25  Alexandre JulliardStore all object names as Unicode in the server.
1999-11-23  Alexandre JulliardAdded registry support to the server.
1999-11-14  Alexandre JulliardMoved ptrace support to ptrace.c. Tried to improve...
1999-10-13  Ove KaavenAdded socket interface to wineserver.
1999-05-23  Alexandre JulliardAdded debug events support.
1999-05-15  Alexandre JulliardServer reorganization:
1999-02-14  Alexandre JulliardAdded server snapshot support (processes only for now).
1999-01-19  Alexandre JulliardAdded server-side device support (only a hack for now).
1999-01-01  Alexandre JulliardAdded server-side file mapping object support.
1998-12-31  Alexandre JulliardAdded change notifications.
1998-12-30  Alexandre JulliardAdded several file server requests
1998-12-27  Alexandre JulliardAdded beginnings of server-side file handling.
1998-12-27  Alexandre JulliardAdded add_queue/remove_queue to server object operations.
1998-09-27  Alexandre JulliardRelease 980927 wine-980927
1998-08-09  Alexandre JulliardRelease 980809 wine-980809
1998-07-12  Alexandre JulliardRelease 980712 wine-980712