Sign in
goma
/
wine
/
439bc961c43a93984217902f7b2f77d9449ea2b6
/
server
1e54c1f
Implemented FlushFileBuffers for serial devices.
by Marcus Meissner
· 23 years ago
15a0f0e
Check POLLHUP semantics at remote shutdown when wineserver is started.
by Martin Wilck
· 23 years ago
17a2fe0
- Use PeekMessage loop around GetMessage.
by Andreas Mohr
· 23 years ago
ff73250
Unlock the master socket if the boot thread terminates early.
by Alexandre Julliard
· 23 years ago
cf5188b
Attempt at fixing POLLHUP handling for Linux 2.2.x.
by Alexandre Julliard
· 23 years ago
4144b5b
Create the server directory and socket file in /tmp.
by Alexandre Julliard
· 23 years ago
88e4261
Store dirty flag in each registry key and use it to save only modified branches.
by Alexandre Julliard
· 23 years ago
93bfa0d
Implementation for console control events (includes process groups support).
by Eric Pouech
· 23 years ago
9a62491
Removed trailing whitespace.
by Vincent Béron
· 23 years ago
65adc24
Fixed next_user_handle to also work on deleted handles.
by Alexandre Julliard
· 23 years ago
5188574
Renamed handle_t to obj_handle_t to avoid conflict with rpcdce.h.
by Alexandre Julliard
· 23 years ago
ca96de3
Fixed process startup synchronization broken by previous change.
by Alexandre Julliard
· 23 years ago
9d80215
A few optimizations in the process startup requests now that Winelib
by Alexandre Julliard
· 23 years ago
47205b8
Fixed missing wineconsole notification of title modification.
by Eric Pouech
· 23 years ago
ce830a9
Added mkinstalldirs to create directories more portably.
by Alexandre Julliard
· 23 years ago
9a68b7b
Link the tools and the server against libwine so we can use the
by Alexandre Julliard
· 23 years ago
75242f9
Fixes to FD_CLOSE handling.
by Martin Wilck
· 23 years ago
5769d1d
Better support for configure detection of missing types, added check
by Alexandre Julliard
· 23 years ago
ff1f320
Fixed some bugs in my recently submitted patch series.
by Martin Wilck
· 23 years ago
9ca4285
Fixed ReadFile() semantics when reading asynchronously on sockets.
by Martin Wilck
· 23 years ago
bff7e69
Implemented server framework for asynchronous IO on sockets.
by Martin Wilck
· 23 years ago
54ba272
Add more flexibility to the queue_async server call by moving most
by Martin Wilck
· 23 years ago
d15bf1c
Fixed handling of deferred connections in WSAAccept().
by Martin Wilck
· 23 years ago
ca18f15
Clear mapping->shared_file on error.
by Alexandre Julliard
· 23 years ago
18c1514
STATUS_CANCELLED is correct for cancelled requests (corresponds to
by Martin Wilck
· 23 years ago
4f7d893
get_window_children: only decrement available size if element was written.
by Uwe Bonnes
· 23 years ago
ad16fc9
Avoid crash when trying to attach to a terminating process.
by Alexandre Julliard
· 23 years ago
2b47fb3
- separate cleanly between async scheduling and file IO related issues.
by Martin Wilck
· 23 years ago
f5e0f0c
Added timer on server exit to wait a bit for new clients.
by Alexandre Julliard
· 23 years ago
f666257
Don't suspend a terminated thread.
by François Gouget
· 23 years ago
4705b8a
Avoid crash when trying to attach to a terminating process.
by Alexandre Julliard
· 23 years ago
417296c
Implement OpenThread() winapi call. Implement a few pthreads functions.
by Chris Morgan
· 23 years ago
0763abf
Fix warnings for Linux, FreeBSD and Solaris.
by Francois Gouget
· 23 years ago
6543a65
Transfer the full process startup info as well as the command-line
by Alexandre Julliard
· 23 years ago
81f2a73
Send message for WSAAsyncSelect sockets directly from the server,
by Alexandre Julliard
· 23 years ago
15979fd
Fixed handling of timer callback routines when the thread owning the
by Alexandre Julliard
· 23 years ago
aeb5660
Correctly fill parent pid, module size and module name in process and
by Alexandre Julliard
· 23 years ago
fc93261
Begin to make wine an SMB client.
by Mike McCormack
· 23 years ago
32521ab
Finish any pending WaitCommEvents if the event mask is set to 0.
by Mike McCormack
· 23 years ago
0799c1a
Added LGPL standard comment, and copyright notices where necessary.
by Alexandre Julliard
· 23 years ago
3c4538c
Reimplemented DebugBreakProcess.
by Alexandre Julliard
· 23 years ago
fbccb38
New XP debugging APIs: implemented DebugActiveProcessStop,
by Eric Pouech
· 23 years ago
7e105b4
Allow integer atoms in set_property and remove_property. Needed by
by Rein Klazes
· 23 years ago
86e5efb
Work around ftruncate implementations that don't support extending files.
by Alexandre Julliard
· 23 years ago
0faceb0
Implemented interprocess DDE message posting.
by Eric Pouech
· 23 years ago
8ba769f
Check unix_pid again after attach.
by Alexandre Julliard
· 23 years ago
93c3fae
Add refcounting to the thread member of the pipe user.
by Marcus Meissner
· 23 years ago
aa47705
Added support for socket flags.
by Martin Wilck
· 23 years ago
88cd32b
More general approach to file descriptor types and flags.
by Martin Wilck
· 23 years ago
b1c45b9
Fixed a bug that caused APCs to be "forgotten".
by Martin Wilck
· 23 years ago
718b1b7
Add server side support for async IO on files.
by Martin Wilck
· 23 years ago
a908756
Fixed color definition (bg and fg were swapped).
by Eric Pouech
· 23 years ago
8ae5761
Fixed string type in named pipe requests.
by Alexandre Julliard
· 23 years ago
839dfda
Save the registry before exiting on a SIGTERM.
by Alexandre Julliard
· 23 years ago
89bb3ab
Handle ReadIntervalTimeout=MAXDWORD special case a bit better.
by Mike McCormack
· 23 years ago
6f011c0
- move async activation into the server - implement async queues
by Mike McCormack
· 23 years ago
3940d8a
Let the console renderer be defined as a thread.
by Eric Pouech
· 23 years ago
9caa71e
Redesign of the server communication protocol to allow arbitrary sized
by Alexandre Julliard
· 23 years ago
e806c97
Skip queue cleanups if queue has been destroyed already.
by Alexandre Julliard
· 23 years ago
0b83d4c
New console code based on Win32 windows.
by Eric Pouech
· 23 years ago
5c84fff
Only include 'sys/user.h' for Linux. Fixes a compilation error on FreeBSD 5.0.
by Francois Gouget
· 23 years ago
49c779a
Prevent warnings about labels at end of switch statements when
by James Juran
· 23 years ago
6e04f59
Fix the Solaris and FreeBSD compilation errors introduced by the
by Francois Gouget
· 23 years ago
47f9821
Moved WIN_FindWinToRepaint functionality to the server.
by Alexandre Julliard
· 23 years ago
2720231
Make winsock.h and winsock2.h independent from the Unix headers.
by Francois Gouget
· 23 years ago
805bdc5
Store the window caption text in the server.
by Alexandre Julliard
· 23 years ago
c4be541
Avoid ftruncate to work around broken UMSDOS file system.
by Alexandre Julliard
· 23 years ago
309ed4e
Make ConnectNamedPipe work in overlapped mode.
by Mike McCormack
· 23 years ago
9e5af61
Prevent danger of accessing freed memory (theoretical but unlikely bug).
by Bill Medland
· 23 years ago
1425941
Fix the #include order for config.h.
by François Gouget
· 23 years ago
4a9c839
Allow owner to be the desktop window.
by Alexandre Julliard
· 23 years ago
ac2e4f1
Don't keep main exe and dlls handles open when the file is on removable media.
by Alexandre Julliard
· 23 years ago
708a846
Save a disk file's drive type in the server object.
by Ove Kaaven
· 23 years ago
ddc3317
Store in the server all the window information accessible with
by Alexandre Julliard
· 23 years ago
516e40e
Make sure that GetMessagePos and GetMessageTime return sane values
by Alexandre Julliard
· 23 years ago
0d50965
Added requests to store window rectangles in the server.
by Alexandre Julliard
· 23 years ago
386cf6e
When including 'wine/port.h', include it first.
by Francois Gouget
· 23 years ago
e5ddd26
When including config.h, include it first.
by Francois Gouget
· 23 years ago
7a2017d
Store window properties in the server. Moved property.c to dlls/user.
by Alexandre Julliard
· 23 years ago
d8a8c11
Added atom_t type for atoms to make sure we use the same type
by Alexandre Julliard
· 23 years ago
003f02b
Removed the cleanup_window_queue request.
by Alexandre Julliard
· 23 years ago
844ceb9
Store window class atom in the server.
by Alexandre Julliard
· 23 years ago
c73316d
- fixed copy&paste bug (GENERIC_WRITE instead of GENERIC_READ)
by Eric Pouech
· 23 years ago
568c67e
Make serial fd blocking mode depend on FILE_FLAG_OVERLAPPED.
by Mike McCormack
· 23 years ago
646d621
Added get_file_info support to named pipes and sockets to avoid
by Alexandre Julliard
· 23 years ago
ff58be5
Fetch a handle type in FILE_GetUnixHandle.
by Mike McCormack
· 23 years ago
7695d69
A couple of optimizations to avoid some server calls in WIN_FindWndPtr
by Alexandre Julliard
· 24 years ago
5af055d
Avoid list corruption when linking window with HWND_BOTTOM (thanks to
by Alexandre Julliard
· 24 years ago
a09da0c
Added proper support for storing window parents in the server.
by Alexandre Julliard
· 24 years ago
bc878ef
Convert user handles received from client to full handles.
by Alexandre Julliard
· 24 years ago
1a66d22
Added global management of user handles in the server.
by Alexandre Julliard
· 24 years ago
f2e7ce7
Implemented GetNamedPipeInfo.
by Mike McCormack
· 24 years ago
126e6b8
Rename the regular WS_FD_XXX macros to FD_XXX.
by Francois Gouget
· 24 years ago
bf55457
Implement WaitNamedPipe and DisconnectNamedPipe.
by Mike McCormack
· 24 years ago
c86517f
- Fix for nonblocking sockets using WSAEventSelect() (patch from Ove
by Daniel Walker
· 24 years ago
05b6618
Unconditionally set O_NONBLOCK when opening.
by Mike McCormack
· 24 years ago
b8dd37d
Don't create the WINEPREFIX directory if it doesn't exist.
by Alexandre Julliard
· 24 years ago
d66130a
Don't crash if send_thread_wakeup() fails.
by Andreas Mohr
· 24 years ago
d253c58
Rewrote most of SendMessage/PeekMessage.
by Alexandre Julliard
· 24 years ago
5dda1f7
Set executable permissions when creating .exe/.com files.
by Bernhard Rosenkraenzer
· 24 years ago
Next »