2001-07-11 |
Alexandre Julliard | Small fixes to the debugger support. |
tree | commitdiff |
2001-07-11 |
Alexandre Julliard | Merge WM_MOUSEMOVE messages. |
tree | commitdiff |
2001-07-10 |
Mike McCormack | Start implementing named pipes. |
tree | commitdiff |
2001-06-28 |
Alexandre Julliard | - Remove cooked hardware messages when they are dropped... |
tree | commitdiff |
2001-06-22 |
Mike McCormack | Remove truncate debug message printed on successful... |
tree | commitdiff |
2001-06-20 |
Alexandre Julliard | Moved queue paint count to the server. Removed a few... |
tree | commitdiff |
2001-06-19 |
Alexandre Julliard | Moved hardware message queue handling to the server. |
tree | commitdiff |
2001-06-19 |
Alexandre Julliard | Ignore EAGAIN errors in read_request. |
tree | commitdiff |
2001-06-19 |
Bill Medland | SetFilePointer correction; return ERROR_NEGATIVE_SEEK... |
tree | commitdiff |
2001-05-29 |
Marcus Meissner | Drop any file64 functions, try to use system supplied... |
tree | commitdiff |
2001-05-21 |
Gerard Patel | Take message filters into account for WM_PAINT too. |
tree | commitdiff |
2001-05-19 |
Eric Pouech | Fixed reply_message when there is no received message. |
tree | commitdiff |
2001-05-18 |
Alexandre Julliard | Fixed typo in message filter check. |
tree | commitdiff |
2001-05-18 |
Alexandre Julliard | Moved the major part of message queue and window timer... |
tree | commitdiff |
2001-05-14 |
Marcus Meissner | Implemented 64bit file size handling. |
tree | commitdiff |
2001-05-09 |
Bang Jun-Young | Added support for NetBSD. |
tree | commitdiff |
2001-04-27 |
Ove Kaaven | Preserve the TF (Trap Flag) when continuing from a... |
tree | commitdiff |
2001-04-13 |
Alexandre Julliard | Repaired shared PE data sections. |
tree | commitdiff |
2001-04-10 |
Alexandre Julliard | Fixed handling of \\Registry prefix. |
tree | commitdiff |
2001-04-04 |
Alexandre Julliard | Make sure the process socket is non-blocking. |
tree | commitdiff |
2001-03-22 |
Michael McCormack | Use poll() on the client-side during server waits to... |
tree | commitdiff |
2001-03-22 |
Alexandre Julliard | Use the new send_fd mechanism for the set_console_fd... |
tree | commitdiff |
2001-03-21 |
Jeff Garzik | Warning fixes. |
tree | commitdiff |
2001-03-21 |
Jeff Garzik | Added some inclusions of string.h where necessary. |
tree | commitdiff |
2001-03-14 |
Mike McCormack | Removed broken support for EV_TXEMPTY because it causes... |
tree | commitdiff |
2001-03-14 |
Mike McCormack | Add missing release object so server exits cleanly. |
tree | commitdiff |
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 |
next |