Don't call QueryAbort16() in WriteSpool16(), since it might be called
[wine] / server /
2001-01-05  Alexandre JulliardSend the exe file handle in init_process_done request.
2001-01-05  Alexandre JulliardAdded handle_t type to server interface so that we...
2000-12-26  Alexandre JulliardFixed error recovery during thread creation.
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  François GougetNeeds to include windef.h.
2000-12-15  Alexandre JulliardConverted enum_key_value request to the new request...
2000-12-12  Martin PilkaChanged the condition so it also works in case when...
2000-12-06  Alexandre JulliardUse libwine and libwine_unicode directly from their...
2000-12-03  Andreas MohrCheck the attributes of the *current* section, not...
2000-12-01  Patrik StridvallFixed some issues found by winapi_check.
2000-11-29  Dimitrie O. PaunDo not include sys/ptrace.h and sys/user.h unconditionally.
2000-11-25  Dimitrie O. PaunInclude config.h in files that test for constants defin...
2000-11-14  Alexandre JulliardMoved LDT handling to libwine.so. Changed the interface...
2000-11-13  Mike McCormack- created server object for handling async i/o
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-29  Joerg MayerMove inline and static to the beginning of declarations.
2000-10-28  Federico SchwindtFixes for OpenBSD.
2000-10-25  Kristoffer GleditschAdded LDFLAGS to linking of wine-related binaries.
2000-10-24  Patrik StridvallExplicitly initialize structures.
2000-10-22  Joerg MayerReduce the number of warnings about missing initializers.
2000-10-17  Gerald PfeiferAdd appropriate casts to caddr_t for the third paramete...
2000-10-15  Alexandre JulliardConverted a few more server requests to the new mechanism.
2000-10-13  Stephane LussierAfter accept is called on the socket, the listening...
2000-10-02  Alexandre JulliardConvert NtQueryKey and NtEnumerateKey to the new reques...
2000-10-01  Alexandre JulliardConverted some of the registry server requests to the...
2000-09-27  Stephane LussierSocket returned by accept function of Microsoft API...
2000-09-22  Andreas MohrMake GetTickCount not use the whole Unix epoch (since...
2000-09-16  Mike McCormackImplemented SetCommMask, SetCommTimeouts, GetCommMask...
2000-09-07  Mike McCormackAdded serial port object to the server.
2000-09-06  Ove KaavenAdapted Winsock to Linux 2.4 TCP socket poll() behaviour
2000-08-31  Alexandre JulliardConverted a lot of server requests to the new exception...
2000-08-30  Alexandre JulliardAdded exception handling wrapper to a number of server...
2000-08-29  Alexandre JulliardAdded the data structures and macros that will be neede...
2000-08-28  Albert den HaanFixed typo in HKEY_CURRENT_CONFIG name.
2000-08-26  Alexandre JulliardAdded a real root key and simplified creation of the...
2000-08-22  Alexandre JulliardAdded APC support in waitable timers.
2000-08-14  Alexandre JulliardImplemented SEC_IMAGE mappings and shared PE sections...
2000-08-11  Alexandre JulliardMade server startup more robust against races caused...
2000-07-31  Hidenori TakeshimaFix for 64-bit negative seek value.
2000-07-25  Alexandre JulliardMake unicode.o into a separate ELF library so that...
2000-07-16  Stephane LussierIn set_socket_event, the event should be signaled if...
2000-06-15  Andreas MohrMore verbose error message.
2000-06-14  Alexandre JulliardRemoved @PROGEXT@ (it was broken anyway).
2000-06-08  Alexandre JulliardPass the main exe name in the CREATE_PROCESS debug...
2000-06-04  Ulrich WeigandUpdated support for Solaris/Sparc architecture.
2000-05-30  Turchanov SergeiImplemented local atoms in the server.
2000-05-30  Alexandre JulliardMoved idle event handling to the server.
2000-05-23  Patrik StridvallFixed issues found by winapi_check.
2000-05-14  Alexandre JulliardAdded support for registry values larger than the serve...
2000-05-03  Alexandre JulliardStore process file name in startup info.
2000-05-03  Alexandre JulliardFixed COORD structure definition.
2000-05-03  Alexandre JulliardSmall optimization.
2000-05-01  Alexandre JulliardRewrote Unix process launching to allow passing startup...
2000-04-24  Patrik StridvallFixed some warnings.
2000-04-16  Alexandre JulliardRemoved permission checks in create_key and delete_key...
2000-04-16  Alexandre JulliardImplemented thread and (partial) module snapshots,...
2000-04-16  Alexandre JulliardSave the registry on server exit without client interve...
2000-04-14  Alexandre JulliardMade server launching somewhat cleaner and faster.
2000-04-14  Alexandre JulliardLoad done event now created by the server.
2000-04-09  Eric PouechClear status for sending exception event.
2000-04-08  Alexandre JulliardTemporary hack to share handles between processes shari...
2000-04-06  Alexandre JulliardDo not send a debug event for a thread until the previo...
2000-04-06  Alexandre JulliardAdded support for WINEPREFIX environment variable.
2000-04-04  Alexandre JulliardIncrement suspend count before attempting attach in...
2000-04-04  Alexandre JulliardMade request tracing more robust against bogus lengths.
2000-03-30  Alexandre JulliardSet thread start address to 0 on events generated by
2000-03-26  Ove KaavenHandle POLLHUP better (delay FD_CLOSE notification...
2000-03-26  Andreas MohrMoved some registry definitions to winnt.h.
2000-03-25  Francois GougetUse min/max instead of MIN/MAX.
2000-03-25  Ove KaavenHandle socket POLLERR/POLLHUP conditions properly.
2000-03-25  Alexandre JulliardFixed a couple of file descriptor leaks.
2000-03-24  Huw D M DaviesEnsure that non-NULL terminated stings are saved correctly.
2000-03-24  Peter HunnisettChanged PTRACE_PEEKUSER to PTRACE_PEEKUSR and PTRACE_PO...
2000-03-17  Alexandre JulliardHave threads and processes exit more cleanly whenever...
2000-03-15  Alexandre JulliardAvoid SIGSTOP/SIGCONT race when ptrace is disabled.
2000-03-15  Alexandre JulliardAvoid SIGSTOP/SIGCONT race when ptrace is disabled.
2000-03-15  Alexandre JulliardFixed bug in generate_startup_debug_events().
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  Alexandre JulliardAdded server protocol version check.
2000-03-08  Patrik StridvallFixed some warnings.
2000-03-08  Alexandre JulliardRemoved PDB32_DEBUGGED flag and send all debug events...
2000-03-08  Alexandre JulliardGenerate CREATE_PROCESS/THREAD debug events internally...
2000-02-26  Patrik StridvallFixed Solaris specific compiler issue.
2000-02-25  Patrik StridvallFixed some issues found by winapi_check.
2000-02-18  Alexandre JulliardStore the handle of the process exe file in the server.
2000-02-13  Dave PicklesAdded definition for STILL_ACTIVE.
2000-02-13  Juergen LockAdded configure check for the unix domain sockaddr...
2000-02-13  Alexandre JulliardMoved global atoms to the server (based on the work...
2000-02-07  Juergen LockAdded context functions for FreeBSD.
2000-01-30  Ulrich WeigandAdded configure check for sys/reg.h.
2000-01-30  Patrik StridvallSolaris support for {set,get}_thread_context added.
2000-01-29  Alexandre JulliardAdded our own user_regs_struct definition for better...
2000-01-29  Patrik StridvallFixed minor issues found by winapi_check.
2000-01-27  Juergen SchmiedGet HCU name from unix user name.
2000-01-27  Alexandre JulliardImplemented GetThreadSelectorEntry through the server.
2000-01-25  Alexandre JulliardMade the server listen for new clients on a Unix socket in
next