2001-03-08 |
Alexandre Julliard | Added support for nested server waits (to allow waiting... |
tree | commitdiff |
2001-03-05 |
Alexandre Julliard | Changed isolated for loops to while loops (based on... |
tree | commitdiff |
2001-03-01 |
Alexandre Julliard | Create the server pipes on the client side and transfer... |
tree | commitdiff |
2001-02-28 |
Alexandre Julliard | New mechanism to transfer file descriptors from client... |
tree | commitdiff |
2001-02-27 |
Alexandre Julliard | New set of macros for server calls; makes requests... |
tree | commitdiff |
2001-02-21 |
Alexandre Julliard | Added separate server pipe to wait on blocking server... |
tree | commitdiff |
2001-02-20 |
Alexandre Julliard | Small server protocol cleanups. |
tree | commitdiff |
2001-02-16 |
Alexandre Julliard | Pass the stdin/stdout handles on startup to use as... |
tree | commitdiff |
2001-01-26 |
Alexandre Julliard | Made exception_event_request non-blocking, and added |
tree | commitdiff |
2001-01-26 |
Alexandre Julliard | Changed wait_process and wait_debug_event requests... |
tree | commitdiff |
2001-01-12 |
Andreas Mohr | Workaround for SuSE 7 2.2.16 kernel bug. |
tree | commitdiff |
2001-01-11 |
Josh DuBois | Added a simple usage() function. |
tree | commitdiff |
2001-01-07 |
Mike McCormack | Calculate the timeout time once when the async is created. |
tree | commitdiff |
2001-01-06 |
Alexandre Julliard | Added separate queue for "system" APCs that get called... |
tree | commitdiff |
2001-01-05 |
Alexandre Julliard | Send the exe file handle in init_process_done request. |
tree | commitdiff |
2001-01-05 |
Alexandre Julliard | Added handle_t type to server interface so that we... |
tree | commitdiff |
2000-12-26 |
Alexandre Julliard | Fixed error recovery during thread creation. |
tree | commitdiff |
2000-12-22 |
Alexandre Julliard | Avoid dup'ing file descriptors when not necessary. |
tree | commitdiff |
2000-12-22 |
Alexandre Julliard | Use a separate FIFO pair for server requests that don... |
tree | commitdiff |
2000-12-19 |
Alexandre Julliard | Merged the get_read_fd and get_write_fd requests. |
tree | commitdiff |
2000-12-15 |
François Gouget | Needs to include windef.h. |
tree | commitdiff |
2000-12-15 |
Alexandre Julliard | Converted enum_key_value request to the new request... |
tree | commitdiff |
2000-12-12 |
Martin Pilka | Changed the condition so it also works in case when... |
tree | commitdiff |
2000-12-06 |
Alexandre Julliard | Use libwine and libwine_unicode directly from their... |
tree | commitdiff |
2000-12-03 |
Andreas Mohr | Check the attributes of the *current* section, not... |
tree | commitdiff |
2000-12-01 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2000-11-29 |
Dimitrie O. Paun | Do not include sys/ptrace.h and sys/user.h unconditionally. |
tree | commitdiff |
2000-11-25 |
Dimitrie O. Paun | Include config.h in files that test for constants defin... |
tree | commitdiff |
2000-11-14 |
Alexandre Julliard | Moved LDT handling to libwine.so. Changed the interface... |
tree | commitdiff |
2000-11-13 |
Mike McCormack | - created server object for handling async i/o |
tree | commitdiff |
2000-11-11 |
Joerg Mayer | Get rid of some warnings about unused variables, signed... |
tree | commitdiff |
2000-11-01 |
Alexandre Julliard | Authors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie... |
tree | commitdiff |
2000-10-29 |
Joerg Mayer | Move inline and static to the beginning of declarations. |
tree | commitdiff |
2000-10-28 |
Federico Schwindt | Fixes for OpenBSD. |
tree | commitdiff |
2000-10-25 |
Kristoffer Gleditsch | Added LDFLAGS to linking of wine-related binaries. |
tree | commitdiff |
2000-10-24 |
Patrik Stridvall | Explicitly initialize structures. |
tree | commitdiff |
2000-10-22 |
Joerg Mayer | Reduce the number of warnings about missing initializers. |
tree | commitdiff |
2000-10-17 |
Gerald Pfeifer | Add appropriate casts to caddr_t for the third paramete... |
tree | commitdiff |
2000-10-15 |
Alexandre Julliard | Converted a few more server requests to the new mechanism. |
tree | commitdiff |
2000-10-13 |
Stephane Lussier | After accept is called on the socket, the listening... |
tree | commitdiff |
2000-10-02 |
Alexandre Julliard | Convert NtQueryKey and NtEnumerateKey to the new reques... |
tree | commitdiff |
2000-10-01 |
Alexandre Julliard | Converted some of the registry server requests to the... |
tree | commitdiff |
2000-09-27 |
Stephane Lussier | Socket returned by accept function of Microsoft API... |
tree | commitdiff |
2000-09-22 |
Andreas Mohr | Make GetTickCount not use the whole Unix epoch (since... |
tree | commitdiff |
2000-09-16 |
Mike McCormack | Implemented SetCommMask, SetCommTimeouts, GetCommMask... |
tree | commitdiff |
2000-09-07 |
Mike McCormack | Added serial port object to the server. |
tree | commitdiff |
2000-09-06 |
Ove Kaaven | Adapted Winsock to Linux 2.4 TCP socket poll() behaviour |
tree | commitdiff |
2000-08-31 |
Alexandre Julliard | Converted a lot of server requests to the new exception... |
tree | commitdiff |
2000-08-30 |
Alexandre Julliard | Added exception handling wrapper to a number of server... |
tree | commitdiff |
2000-08-29 |
Alexandre Julliard | Added the data structures and macros that will be neede... |
tree | commitdiff |
2000-08-28 |
Albert den Haan | Fixed typo in HKEY_CURRENT_CONFIG name. |
tree | commitdiff |
2000-08-26 |
Alexandre Julliard | Added a real root key and simplified creation of the... |
tree | commitdiff |
2000-08-22 |
Alexandre Julliard | Added APC support in waitable timers. |
tree | commitdiff |
2000-08-14 |
Alexandre Julliard | Implemented SEC_IMAGE mappings and shared PE sections... |
tree | commitdiff |
2000-08-11 |
Alexandre Julliard | Made server startup more robust against races caused... |
tree | commitdiff |
2000-07-31 |
Hidenori Takeshima | Fix for 64-bit negative seek value. |
tree | commitdiff |
2000-07-25 |
Alexandre Julliard | Make unicode.o into a separate ELF library so that... |
tree | commitdiff |
2000-07-16 |
Stephane Lussier | In set_socket_event, the event should be signaled if... |
tree | commitdiff |
2000-06-15 |
Andreas Mohr | More verbose error message. |
tree | commitdiff |
2000-06-14 |
Alexandre Julliard | Removed @PROGEXT@ (it was broken anyway). |
tree | commitdiff |
2000-06-08 |
Alexandre Julliard | Pass the main exe name in the CREATE_PROCESS debug... |
tree | commitdiff |
2000-06-04 |
Ulrich Weigand | Updated support for Solaris/Sparc architecture. |
tree | commitdiff |
2000-05-30 |
Turchanov Sergei | Implemented local atoms in the server. |
tree | commitdiff |
2000-05-30 |
Alexandre Julliard | Moved idle event handling to the server. |
tree | commitdiff |
2000-05-23 |
Patrik Stridvall | Fixed issues found by winapi_check. |
tree | commitdiff |
2000-05-14 |
Alexandre Julliard | Added support for registry values larger than the serve... |
tree | commitdiff |
2000-05-03 |
Alexandre Julliard | Store process file name in startup info. |
tree | commitdiff |
2000-05-03 |
Alexandre Julliard | Fixed COORD structure definition. |
tree | commitdiff |
2000-05-03 |
Alexandre Julliard | Small optimization. |
tree | commitdiff |
2000-05-01 |
Alexandre Julliard | Rewrote Unix process launching to allow passing startup... |
tree | commitdiff |
2000-04-24 |
Patrik Stridvall | Fixed some warnings. |
tree | commitdiff |
2000-04-16 |
Alexandre Julliard | Removed permission checks in create_key and delete_key... |
tree | commitdiff |
2000-04-16 |
Alexandre Julliard | Implemented thread and (partial) module snapshots,... |
tree | commitdiff |
2000-04-16 |
Alexandre Julliard | Save the registry on server exit without client interve... |
tree | commitdiff |
2000-04-14 |
Alexandre Julliard | Made server launching somewhat cleaner and faster. |
tree | commitdiff |
2000-04-14 |
Alexandre Julliard | Load done event now created by the server. |
tree | commitdiff |
2000-04-09 |
Eric Pouech | Clear status for sending exception event. |
tree | commitdiff |
2000-04-08 |
Alexandre Julliard | Temporary hack to share handles between processes shari... |
tree | commitdiff |
2000-04-06 |
Alexandre Julliard | Do not send a debug event for a thread until the previo... |
tree | commitdiff |
2000-04-06 |
Alexandre Julliard | Added support for WINEPREFIX environment variable. |
tree | commitdiff |
2000-04-04 |
Alexandre Julliard | Increment suspend count before attempting attach in... |
tree | commitdiff |
2000-04-04 |
Alexandre Julliard | Made request tracing more robust against bogus lengths. |
tree | commitdiff |
2000-03-30 |
Alexandre Julliard | Set thread start address to 0 on events generated by |
tree | commitdiff |
2000-03-26 |
Ove Kaaven | Handle POLLHUP better (delay FD_CLOSE notification... |
tree | commitdiff |
2000-03-26 |
Andreas Mohr | Moved some registry definitions to winnt.h. |
tree | commitdiff |
2000-03-25 |
Francois Gouget | Use min/max instead of MIN/MAX. |
tree | commitdiff |
2000-03-25 |
Ove Kaaven | Handle socket POLLERR/POLLHUP conditions properly. |
tree | commitdiff |
2000-03-25 |
Alexandre Julliard | Fixed a couple of file descriptor leaks. |
tree | commitdiff |
2000-03-24 |
Huw D M Davies | Ensure that non-NULL terminated stings are saved correctly. |
tree | commitdiff |
2000-03-24 |
Peter Hunnisett | Changed PTRACE_PEEKUSER to PTRACE_PEEKUSR and PTRACE_PO... |
tree | commitdiff |
2000-03-17 |
Alexandre Julliard | Have threads and processes exit more cleanly whenever... |
tree | commitdiff |
2000-03-15 |
Alexandre Julliard | Avoid SIGSTOP/SIGCONT race when ptrace is disabled. |
tree | commitdiff |
2000-03-15 |
Alexandre Julliard | Avoid SIGSTOP/SIGCONT race when ptrace is disabled. |
tree | commitdiff |
2000-03-15 |
Alexandre Julliard | Fixed bug in generate_startup_debug_events(). |
tree | commitdiff |
2000-03-10 |
Alexandre Julliard | Added specific routines for OUTPUT_DEBUG_STRING and... |
tree | commitdiff |
2000-03-09 |
Alexandre Julliard | Store the list of loaded dlls in the server, and genera... |
tree | commitdiff |
2000-03-08 |
Alexandre Julliard | Added server protocol version check. |
tree | commitdiff |
2000-03-08 |
Patrik Stridvall | Fixed some warnings. |
tree | commitdiff |
2000-03-08 |
Alexandre Julliard | Removed PDB32_DEBUGGED flag and send all debug events... |
tree | commitdiff |
2000-03-08 |
Alexandre Julliard | Generate CREATE_PROCESS/THREAD debug events internally... |
tree | commitdiff |
next |