2002-10-03 |
Alexandre Julliard | Added process_id_t and thread_it_t types to the server... |
tree | commitdiff |
2002-10-02 |
Alexandre Julliard | Added support for multiple object namespaces, and a... |
tree | commitdiff |
2002-09-25 |
Alexandre Julliard | Fixed a number of bugs in the handling of window parent... |
tree | commitdiff |
2002-09-17 |
Alexandre Julliard | Implemented the ntdll virtual memory functions, and... |
tree | commitdiff |
2002-09-12 |
Patrik Stridvall | Moved all the content of the DDK files ntdef.h and... |
tree | commitdiff |
2002-08-30 |
Marcus Meissner | Use Iar (Instruction Address Register) instead of Fill[0]. |
tree | commitdiff |
2002-08-27 |
Alexandre Julliard | Added wine_get_user_name function and got rid of some... |
tree | commitdiff |
2002-08-27 |
Dmitry Timoshkov | Relax a bit PE consistency checks. |
tree | commitdiff |
2002-08-17 |
Marcus Meissner | Implemented server context/ptrace handling for Linux... |
tree | commitdiff |
2002-08-16 |
Alexandre Julliard | Signal and release the idle event when the process... |
tree | commitdiff |
2002-08-16 |
Alexandre Julliard | Added -k option to kill an existing wineserver. |
tree | commitdiff |
2002-08-14 |
Pierre Beyssac | Implemented CONTEXT_DEBUG_REGISTERS on FreeBSD. |
tree | commitdiff |
2002-08-13 |
Alexandre Julliard | Fixed race condition when a thread gets killed right... |
tree | commitdiff |
2002-08-13 |
Pierre Beyssac | Fixed ptrace argument order for FreeBSD, NetBSD and... |
tree | commitdiff |
2002-07-31 |
Alexandre Julliard | Fixed some handle type mismatches and added a few casts... |
tree | commitdiff |
2002-07-29 |
Marcus Meissner | Check for mkstemp, added a port implementation if it... |
tree | commitdiff |
2002-07-16 |
Marcus Meissner | Implemented FlushFileBuffers for serial devices. |
tree | commitdiff |
2002-07-03 |
Martin Wilck | Check POLLHUP semantics at remote shutdown when wineser... |
tree | commitdiff |
2002-07-01 |
Andreas Mohr | - Use PeekMessage loop around GetMessage. |
tree | commitdiff |
2002-06-22 |
Alexandre Julliard | Unlock the master socket if the boot thread terminates... |
tree | commitdiff |
2002-06-21 |
Alexandre Julliard | Attempt at fixing POLLHUP handling for Linux 2.2.x. |
tree | commitdiff |
2002-06-20 |
Alexandre Julliard | Create the server directory and socket file in /tmp. |
tree | commitdiff |
2002-06-20 |
Alexandre Julliard | Store dirty flag in each registry key and use it to... |
tree | commitdiff |
2002-06-02 |
Eric Pouech | Implementation for console control events (includes... |
tree | commitdiff |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
tree | commitdiff |
2002-05-31 |
Alexandre Julliard | Fixed next_user_handle to also work on deleted handles. |
tree | commitdiff |
2002-05-30 |
Alexandre Julliard | Renamed handle_t to obj_handle_t to avoid conflict... |
tree | commitdiff |
2002-05-25 |
Alexandre Julliard | Fixed process startup synchronization broken by previou... |
tree | commitdiff |
2002-05-24 |
Alexandre Julliard | A few optimizations in the process startup requests... |
tree | commitdiff |
2002-05-11 |
Eric Pouech | Fixed missing wineconsole notification of title modific... |
tree | commitdiff |
2002-05-09 |
Alexandre Julliard | Added mkinstalldirs to create directories more portably. |
tree | commitdiff |
2002-04-27 |
Alexandre Julliard | Link the tools and the server against libwine so we... |
tree | commitdiff |
2002-04-27 |
Martin Wilck | Fixes to FD_CLOSE handling. |
tree | commitdiff |
2002-04-26 |
Alexandre Julliard | Better support for configure detection of missing types... |
tree | commitdiff |
2002-04-26 |
Martin Wilck | Fixed some bugs in my recently submitted patch series. |
tree | commitdiff |
2002-04-25 |
Martin Wilck | Fixed ReadFile() semantics when reading asynchronously... |
tree | commitdiff |
2002-04-25 |
Martin Wilck | Implemented server framework for asynchronous IO on... |
tree | commitdiff |
2002-04-24 |
Martin Wilck | Add more flexibility to the queue_async server call... |
tree | commitdiff |
2002-04-23 |
Martin Wilck | Fixed handling of deferred connections in WSAAccept(). |
tree | commitdiff |
2002-04-20 |
Alexandre Julliard | Clear mapping->shared_file on error. |
tree | commitdiff |
2002-04-14 |
Martin Wilck | STATUS_CANCELLED is correct for cancelled requests... |
tree | commitdiff |
2002-04-11 |
Uwe Bonnes | get_window_children: only decrement available size... |
tree | commitdiff |
2002-04-06 |
Alexandre Julliard | Avoid crash when trying to attach to a terminating... |
tree | commitdiff |
2002-04-05 |
Martin Wilck | - separate cleanly between async scheduling and file... |
tree | commitdiff |
2002-04-03 |
Alexandre Julliard | Added timer on server exit to wait a bit for new clients. |
tree | commitdiff |
2002-04-02 |
François Gouget | Don't suspend a terminated thread. |
tree | commitdiff |
2002-04-02 |
Alexandre Julliard | Avoid crash when trying to attach to a terminating... |
tree | commitdiff |
2002-04-02 |
Chris Morgan | Implement OpenThread() winapi call. |
tree | commitdiff |
2002-04-01 |
Francois Gouget | Fix warnings for Linux, FreeBSD and Solaris. |
tree | commitdiff |
2002-03-29 |
Alexandre Julliard | Transfer the full process startup info as well as the... |
tree | commitdiff |
2002-03-23 |
Alexandre Julliard | Send message for WSAAsyncSelect sockets directly from... |
tree | commitdiff |
2002-03-23 |
Alexandre Julliard | Fixed handling of timer callback routines when the... |
tree | commitdiff |
2002-03-22 |
Alexandre Julliard | Correctly fill parent pid, module size and module name... |
tree | commitdiff |
2002-03-12 |
Mike McCormack | Begin to make wine an SMB client. |
tree | commitdiff |
2002-03-12 |
Mike McCormack | Finish any pending WaitCommEvents if the event mask... |
tree | commitdiff |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
tree | commitdiff |
2002-02-27 |
Alexandre Julliard | Reimplemented DebugBreakProcess. |
tree | commitdiff |
2002-02-27 |
Eric Pouech | New XP debugging APIs: implemented DebugActiveProcessStop, |
tree | commitdiff |
2002-01-31 |
Rein Klazes | Allow integer atoms in set_property and remove_property... |
tree | commitdiff |
2002-01-29 |
Alexandre Julliard | Work around ftruncate implementations that don't suppor... |
tree | commitdiff |
2002-01-18 |
Eric Pouech | Implemented interprocess DDE message posting. |
tree | commitdiff |
2002-01-12 |
Alexandre Julliard | Check unix_pid again after attach. |
tree | commitdiff |
2002-01-12 |
Marcus Meissner | Add refcounting to the thread member of the pipe user. |
tree | commitdiff |
2002-01-09 |
Martin Wilck | Added support for socket flags. |
tree | commitdiff |
2002-01-09 |
Martin Wilck | More general approach to file descriptor types and... |
tree | commitdiff |
2002-01-09 |
Martin Wilck | Fixed a bug that caused APCs to be "forgotten". |
tree | commitdiff |
2002-01-07 |
Martin Wilck | Add server side support for async IO on files. |
tree | commitdiff |
2002-01-02 |
Eric Pouech | Fixed color definition (bg and fg were swapped). |
tree | commitdiff |
2001-12-31 |
Alexandre Julliard | Fixed string type in named pipe requests. |
tree | commitdiff |
2001-12-26 |
Alexandre Julliard | Save the registry before exiting on a SIGTERM. |
tree | commitdiff |
2001-12-21 |
Mike McCormack | Handle ReadIntervalTimeout=MAXDWORD special case a... |
tree | commitdiff |
2001-12-20 |
Mike McCormack | - move async activation into the server |
tree | commitdiff |
2001-12-04 |
Eric Pouech | Let the console renderer be defined as a thread. |
tree | commitdiff |
2001-11-30 |
Alexandre Julliard | Redesign of the server communication protocol to allow... |
tree | commitdiff |
2001-11-24 |
Alexandre Julliard | Skip queue cleanups if queue has been destroyed already. |
tree | commitdiff |
2001-11-23 |
Eric Pouech | New console code based on Win32 windows. |
tree | commitdiff |
2001-11-20 |
Francois Gouget | Only include 'sys/user.h' for Linux. Fixes a compilatio... |
tree | commitdiff |
2001-11-19 |
James Juran | Prevent warnings about labels at end of switch statemen... |
tree | commitdiff |
2001-11-19 |
Francois Gouget | Fix the Solaris and FreeBSD compilation errors introduc... |
tree | commitdiff |
2001-11-14 |
Alexandre Julliard | Moved WIN_FindWinToRepaint functionality to the server. |
tree | commitdiff |
2001-11-14 |
Francois Gouget | Make winsock.h and winsock2.h independent from the... |
tree | commitdiff |
2001-11-13 |
Alexandre Julliard | Store the window caption text in the server. |
tree | commitdiff |
2001-11-07 |
Alexandre Julliard | Avoid ftruncate to work around broken UMSDOS file system. |
tree | commitdiff |
2001-11-07 |
Mike McCormack | Make ConnectNamedPipe work in overlapped mode. |
tree | commitdiff |
2001-11-06 |
Bill Medland | Prevent danger of accessing freed memory (theoretical... |
tree | commitdiff |
2001-11-06 |
François Gouget | Fix the #include order for config.h. |
tree | commitdiff |
2001-11-06 |
Alexandre Julliard | Allow owner to be the desktop window. |
tree | commitdiff |
2001-10-25 |
Alexandre Julliard | Don't keep main exe and dlls handles open when the... |
tree | commitdiff |
2001-10-24 |
Ove Kaaven | Save a disk file's drive type in the server object. |
tree | commitdiff |
2001-10-22 |
Alexandre Julliard | Store in the server all the window information accessib... |
tree | commitdiff |
2001-10-17 |
Alexandre Julliard | Make sure that GetMessagePos and GetMessageTime return... |
tree | commitdiff |
2001-10-16 |
Alexandre Julliard | Added requests to store window rectangles in the server. |
tree | commitdiff |
2001-10-14 |
Francois Gouget | When including 'wine/port.h', include it first. |
tree | commitdiff |
2001-10-14 |
Francois Gouget | When including config.h, include it first. |
tree | commitdiff |
2001-10-12 |
Alexandre Julliard | Store window properties in the server. Moved property... |
tree | commitdiff |
2001-10-12 |
Alexandre Julliard | Added atom_t type for atoms to make sure we use the... |
tree | commitdiff |
2001-10-11 |
Alexandre Julliard | Removed the cleanup_window_queue request. |
tree | commitdiff |
2001-10-09 |
Alexandre Julliard | Store window class atom in the server. |
tree | commitdiff |
2001-10-08 |
Eric Pouech | - fixed copy&paste bug (GENERIC_WRITE instead of GENERI... |
tree | commitdiff |
2001-10-08 |
Mike McCormack | Make serial fd blocking mode depend on FILE_FLAG_OVERLA... |
tree | commitdiff |
next |