projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Corrected c2man flags. It still crashes anyhow :-/
[wine]
/
scheduler
/
2000-07-16
Alexandre Julliard
Get full path of argv[0] before we change directories.
tree
|
commitdiff
2000-07-16
Marcus Meissner
Transmit current directory settings to newly created...
tree
|
commitdiff
2000-07-15
Andreas Mohr
Extend the WSOCK32 warning in certain functions to...
tree
|
commitdiff
2000-07-11
Andreas Mohr
Better error message for really clueless newbies.
tree
|
commitdiff
2000-07-10
Alexandre Julliard
Lazy initialisation of thread locale.
tree
|
commitdiff
2000-07-10
Juergen Schmied
Moved setting the locale value to the right position.
tree
|
commitdiff
2000-07-08
Slava Monich
Implementation of Get/SetThreadPriorityBoost.
tree
|
commitdiff
2000-06-24
Alexandre Julliard
Make sure the cmdline passed to CreateProcessA is write...
tree
|
commitdiff
2000-06-14
Alexandre Julliard
ConvertToGlobalHandle: fixed handle leak.
tree
|
commitdiff
2000-06-12
Juergen Schmied
- implemented Get/SetThreadLocale
tree
|
commitdiff
2000-06-08
Alexandre Julliard
Removed a few unnecessary includes.
tree
|
commitdiff
2000-06-08
Alexandre Julliard
Pass the main exe name in the CREATE_PROCESS debug...
tree
|
commitdiff
2000-06-08
Ulrich Weigand
Make a better guess to find the top of the initial...
tree
|
commitdiff
2000-06-07
Alexandre Julliard
Setup signal handling and exceptions only after REQ_INI...
tree
|
commitdiff
2000-06-07
Patrik Stridvall
Fixed issues found by winapi_check.
tree
|
commitdiff
2000-06-04
Ulrich Weigand
Updated support for Solaris/Sparc architecture.
tree
|
commitdiff
2000-06-04
Ulrich Weigand
Moved stack switch handling (large stack) to sysdeps.c
tree
|
commitdiff
2000-06-03
Alexandre Julliard
Moved kernel initialization to kernel_main.c
tree
|
commitdiff
2000-06-01
Alexandre Julliard
Make sure main_exe_name is a DOS filename (thanks to...
tree
|
commitdiff
2000-05-30
Alexandre Julliard
Moved idle event handling to the server.
tree
|
commitdiff
2000-05-29
Alexandre Julliard
Exec a separate wine binary for every win32 process...
tree
|
commitdiff
2000-05-23
Andreas Mohr
Use WARN() instead of TRACE() in DebugOutputA().
tree
|
commitdiff
2000-05-10
Alexandre Julliard
Specify the service thread timers in ms instead of us.
tree
|
commitdiff
2000-05-09
Ove Kaaven
Fixed jump_alias for non-PIC, and disabled it for PIC...
tree
|
commitdiff
2000-05-03
Alexandre Julliard
Store process file name in startup info.
tree
|
commitdiff
2000-05-03
Alexandre Julliard
Fixed default thread stack size.
tree
|
commitdiff
2000-05-01
Alexandre Julliard
Setup the initial thread %fs from a constructor.
tree
|
commitdiff
2000-05-01
Alexandre Julliard
Rewrote Unix process launching to allow passing startup...
tree
|
commitdiff
2000-05-01
Alexandre Julliard
Added atfork support.
tree
|
commitdiff
2000-04-29
Eric Pouech
Enhanced libc's pthread configuration detection.
tree
|
commitdiff
2000-04-29
Ove Kaaven
Made pthread_kill_other_threads_np and pthread_atfork...
tree
|
commitdiff
2000-04-28
Ove Kaaven
Removed init_sect. Use Interlocked* functions instead.
tree
|
commitdiff
2000-04-28
Ove Kaaven
Override fork().
tree
|
commitdiff
2000-04-23
Ove Kaaven
Added some more pthread overrides.
tree
|
commitdiff
2000-04-15
Alexandre Julliard
Improved Winelib apps initialisation code. No longer...
tree
|
commitdiff
2000-04-14
Ove Kaaven
POSIX threads emulation, tricks glibc into being thread...
tree
|
commitdiff
2000-04-14
Alexandre Julliard
Made server launching somewhat cleaner and faster.
tree
|
commitdiff
2000-04-14
Alexandre Julliard
Load done event now created by the server.
tree
|
commitdiff
2000-04-13
Alexandre Julliard
Cleanup thread stack allocation. Use a single VirtualAl...
tree
|
commitdiff
2000-04-11
Alexandre Julliard
Made GetProcessHeap(), GetCurrentProcessId(), GetCurren...
tree
|
commitdiff
2000-04-08
Alexandre Julliard
Removed a number of global handle allocations and criti...
tree
|
commitdiff
2000-04-08
Alexandre Julliard
Temporary hack to share handles between processes shari...
tree
|
commitdiff
2000-04-08
Alexandre Julliard
Added lazy initialization of critical sections, based...
tree
|
commitdiff
2000-04-06
Alexandre Julliard
Added support for WINEPREFIX environment variable.
tree
|
commitdiff
2000-04-04
Alexandre Julliard
Fixed file descriptor leaks.
tree
|
commitdiff
2000-03-30
Alexandre Julliard
Commented out exit() call on ExitProcess for now.
tree
|
commitdiff
2000-03-28
Patrik Stridvall
Added/fixed some documentation reported by winapi_check.
tree
|
commitdiff
2000-03-28
Alexandre Julliard
Put CLONE_FILES back in, it is still breaking too many...
tree
|
commitdiff
2000-03-25
Alexandre Julliard
Fixed a couple of file descriptor leaks.
tree
|
commitdiff
2000-03-24
Patrik Stridvall
Fixed some warnings.
tree
|
commitdiff
2000-03-24
Patrik Stridvall
Fixed some issues reported by winapi_check.
tree
|
commitdiff
2000-03-19
Dimitrie O. Paun
Removed most calls to xmalloc/xrealloc.
tree
|
commitdiff
2000-03-18
Alexandre Julliard
Misc small cleanups.
tree
|
commitdiff
2000-03-17
Alexandre Julliard
Have threads and processes exit more cleanly whenever...
tree
|
commitdiff
2000-03-10
Alexandre Julliard
Removed PROCESS_IsCurrent().
tree
|
commitdiff
2000-03-10
Alexandre Julliard
Added specific routines for OUTPUT_DEBUG_STRING and...
tree
|
commitdiff
2000-03-09
Alexandre Julliard
Store the list of loaded dlls in the server, and genera...
tree
|
commitdiff
2000-03-08
Alexandre Julliard
Added server protocol version check.
tree
|
commitdiff
2000-03-08
Alexandre Julliard
Removed PDB32_DEBUGGED flag and send all debug events...
tree
|
commitdiff
2000-03-08
Alexandre Julliard
Generate CREATE_PROCESS/THREAD debug events internally...
tree
|
commitdiff
2000-03-07
Alexandre Julliard
Better implementation of inline functions SetLastError and
tree
|
commitdiff
2000-02-26
Alexandre Julliard
Improved the selector get/set functions.
tree
|
commitdiff
2000-02-26
Patrik Stridvall
Fixed ANSI C violations.
tree
|
commitdiff
2000-02-20
Andreas Mohr
Added FIXME comment for entry point parameter.
tree
|
commitdiff
2000-02-18
Alexandre Julliard
Store the handle of the process exe file in the server.
tree
|
commitdiff
2000-02-13
Dave Pickles
Added definition for STILL_ACTIVE.
tree
|
commitdiff
2000-02-13
Juergen Lock
Added configure check for the unix domain sockaddr...
tree
|
commitdiff
2000-01-30
Ulrich Weigand
Mark initial process as 32-bit for WineLib apps.
tree
|
commitdiff
2000-01-29
Andreas Mohr
- add some documentation items
tree
|
commitdiff
2000-01-29
Alexandre Julliard
Use a per-thread buffer and write(2) for debug traces.
tree
|
commitdiff
2000-01-27
Alexandre Julliard
Implemented GetThreadSelectorEntry through the server.
tree
|
commitdiff
2000-01-25
Alexandre Julliard
Use argv[0] to locate the server executable.
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-15
Juergen Schmied
- added NT fields to TEB
tree
|
commitdiff
2000-01-04
Alexandre Julliard
Moved allocation of the socket pair for a new thread...
tree
|
commitdiff
2000-01-01
Peter Ganten
Implemented WaitForInputIdle.
tree
|
commitdiff
1999-12-25
Juergen Schmied
NT allocates one page as TEB. Some native NT-dlls are...
tree
|
commitdiff
1999-12-13
Alexandre Julliard
Use waitable timers to implement service thread timers.
tree
|
commitdiff
1999-12-12
Andreas Mohr
Fixed compiler warnings.
tree
|
commitdiff
1999-12-10
Ulrich Weigand
Bugfix: Show main window if CreateProcess was called...
tree
|
commitdiff
1999-12-08
Dimitrie O. Paun
Make use of the DEFAULT_DEBUG_CHANNEL where appropriate.
tree
|
commitdiff
1999-12-08
Ulrich Weigand
Delay sending debug events until process initialization...
tree
|
commitdiff
1999-12-05
Ulrich Weigand
Call 16-bit instead of 32-bit UserSignalProc entry...
tree
|
commitdiff
1999-12-04
Ulrich Weigand
Fixed 32-bit module name handling to conform better...
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-25
Alexandre Julliard
Store all object names as Unicode in the server.
tree
|
commitdiff
1999-11-24
Alexandre Julliard
Added current context to the exception debug event...
tree
|
commitdiff
1999-11-24
Alexandre Julliard
Raise an exception when a critical section wait failed.
tree
|
commitdiff
1999-11-21
Alexandre Julliard
Added server_call_noerr function that avoids touching...
tree
|
commitdiff
1999-11-21
Niels Kristian Bec...
Removed extra #include statements.
tree
|
commitdiff
1999-11-21
Alexandre Julliard
Fixed meaning of DEBUG_ONLY_THIS_PROCESS flag.
tree
|
commitdiff
1999-11-13
Patrik Stridvall
Added better missing function emulation.
tree
|
commitdiff
1999-11-13
Alexandre Julliard
Added support for WriteProcessMemory through the server.
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-10
Ulrich Weigand
Bugfix: LOAD_DLL_DEBUG_EVENT lpImageName parameter...
tree
|
commitdiff
1999-11-08
Alexandre Julliard
Install the wine server in $(bindir) and exec it from...
tree
|
commitdiff
next