Declare that we can support cube textures now (currently only creation
[wine] / server /
2003-05-12  Pierre d'HerbemontAdd support for Darwin's ptrace.
2003-05-11  Alexandre JulliardIgnore locking failures caused by missing NFS locking...
2003-05-07  Alexandre JulliardFixed typo in return value of tkill().
2003-05-06  Alexandre JulliardFixed a couple of races with exiting threads in suspend...
2003-05-02  Alexandre JulliardRemoved no longer correct assertion.
2003-04-26  Alexandre JulliardProperly handle the wait4 syscall failure on kernels...
2003-04-17  Bill MedlandFix for client accessing a named pipe after the server...
2003-04-16  Alexandre JulliardFall back to kill() if the kernel doesn't support tkill().
2003-04-13  Yorick HardyFix for compiling on NetBSD.
2003-04-04  Alexandre JulliardImplemented NtQueueApcThread, and changed the server...
2003-04-02  Alexandre JulliardAdded abs_time_t structure to the server protocol,...
2003-04-02  Alexandre JulliardInitialize the dummy char we send down the pipe to...
2003-03-28  Alexandre JulliardReplaced WINE_CHECK_STRUCT_MEMBER autoconf macro by...
2003-03-26  Alexandre JulliardImplemented file change notifications, based on a patch...
2003-03-26  Alexandre JulliardAdded generic signal handling mechanism based on pipes...
2003-03-22  Alexandre JulliardMake a distinction between the thread Unix pid and...
2003-03-21  Alexandre JulliardIgnore fcntl failure when setting a write lock on a...
2003-03-20  Alexandre JulliardReplaced mkstemp by mkstemps from libiberty.
2003-03-19  Alexandre JulliardWe still need libwine here...
2003-03-19  Alexandre JulliardCreated a separate static portability library and moved...
2003-03-19  Alexandre JulliardFixed bug that could cause SendMessage to return too...
2003-03-18  Gerald PfeiferFix signature of open_fd().
2003-03-18  Alexandre JulliardImplemented file locking functions (partly based on...
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-03-11  Alexandre JulliardAttaching the debugger to a running process should...
2003-03-10  Eric PouechFixed typo.
2003-03-04  Alexandre JulliardUse SIGUSR1 instead of SIGSTOP to suspend threads.
2003-02-28  Peter HunnisettSuspended threads should not acquire synchronization...
2003-02-25  Alexandre JulliardAdded send_thread_signal() function and properly handle...
2003-02-25  Alexandre JulliardAvoid some redundant calls to time(NULL).
2003-02-24  Alexandre JulliardPass the pid of the new process in the new_process...
2003-02-19  Eric PouechFixed read-overflow spotted by valgrind.
2003-02-19  Mike McCormackAdded missing release_object.
2003-02-19  Alexandre JulliardMoved all references to file descriptors out of the...
2003-02-17  Alexandre JulliardMake sure get_file_size uses a valid fd (spotted by...
2003-02-14  Eric PouechFixed regression in process parent handling.
2003-02-14  Alexandre JulliardChanged fd operations to take a struct fd instead of...
2003-02-12  Alexandre JulliardRemoved direct references to the file descriptor, use...
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...
2003-01-28  Martin WilckDo not clear FD_WINE_CONNECTED on shutdown(). FD_WINE_C...
2003-01-23  Marcus MeissnerRemove errno.h from files that do not need it.
2003-01-09  Eric PouechSet the edition mode as a specific attribute, not an...
2003-01-09  Eric Pouech- no longer depend on toolhelp definitions for generati...
2003-01-08  Alexandre JulliardStore the keyboard state in the thread input structure...
2003-01-08  Alexandre JulliardRemoved no longer used local variable (spotted by Dmitr...
2003-01-08  Alexandre JulliardGrab the thread object in case the thread terminates...
2003-01-08  Alexandre JulliardStore the hardware messages in the thread input structu...
2003-01-05  Eric Pouech- Fixed several bugs while resizing an existing screenb...
2003-01-04  Dimitrie O. PaunRename __WINE__ to __WINESRC__.
2002-12-18  Bill MedlandIf a .reg function is accessed through a symlink then...
2002-12-17  Alberto MassariThe handler for the server message get_next_hook was...
2002-12-10  Alexandre Julliardwinnt.h should not be self-contained, it must depend...
2002-11-25  Mike McCormackImplemented registry change notifications.
2002-11-25  Ryan CummingPartially implement GetThreadTimes.
2002-11-23  Alexandre JulliardRemoved the WINE_NO_STRICT support.
2002-11-20  Alexandre JulliardAdded support for system-wide hooks.
2002-11-08  Pierre BeyssacAvoid FreeBSD compatibility issues with dbreg structure.
2002-10-31  Alexandre JulliardWork around to make system-global hooks at least run...
2002-10-29  Alexandre JulliardRewrote hook support to store the hook chain in the...
2002-10-21  Alexandre JulliardFixed the WINE_NO_STRICT #ifdefs to do the right thing...
2002-10-19  Alexandre JulliardConverted the server to -DSTRICT.
2002-10-18  Alexandre JulliardAdded support for building certain dlls with -DSTRICT.
2002-10-17  Alexandre JulliardRewrote caret implementation to store the information...
2002-10-12  Alexandre JulliardMoved mouse capture handling into the server.
2002-10-11  Alexandre JulliardReimplemented Get/SetActiveWindow, Get/SetFocus and
2002-10-11  Alexandre JulliardAdded server-side infrastructure for the thread input...
2002-10-03  Alexandre JulliardAdded process_id_t and thread_it_t types to the server...
2002-10-02  Alexandre JulliardAdded support for multiple object namespaces, and a...
2002-09-25  Alexandre JulliardFixed a number of bugs in the handling of window parent...
2002-09-17  Alexandre JulliardImplemented the ntdll virtual memory functions, and...
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-08-30  Marcus MeissnerUse Iar (Instruction Address Register) instead of Fill[0].
2002-08-27  Alexandre JulliardAdded wine_get_user_name function and got rid of some...
2002-08-27  Dmitry TimoshkovRelax a bit PE consistency checks.
2002-08-17  Marcus MeissnerImplemented server context/ptrace handling for Linux...
2002-08-16  Alexandre JulliardSignal and release the idle event when the process...
2002-08-16  Alexandre JulliardAdded -k option to kill an existing wineserver.
2002-08-14  Pierre BeyssacImplemented CONTEXT_DEBUG_REGISTERS on FreeBSD.
2002-08-13  Alexandre JulliardFixed race condition when a thread gets killed right...
2002-08-13  Pierre BeyssacFixed ptrace argument order for FreeBSD, NetBSD and...
2002-07-31  Alexandre JulliardFixed some handle type mismatches and added a few casts...
2002-07-29  Marcus MeissnerCheck for mkstemp, added a port implementation if it...
2002-07-16  Marcus MeissnerImplemented FlushFileBuffers for serial devices.
2002-07-03  Martin WilckCheck POLLHUP semantics at remote shutdown when wineser...
2002-07-01  Andreas Mohr- Use PeekMessage loop around GetMessage.
2002-06-22  Alexandre JulliardUnlock the master socket if the boot thread terminates...
2002-06-21  Alexandre JulliardAttempt at fixing POLLHUP handling for Linux 2.2.x.
2002-06-20  Alexandre JulliardCreate the server directory and socket file in /tmp.
2002-06-20  Alexandre JulliardStore dirty flag in each registry key and use it to...
2002-06-02  Eric PouechImplementation for console control events (includes...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-31  Alexandre JulliardFixed next_user_handle to also work on deleted handles.
2002-05-30  Alexandre JulliardRenamed handle_t to obj_handle_t to avoid conflict...
2002-05-25  Alexandre JulliardFixed process startup synchronization broken by previou...
2002-05-24  Alexandre JulliardA few optimizations in the process startup requests...
2002-05-11  Eric PouechFixed missing wineconsole notification of title modific...
2002-05-09  Alexandre JulliardAdded mkinstalldirs to create directories more portably.
next