projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Convert GetCharWidth to Unicode.
[wine]
/
server
/
trace.c
2001-10-24
Ove Kaaven
Save a disk file's drive type in the server object.
blob
|
commitdiff
|
raw
2001-10-22
Alexandre Julliard
Store in the server all the window information accessib...
blob
|
commitdiff
|
raw
|
diff to current
2001-10-16
Alexandre Julliard
Added requests to store window rectangles in the server.
blob
|
commitdiff
|
raw
|
diff to current
2001-10-14
Francois Gouget
When including config.h, include it first.
blob
|
commitdiff
|
raw
|
diff to current
2001-10-12
Alexandre Julliard
Store window properties in the server. Moved property...
blob
|
commitdiff
|
raw
|
diff to current
2001-10-12
Alexandre Julliard
Added atom_t type for atoms to make sure we use the...
blob
|
commitdiff
|
raw
|
diff to current
2001-10-11
Alexandre Julliard
Removed the cleanup_window_queue request.
blob
|
commitdiff
|
raw
|
diff to current
2001-10-09
Alexandre Julliard
Store window class atom in the server.
blob
|
commitdiff
|
raw
|
diff to current
2001-10-08
Mike McCormack
Make serial fd blocking mode depend on FILE_FLAG_OVERLA...
blob
|
commitdiff
|
raw
|
diff to current
2001-10-04
Mike McCormack
Fetch a handle type in FILE_GetUnixHandle.
blob
|
commitdiff
|
raw
|
diff to current
2001-09-24
Alexandre Julliard
A couple of optimizations to avoid some server calls...
blob
|
commitdiff
|
raw
|
diff to current
2001-09-21
Alexandre Julliard
Added proper support for storing window parents in...
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-27
Mike McCormack
Implemented GetNamedPipeInfo.
blob
|
commitdiff
|
raw
|
diff to current
2001-08-23
Mike McCormack
Implement WaitNamedPipe and DisconnectNamedPipe.
blob
|
commitdiff
|
raw
|
diff to current
2001-08-07
Alexandre Julliard
Rewrote most of SendMessage/PeekMessage.
blob
|
commitdiff
|
raw
|
diff to current
2001-07-10
Mike McCormack
Start implementing named pipes.
blob
|
commitdiff
|
raw
|
diff to current
2001-06-20
Alexandre Julliard
Moved queue paint count to the server. Removed a few...
blob
|
commitdiff
|
raw
|
diff to current
2001-06-19
Alexandre Julliard
Moved hardware message queue handling to the server.
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-22
Michael McCormack
Use poll() on the client-side during server waits to...
blob
|
commitdiff
|
raw
|
diff to current
2001-03-22
Alexandre Julliard
Use the new send_fd mechanism for the set_console_fd...
blob
|
commitdiff
|
raw
|
diff to current
2001-03-21
Jeff Garzik
Warning fixes.
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-21
Alexandre Julliard
Added separate server pipe to wait on blocking server...
blob
|
commitdiff
|
raw
|
diff to current
2001-02-20
Alexandre Julliard
Small server protocol cleanups.
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
Made exception_event_request non-blocking, and added
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-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-12-15
Alexandre Julliard
Converted enum_key_value request to the new request...
blob
|
commitdiff
|
raw
|
diff to current
2000-11-25
Dimitrie O. Paun
Include config.h in files that test for constants defin...
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-11-13
Mike McCormack
- created server object for handling async i/o
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-10-02
Alexandre Julliard
Convert NtQueryKey and NtEnumerateKey to the new reques...
blob
|
commitdiff
|
raw
|
diff to current
2000-10-01
Alexandre Julliard
Converted some of the registry server requests to the...
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-09-16
Mike McCormack
Implemented SetCommMask, SetCommTimeouts, GetCommMask...
blob
|
commitdiff
|
raw
|
diff to current
2000-09-07
Mike McCormack
Added serial port object to the server.
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-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-08-14
Alexandre Julliard
Implemented SEC_IMAGE mappings and shared PE sections...
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-14
Alexandre Julliard
Added support for registry values larger than the serve...
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-16
Alexandre Julliard
Save the registry on server exit without client interve...
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-04
Alexandre Julliard
Made request tracing more robust against bogus lengths.
blob
|
commitdiff
|
raw
|
diff to current
2000-03-26
Ove Kaaven
Handle POLLHUP better (delay FD_CLOSE notification...
blob
|
commitdiff
|
raw
|
diff to current
2000-03-25
Francois Gouget
Use min/max instead of MIN/MAX.
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-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
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
Alexandre Julliard
Moved global atoms to the server (based on the work...
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-20
Alexandre Julliard
Added Get/SetThreadContext support through the server.
blob
|
commitdiff
|
raw
|
diff to current
2000-01-09
Juergen Schmied
- removed copying of HKEY_USERS to HKEY_CURRENT_USER
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-11-29
Alexandre Julliard
Implemented waitable timers.
blob
|
commitdiff
|
raw
|
diff to current
1999-11-25
Alexandre Julliard
Store all object names as Unicode in the server.
blob
|
commitdiff
|
raw
|
diff to current
1999-11-24
Alexandre Julliard
Added wine.conf option for new format registry files.
blob
|
commitdiff
|
raw
|
diff to current
1999-11-23
Alexandre Julliard
Added registry support to the server.
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-10-13
Ove Kaaven
Added socket interface to wineserver.
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-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
Added TEB in init_thread request.
blob
|
commitdiff
|
raw
|
diff to current
1999-05-15
Alexandre Julliard
Server reorganization:
blob
|
commitdiff
|
raw
|
diff to current
1999-05-08
Patrik Stridvall
ANSI C fixes.
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-04-11
Ulrich Weigand
Added new CLIENT_DebuggerRequest routine, implemented...
blob
|
commitdiff
|
raw
|
diff to current
1999-03-27
Alexandre Julliard
Added cmd line in new_process request.
blob
|
commitdiff
|
raw
|
diff to current
1999-03-23
Alexandre Julliard
Added server pid and tid in init_thread request, and...
blob
|
commitdiff
|
raw
|
diff to current
1999-03-21
Alexandre Julliard
Added new_process and init_process request.
blob
|
commitdiff
|
raw
|
diff to current
next