Sign in
goma
/
wine
/
ae7e5b145f28caa32afb9e30a69ee51488ce9dbc
/
server
/
main.c
c99609a
wineserver: Return the version information in the same format as wine --version.
by Austin English
· 14 years ago
f12f850
server: Fix symbol was not declared and using plain integer as NULL pointer sparse warnings.
by Rob Shearman
· 15 years ago
64e6ee5
server: Set stderr in line-buffered mode before doing anything else.
by Alexandre Julliard
· 16 years ago
67daa7f
wineserver: Add support for long command line options.
by Vitaliy Margolen
· 17 years ago
aaf477f
server: Change the timeout handling to use NT-style 64-bit timeouts everywhere.
by Alexandre Julliard
· 18 years ago
360a3f9
Update the address of the Free Software Foundation.
by Jonathan Ernst
· 19 years ago
4e36524
server: Remove sync_namespace.
by Vitaliy Margolen
· 19 years ago
3c6bdcc
Implement directory object in wineserver.
by Vitaliy Margolen
· 19 years ago
1ca6e89
- Use OBJ_CASE_INSENSITIVE in object lookup.
by Vitaliy Margolen
· 19 years ago
c516571
- Use NULL instead of 0 for all non-handle pointers.
by Robert Shearman
· 20 years ago
52e5ac5
Make sure leaked objects are printed even if a file descriptor is still open.
by Alexandre Julliard
· 20 years ago
ec39d65
Added a version option to the wineserver.
by Bill Medland
· 20 years ago
9037f4b
Added generic signal handling mechanism based on pipes to synchronize
by Alexandre Julliard
· 22 years ago
7ad5be9
Added -f option to make wineserver remain in the foreground for
by Alexandre Julliard
· 22 years ago
e66207e
Moved all references to file descriptors out of the generic object
by Alexandre Julliard
· 22 years ago
526a28d
Added support for multiple object namespaces, and a bunch functions
by Alexandre Julliard
· 22 years ago
40043ed
Added -k option to kill an existing wineserver.
by Alexandre Julliard
· 23 years ago
15a0f0e
Check POLLHUP semantics at remote shutdown when wineserver is started.
by Martin Wilck
· 23 years ago
4144b5b
Create the server directory and socket file in /tmp.
by Alexandre Julliard
· 23 years ago
f5e0f0c
Added timer on server exit to wait a bit for new clients.
by Alexandre Julliard
· 23 years ago
0799c1a
Added LGPL standard comment, and copyright notices where necessary.
by Alexandre Julliard
· 23 years ago
516e40e
Make sure that GetMessagePos and GetMessageTime return sane values
by Alexandre Julliard
· 23 years ago
3ea0c07
Warning fixes.
by Jeff Garzik
· 24 years ago
558b660
Added a simple usage() function.
by Josh DuBois
· 24 years ago
c941eff
Make GetTickCount not use the whole Unix epoch (since 1970) any more,
by Andreas Mohr
· 25 years ago
6c8d917
Added a real root key and simplified creation of the HKEY_* special root keys.
by Alexandre Julliard
· 25 years ago
ed923a5
More verbose error message.
by Andreas Mohr
· 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
b73421d
Set thread start address to 0 on events generated by
by Alexandre Julliard
· 25 years ago
ea0d028
Added specific routines for OUTPUT_DEBUG_STRING and EXCEPTION debug events.
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
d7e85d6
Added registry support to the server.
by Alexandre Julliard
· 25 years ago
9103daf
Install the wine server in $(bindir) and exec it from there.
by Alexandre Julliard
· 25 years ago
1ed4ecf
ANSI C fixes.
by Patrik Stridvall
· 26 years ago
5bc7808
Made server communication faster by using a shared memory block.
by Alexandre Julliard
· 26 years ago
1bdd154
Added optional debugging code in object management.
by Alexandre Julliard
· 26 years ago
43c190e
Server reorganization:
by Alexandre Julliard
· 26 years ago
f692d44
Added new_process and init_process request.
by Alexandre Julliard
· 26 years ago
a8b8d9c
Added server-side file mapping object support.
by Alexandre Julliard
· 26 years ago
c6e45ed
Added add_queue/remove_queue to server object operations.
by Alexandre Julliard
· 26 years ago
767e6f6
Release 980809
by Alexandre Julliard
· 27 years ago
wine-980809
642d313
Release 980712
by Alexandre Julliard
· 27 years ago
wine-980712