Sign in
goma
/
wine
/
04a15af5dc9e0f68b1ee0cad2dbf8b9d642b35e0
/
server
/
Makefile.in
13a93b4
configure: Set rpath on all executables that link to libwine.
by Alexandre Julliard
· 19 years ago
1089260
configure: Only link against libpoll where really necessary.
by Alexandre Julliard
· 19 years ago
2886e9b
makefiles: Use make dependencies to create installation directories.
by Alexandre Julliard
· 19 years ago
eb8a40c
libs: Merged libwine_unicode into libwine.
by Alexandre Julliard
· 19 years ago
5ed5901
configure: Use --rpath if supported when building binaries to point to
by Alexandre Julliard
· 19 years ago
5392844
Add support for 'make install DESTDIR'.
by Mike Frysinger
· 19 years ago
80444df
Implement symbolic link object in wineserver.
by Vitaliy Margolen
· 19 years ago
3c6bdcc
Implement directory object in wineserver.
by Vitaliy Margolen
· 19 years ago
664e410
Added global rules for man pages.
by Alexandre Julliard
· 19 years ago
79b387d
Initial version of a wineserver man page.
by Alexandre Julliard
· 20 years ago
5a12dd1
Preliminary version of the context support for x86-64.
by Alexandre Julliard
· 20 years ago
1bf96e0
Beginnings of support for window stations and desktops.
by Alexandre Julliard
· 20 years ago
2ab6a77
Implement mailslots.
by Mike McCormack
· 20 years ago
4634447
- got rid of include/async.h
by Eric Pouech
· 20 years ago
1d9df9f
Create the necessary functions for wineserver contexts for Alpha.
by Vincent Béron
· 20 years ago
e8d86b7
Moved visible region calculation to the server.
by Alexandre Julliard
· 21 years ago
8c29b5f
Removed the no longer used SMB file I/O support, we can't do reliable
by Alexandre Julliard
· 21 years ago
db692c8
Open a real file handle for drive devices, and get rid of the server
by Alexandre Julliard
· 21 years ago
bfce151
Added window classes in the server, and support for inter-process
by Alexandre Julliard
· 21 years ago
36cd6f5
Added a security token object in wineserver.
by Mike McCormack
· 22 years ago
b2df5f9
- use global atoms for the format ids
by Ulrich Czekalla
· 22 years ago
1556639
Proper support for CPPFLAGS and LDFLAGS (suggested by Todd Vierling).
by Alexandre Julliard
· 22 years ago
c00a447
Implement anonymous pipes on top of named pipes.
by Eric Pouech
· 22 years ago
9037f4b
Added generic signal handling mechanism based on pipes to synchronize
by Alexandre Julliard
· 22 years ago
4c9754e
We still need libwine here...
by Alexandre Julliard
· 22 years ago
6a9fe36
Created a separate static portability library and moved some of the
by Alexandre Julliard
· 22 years ago
e66207e
Moved all references to file descriptors out of the generic object
by Alexandre Julliard
· 22 years ago
863637b
Started moving functions that deal with Unix file descriptors to a
by Alexandre Julliard
· 22 years ago
8b36681
Rename __WINE__ to __WINESRC__.
by Dimitrie O. Paun
· 22 years ago
0286135
Rewrote hook support to store the hook chain in the server.
by Alexandre Julliard
· 22 years ago
b3332d7
Converted the server to -DSTRICT.
by Alexandre Julliard
· 22 years ago
23bb371
Added support for building certain dlls with -DSTRICT.
by Alexandre Julliard
· 22 years ago
9fc17ee
Implemented server context/ptrace handling for Linux/PowerPC.
by Marcus Meissner
· 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
fc93261
Begin to make wine an SMB client.
by Mike McCormack
· 23 years ago
1a66d22
Added global management of user handles in the server.
by Alexandre Julliard
· 24 years ago
37ec927
Use the new protocol.def file to build the request structures.
by Alexandre Julliard
· 24 years ago
de7c300
Start implementing named pipes.
by Mike McCormack
· 24 years ago
e2222fd
Use libwine and libwine_unicode directly from their build directory
by Alexandre Julliard
· 24 years ago
1eac191
- created server object for handling async i/o
by Mike McCormack
· 24 years ago
d2e2bb2
Added LDFLAGS to linking of wine-related binaries.
by Kristoffer Gleditsch
· 24 years ago
44b5bf5
Added serial port object to the server.
by Mike McCormack
· 25 years ago
7e495e1
Make unicode.o into a separate ELF library so that we can use it from
by Alexandre Julliard
· 25 years ago
2f158c2
Removed @PROGEXT@ (it was broken anyway).
by Alexandre Julliard
· 25 years ago
afd6a4b
Updated support for Solaris/Sparc architecture.
by Ulrich Weigand
· 25 years ago
c5e433a
Moved idle event handling to the server.
by Alexandre Julliard
· 25 years ago
b849d79
Moved global atoms to the server (based on the work of Sergei
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
3e2517c
Added Get/SetThreadContext support through the server.
by Alexandre Julliard
· 25 years ago
1dca5e2
Moved poll handling to the generic part of the server objects.
by Alexandre Julliard
· 25 years ago
ad47a30
Implemented waitable timers.
by Alexandre Julliard
· 25 years ago
d16319c
Store all object names as Unicode in the server.
by Alexandre Julliard
· 25 years ago
d7e85d6
Added registry support to the server.
by Alexandre Julliard
· 25 years ago
578c100
Moved ptrace support to ptrace.c. Tried to improve portability.
by Alexandre Julliard
· 25 years ago
019211f
Added socket interface to wineserver.
by Ove Kaaven
· 25 years ago
e712e07
Added debug events support.
by Alexandre Julliard
· 26 years ago
43c190e
Server reorganization:
by Alexandre Julliard
· 26 years ago
fdc92ba
Added server snapshot support (processes only for now).
by Alexandre Julliard
· 26 years ago
f727b43
Added server-side device support (only a hack for now).
by Alexandre Julliard
· 26 years ago
a8b8d9c
Added server-side file mapping object support.
by Alexandre Julliard
· 26 years ago
63cb0f8
Added change notifications. Added global handle support.
by Alexandre Julliard
· 26 years ago
aa0ebd0
Added several file server requests Added server-side pipes and consoles
by Alexandre Julliard
· 26 years ago
338e757
Added beginnings of server-side file handling.
by Alexandre Julliard
· 26 years ago
c6e45ed
Added add_queue/remove_queue to server object operations.
by Alexandre Julliard
· 26 years ago
d30dfd2
Release 980927
by Alexandre Julliard
· 27 years ago
wine-980927
767e6f6
Release 980809
by Alexandre Julliard
· 27 years ago
wine-980809
642d313
Release 980712
by Alexandre Julliard
· 27 years ago
wine-980712