projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Added sprintfW and vsprintfW.
[wine]
/
server
/
process.c
2003-03-18
Alexandre Julliard
Implemented file locking functions (partly based on...
blob
|
commitdiff
|
raw
2003-03-12
Alexandre Julliard
Added an inode object to keep track of all file descrip...
blob
|
commitdiff
|
raw
|
diff to current
2003-03-11
Alexandre Julliard
Attaching the debugger to a running process should...
blob
|
commitdiff
|
raw
|
diff to current
2003-03-04
Alexandre Julliard
Use SIGUSR1 instead of SIGSTOP to suspend threads.
blob
|
commitdiff
|
raw
|
diff to current
2003-02-28
Peter Hunnisett
Suspended threads should not acquire synchronization...
blob
|
commitdiff
|
raw
|
diff to current
2003-02-25
Alexandre Julliard
Added send_thread_signal() function and properly handle...
blob
|
commitdiff
|
raw
|
diff to current
2003-02-24
Alexandre Julliard
Pass the pid of the new process in the new_process...
blob
|
commitdiff
|
raw
|
diff to current
2003-02-19
Alexandre Julliard
Moved all references to file descriptors out of the...
blob
|
commitdiff
|
raw
|
diff to current
2003-02-14
Alexandre Julliard
Changed fd operations to take a struct fd instead of...
blob
|
commitdiff
|
raw
|
diff to current
2003-02-01
Alexandre Julliard
Made process and thread ids small integers instead...
blob
|
commitdiff
|
raw
|
diff to current
2003-01-30
Alexandre Julliard
Started moving functions that deal with Unix file descr...
blob
|
commitdiff
|
raw
|
diff to current
2003-01-23
Marcus Meissner
Remove errno.h from files that do not need it.
blob
|
commitdiff
|
raw
|
diff to current
2003-01-09
Eric Pouech
- no longer depend on toolhelp definitions for generati...
blob
|
commitdiff
|
raw
|
diff to current
2002-10-19
Alexandre Julliard
Converted the server to -DSTRICT.
blob
|
commitdiff
|
raw
|
diff to current
2002-10-03
Alexandre Julliard
Added process_id_t and thread_it_t types to the server...
blob
|
commitdiff
|
raw
|
diff to current
2002-08-16
Alexandre Julliard
Added -k option to kill an existing wineserver.
blob
|
commitdiff
|
raw
|
diff to current
2002-06-20
Alexandre Julliard
Create the server directory and socket file in /tmp.
blob
|
commitdiff
|
raw
|
diff to current
2002-06-02
Eric Pouech
Implementation for console control events (includes...
blob
|
commitdiff
|
raw
|
diff to current
2002-05-30
Alexandre Julliard
Renamed handle_t to obj_handle_t to avoid conflict...
blob
|
commitdiff
|
raw
|
diff to current
2002-05-25
Alexandre Julliard
Fixed process startup synchronization broken by previou...
blob
|
commitdiff
|
raw
|
diff to current
2002-05-24
Alexandre Julliard
A few optimizations in the process startup requests...
blob
|
commitdiff
|
raw
|
diff to current
2002-04-26
Alexandre Julliard
Better support for configure detection of missing types...
blob
|
commitdiff
|
raw
|
diff to current
2002-04-06
Alexandre Julliard
Avoid crash when trying to attach to a terminating...
blob
|
commitdiff
|
raw
|
diff to current
2002-04-03
Alexandre Julliard
Added timer on server exit to wait a bit for new clients.
blob
|
commitdiff
|
raw
|
diff to current
2002-03-29
Alexandre Julliard
Transfer the full process startup info as well as the...
blob
|
commitdiff
|
raw
|
diff to current
2002-03-22
Alexandre Julliard
Correctly fill parent pid, module size and module name...
blob
|
commitdiff
|
raw
|
diff to current
2002-03-09
Alexandre Julliard
Added LGPL standard comment, and copyright notices...
blob
|
commitdiff
|
raw
|
diff to current
2002-02-27
Eric Pouech
New XP debugging APIs: implemented DebugActiveProcessStop,
blob
|
commitdiff
|
raw
|
diff to current
2001-12-20
Mike McCormack
- move async activation into the server
blob
|
commitdiff
|
raw
|
diff to current
2001-12-04
Eric Pouech
Let the console renderer be defined as a thread.
blob
|
commitdiff
|
raw
|
diff to current
2001-11-30
Alexandre Julliard
Redesign of the server communication protocol to allow...
blob
|
commitdiff
|
raw
|
diff to current
2001-11-23
Eric Pouech
New console code based on Win32 windows.
blob
|
commitdiff
|
raw
|
diff to current
2001-11-19
James Juran
Prevent warnings about labels at end of switch statemen...
blob
|
commitdiff
|
raw
|
diff to current
2001-10-25
Alexandre Julliard
Don't keep main exe and dlls handles open when the...
blob
|
commitdiff
|
raw
|
diff to current
2001-07-14
Alexandre Julliard
Backed out the suspend_process_for_ptrace change.
blob
|
commitdiff
|
raw
|
diff to current
2001-07-11
Alexandre Julliard
Small fixes to the debugger support.
blob
|
commitdiff
|
raw
|
diff to current
2001-03-01
Alexandre Julliard
Create the server pipes on the client side and transfer...
blob
|
commitdiff
|
raw
|
diff to current
2001-02-28
Alexandre Julliard
New mechanism to transfer file descriptors from client...
blob
|
commitdiff
|
raw
|
diff to current
2001-02-16
Alexandre Julliard
Pass the stdin/stdout handles on startup to use as...
blob
|
commitdiff
|
raw
|
diff to current
2001-01-26
Alexandre Julliard
Changed wait_process and wait_debug_event requests...
blob
|
commitdiff
|
raw
|
diff to current
2001-01-06
Alexandre Julliard
Added separate queue for "system" APCs that get called...
blob
|
commitdiff
|
raw
|
diff to current
2001-01-05
Alexandre Julliard
Send the exe file handle in init_process_done request.
blob
|
commitdiff
|
raw
|
diff to current
2001-01-05
Alexandre Julliard
Added handle_t type to server interface so that we...
blob
|
commitdiff
|
raw
|
diff to current
2000-12-26
Alexandre Julliard
Fixed error recovery during thread creation.
blob
|
commitdiff
|
raw
|
diff to current
2000-12-19
Alexandre Julliard
Merged the get_read_fd and get_write_fd requests.
blob
|
commitdiff
|
raw
|
diff to current
2000-11-14
Alexandre Julliard
Moved LDT handling to libwine.so. Changed the interface...
blob
|
commitdiff
|
raw
|
diff to current
2000-10-15
Alexandre Julliard
Converted a few more server requests to the new mechanism.
blob
|
commitdiff
|
raw
|
diff to current
2000-09-22
Andreas Mohr
Make GetTickCount not use the whole Unix epoch (since...
blob
|
commitdiff
|
raw
|
diff to current
2000-08-31
Alexandre Julliard
Converted a lot of server requests to the new exception...
blob
|
commitdiff
|
raw
|
diff to current
2000-06-08
Alexandre Julliard
Pass the main exe name in the CREATE_PROCESS debug...
blob
|
commitdiff
|
raw
|
diff to current
2000-05-30
Turchanov Sergei
Implemented local atoms in the server.
blob
|
commitdiff
|
raw
|
diff to current
2000-05-30
Alexandre Julliard
Moved idle event handling to the server.
blob
|
commitdiff
|
raw
|
diff to current
2000-05-03
Alexandre Julliard
Store process file name in startup info.
blob
|
commitdiff
|
raw
|
diff to current
2000-05-01
Alexandre Julliard
Rewrote Unix process launching to allow passing startup...
blob
|
commitdiff
|
raw
|
diff to current
2000-04-16
Alexandre Julliard
Implemented thread and (partial) module snapshots,...
blob
|
commitdiff
|
raw
|
diff to current
2000-04-14
Alexandre Julliard
Load done event now created by the server.
blob
|
commitdiff
|
raw
|
diff to current
2000-04-08
Alexandre Julliard
Temporary hack to share handles between processes shari...
blob
|
commitdiff
|
raw
|
diff to current
2000-04-04
Alexandre Julliard
Made request tracing more robust against bogus lengths.
blob
|
commitdiff
|
raw
|
diff to current
2000-03-30
Alexandre Julliard
Set thread start address to 0 on events generated by
blob
|
commitdiff
|
raw
|
diff to current
2000-03-25
Alexandre Julliard
Fixed a couple of file descriptor leaks.
blob
|
commitdiff
|
raw
|
diff to current
2000-03-17
Alexandre Julliard
Have threads and processes exit more cleanly whenever...
blob
|
commitdiff
|
raw
|
diff to current
2000-03-15
Alexandre Julliard
Avoid SIGSTOP/SIGCONT race when ptrace is disabled.
blob
|
commitdiff
|
raw
|
diff to current
2000-03-10
Alexandre Julliard
Added specific routines for OUTPUT_DEBUG_STRING and...
blob
|
commitdiff
|
raw
|
diff to current
2000-03-09
Alexandre Julliard
Store the list of loaded dlls in the server, and genera...
blob
|
commitdiff
|
raw
|
diff to current
2000-03-08
Alexandre Julliard
Removed PDB32_DEBUGGED flag and send all debug events...
blob
|
commitdiff
|
raw
|
diff to current
2000-03-08
Alexandre Julliard
Generate CREATE_PROCESS/THREAD debug events internally...
blob
|
commitdiff
|
raw
|
diff to current
2000-02-18
Alexandre Julliard
Store the handle of the process exe file in the server.
blob
|
commitdiff
|
raw
|
diff to current
2000-02-13
Dave Pickles
Added definition for STILL_ACTIVE.
blob
|
commitdiff
|
raw
|
diff to current
2000-01-29
Patrik Stridvall
Fixed minor issues found by winapi_check.
blob
|
commitdiff
|
raw
|
diff to current
2000-01-27
Alexandre Julliard
Implemented GetThreadSelectorEntry through the server.
blob
|
commitdiff
|
raw
|
diff to current
2000-01-25
Alexandre Julliard
Made the server listen for new clients on a Unix socket in
blob
|
commitdiff
|
raw
|
diff to current
2000-01-24
Alexandre Julliard
Changed the server to return STATUS_* error codes.
blob
|
commitdiff
|
raw
|
diff to current
2000-01-01
Alexandre Julliard
Moved poll handling to the generic part of the server...
blob
|
commitdiff
|
raw
|
diff to current
1999-11-29
Alexandre Julliard
Fixed DEBUG_ONLY_THIS_PROCESS again (thanks to Ulrich...
blob
|
commitdiff
|
raw
|
diff to current
1999-11-24
Alexandre Julliard
Fixed handling of debug events on thread/process exit.
blob
|
commitdiff
|
raw
|
diff to current
1999-11-21
Alexandre Julliard
Portability fixes.
blob
|
commitdiff
|
raw
|
diff to current
1999-11-14
Alexandre Julliard
Moved ptrace support to ptrace.c. Tried to improve...
blob
|
commitdiff
|
raw
|
diff to current
1999-11-13
Alexandre Julliard
Added support for WriteProcessMemory through the server.
blob
|
commitdiff
|
raw
|
diff to current
1999-11-12
Alexandre Julliard
Added support for ReadProcessMemory through the server.
blob
|
commitdiff
|
raw
|
diff to current
1999-11-12
Alexandre Julliard
Added support for CREATE_SUSPENDED flag in CreateProcess.
blob
|
commitdiff
|
raw
|
diff to current
1999-11-08
Alexandre Julliard
Preliminary ptrace support.
blob
|
commitdiff
|
raw
|
diff to current
1999-06-26
Alexandre Julliard
Further server optimizations:
blob
|
commitdiff
|
raw
|
diff to current
1999-06-22
Alexandre Julliard
Made server communication faster by using a shared...
blob
|
commitdiff
|
raw
|
diff to current
1999-06-11
Alexandre Julliard
Return console handles in alloc_console request.
blob
|
commitdiff
|
raw
|
diff to current
1999-06-07
Alexandre Julliard
Fixed initial process refcount.
blob
|
commitdiff
|
raw
|
diff to current
1999-06-04
Alexandre Julliard
Made handle table a separate object.
blob
|
commitdiff
|
raw
|
diff to current
1999-05-24
Alexandre Julliard
Added support for dumping variable-size data of server...
blob
|
commitdiff
|
raw
|
diff to current
1999-05-23
Alexandre Julliard
Added debug events support.
blob
|
commitdiff
|
raw
|
diff to current
1999-05-16
Alexandre Julliard
Moved process structure definition to process.h.
blob
|
commitdiff
|
raw
|
diff to current
1999-05-15
Alexandre Julliard
Server reorganization:
blob
|
commitdiff
|
raw
|
diff to current
1999-04-18
Alexandre Julliard
Added env ptr to new_process request
blob
|
commitdiff
|
raw
|
diff to current
1999-03-23
Alexandre Julliard
Create startup info for the initial process.
blob
|
commitdiff
|
raw
|
diff to current
1999-03-21
Alexandre Julliard
Added new_process and init_process request.
blob
|
commitdiff
|
raw
|
diff to current
1999-03-13
Alexandre Julliard
Fixed process_signaled (thanks to Uwe Bonnes).
blob
|
commitdiff
|
raw
|
diff to current
1999-02-28
Juergen Schmied
open_object should return ERROR_FILE_NOT_FOUND when...
blob
|
commitdiff
|
raw
|
diff to current
1999-02-28
Alexandre Julliard
Removed dst_handle in duplicate_handle request.
blob
|
commitdiff
|
raw
|
diff to current
1999-02-14
Alexandre Julliard
Added server snapshot support (processes only for now).
blob
|
commitdiff
|
raw
|
diff to current
1999-01-19
Alexandre Julliard
Hacked server-side device support
blob
|
commitdiff
|
raw
|
diff to current
1999-01-03
Alexandre Julliard
Implemented file sharing checks in the server.
blob
|
commitdiff
|
raw
|
diff to current
1998-12-31
Alexandre Julliard
Added change notifications.
blob
|
commitdiff
|
raw
|
diff to current
next