1999-05-02 |
Alexandre Julliard | Moved a few more initialisations to the new process... |
tree | commitdiff |
1999-05-02 |
Alexandre Julliard | Converted to the new debugging interface (done with... |
tree | commitdiff |
1999-05-02 |
Alexandre Julliard | Converted to the new debugging interface (done with... |
tree | commitdiff |
1999-04-25 |
Ulrich Weigand | Initialize process critical section in the correct... |
tree | commitdiff |
1999-04-25 |
Ulrich Weigand | Warn if wrong process tries to enter critical section. |
tree | commitdiff |
1999-04-22 |
Patrik Stridvall | Fixed ANSI compabillity. |
tree | commitdiff |
1999-04-22 |
Marcus Meissner | CreateSocketHandle,GetHandleContext,SetHandleContext... |
tree | commitdiff |
1999-04-19 |
Patrik Stridvall | New debug scheme with explicit debug channels declaration. |
tree | commitdiff |
1999-04-18 |
Alexandre Julliard | Added timeout to critical section waiting. |
tree | commitdiff |
1999-04-18 |
Ulrich Weigand | Merged Linux/FreeBSD reentrant errno handler, added... |
tree | commitdiff |
1999-04-18 |
Bertho Stultiens | Reorganization of the loader to correctly load and... |
tree | commitdiff |
1999-04-18 |
Kevin Holbrook | Fix ambiguous else warning. |
tree | commitdiff |
1999-04-15 |
Bertho Stultiens | UnitializeCriticalSection partial stub implementation. |
tree | commitdiff |
1999-04-11 |
Ulrich Weigand | Added new CLIENT_DebuggerRequest routine, implemented... |
tree | commitdiff |
1999-04-11 |
Ulrich Weigand | Non-functional PROCESS_Suspend/ResumeOtherThreads removed. |
tree | commitdiff |
1999-04-11 |
Marcus Meissner | - Started multithreading for FreeBSD (incomplete, but... |
tree | commitdiff |
1999-04-11 |
Ulrich Weigand | Allow user APCs with NULL 'func' (just wake up the... |
tree | commitdiff |
1999-04-11 |
Ulrich Weigand | Implemented 'kernel services thread'. |
tree | commitdiff |
1999-04-11 |
Ulrich Weigand | Send USIG_PROCESS_CREATE signal. |
tree | commitdiff |
1999-04-01 |
Ulrich Weigand | Implemented PROCESS_CallUserSignalProc(). |
tree | commitdiff |
1999-03-27 |
Ulrich Weigand | Fixed sequence of DLL_PROCESS_DETACH notification calls. |
tree | commitdiff |
1999-03-27 |
Alexandre Julliard | Added cmd line in new_process request. |
tree | commitdiff |
1999-03-27 |
Ulrich Weigand | All threads created with CreateThread are 32-bit threads. |
tree | commitdiff |
1999-03-23 |
Alexandre Julliard | Added server pid and tid in init_thread request, and... |
tree | commitdiff |
1999-03-22 |
Ulrich Weigand | Run Win32 processes in their own threads. |
tree | commitdiff |
1999-03-21 |
Alexandre Julliard | Changed process initialisation to use the new server... |
tree | commitdiff |
1999-03-16 |
Ulrich Weigand | Pass new arguments (suspend/inherit) to the server. |
tree | commitdiff |
1999-03-16 |
Ulrich Weigand | Handle suspend/resume_thread requests in phase STARTING... |
tree | commitdiff |
1999-03-14 |
Alexandre Julliard | Separated thdb freeing code from ExitThread. Now we... |
tree | commitdiff |
1999-03-14 |
Alexandre Julliard | Do not call ExitThread() on server communication errors. |
tree | commitdiff |
1999-03-13 |
Marcus Meissner | Fixed newly introduced and some leftover warnings. |
tree | commitdiff |
1999-03-10 |
Ulrich Weigand | Implemented _ConfirmWin16Lock (KERNEL32.96). |
tree | commitdiff |
1999-02-28 |
Alexandre Julliard | CLIENT_WaitReply: don't clear last error on success... |
tree | commitdiff |
1999-02-28 |
Alexandre Julliard | Use server handles directly for Win32 handles. Removed... |
tree | commitdiff |
1999-02-28 |
David Luyer | - fixed missing stdlib.h and string.h includes everywhere |
tree | commitdiff |
1999-02-28 |
Alexandre Julliard | Process and thread id now use the server-side id instea... |
tree | commitdiff |
1999-02-28 |
Ulrich Weigand | Process creation sequence reorganized: |
tree | commitdiff |
1999-02-28 |
Alexandre Julliard | Removed dst_handle in duplicate_handle request. |
tree | commitdiff |
1999-02-26 |
Alexandre Julliard | Large-scale renaming of all Win32 functions and types... |
tree | commitdiff |
1999-02-24 |
Ulrich Weigand | Modified process creation sequence: call PE_CreateModul... |
tree | commitdiff |
1999-02-21 |
Alexandre Julliard | Changed initial process creation to avoid memory alloca... |
tree | commitdiff |
1999-02-21 |
Alexandre Julliard | Removed thread queue functions. |
tree | commitdiff |
1999-02-21 |
Alexandre Julliard | Removed use of per-thread wait_struct, cleaned up a... |
tree | commitdiff |
1999-02-21 |
Alexandre Julliard | Removed MEM_MAPPED_FILE_Ops. |
tree | commitdiff |
1999-02-19 |
Marcus Meissner | Removed a lot of occurences of windows.h (and added... |
tree | commitdiff |
1999-02-17 |
Francois Gouget | Fixed a number of warnings concerning the matching... |
tree | commitdiff |
1999-02-17 |
Marcus Meissner | Optimized include/*.h: (recursively) include all header... |
tree | commitdiff |
1999-02-14 |
Alexandre Julliard | Removed CONSOLE_Ops. |
tree | commitdiff |
1999-02-14 |
Alexandre Julliard | Removed PROCESS_GetPtr. |
tree | commitdiff |
1999-02-09 |
Stephane Lussier | - Cleaned up the message queue when a thread exit ... |
tree | commitdiff |
1999-02-05 |
Noel Borthwick | Added management and allocation of the PERQUEUEDATA... |
tree | commitdiff |
1999-01-31 |
Geoff Clare | Fix to allow for recvmsg() returning less data than... |
tree | commitdiff |
1999-01-31 |
Alexandre Julliard | Clear last error on all successful requests. |
tree | commitdiff |
1999-01-31 |
Juergen Schmied | List handles WaitForMultipleObjects is waiting for... |
tree | commitdiff |
1999-01-26 |
Alexandre Julliard | Commented out EXEC_SERVER |
tree | commitdiff |
1999-01-24 |
Guy Albertelli | Added stub for SetThreadLocale. |
tree | commitdiff |
1999-01-19 |
Alexandre Julliard | Hacked server-side device support |
tree | commitdiff |
1999-01-17 |
Alexandre Julliard | Group commit for recovery after disk crash. |
tree | commitdiff |
1999-01-17 |
Alexandre Julliard | Recovery of release 990110 after disk crash. wine-990110 |
tree | commitdiff |
1999-01-03 |
Alexandre Julliard | Implemented file sharing checks in the server. |
tree | commitdiff |
1999-01-01 |
Alexandre Julliard | Got rid of CLIENT_GetProcessInfo. |
tree | commitdiff |
1999-01-01 |
Alexandre Julliard | Fixed CloseHandle() on global handles. |
tree | commitdiff |
1999-01-01 |
Alexandre Julliard | Moved MsgWaitForMultipleObject implementation to USER... |
tree | commitdiff |
1999-01-01 |
Alexandre Julliard | Cleaned up and removed some no longer used code. |
tree | commitdiff |
1999-01-01 |
Alexandre Julliard | Take into account handle inheritance flag. |
tree | commitdiff |
1998-12-31 |
Alexandre Julliard | Re-implemented using a real semaphore. |
tree | commitdiff |
1998-12-31 |
Alexandre Julliard | Removed client-side wait functions; all waiting is... |
tree | commitdiff |
1998-12-30 |
Alexandre Julliard | Changed server wait logic a bit. |
tree | commitdiff |
1998-12-30 |
Alexandre Julliard | Added anonymous pipe support |
tree | commitdiff |
1998-12-27 |
Alexandre Julliard | Added beginnings of server-side file handling. |
tree | commitdiff |
1998-12-27 |
Alexandre Julliard | Added add_queue/remove_queue to server object operations. |
tree | commitdiff |
1998-12-11 |
Patrick Spinler | Implemented CreateToolhelp32Snapshot, including two... |
tree | commitdiff |
1998-11-24 |
Ulrich Weigand | Bugfix: Set the TEBF_WIN32 flag in teb.flags for 32... |
tree | commitdiff |
1998-11-08 |
James Sutherland | More complete implementation of the SetCtrlHandler... |
tree | commitdiff |
1998-11-06 |
Marcus Meissner | Solaris redefines ERR and CS, fixed occurances. |
tree | commitdiff |
1998-11-01 |
Huw D M Davies | Get rid of the redefinition of MAX_PATH and move PROCES... |
tree | commitdiff |
1998-11-01 |
Ulrich Weigand | Implemented new Wine startup sequence, separating start... |
tree | commitdiff |
1998-11-01 |
Andreas Mohr | Added .spec entry for KERNEL.RegisterServiceProcess. |
tree | commitdiff |
1998-10-28 |
Patrick Spinler | Added stubs for Process32First/Process32Next. |
tree | commitdiff |
1998-10-24 |
Ulrich Weigand | Added support for global handles, implemented ConvertTo... |
tree | commitdiff |
1998-10-24 |
Marcus Meissner | LoadLibraryExW spec added (function was there). |
tree | commitdiff |
1998-10-24 |
Uwe Bonnes | More off-by-one errors fixed. |
tree | commitdiff |
1998-10-22 |
Marcus Meissner | Added ordinal for two syslevel functions. |
tree | commitdiff |
1998-10-19 |
Uwe Bonnes | Fixed off by one error in HANDLE_GetObjPtr. |
tree | commitdiff |
1998-10-11 |
Ulrich Weigand | Implemented new PE DLL initalization code, trying to... |
tree | commitdiff |
1998-10-11 |
Ulrich Weigand | Use emergency TEB selector to avoid debugger crashes... |
tree | commitdiff |
1998-10-11 |
Andreas Mohr | Small fix. |
tree | commitdiff |
1998-10-04 |
Alexandre Julliard | Initial revision |
tree | commitdiff |
1998-09-27 |
Alexandre Julliard | Release 980927 wine-980927 |
tree | commitdiff |
1998-09-13 |
Alexandre Julliard | Release 980913 wine-980913 |
tree | commitdiff |
1998-08-22 |
Alexandre Julliard | Release 980822 wine-980822 |
tree | commitdiff |
1998-08-09 |
Alexandre Julliard | Release 980809 wine-980809 |
tree | commitdiff |
1998-07-26 |
Alexandre Julliard | Release 980726 wine-980726 |
tree | commitdiff |
1998-07-12 |
Alexandre Julliard | Release 980712 wine-980712 |
tree | commitdiff |
1998-06-28 |
Alexandre Julliard | Release 980628 wine-980628 |
tree | commitdiff |
1998-06-14 |
Alexandre Julliard | Release 980614 wine-980614 |
tree | commitdiff |
1998-06-01 |
Alexandre Julliard | Release 980601 wine-980601 |
tree | commitdiff |
1998-05-03 |
Alexandre Julliard | Release 980503 wine-980503 |
tree | commitdiff |
1998-04-13 |
Alexandre Julliard | Release 980413 wine-980413 |
tree | commitdiff |
1998-03-29 |
Alexandre Julliard | Release 980329 wine-980329 |
tree | commitdiff |
next |