2011-10-08 |
Charles Davis | loader: Fix constant address warning on Mac OS. |
blob | commitdiff | raw |
2011-01-17 |
Austin English | loader: Add missing checks for FreeBSD_kernel. |
blob | commitdiff | raw | diff to current |
2010-12-27 |
Alexandre Julliard | configure: Get rid of the replacement function for... |
blob | commitdiff | raw | diff to current |
2010-12-16 |
Alexandre Julliard | loader: Build the preloader for x86-64. |
blob | commitdiff | raw | diff to current |
2009-10-27 |
Yann Droneaud | loader: Use __asm__ keyword instead of asm. |
blob | commitdiff | raw | diff to current |
2009-07-06 |
Alexandre Julliard | loader: Get rid of the pthread support routines. |
blob | commitdiff | raw | diff to current |
2009-06-29 |
Alexandre Julliard | ntdll: Disable releasing the address space on Mac OS... |
blob | commitdiff | raw | diff to current |
2009-06-25 |
Alexandre Julliard | loader: Reserve some more memory to cover the native... |
blob | commitdiff | raw | diff to current |
2009-06-23 |
Alexandre Julliard | configure: Rename the shared heap segment to avoid... |
blob | commitdiff | raw | diff to current |
2009-03-30 |
Alexandre Julliard | loader: Don't bother checking for pthread.h existence... |
blob | commitdiff | raw | diff to current |
2009-03-10 |
Alexandre Julliard | loader: Merge the first and second stage loaders into... |
blob | commitdiff | raw | diff to current |
2008-11-07 |
Alexandre Julliard | loader: Use a hidden function instead of an exported... |
blob | commitdiff | raw | diff to current |
2008-11-07 |
Alexandre Julliard | loader: Reserve some space for the virtual heap too. |
blob | commitdiff | raw | diff to current |
2008-03-26 |
Alexandre Julliard | libwine: Export functions that return the Wine version... |
blob | commitdiff | raw | diff to current |
2006-11-06 |
Alexandre Julliard | loader: Update the reported version from the current... |
blob | commitdiff | raw | diff to current |
2006-11-06 |
Alexandre Julliard | ntdll: Moved command-line help to the loader binary. |
blob | commitdiff | raw | diff to current |
2006-10-12 |
Alexandre Julliard | loader: Make sure the reserved area is protected on... |
blob | commitdiff | raw | diff to current |
2006-07-24 |
Alexandre Julliard | preloader: Allocate more space in low memory as well... |
blob | commitdiff | raw | diff to current |
2006-05-23 |
Jonathan Ernst | Update the address of the Free Software Foundation. |
blob | commitdiff | raw | diff to current |
2006-02-15 |
Emmanuel Maillard | loader: Reserve memory area on Darwin (based on Steve... |
blob | commitdiff | raw | diff to current |
2005-09-03 |
Alexandre Julliard | Use explicit function pointers for pthread support... |
blob | commitdiff | raw | diff to current |
2004-06-14 |
Alexandre Julliard | Yet another fix for the MacOS X environ brain damage. |
blob | commitdiff | raw | diff to current |
2004-05-29 |
Alexandre Julliard | Pass the environ variable from main to try to avoid... |
blob | commitdiff | raw | diff to current |
2004-05-28 |
Alexandre Julliard | Initial version of the Wine preloader, used to reserve... |
blob | commitdiff | raw | diff to current |
2004-05-25 |
Alexandre Julliard | Added support for managing reserved memory areas in... |
blob | commitdiff | raw | diff to current |
2004-01-20 |
Alexandre Julliard | Disable the exec shield workaround for now, it's causin... |
blob | commitdiff | raw | diff to current |
2003-11-22 |
Alexandre Julliard | Create a huge array in bss to reserve the memory area... |
blob | commitdiff | raw | diff to current |
2003-11-06 |
Alexandre Julliard | Re-use the loader directory for the main wine loader... |
blob | commitdiff | raw | diff to current |
2003-05-20 |
Alexandre Julliard | Moved all process initialisation code to process.c... |
blob | commitdiff | raw |
2002-11-23 |
Alexandre Julliard | Removed no longer needed PROFILE_LoadWineIni(). |
blob | commitdiff | raw | diff to current |
2002-08-28 |
Patrik Stridvall | MSVC compatibility fixes. |
blob | commitdiff | raw | diff to current |
2002-08-17 |
Patrik Stridvall | Added include protection for unistd.h and sys/time.h. |
blob | commitdiff | raw | diff to current |
2002-06-25 |
Alexandre Julliard | Added support for path wildcards of the form "*dllname... |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2001-07-23 |
Alexandre Julliard | Removed some unnecessary includes. |
blob | commitdiff | raw | diff to current |
2001-07-19 |
Alexandre Julliard | Moved server.h to include/wine. |
blob | commitdiff | raw | diff to current |
2001-07-02 |
Patrik Stridvall | Documentation fixes. |
blob | commitdiff | raw | diff to current |
2001-03-20 |
Alexandre Julliard | - Added support for app-specific dll overrides using |
blob | commitdiff | raw | diff to current |
2000-12-12 |
Alexandre Julliard | Got rid of main.h. |
blob | commitdiff | raw | diff to current |
2000-09-26 |
Alexandre Julliard | Removed shell.h. Cleaned up the nested includes mess... |
blob | commitdiff | raw | diff to current |
2000-08-26 |
Andreas Mohr | - made the MIDI sequencer error message much better... |
blob | commitdiff | raw | diff to current |
2000-07-16 |
Alexandre Julliard | Get full path of argv[0] before we change directories. |
blob | commitdiff | raw | diff to current |
2000-06-03 |
Alexandre Julliard | Moved kernel initialization to kernel_main.c |
blob | commitdiff | raw | diff to current |
2000-06-03 |
Alexandre Julliard | Merged display.dll into USER. |
blob | commitdiff | raw | diff to current |
2000-05-30 |
Dimitrie O. Paun | Separate wineps out of Wine's core. |
blob | commitdiff | raw | diff to current |
2000-05-29 |
Alexandre Julliard | Exec a separate wine binary for every win32 process... |
blob | commitdiff | raw | diff to current |
2000-05-01 |
Alexandre Julliard | Rewrote Unix process launching to allow passing startup... |
blob | commitdiff | raw | diff to current |
2000-04-25 |
Patrik Stridvall | Added new configuration file option for selecting graph... |
blob | commitdiff | raw | diff to current |
2000-04-16 |
Alexandre Julliard | Save the registry on server exit without client interve... |
blob | commitdiff | raw | diff to current |
2000-04-15 |
Alexandre Julliard | Improved Winelib apps initialisation code. No longer... |
blob | commitdiff | raw | diff to current |
2000-03-20 |
Alexandre Julliard | Moved graphics initialisation to the x11drv/ttydrv... |
blob | commitdiff | raw | diff to current |
2000-03-19 |
Eric Pouech | Now attaching imported DLLs of a winelib executable. |
blob | commitdiff | raw | diff to current |
2000-03-19 |
Alexandre Julliard | Created separate dlls for user,gdi,ttydrv,x11drv. |
blob | commitdiff | raw | diff to current |
2000-03-18 |
Alexandre Julliard | Misc small cleanups. |
blob | commitdiff | raw | diff to current |
2000-03-18 |
Alexandre Julliard | Moved command-line option handling out of the X11 driver. |
blob | commitdiff | raw | diff to current |
2000-02-26 |
Alexandre Julliard | Improved the selector get/set functions. |
blob | commitdiff | raw | diff to current |
2000-02-10 |
Jeremy White | Removed #include of wingdi.h and windef.h from winuser... |
blob | commitdiff | raw | diff to current |
2000-02-03 |
Ulrich Weigand | Added .spec keyword 'mode' to allow creating built... |
blob | commitdiff | raw | diff to current |
2000-01-30 |
Ulrich Weigand | Mark initial process as 32-bit for WineLib apps. |
blob | commitdiff | raw | diff to current |
2000-01-25 |
Alexandre Julliard | Use argv[0] to locate the server executable. |
blob | commitdiff | raw | diff to current |
2000-01-25 |
Alexandre Julliard | Made the server listen for new clients on a Unix socket in |
blob | commitdiff | raw | diff to current |
1999-12-04 |
Ulrich Weigand | Fixed 32-bit module name handling to conform better... |
blob | commitdiff | raw | diff to current |
1999-11-21 |
Niels Kristian Bec... | Removed extra #include statements. |
blob | commitdiff | raw | diff to current |
1999-11-10 |
Ulrich Weigand | Determine expected_version of PE buddies from the Subsy... |
blob | commitdiff | raw | diff to current |
1999-11-04 |
Alexandre Julliard | Fixed -debugmsg +server. |
blob | commitdiff | raw | diff to current |
1999-10-23 |
Ove Kaaven | Winsock rewrite. Sockets are now proper win32 handles. |
blob | commitdiff | raw | diff to current |
1999-10-23 |
Ulrich Weigand | Bugfix: don't call ExitProcess() before SYSLEVEL_Init(). |
blob | commitdiff | raw | diff to current |
1999-10-13 |
Eric Pouech | Correct filename for kernel module is KRNL386.EXE. |
blob | commitdiff | raw | diff to current |
1999-09-27 |
Alexandre Julliard | Moved all signal support to a new platform-specific... |
blob | commitdiff | raw | diff to current |
1999-09-20 |
Ulrich Weigand | Make CallTo16 return stub segment owned by KERNEL. |
blob | commitdiff | raw | diff to current |
1999-09-05 |
Alexandre Julliard | Removed __winelib flag. |
blob | commitdiff | raw | diff to current |
1999-09-04 |
Pierre Mageau | Changed CopyImage to accept desiredX, desiredY and... |
blob | commitdiff | raw | diff to current |
1999-07-24 |
Ulrich Weigand | Unify startup sequence for Wine and WineLib. |
blob | commitdiff | raw | diff to current |
1999-07-03 |
Ulrich Weigand | On NE process creation, move major part of NE EXE modul... |
blob | commitdiff | raw | diff to current |
1999-06-22 |
Alexandre Julliard | Merged THDB and TEB structures. |
blob | commitdiff | raw | diff to current |
1999-06-12 |
Alexandre Julliard | Converted to the new debug interface, using script... |
blob | commitdiff | raw | diff to current |
1999-06-12 |
Eric Pouech | Made the service thread instanciable in every process. |
blob | commitdiff | raw | diff to current |
1999-06-06 |
Ulrich Weigand | Removed SERVICE_Exit(). |
blob | commitdiff | raw | diff to current |
1999-05-24 |
Ulrich Weigand | Moved WINSOCK network IO event handling to special... |
blob | commitdiff | raw | diff to current |
1999-05-22 |
Ulrich Weigand | Added UserRepaintDisable16(). |
blob | commitdiff | raw | diff to current |
1999-05-22 |
Ulrich Weigand | Added ExitKernel16 (replacing USER_ExitWindows), ExitPr... |
blob | commitdiff | raw | diff to current |
1999-05-08 |
Ulrich Weigand | Initialize WIN_CritSection earlier. |
blob | commitdiff | raw | diff to current |
1999-05-03 |
Ulrich Weigand | Load system DLLs into WineLib applications. |
blob | commitdiff | raw | diff to current |
1999-05-02 |
Eric Pouech | - got rid of all the internal MM tweaks to load builtin MCI |
blob | commitdiff | raw | diff to current |
1999-04-19 |
Patrik Stridvall | New debug scheme with explicit debug channels declaration. |
blob | commitdiff | raw | diff to current |
1999-04-18 |
Bertho Stultiens | Reorganization of the loader to correctly load and... |
blob | commitdiff | raw | diff to current |
1999-04-11 |
Ulrich Weigand | Implemented 'kernel services thread'. |
blob | commitdiff | raw | diff to current |
1999-04-01 |
Ulrich Weigand | Added USER32.UserSignalProc to Callout table. |
blob | commitdiff | raw | diff to current |
1999-03-25 |
Stephane Lussier | Made the timer code thread safe. |
blob | commitdiff | raw | diff to current |
1999-03-18 |
Marcus Meissner | Lots of warning fixed, one missing WINAPI in ddraw... |
blob | commitdiff | raw | diff to current |
1999-03-16 |
Ulrich Weigand | Fix compiler warnings. |
blob | commitdiff | raw | diff to current |
1999-03-10 |
Ulrich Weigand | Adapted to cursor/icon handling changes. |
blob | commitdiff | raw | diff to current |
1999-02-28 |
Ulrich Weigand | Adapted to CreateProcess changes. |
blob | commitdiff | raw | diff to current |
1999-02-26 |
Alexandre Julliard | Large-scale renaming of all Win32 functions and types... |
blob | commitdiff | raw | diff to current |
1999-02-24 |
Ulrich Weigand | Modified process creation sequence: call PE_CreateModul... |
blob | commitdiff | raw | diff to current |
1999-02-24 |
Marcus Meissner | Optimized away more includes, readded some #includes... |
blob | commitdiff | raw | diff to current |
1999-02-21 |
Michael Veksler | - Fix headers to include less or smaller header files. |
blob | commitdiff | raw | diff to current |
1999-02-17 |
Marcus Meissner | Optimized include/*.h: (recursively) include all header... |
blob | commitdiff | raw | diff to current |
1999-02-14 |
Joseph Pranevich | Moved initialization until later. Also moved around... |
blob | commitdiff | raw | diff to current |
1999-01-24 |
Andreas Mohr | Implemented Int 0x15/0xc0: BIOS - GET CONFIG and some... |
blob | commitdiff | raw | diff to current |
next |