projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
Implement EnumPrinterDataEx{A|W}.
[wine]
/
server
/
2000-02-07
Juergen Lock
Added context functions for FreeBSD.
tree
|
commitdiff
2000-01-30
Ulrich Weigand
Added configure check for sys/reg.h.
tree
|
commitdiff
2000-01-30
Patrik Stridvall
Solaris support for {set,get}_thread_context added.
tree
|
commitdiff
2000-01-29
Alexandre Julliard
Added our own user_regs_struct definition for better...
tree
|
commitdiff
2000-01-29
Patrik Stridvall
Fixed minor issues found by winapi_check.
tree
|
commitdiff
2000-01-27
Juergen Schmied
Get HCU name from unix user name.
tree
|
commitdiff
2000-01-27
Alexandre Julliard
Implemented GetThreadSelectorEntry through the server.
tree
|
commitdiff
2000-01-25
Alexandre Julliard
Made the server listen for new clients on a Unix socket in
tree
|
commitdiff
2000-01-24
Alexandre Julliard
Changed the server to return STATUS_* error codes.
tree
|
commitdiff
2000-01-20
Alexandre Julliard
Added Get/SetThreadContext support through the server.
tree
|
commitdiff
2000-01-09
Juergen Schmied
- removed copying of HKEY_USERS to HKEY_CURRENT_USER
tree
|
commitdiff
2000-01-04
Alexandre Julliard
Moved allocation of the socket pair for a new thread...
tree
|
commitdiff
2000-01-04
Alexandre Julliard
Made debug events and contexts standard objects.
tree
|
commitdiff
2000-01-04
Alexandre Julliard
Made sleep_on usable from all requests.
tree
|
commitdiff
2000-01-01
Alexandre Julliard
Moved poll handling to the generic part of the server...
tree
|
commitdiff
1999-12-13
Alexandre Julliard
Use poll() instead of select() for the server main...
tree
|
commitdiff
1999-12-10
Ulrich Czekalla
Fixed off-by-one error.
tree
|
commitdiff
1999-12-04
Marcus Meissner
Flush handle in any access mode.
tree
|
commitdiff
1999-11-29
Alexandre Julliard
Fixed get_event_obj/get_file_obj to use the process...
tree
|
commitdiff
1999-11-29
Alexandre Julliard
Fixed DEBUG_ONLY_THIS_PROCESS again (thanks to Ulrich...
tree
|
commitdiff
1999-11-29
Alexandre Julliard
Implemented waitable timers.
tree
|
commitdiff
1999-11-28
Juergen Lock
Don't try to call towupper() when there's no wctype.h.
tree
|
commitdiff
1999-11-25
Alexandre Julliard
More portability fixes (thanks to Juergen Lock).
tree
|
commitdiff
1999-11-25
Alexandre Julliard
Store all object names as Unicode in the server.
tree
|
commitdiff
1999-11-24
Alexandre Julliard
Added wine.conf option for new format registry files.
tree
|
commitdiff
1999-11-24
Alexandre Julliard
Added support to the server for loading new format...
tree
|
commitdiff
1999-11-24
Alexandre Julliard
Fixed handling of debug events on thread/process exit.
tree
|
commitdiff
1999-11-23
Alexandre Julliard
Added registry support to the server.
tree
|
commitdiff
1999-11-21
Niels Kristian Bec...
Removed extra #include statements.
tree
|
commitdiff
1999-11-21
Alexandre Julliard
Portability fixes.
tree
|
commitdiff
1999-11-15
Eric Pouech
Fixed hash function.
tree
|
commitdiff
1999-11-14
Alexandre Julliard
Moved ptrace support to ptrace.c. Tried to improve...
tree
|
commitdiff
1999-11-14
Alexandre Julliard
Bug fixes.
tree
|
commitdiff
1999-11-13
Alexandre Julliard
Added support for WriteProcessMemory through the server.
tree
|
commitdiff
1999-11-13
Alexandre Julliard
Added get_page_size function.
tree
|
commitdiff
1999-11-12
Alexandre Julliard
Added support for ReadProcessMemory through the server.
tree
|
commitdiff
1999-11-12
Alexandre Julliard
Added support for CREATE_SUSPENDED flag in CreateProcess.
tree
|
commitdiff
1999-11-12
Gerald Pfeifer
Portability fix: renamed PTRACE_* into PT_*.
tree
|
commitdiff
1999-11-12
Alexandre Julliard
Added use_ptrace flag to disable ptrace usage. Should...
tree
|
commitdiff
1999-11-10
Alexandre Julliard
Don't crash when we get a SIGCHLD for a removed thread.
tree
|
commitdiff
1999-11-08
Alexandre Julliard
Preliminary ptrace support.
tree
|
commitdiff
1999-11-08
Alexandre Julliard
Install the wine server in $(bindir) and exec it from...
tree
|
commitdiff
1999-11-07
Alexandre Julliard
Do not free the handles once they have been sent to...
tree
|
commitdiff
1999-11-07
Jeremy White
Fixed bug in WINSOCK_accept when no event is present.
tree
|
commitdiff
1999-11-07
Ove Kaaven
Handle socket creation errors.
tree
|
commitdiff
1999-11-04
Alexandre Julliard
Made all handles multiple of 4. Fixed semantics for...
tree
|
commitdiff
1999-11-04
Alexandre Julliard
Free the handles of the event structure in the right...
tree
|
commitdiff
1999-10-24
Patrik Stridvall
- Added missing configuration #if:s and #includes:s.
tree
|
commitdiff
1999-10-23
Ove Kaaven
Winsock rewrite. Sockets are now proper win32 handles.
tree
|
commitdiff
1999-10-13
Ove Kaaven
Added socket interface to wineserver.
tree
|
commitdiff
1999-09-28
Alexandre Julliard
Made event manipulation routines public.
tree
|
commitdiff
1999-09-27
Ove Kaaven
Added EXCEPT_EVENT to wineserver select loop.
tree
|
commitdiff
1999-08-04
Alexandre Julliard
Remove the mutex from the thread list when destroying it.
tree
|
commitdiff
1999-07-31
Patrik Stridvall
Fixed some of the issues reported by Solaris Lint.
tree
|
commitdiff
1999-07-10
Howard Abrams
Renamed static global variable 'iovec' to 'myiovec'.
tree
|
commitdiff
1999-07-10
Howard Abrams
Added checks for sys/errno.h, sys/signal.h and sys...
tree
|
commitdiff
1999-06-26
Patrik Stridvall
ANSI C fixes.
tree
|
commitdiff
1999-06-26
Alexandre Julliard
Further server optimizations:
tree
|
commitdiff
1999-06-22
Alexandre Julliard
Dump server objects on SIGHUP.
tree
|
commitdiff
1999-06-22
Alexandre Julliard
Made server communication faster by using a shared...
tree
|
commitdiff
1999-06-11
Alexandre Julliard
Return console handles in alloc_console request.
tree
|
commitdiff
1999-06-07
Alexandre Julliard
Fixed initial process refcount.
tree
|
commitdiff
1999-06-04
Alexandre Julliard
Made handle table a separate object.
tree
|
commitdiff
1999-06-04
Alexandre Julliard
Added optional debugging code in object management.
tree
|
commitdiff
1999-05-29
Alexandre Julliard
Fixed duplicate_handle to work with pseudo-handles...
tree
|
commitdiff
1999-05-24
Alexandre Julliard
Added support for dumping variable-size data of server...
tree
|
commitdiff
1999-05-23
Alexandre Julliard
Added debug events support.
tree
|
commitdiff
1999-05-23
Marcus Meissner
Do not use pagesize aligned size_low to grow mapped...
tree
|
commitdiff
1999-05-20
Alexandre Julliard
Set only the client socket in non-blocking mode instead...
tree
|
commitdiff
1999-05-16
Alexandre Julliard
Adapted to new select interface.
tree
|
commitdiff
1999-05-16
Alexandre Julliard
Changed select interface, separated timeouts from file...
tree
|
commitdiff
1999-05-16
Alexandre Julliard
Moved process structure definition to process.h.
tree
|
commitdiff
1999-05-16
Alexandre Julliard
Added TEB in init_thread request.
tree
|
commitdiff
1999-05-15
Alexandre Julliard
Server reorganization:
tree
|
commitdiff
1999-05-09
Ove Kaaven
Restart interrupted select() (happens with -pg).
tree
|
commitdiff
1999-05-08
Patrik Stridvall
ANSI C fixes.
tree
|
commitdiff
1999-05-04
Ulrich Weigand
Possible crash in select_loop() fixed.
tree
|
commitdiff
1999-05-02
Ulrich Weigand
Don't crash if queuing an APC on a thread that doesn...
tree
|
commitdiff
1999-04-22
Patrik Stridvall
Fixed ANSI compabillity.
tree
|
commitdiff
1999-04-18
Alexandre Julliard
Added env ptr to new_process request
tree
|
commitdiff
1999-04-11
Ulrich Weigand
Added new CLIENT_DebuggerRequest routine, implemented...
tree
|
commitdiff
1999-04-11
Ulrich Weigand
Allow user APCs with NULL 'func' (just wake up the...
tree
|
commitdiff
1999-03-27
Alexandre Julliard
Added cmd line in new_process request.
tree
|
commitdiff
1999-03-23
Alexandre Julliard
Create startup info for the initial process.
tree
|
commitdiff
1999-03-23
Alexandre Julliard
Added server pid and tid in init_thread request, and...
tree
|
commitdiff
1999-03-21
Alexandre Julliard
Added new_process and init_process request.
tree
|
commitdiff
1999-03-16
Ulrich Weigand
Handle suspend/resume_thread requests in phase STARTING...
tree
|
commitdiff
1999-03-13
Alexandre Julliard
Fixed process_signaled (thanks to Uwe Bonnes).
tree
|
commitdiff
1999-02-28
Alexandre Julliard
CLIENT_WaitReply: don't clear last error on success...
tree
|
commitdiff
1999-02-28
Juergen Schmied
open_object should return ERROR_FILE_NOT_FOUND when...
tree
|
commitdiff
1999-02-28
David Luyer
- fixed missing stdlib.h and string.h includes everywhere
tree
|
commitdiff
1999-02-28
Alexandre Julliard
Added support for mappings with no associated file.
tree
|
commitdiff
1999-02-28
Alexandre Julliard
Removed dst_handle in duplicate_handle request.
tree
|
commitdiff
1999-02-20
Alexandre Julliard
Added get/set_handle_info request.
tree
|
commitdiff
1999-02-14
Alexandre Julliard
Added server snapshot support (processes only for now).
tree
|
commitdiff
1999-02-14
Alexandre Julliard
Moved process definitions to include/server/process.h
tree
|
commitdiff
1999-02-14
Juergen Schmied
Implemented flag FILE_FLAG_DELETE_ON_CLOSE.
tree
|
commitdiff
1999-02-09
Michael Veksler
Added missing includes to avoid warnings/errors.
tree
|
commitdiff
1999-01-31
Alexandre Julliard
Added input queue to server-side console object,
tree
|
commitdiff
1999-01-31
Alexandre Julliard
Handle set_file_time requests changing only one of...
tree
|
commitdiff
next