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