projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Rewrote the allocation of MM driver descriptors.
[wine]
/
memory
/
2000-12-20
Dmitry Timoshkov
Make new edit control allocate its buffers with granula...
tree
|
commitdiff
2000-12-19
Alexandre Julliard
Set last error in GlobalUnlock.
tree
|
commitdiff
2000-12-16
Patrik Stridvall
Fixed some issues found by winapi_check.
tree
|
commitdiff
2000-12-15
Alexandre Julliard
Converted enum_key_value request to the new request...
tree
|
commitdiff
2000-12-13
Alexandre Julliard
Use getpagesize() instead of VIRTUAL_GetPageSize().
tree
|
commitdiff
2000-12-13
Alexandre Julliard
Replaced PTR_SEG_TO_LIN macro by exported MapSL function.
tree
|
commitdiff
2000-12-11
Alexandre Julliard
Moved all Wine internal definitions out of process.h.
tree
|
commitdiff
2000-12-02
Francois Gouget
Fixed miscellaneous typos, syntactic and grammatical...
tree
|
commitdiff
2000-12-01
Patrik Stridvall
Added/modified documentation for function arguments.
tree
|
commitdiff
2000-11-30
Andreas Mohr
Fixed crash in UnMapLS for pointers not belonging to...
tree
|
commitdiff
2000-11-30
Alexandre Julliard
Use the HEAP_WINE_SEGPTR flag to specify allocations...
tree
|
commitdiff
2000-11-29
Andreas Mohr
VirtualQuery should return 0 for all addresses >= 0xc00...
tree
|
commitdiff
2000-11-28
Alexandre Julliard
Got rid of the Wine internal lstrcpy* functions and...
tree
|
commitdiff
2000-11-28
Alexandre Julliard
Made HEAP_strdup* functions inline (temporary).
tree
|
commitdiff
2000-11-27
Dmitry Timoshkov
GlobalAlloc as GlobalAlloc16 should round size to 32.
tree
|
commitdiff
2000-11-26
Alexandre Julliard
Moved UTSelectorOffsetToLinear and UTLinearToSelectorOf...
tree
|
commitdiff
2000-11-25
Dimitrie O. Paun
Include config.h in files that test for constants defin...
tree
|
commitdiff
2000-11-14
Alexandre Julliard
Moved LDT handling to libwine.so. Changed the interface...
tree
|
commitdiff
2000-11-13
Alexandre Julliard
Replaced a few internal functions by exported ones.
tree
|
commitdiff
2000-11-10
Francois Gouget
Use DUMMYxxxNAME for anonymous struct/unions.
tree
|
commitdiff
2000-11-08
Alexandre Julliard
Added new library.h header for libwine definitions.
tree
|
commitdiff
2000-11-07
Alexandre Julliard
Fixed 0/-1 mixup for indicating no mapping handle.
tree
|
commitdiff
2000-10-29
David Elliott
Added basic working stubs of new Windows 2000 API funct...
tree
|
commitdiff
2000-10-29
Alexandre Julliard
Removed unused LOCAL_LockSegptr.
tree
|
commitdiff
2000-10-28
Francois Gouget
Return the correct value for dwTotalVirtual.
tree
|
commitdiff
2000-10-23
Alexandre Julliard
Fixed multibyte handling in HEAP_strdupAtoW.
tree
|
commitdiff
2000-10-19
Ulrich Weigand
Allow freeing locked global memory handles.
tree
|
commitdiff
2000-10-15
Alexandre Julliard
Converted a few more server requests to the new mechanism.
tree
|
commitdiff
2000-10-13
Guy Albertelli
Validate access even if wrap past address 0 for IsBadSt...
tree
|
commitdiff
2000-10-13
Andreas Mohr
- stupid spelling fixes
tree
|
commitdiff
2000-10-13
Andreas Mohr
Get rid of shared heap fixme messages.
tree
|
commitdiff
2000-10-13
Marcus Meissner
Check for buffer overflows on data returns from RegQuer...
tree
|
commitdiff
2000-10-02
Lawson Whitney
Protect GlobalHandle() against bad parameters.
tree
|
commitdiff
2000-10-02
Andreas Mohr
Introduced a new arena flag called GA_DOSMEM to disting...
tree
|
commitdiff
2000-10-02
Alexandre Julliard
Convert NtQueryKey and NtEnumerateKey to the new reques...
tree
|
commitdiff
2000-10-01
Alexandre Julliard
Converted some of the registry server requests to the...
tree
|
commitdiff
2000-09-29
Andreas Mohr
Make sure we commit enough memory in a new subheap.
tree
|
commitdiff
2000-09-29
Alexandre Julliard
Moved $(MODULE).o rule out of Make.rules into the indiv...
tree
|
commitdiff
2000-09-25
Alexandre Julliard
Removed some of the XXX_reg macros now that we are...
tree
|
commitdiff
2000-09-25
Alexandre Julliard
Removed inclusion of wine/winestring.h from winbase...
tree
|
commitdiff
2000-09-24
Alexandre Julliard
Moved most global data out of the LPDOSTASK structure.
tree
|
commitdiff
2000-09-24
Gerard Patel
Locks the virtual views linked list.
tree
|
commitdiff
2000-09-22
Andreas Mohr
Added SetLastError() in GetEnvironmentVariableA.
tree
|
commitdiff
2000-09-18
Alexandre Julliard
Misc cleanups.
tree
|
commitdiff
2000-09-18
Alexandre Julliard
Moved FILE_dommap() to memory/virtual.c (and renamed...
tree
|
commitdiff
2000-09-16
Andreas Mohr
Added VirtualAllocEx.
tree
|
commitdiff
2000-09-06
Alexandre Julliard
Fixed cut&paste typo.
tree
|
commitdiff
2000-09-04
Alexandre Julliard
Fixed Unicode conversion in GetAtomNameA (thanks to...
tree
|
commitdiff
2000-08-31
Alexandre Julliard
Converted a lot of server requests to the new exception...
tree
|
commitdiff
2000-08-30
Alexandre Julliard
Added exception handling wrapper to a number of server...
tree
|
commitdiff
2000-08-25
Alexandre Julliard
Fixed a couple of WINAPI issues with 16-bit spec files...
tree
|
commitdiff
2000-08-19
Alexandre Julliard
Authors: Alexandre Julliard <julliard@codeweavers.com...
tree
|
commitdiff
2000-08-14
Alexandre Julliard
Implemented SEC_IMAGE mappings and shared PE sections...
tree
|
commitdiff
2000-08-14
Alexandre Julliard
Replaced all lstr* calls from inside Wine code by their...
tree
|
commitdiff
2000-08-14
Alexandre Julliard
Replaced global Callbacks structure by appropriate...
tree
|
commitdiff
2000-08-11
Alexandre Julliard
Added Unicode ctype support.
tree
|
commitdiff
2000-08-11
Alexandre Julliard
Added UTF-8 conversion support.
tree
|
commitdiff
2000-08-09
Alexandre Julliard
Make PDB, ENVDB and STARTUPINFO global variables.
tree
|
commitdiff
2000-08-09
Alexandre Julliard
Removed obsolete SHMDATA parameter in GLOBAL_CreateBlock.
tree
|
commitdiff
2000-08-06
Alexandre Julliard
Moved most USER string functions to dlls/user.
tree
|
commitdiff
2000-08-01
Peter Ganten
Committing a page of a shared mapping in one process...
tree
|
commitdiff
2000-08-01
Peter Ganten
Moved Wine private heap creation flags to other values.
tree
|
commitdiff
2000-07-29
Alexandre Julliard
Removed some unnecessary inclusions of wingdi.h and...
tree
|
commitdiff
2000-07-28
Wolfgang Schwotzer
Added NULL pointer checks.
tree
|
commitdiff
2000-07-28
Ove Kaaven
Removed the hModule parameter from various DOSMEM routi...
tree
|
commitdiff
2000-07-25
Alexandre Julliard
Temporarily moved advapi32 registry support back into...
tree
|
commitdiff
2000-07-15
Hidenori Takeshima
Fix for supporting DBCS.
tree
|
commitdiff
2000-07-11
Alexandre Julliard
Set ansi/oem/mac code pages from current locale.
tree
|
commitdiff
2000-06-24
Hidenori Takeshima
GetCommandLine should return non-const strings.
tree
|
commitdiff
2000-06-24
Eric Pouech
Added (back) correct behavior for NULL ptrs in CharToOe...
tree
|
commitdiff
2000-06-24
Eric Pouech
Fixed some OOM conditions in GlobalAlloc.
tree
|
commitdiff
2000-06-18
Dmitry Timoshkov
Reimplement CharToOemA/W, CharToOemBuffA/W, OemToCharA/W,
tree
|
commitdiff
2000-06-12
Alexandre Julliard
Reimplemented Unicode case mapping in a slightly more...
tree
|
commitdiff
2000-06-10
Alexandre Julliard
Added support for symbol codepage.
tree
|
commitdiff
2000-06-10
Alexandre Julliard
Rewrote codepage support to use the new codepage tables.
tree
|
commitdiff
2000-06-08
Dmitry Timoshkov
Implement NTDLL.towupper and NTDLL.towlower using alrea...
tree
|
commitdiff
2000-06-08
Alexandre Julliard
Removed a few unnecessary includes.
tree
|
commitdiff
2000-06-04
Ulrich Weigand
Updated support for Solaris/Sparc architecture.
tree
|
commitdiff
2000-06-03
Alexandre Julliard
Delay loading of interrupt table functions until they...
tree
|
commitdiff
2000-05-30
Turchanov Sergei
Implemented local atoms in the server.
tree
|
commitdiff
2000-05-29
Alexandre Julliard
Exec a separate wine binary for every win32 process...
tree
|
commitdiff
2000-05-23
Huw D M Davies
HeapFree on a NULL ptr should return TRUE.
tree
|
commitdiff
2000-05-09
Alexandre Julliard
Fixed HeapAlloc(HEAP_ZERO_MEMORY) to clear the whole...
tree
|
commitdiff
2000-05-01
Alexandre Julliard
Use exception handling to implement the IsBad* functions.
tree
|
commitdiff
2000-05-01
Alexandre Julliard
Rewrote Unix process launching to allow passing startup...
tree
|
commitdiff
2000-04-30
Dimitrie O. Paun
Removed HEAP_xalloc.
tree
|
commitdiff
2000-04-29
Ove Kaaven
Add Wine-internal allocation type MEM_SYSTEM for Virtua...
tree
|
commitdiff
2000-04-28
Alexandre Julliard
Authors: Gavriel State <gavriels@corel.com>, Ulrich...
tree
|
commitdiff
2000-04-28
Dimitrie O. Paun
Get rid of HEAP_xrealloc.
tree
|
commitdiff
2000-04-13
Alexandre Julliard
Implemented guard pages and stack overflow exceptions.
tree
|
commitdiff
2000-04-13
Huw D M Davies
GlobalReAlloc returns 0 on failure.
tree
|
commitdiff
2000-04-09
Andreas Mohr
Implemented HeapWalk().
tree
|
commitdiff
2000-04-08
Alexandre Julliard
Removed a number of global handle allocations and criti...
tree
|
commitdiff
2000-04-06
Patrik Stridvall
Fixed some issues reported by winapi_check.
tree
|
commitdiff
2000-03-28
Patrik Stridvall
Added/fixed some documentation reported by winapi_check.
tree
|
commitdiff
2000-03-25
Francois Gouget
Use min/max instead of MIN/MAX.
tree
|
commitdiff
2000-03-24
Francois Gouget
Added (correct) prototype for HeapWalk.
tree
|
commitdiff
2000-03-19
Dimitrie O. Paun
Removed most calls to xmalloc/xrealloc.
tree
|
commitdiff
2000-03-19
Andreas Mohr
Added an exception frame for lstrcpy16.
tree
|
commitdiff
2000-03-10
Alexandre Julliard
Removed PROCESS_IsCurrent().
tree
|
commitdiff
next