projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Added resources for Japanese.
[wine]
/
server
/
thread.c
2002-04-05
Martin Wilck
- separate cleanly between async scheduling and file...
blob
|
commitdiff
|
raw
2002-04-02
François Gouget
Don't suspend a terminated thread.
blob
|
commitdiff
|
raw
|
diff to current
2002-04-02
Chris Morgan
Implement OpenThread() winapi call.
blob
|
commitdiff
|
raw
|
diff to current
2002-03-23
Alexandre Julliard
Fixed handling of timer callback routines when the...
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-01-09
Martin Wilck
Fixed a bug that caused APCs to be "forgotten".
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-07
Alexandre Julliard
Avoid ftruncate to work around broken UMSDOS file system.
blob
|
commitdiff
|
raw
|
diff to current
2001-08-28
Alexandre Julliard
Added global management of user handles in the server.
blob
|
commitdiff
|
raw
|
diff to current
2001-08-07
Andreas Mohr
Don't crash if send_thread_wakeup() fails.
blob
|
commitdiff
|
raw
|
diff to current
2001-07-12
Alexandre Julliard
Removed unused functions suspend/remove_all_threads.
blob
|
commitdiff
|
raw
|
diff to current
2001-05-18
Alexandre Julliard
Moved the major part of message queue and window timer...
blob
|
commitdiff
|
raw
|
diff to current
2001-03-08
Alexandre Julliard
Added support for nested server waits (to allow waiting...
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-27
Alexandre Julliard
New set of macros for server calls; makes requests...
blob
|
commitdiff
|
raw
|
diff to current
2001-02-21
Alexandre Julliard
Added separate server pipe to wait on blocking server...
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
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-22
Alexandre Julliard
Avoid dup'ing file descriptors when not necessary.
blob
|
commitdiff
|
raw
|
diff to current
2000-12-22
Alexandre Julliard
Use a separate FIFO pair for server requests that don...
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-08-30
Alexandre Julliard
Added exception handling wrapper to a number of server...
blob
|
commitdiff
|
raw
|
diff to current
2000-08-29
Alexandre Julliard
Added the data structures and macros that will be neede...
blob
|
commitdiff
|
raw
|
diff to current
2000-08-22
Alexandre Julliard
Added APC support in waitable timers.
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-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-06
Alexandre Julliard
Do not send a debug event for a thread until the previo...
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
Added server protocol version check.
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-13
Dave Pickles
Added definition for STILL_ACTIVE.
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-04
Alexandre Julliard
Moved allocation of the socket pair for a new thread...
blob
|
commitdiff
|
raw
|
diff to current
2000-01-04
Alexandre Julliard
Made sleep_on usable from all requests.
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-12-13
Alexandre Julliard
Use poll() instead of select() for the server main...
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-14
Alexandre Julliard
Moved ptrace support to ptrace.c. Tried to improve...
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-12
Gerald Pfeifer
Portability fix: renamed PTRACE_* into PT_*.
blob
|
commitdiff
|
raw
|
diff to current
1999-11-12
Alexandre Julliard
Added use_ptrace flag to disable ptrace usage. Should...
blob
|
commitdiff
|
raw
|
diff to current
1999-11-10
Alexandre Julliard
Don't crash when we get a SIGCHLD for a removed thread.
blob
|
commitdiff
|
raw
|
diff to current
1999-11-08
Alexandre Julliard
Preliminary ptrace support.
blob
|
commitdiff
|
raw
|
diff to current
1999-07-10
Howard Abrams
Added checks for sys/errno.h, sys/signal.h and sys...
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-04
Alexandre Julliard
Made handle table a separate object.
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
Adapted to new select interface.
blob
|
commitdiff
|
raw
|
diff to current
1999-05-15
Alexandre Julliard
Server reorganization:
blob
|
commitdiff
|
raw
|
diff to current
1999-05-02
Ulrich Weigand
Don't crash if queuing an APC on a thread that doesn...
blob
|
commitdiff
|
raw
|
diff to current
1999-04-11
Ulrich Weigand
Added new CLIENT_DebuggerRequest routine, implemented...
blob
|
commitdiff
|
raw
|
diff to current
1999-04-11
Ulrich Weigand
Allow user APCs with NULL 'func' (just wake up the...
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-16
Ulrich Weigand
Handle suspend/resume_thread requests in phase STARTING...
blob
|
commitdiff
|
raw
|
diff to current
1999-02-14
Alexandre Julliard
Moved process definitions to include/server/process.h
blob
|
commitdiff
|
raw
|
diff to current
1999-02-09
Michael Veksler
Added missing includes to avoid warnings/errors.
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
1999-01-01
Alexandre Julliard
Added server-side file mapping object support.
blob
|
commitdiff
|
raw
|
diff to current
1998-12-30
Alexandre Julliard
Added several file server requests
blob
|
commitdiff
|
raw
|
diff to current
1998-12-27
Alexandre Julliard
Added add_queue/remove_queue to server object operations.
blob
|
commitdiff
|
raw
|
diff to current
1998-09-27
Alexandre Julliard
Release 980927
wine-980927
blob
|
commitdiff
|
raw
|
diff to current
1998-08-22
Alexandre Julliard
Release 980822
wine-980822
blob
|
commitdiff
|
raw
|
diff to current
1998-08-09
Alexandre Julliard
Release 980809
wine-980809
blob
|
commitdiff
|
raw
|
diff to current
1998-07-12
Alexandre Julliard
Release 980712
wine-980712
blob
|
commitdiff
|
raw
|
diff to current