Sign in
goma
/
wine
/
8d91b501dd3aa79d0d91e6f22c4e87ee3b59237c
/
memory
6ef9743
Align moveable blocks if the architecture requires it.
by Ulrich Weigand
· 24 years ago
e709cdb
Added support for composite Unicode characters in MultiByteToWideChar
by Alexandre Julliard
· 24 years ago
cc19592
Added check whether unaligned memory access is allowed.
by Ulrich Weigand
· 24 years ago
d549f69
Use a separate FIFO pair for server requests that don't need to pass a
by Alexandre Julliard
· 24 years ago
5801723
Replaced WIN16_GlobalLock16 by "official" function K32WOWGlobalLock16.
by Alexandre Julliard
· 24 years ago
f8b96e2
Make new edit control allocate its buffers with granularity 32 byte.
by Dmitry Timoshkov
· 24 years ago
de25e6f
Set last error in GlobalUnlock.
by Alexandre Julliard
· 24 years ago
00b86a9
Fixed some issues found by winapi_check.
by Patrik Stridvall
· 24 years ago
0b6a79c
Converted enum_key_value request to the new request mechanism.
by Alexandre Julliard
· 24 years ago
6c8edaa
Use getpagesize() instead of VIRTUAL_GetPageSize().
by Alexandre Julliard
· 24 years ago
982a223
Replaced PTR_SEG_TO_LIN macro by exported MapSL function.
by Alexandre Julliard
· 24 years ago
becb9a3
Moved all Wine internal definitions out of process.h.
by Alexandre Julliard
· 24 years ago
519346a
Fixed miscellaneous typos, syntactic and grammatical errors.
by Francois Gouget
· 24 years ago
2b3aa61
Added/modified documentation for function arguments.
by Patrik Stridvall
· 24 years ago
e77bdbb
Fixed crash in UnMapLS for pointers not belonging to the segptr heap.
by Andreas Mohr
· 24 years ago
71d68bb
Use the HEAP_WINE_SEGPTR flag to specify allocations on the segptr heap.
by Alexandre Julliard
· 24 years ago
fa940f5
VirtualQuery should return 0 for all addresses >= 0xc0000000.
by Andreas Mohr
· 24 years ago
24a62ab
Got rid of the Wine internal lstrcpy* functions and of winestring.h.
by Alexandre Julliard
· 24 years ago
8310aab
Made HEAP_strdup* functions inline (temporary).
by Alexandre Julliard
· 24 years ago
c34fe08
GlobalAlloc as GlobalAlloc16 should round size to 32.
by Dmitry Timoshkov
· 24 years ago
394e0eb
Moved UTSelectorOffsetToLinear and UTLinearToSelectorOffset to dlls/win32s.
by Alexandre Julliard
· 24 years ago
0b7a7bb
Include config.h in files that test for constants defined in it.
by Dimitrie O. Paun
· 24 years ago
914406f
Moved LDT handling to libwine.so. Changed the interface to use the
by Alexandre Julliard
· 24 years ago
8c540c6
Replaced a few internal functions by exported ones.
by Alexandre Julliard
· 24 years ago
da0acca
Use DUMMYxxxNAME for anonymous struct/unions.
by Francois Gouget
· 24 years ago
85423c6
Added new library.h header for libwine definitions.
by Alexandre Julliard
· 24 years ago
278b3f0
Fixed 0/-1 mixup for indicating no mapping handle.
by Alexandre Julliard
· 24 years ago
44f84b5
Added basic working stubs of new Windows 2000 API functions.
by David Elliott
· 24 years ago
16e92eb
Removed unused LOCAL_LockSegptr.
by Alexandre Julliard
· 24 years ago
ea5924c
Return the correct value for dwTotalVirtual.
by Francois Gouget
· 24 years ago
ec93635
Fixed multibyte handling in HEAP_strdupAtoW.
by Alexandre Julliard
· 24 years ago
2e7008c
Allow freeing locked global memory handles.
by Ulrich Weigand
· 24 years ago
57f05e1
Converted a few more server requests to the new mechanism.
by Alexandre Julliard
· 24 years ago
b111b6d
Validate access even if wrap past address 0 for IsBadStringPtr[A|W]
by Guy Albertelli
· 24 years ago
1563abe
- stupid spelling fixes - some more loadorder array work
by Andreas Mohr
· 24 years ago
411faae
Get rid of shared heap fixme messages.
by Andreas Mohr
· 24 years ago
c0e3db9
Check for buffer overflows on data returns from RegQueryValueExA.
by Marcus Meissner
· 24 years ago
969515d
Protect GlobalHandle() against bad parameters.
by Lawson Whitney
· 25 years ago
d23f506
Introduced a new arena flag called GA_DOSMEM to distinguish between
by Andreas Mohr
· 25 years ago
454355e
Convert NtQueryKey and NtEnumerateKey to the new request mechanism.
by Alexandre Julliard
· 25 years ago
bcf393a
Converted some of the registry server requests to the new request mechanism.
by Alexandre Julliard
· 25 years ago
bf69803
Make sure we commit enough memory in a new subheap.
by Andreas Mohr
· 25 years ago
15bfcd0
Moved $(MODULE).o rule out of Make.rules into the individual Makefiles.
by Alexandre Julliard
· 25 years ago
d8fab2e
Removed some of the XXX_reg macros now that we are using the standard
by Alexandre Julliard
· 25 years ago
072dfb5
Removed inclusion of wine/winestring.h from winbase.h and added it to
by Alexandre Julliard
· 25 years ago
770eb51
Moved most global data out of the LPDOSTASK structure.
by Alexandre Julliard
· 25 years ago
2a6acd3
Locks the virtual views linked list.
by Gerard Patel
· 25 years ago
0af222c
Added SetLastError() in GetEnvironmentVariableA.
by Andreas Mohr
· 25 years ago
9edc7d0
Misc cleanups.
by Alexandre Julliard
· 25 years ago
6dbf67e
Moved FILE_dommap() to memory/virtual.c (and renamed it VIRTUAL_mmap).
by Alexandre Julliard
· 25 years ago
5bb7464
Added VirtualAllocEx.
by Andreas Mohr
· 25 years ago
5bdf9b4
Fixed cut&paste typo.
by Alexandre Julliard
· 25 years ago
942dcb1
Fixed Unicode conversion in GetAtomNameA (thanks to Gerard Patel).
by Alexandre Julliard
· 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
350c04b
Fixed a couple of WINAPI issues with 16-bit spec files (thanks to
by Alexandre Julliard
· 25 years ago
2a2321b
Authors: Alexandre Julliard <julliard@codeweavers.com> (for Corel), Albert den Haan <albertd@corel.com>
by Alexandre Julliard
· 25 years ago
c19e1a7
Implemented SEC_IMAGE mappings and shared PE sections (with the help
by Alexandre Julliard
· 25 years ago
c7e7df8
Replaced all lstr* calls from inside Wine code by their str* equivalent.
by Alexandre Julliard
· 25 years ago
198746d
Replaced global Callbacks structure by appropriate glue code
by Alexandre Julliard
· 25 years ago
c97bb4c
Added Unicode ctype support.
by Alexandre Julliard
· 25 years ago
aea7853
Added UTF-8 conversion support.
by Alexandre Julliard
· 25 years ago
52900c8
Make PDB, ENVDB and STARTUPINFO global variables.
by Alexandre Julliard
· 25 years ago
4fef2f1
Removed obsolete SHMDATA parameter in GLOBAL_CreateBlock.
by Alexandre Julliard
· 25 years ago
3850c1a
Moved most USER string functions to dlls/user.
by Alexandre Julliard
· 25 years ago
99443aa
Committing a page of a shared mapping in one process lets it appear
by Peter Ganten
· 25 years ago
9f7907e
Moved Wine private heap creation flags to other values.
by Peter Ganten
· 25 years ago
58d5a0a
Removed some unnecessary inclusions of wingdi.h and winuser.h
by Alexandre Julliard
· 25 years ago
d9b8f9b
Added NULL pointer checks.
by Wolfgang Schwotzer
· 25 years ago
7b49914
Removed the hModule parameter from various DOSMEM routines, the DOSMEM
by Ove Kaaven
· 25 years ago
cd770ea
Temporarily moved advapi32 registry support back into libwine.so, and
by Alexandre Julliard
· 25 years ago
d4eefeb
Fix for supporting DBCS.
by Hidenori Takeshima
· 25 years ago
6ce2570
Set ansi/oem/mac code pages from current locale.
by Alexandre Julliard
· 25 years ago
34e10ee
GetCommandLine should return non-const strings.
by Hidenori Takeshima
· 25 years ago
3d89dd3
Added (back) correct behavior for NULL ptrs in CharToOem funcs.
by Eric Pouech
· 25 years ago
3bcfb90
Fixed some OOM conditions in GlobalAlloc.
by Eric Pouech
· 25 years ago
73c32e7
Reimplement CharToOemA/W, CharToOemBuffA/W, OemToCharA/W,
by Dmitry Timoshkov
· 25 years ago
261abcd
Reimplemented Unicode case mapping in a slightly more efficient way.
by Alexandre Julliard
· 25 years ago
d268c22
Added support for symbol codepage.
by Alexandre Julliard
· 25 years ago
f7bf7ef
Rewrote codepage support to use the new codepage tables.
by Alexandre Julliard
· 25 years ago
0072c88
Implement NTDLL.towupper and NTDLL.towlower using already existing
by Dmitry Timoshkov
· 25 years ago
8fe0551
Removed a few unnecessary includes.
by Alexandre Julliard
· 25 years ago
afd6a4b
Updated support for Solaris/Sparc architecture.
by Ulrich Weigand
· 25 years ago
4324b47
Delay loading of interrupt table functions until they are needed.
by Alexandre Julliard
· 25 years ago
43a27e3
Implemented local atoms in the server.
by Turchanov Sergei
· 25 years ago
c192ba2
Exec a separate wine binary for every win32 process so that they run
by Alexandre Julliard
· 25 years ago
b8171e8
HeapFree on a NULL ptr should return TRUE.
by Huw D M Davies
· 25 years ago
62030ff
Fixed HeapAlloc(HEAP_ZERO_MEMORY) to clear the whole allocated block.
by Alexandre Julliard
· 25 years ago
72eb8d3
Use exception handling to implement the IsBad* functions.
by Alexandre Julliard
· 25 years ago
5b4f3e8
Rewrote Unix process launching to allow passing startup information to
by Alexandre Julliard
· 25 years ago
4d48dd3
Removed HEAP_xalloc.
by Dimitrie O. Paun
· 25 years ago
bda3e66
Add Wine-internal allocation type MEM_SYSTEM for VirtualAlloc to
by Ove Kaaven
· 25 years ago
f93eb3e
Authors: Gavriel State <gavriels@corel.com>, Ulrich Czekalla <ulrichc@corel.com>
by Alexandre Julliard
· 25 years ago
7827254
Get rid of HEAP_xrealloc.
by Dimitrie O. Paun
· 25 years ago
51f6aeb
Implemented guard pages and stack overflow exceptions.
by Alexandre Julliard
· 25 years ago
c43fdb7
GlobalReAlloc returns 0 on failure.
by Huw D M Davies
· 25 years ago
e7dc390
Implemented HeapWalk().
by Andreas Mohr
· 25 years ago
227a089
Removed a number of global handle allocations and critical section
by Alexandre Julliard
· 25 years ago
54fe838
Fixed some issues reported by winapi_check.
by Patrik Stridvall
· 25 years ago
2d6457c
Added/fixed some documentation reported by winapi_check.
by Patrik Stridvall
· 25 years ago
Next »