Sign in
goma
/
wine
/
b64aa2460ed5118dfdb03a2bd9fb6052046b64a8
/
server
d27624b
Store process file name in startup info. Fixed exe_file handling.
by Alexandre Julliard
· 25 years ago
f818d42
Fixed COORD structure definition.
by Alexandre Julliard
· 25 years ago
ba3e2ab
Small optimization.
by Alexandre Julliard
· 25 years ago
5b4f3e8
Rewrote Unix process launching to allow passing startup information to
by Alexandre Julliard
· 25 years ago
e29dbc5
Fixed some warnings.
by Patrik Stridvall
· 25 years ago
27d31a5
Removed permission checks in create_key and delete_key. It seems
by Alexandre Julliard
· 25 years ago
07d8446
Implemented thread and (partial) module snapshots, based on the work
by Alexandre Julliard
· 25 years ago
c970904
Save the registry on server exit without client intervention.
by Alexandre Julliard
· 25 years ago
d804111
Made server launching somewhat cleaner and faster.
by Alexandre Julliard
· 25 years ago
6a72dc5
Load done event now created by the server.
by Alexandre Julliard
· 25 years ago
9d10afa
Clear status for sending exception event.
by Eric Pouech
· 25 years ago
1134215
Temporary hack to share handles between processes sharing the same
by Alexandre Julliard
· 25 years ago
f6507ed
Do not send a debug event for a thread until the previous event for
by Alexandre Julliard
· 25 years ago
de1d5ad
Added support for WINEPREFIX environment variable.
by Alexandre Julliard
· 25 years ago
d392831
Increment suspend count before attempting attach in suspend_for_ptrace.
by Alexandre Julliard
· 25 years ago
ef88637
Made request tracing more robust against bogus lengths.
by Alexandre Julliard
· 25 years ago
b73421d
Set thread start address to 0 on events generated by
by Alexandre Julliard
· 25 years ago
cb98a6e
Handle POLLHUP better (delay FD_CLOSE notification until all data has
by Ove Kaaven
· 25 years ago
32a5b63
Moved some registry definitions to winnt.h.
by Andreas Mohr
· 25 years ago
6d77d3a
Use min/max instead of MIN/MAX.
by Francois Gouget
· 25 years ago
77c3055
Handle socket POLLERR/POLLHUP conditions properly.
by Ove Kaaven
· 25 years ago
9a0e28f
Fixed a couple of file descriptor leaks.
by Alexandre Julliard
· 25 years ago
361adc8
Ensure that non-NULL terminated stings are saved correctly.
by Huw D M Davies
· 25 years ago
de1ff66
Changed PTRACE_PEEKUSER to PTRACE_PEEKUSR and PTRACE_POKEUSER to
by Peter Hunnisett
· 25 years ago
12f29b5
Have threads and processes exit more cleanly whenever possible.
by Alexandre Julliard
· 25 years ago
cd8cf5e
Avoid SIGSTOP/SIGCONT race when ptrace is disabled.
by Alexandre Julliard
· 25 years ago
98aacc7
Avoid SIGSTOP/SIGCONT race when ptrace is disabled.
by Alexandre Julliard
· 25 years ago
f2f1ff3
Fixed bug in generate_startup_debug_events().
by Alexandre Julliard
· 25 years ago
ea0d028
Added specific routines for OUTPUT_DEBUG_STRING and EXCEPTION debug events.
by Alexandre Julliard
· 25 years ago
05f0b71
Store the list of loaded dlls in the server, and generate debug events
by Alexandre Julliard
· 25 years ago
5fb5456
Added server protocol version check.
by Alexandre Julliard
· 25 years ago
7e9913f
Fixed some warnings.
by Patrik Stridvall
· 25 years ago
00641d5
Removed PDB32_DEBUGGED flag and send all debug events unconditionally.
by Alexandre Julliard
· 25 years ago
ff81d78
Generate CREATE_PROCESS/THREAD debug events internally in the server.
by Alexandre Julliard
· 25 years ago
0e06d62
Fixed Solaris specific compiler issue.
by Patrik Stridvall
· 25 years ago
49bcb93
Fixed some issues found by winapi_check.
by Patrik Stridvall
· 25 years ago
67a24c8
Store the handle of the process exe file in the server.
by Alexandre Julliard
· 25 years ago
717bf7e
Added definition for STILL_ACTIVE.
by Dave Pickles
· 25 years ago
2d33ab9
Added configure check for the unix domain sockaddr length.
by Juergen Lock
· 25 years ago
b849d79
Moved global atoms to the server (based on the work of Sergei
by Alexandre Julliard
· 25 years ago
5782765
Added context functions for FreeBSD.
by Juergen Lock
· 25 years ago
8a1bdb3
Added configure check for sys/reg.h.
by Ulrich Weigand
· 25 years ago
de20c2a
Solaris support for {set,get}_thread_context added.
by Patrik Stridvall
· 25 years ago
a661187
Added our own user_regs_struct definition for better compatibility.
by Alexandre Julliard
· 25 years ago
fb32c7b
Fixed minor issues found by winapi_check.
by Patrik Stridvall
· 25 years ago
788d8d5
Get HCU name from unix user name.
by Juergen Schmied
· 25 years ago
0a7c1f6
Implemented GetThreadSelectorEntry through the server.
by Alexandre Julliard
· 25 years ago
2fe5777
Made the server listen for new clients on a Unix socket in
by Alexandre Julliard
· 25 years ago
cb1fc73
Changed the server to return STATUS_* error codes.
by Alexandre Julliard
· 25 years ago
3e2517c
Added Get/SetThreadContext support through the server.
by Alexandre Julliard
· 25 years ago
5d0ae2d
- removed copying of HKEY_USERS to HKEY_CURRENT_USER
by Juergen Schmied
· 25 years ago
95e7acb
Moved allocation of the socket pair for a new thread to the server.
by Alexandre Julliard
· 25 years ago
79b1ec8
Made debug events and contexts standard objects.
by Alexandre Julliard
· 25 years ago
9de03f4
Made sleep_on usable from all requests.
by Alexandre Julliard
· 25 years ago
1dca5e2
Moved poll handling to the generic part of the server objects.
by Alexandre Julliard
· 25 years ago
247b8ae
Use poll() instead of select() for the server main loop.
by Alexandre Julliard
· 25 years ago
6f676cd
Fixed off-by-one error.
by Ulrich Czekalla
· 25 years ago
9d60e35
Flush handle in any access mode.
by Marcus Meissner
· 25 years ago
61ec6c1
Fixed get_event_obj/get_file_obj to use the process parameter (thanks
by Alexandre Julliard
· 25 years ago
d083a7b
Fixed DEBUG_ONLY_THIS_PROCESS again (thanks to Ulrich Weigand).
by Alexandre Julliard
· 25 years ago
ad47a30
Implemented waitable timers.
by Alexandre Julliard
· 25 years ago
8354d16
Don't try to call towupper() when there's no wctype.h.
by Juergen Lock
· 25 years ago
19a497c
More portability fixes (thanks to Juergen Lock).
by Alexandre Julliard
· 25 years ago
d16319c
Store all object names as Unicode in the server.
by Alexandre Julliard
· 25 years ago
705686e
Added wine.conf option for new format registry files.
by Alexandre Julliard
· 25 years ago
53f3a83
Added support to the server for loading new format (version 2) files.
by Alexandre Julliard
· 25 years ago
17cf810
Fixed handling of debug events on thread/process exit.
by Alexandre Julliard
· 25 years ago
d7e85d6
Added registry support to the server.
by Alexandre Julliard
· 25 years ago
1d5bc46
Removed extra #include statements.
by Niels Kristian Bech Jensen
· 25 years ago
42666ee
Portability fixes.
by Alexandre Julliard
· 25 years ago
bf2b765
Fixed hash function.
by Eric Pouech
· 25 years ago
578c100
Moved ptrace support to ptrace.c. Tried to improve portability.
by Alexandre Julliard
· 25 years ago
3b83222
Bug fixes.
by Alexandre Julliard
· 25 years ago
eef7025
Added support for WriteProcessMemory through the server.
by Alexandre Julliard
· 25 years ago
c76ad35
Added get_page_size function.
by Alexandre Julliard
· 25 years ago
8b8828f
Added support for ReadProcessMemory through the server.
by Alexandre Julliard
· 25 years ago
ec7bb23
Added support for CREATE_SUSPENDED flag in CreateProcess.
by Alexandre Julliard
· 25 years ago
0a29a78
Portability fix: renamed PTRACE_* into PT_*.
by Gerald Pfeifer
· 25 years ago
699d3cf
Added use_ptrace flag to disable ptrace usage. Should eventually be
by Alexandre Julliard
· 25 years ago
15ed961
Don't crash when we get a SIGCHLD for a removed thread.
by Alexandre Julliard
· 25 years ago
0a70783
Preliminary ptrace support.
by Alexandre Julliard
· 25 years ago
9103daf
Install the wine server in $(bindir) and exec it from there.
by Alexandre Julliard
· 25 years ago
c61eb03
Do not free the handles once they have been sent to the client (thanks
by Alexandre Julliard
· 25 years ago
942010a
Fixed bug in WINSOCK_accept when no event is present.
by Jeremy White
· 25 years ago
3669b94
Handle socket creation errors.
by Ove Kaaven
· 25 years ago
ceeb693
Made all handles multiple of 4. Fixed semantics for pseudo-handles.
by Alexandre Julliard
· 25 years ago
1d22c53
Free the handles of the event structure in the right process (thanks
by Alexandre Julliard
· 25 years ago
9633632
- Added missing configuration #if:s and #includes:s.
by Patrik Stridvall
· 25 years ago
f45608f
Winsock rewrite. Sockets are now proper win32 handles.
by Ove Kaaven
· 25 years ago
019211f
Added socket interface to wineserver.
by Ove Kaaven
· 25 years ago
d6d994f
Made event manipulation routines public.
by Alexandre Julliard
· 25 years ago
ec29ba8
Added EXCEPT_EVENT to wineserver select loop.
by Ove Kaaven
· 26 years ago
dbab5e2
Remove the mutex from the thread list when destroying it.
by Alexandre Julliard
· 26 years ago
2c68408
Fixed some of the issues reported by Solaris Lint.
by Patrik Stridvall
· 26 years ago
b135adf
Renamed static global variable 'iovec' to 'myiovec'.
by Howard Abrams
· 26 years ago
1327748
Added checks for sys/errno.h, sys/signal.h and sys/mman.h.
by Howard Abrams
· 26 years ago
1ed4ecf
ANSI C fixes.
by Patrik Stridvall
· 26 years ago
ebe29ef
Further server optimizations:
by Alexandre Julliard
· 26 years ago
fb65f7d
Dump server objects on SIGHUP.
by Alexandre Julliard
· 26 years ago
5bc7808
Made server communication faster by using a shared memory block.
by Alexandre Julliard
· 26 years ago
Next »