- 43701b9 Build a default command-line if the one we received is an empty string. by Alexandre Julliard · 22 years ago
- 996baf6 Transmit the Windows PATH to child processes using the WINEPATH variable. by Alexandre Julliard · 22 years ago
- 54f2287 Added process_id_t and thread_it_t types to the server interface by Alexandre Julliard · 22 years ago
- 472d016 Correct SIZE_T size according to MS SDK. by Dmitry Timoshkov · 23 years ago
- d75aed2 Convert most of the file APIs to Unicode. by Dmitry Timoshkov · 23 years ago
- d016f81 Added include protection for unistd.h and sys/time.h. by Patrik Stridvall · 23 years ago
- befbb0e Make behavior of builtin executables closer to that of builtin dlls. by Alexandre Julliard · 23 years ago
- a5dea21 Implemented the RtlImage* functions, and use them to replace the by Alexandre Julliard · 23 years ago
- 99d8b7f Moved initial AllocConsole call to kernel init (based on a patch by by Alexandre Julliard · 23 years ago
- 84dc139 Remove .so extension from main module file name after loading it so by Alexandre Julliard · 23 years ago
- 267ca68 Fixed HANDLE<->HFILE conversions, since they will be different types by Alexandre Julliard · 23 years ago
- 75ce72e Fixed handling of .com binaries (thanks to Chris Morgan). by Alexandre Julliard · 23 years ago
- 3c5eba0 Fixed .com binary support. by Alexandre Julliard · 23 years ago
- 103295c Reset signals to SIG_DFL before starting a child process. by François Gouget · 23 years ago
- 296c5a6 Fixed some issues found by winapi_check. by Patrik Stridvall · 23 years ago
- a061b84 Moved specification of relay and snoop include/exclude functions to by Alexandre Julliard · 23 years ago
- 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
- be367c7 Added wine_server_fd_to_handle to replace FILE_DupUnixHandle. by Alexandre Julliard · 23 years ago
- 9d80215 A few optimizations in the process startup requests now that Winelib by Alexandre Julliard · 23 years ago
- 55e845d Removed most inclusions of options.h. by Alexandre Julliard · 23 years ago
- 3536316 New loading scheme for Winelib apps, makes them behave like builtin by Alexandre Julliard · 23 years ago
- cc2ee76 Renamed Winelib apps to .exe.so to follow the dll naming convention. by Alexandre Julliard · 23 years ago
- 702b158 Export global argc/argv variables from libwine and remove the by Alexandre Julliard · 23 years ago
- aa04a6f Don't prepend '--' to the command line when starting a Windows binary. by Alexandre Julliard · 23 years ago
- 5769d1d Better support for configure detection of missing types, added check by Alexandre Julliard · 23 years ago
- 874d671 Fixed stupid typo in previous patch. by Alexandre Julliard · 23 years ago
- eac3662 Fixed inheriting command-line options from parent process. by Alexandre Julliard · 23 years ago
- 1c2fa97 Create new console only if the process is a console application. by Dmitry Timoshkov · 23 years ago
- 4ae9297 Hack to make wineconsole work again. by Alexandre Julliard · 23 years ago
- 6543a65 Transfer the full process startup info as well as the command-line 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
- 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
- 6478164 Do not use the PEB lock as loader lock, use a separate critical by Alexandre Julliard · 23 years ago
- 5016e92 Added support for cleaning up the TEB from inside the exiting thread. by Alexandre Julliard · 23 years ago
- 19ffe59 Call the 32-bit USER signal proc directly instead of using a callout. by Alexandre Julliard · 23 years ago
- a5d882d Added SYNCHRONIZE access to stdio handles. by Alexandre Julliard · 23 years ago
- 9caa71e Redesign of the server communication protocol to allow arbitrary sized by Alexandre Julliard · 23 years ago
- 0b83d4c New console code based on Win32 windows. by Eric Pouech · 23 years ago
- d7c4e4d Return success in CreateProcess when we started a non-Winelib Unix process. 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
- d5a2698 Make sure that newly allocated TLS indexes are cleared. by Aric Stewart · 23 years ago
- 5ee3879 Fix the conversions of a command line to/from an argv array. by Francois Gouget · 24 years ago
- 8c03474 Fixed image name value sent to server upon process creation. by Eric Pouech · 24 years ago
- 5edf4e1 Removed a few unnecessary Callouts. by Alexandre Julliard · 24 years ago
- 37e9503 Moved server.h to include/wine. by Alexandre Julliard · 24 years ago
- 044855c Documentation fixes. by Patrik Stridvall · 24 years ago
- dae8de6 Documentation ordinal fixes (using winapi_fixup). by Patrik Stridvall · 24 years ago
- 3581865 Support for specifying stack size of Winelib apps. by Alexandre Julliard · 24 years ago
- 8ff37b8 Set low-order bit of module handle for LOAD_LIBRARY_AS_DATAFILE. by Alexandre Julliard · 24 years ago
- e17d1a3 Print the tid in the first column when +tid is specified. by Francois Gouget · 24 years ago
- 15a3b74 Documentation name fixes. by Patrik Stridvall · 24 years ago
- 4ea3c26 Display thread id instead of %fs in relay trace. by Dmitry Timoshkov · 24 years ago
- a5a872e Use the new send_fd mechanism for the set_console_fd server request. by Alexandre Julliard · 24 years ago
- 9ec9c2b Implemented SetFileApisToOEM, SetFileApisToANSI and AreFileApisANSI. by Dmitry Timoshkov · 24 years ago
- 8859d77 Create the server pipes on the client side and transfer them to the by Alexandre Julliard · 24 years ago
- 9ee9eff Use the standard CreateThread routine to create 16-bit tasks instead by Alexandre Julliard · 24 years ago
- 67a7499 New set of macros for server calls; makes requests without variable by Alexandre Julliard · 24 years ago
- 7f187e5 Only create the system heap when we actually need it. by Alexandre Julliard · 24 years ago
- a4bc5a2 Pass the stdin/stdout handles on startup to use as console (based on a by Alexandre Julliard · 24 years ago
- d0a4177 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
- 169adf5 More verbose error messages when application load fails. by Josh DuBois · 24 years ago
- e9936d9 Changed wait_process and wait_debug_event requests to never block; by Alexandre Julliard · 24 years ago
- 7d5bc5c Removed some direct accesses to the 16-bit task structure. by Alexandre Julliard · 24 years ago
- 105b0f4 Use the exe name and file handle we got from the server also when by Alexandre Julliard · 24 years ago
- da2b6a9 Fixed some HFILE vs. HANDLE mismatches. by François Gouget · 24 years ago
- ad29b90 Send the exe file handle in init_process_done request. by Alexandre Julliard · 24 years ago
- 8081e5a Added handle_t type to server interface so that we can make handles by Alexandre Julliard · 24 years ago
- 1dc7553 Pass the application name also when starting a Unix app, and use it to by Alexandre Julliard · 24 years ago
- a6d83eb - clarify many error messages - add data corruption warning to README file by Andreas Mohr · 24 years ago
- 1ab243b Merged the get_read_fd and get_write_fd requests. by Alexandre Julliard · 24 years ago
- db0747d Removed some unnecessary includes. Got rid of ldt.h. by Alexandre Julliard · 24 years ago
- 751625e Got rid of main.h. by Alexandre Julliard · 24 years ago
- becb9a3 Moved all Wine internal definitions out of process.h. by Alexandre Julliard · 24 years ago
- cc7aef3 Display an error message if loading a Winelib app failed (suggested by by Alexandre Julliard · 24 years ago
- 2b3aa61 Added/modified documentation for function arguments. by Patrik Stridvall · 24 years ago
- ef57e18 Removed some unnecessary includes. by Alexandre Julliard · 24 years ago
- 71d68bb Use the HEAP_WINE_SEGPTR flag to specify allocations on the segptr heap. by Alexandre Julliard · 24 years ago
- a59324d Cosmetics. by Andreas Mohr · 24 years ago
- ab68797 Moved standard syslevel APIs declaration to winbase.h. by Alexandre Julliard · 24 years ago
- 914406f Moved LDT handling to libwine.so. Changed the interface to use the by Alexandre Julliard · 24 years ago
- 591832e Added support for loading a Winelib app linked as a .so from the wine by Alexandre Julliard · 24 years ago
- 4e951ea Check all Callouts function pointers for NULL before using them. by Alexandre Julliard · 24 years ago
- e087508 Moved builtin dll registration to libwine. by Alexandre Julliard · 24 years ago
- 908464d Authors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie O. Paun <dimi@cs.toronto.edu>, Patrik Stridvall <ps@leissner.se> by Alexandre Julliard · 24 years ago
- 51e4657 Added support for a WINELOADER environment variable which allows the by Jeremy White · 24 years ago
- 57f05e1 Converted a few more server requests to the new mechanism. by Alexandre Julliard · 24 years ago
- aef9a36 Use special environment variables to transmit the cwd of the various by Alexandre Julliard · 24 years ago
- c941eff Make GetTickCount not use the whole Unix epoch (since 1970) any more, by Andreas Mohr · 25 years ago
- 20cd935 - fixes debugger output by Andreas Mohr · 25 years ago
- 9714152 Avoid crash on empty command-line. by Andreas Mohr · 25 years ago
- 9264300 Converted a lot of server requests to the new exception handling mechanism. by Alexandre Julliard · 25 years ago
- 9c2370b Added exception handling wrapper to a number of server requests. by Alexandre Julliard · 25 years ago
- 973ce4a Moved TASK_Create call to KERNEL initialisation routine. by Alexandre Julliard · 25 years ago
- d398aac - don't return FALSE for system process changes by Andreas Mohr · 25 years ago
- 52900c8 Make PDB, ENVDB and STARTUPINFO global variables. by Alexandre Julliard · 25 years ago
- 081ee94 - Fixed resource functions to work directly from the HMODULE instead of by Alexandre Julliard · 25 years ago
- 6c9d83a Added imports of user32/gdi32/kernel32 wherever necessary. by Alexandre Julliard · 25 years ago
- 1288430 DOS binary support has been restored. by Ove Kaaven · 25 years ago
- a3e0cfc Get full path of argv[0] before we change directories. by Alexandre Julliard · 25 years ago
- dad7091 Transmit current directory settings to newly created processes. by Marcus Meissner · 25 years ago