Only call wininet callbacks if dwContext is non-zero.
[wine] / dlls / ntdll /
2003-07-18  Jon GriffithsDocumentation updates.
2003-07-18  Jon GriffithsAdded some new Rtl* tests.
2003-07-16  Pierre d'HerbemontChange __darwin__ to __APPLE__.
2003-07-16  Pierre d'HerbemontAdded support for the TEB on Mac OS X.
2003-07-15  Francois GougetSpelling fixes (s/occured/occurred/ and variants).
2003-07-11  Paul Ruperegister_new_async sets status already. Do not overwri...
2003-07-11  Alexandre JulliardImplemented the SMTO_ABORTIFHUNG flag of SendMessageTim...
2003-07-09  Dmitry TimoshkovFix spec entry for ZwSetTimerResolution.
2003-07-09  Alexandre JulliardImplemented the ThreadBasicInformation case for
2003-07-09  Mike McCormackNull parameters need to be quoted on the commandline.
2003-07-08  Alexandre JulliardImplemented NtRead/WriteVirtualMemory.
2003-07-03  Alexandre JulliardFixed compile when functions are not inlined.
2003-07-02  Francois GougetFixed some common spelling errors.
2003-07-01  Eric Pouech- removed next & prev fields from WINE_MODREF and imple...
2003-07-01  Jukka HeinonenStart processing asynchronous DOS events in DPMI mode.
2003-06-30  Alexandre JulliardImplemented NtDelayExecution and make Sleep call it.
2003-06-27  Dmitry TimoshkovImplement LCMapString using unicode collation tables.
2003-06-27  Alexandre JulliardMoved some of the process functions to dlls/kernel.
2003-06-27  Alexandre JulliardMake sure to return an error if load_dll fails because...
2003-06-27  Troy RolloRemoved FIXME when loading second exe file.
2003-06-26  Eric Pouech- made async.h ready for use in ntdll: replaced all...
2003-06-24  Eric Pouech- started implementing ntdll.NtDeviceIoControlFile...
2003-06-24  Alexandre JulliardMoved tape.c to dlls/kernel.
2003-06-24  Eric Pouech- start moving a few file related functions from files...
2003-06-23  Eric Pouech- in kernel32, replaced all {Enter|Leave}CriticalSectio...
2003-06-21  Eric PouechFixed section mapping in PE loading when both
2003-06-18  Francois Gouget'sizeof type' is best avoided as it won't always compil...
2003-06-18  Francois GougetTypos/spelling fixes.
2003-06-18  Eric Pouech- kernel32's environment tests: a few more tests now...
2003-06-18  Eric Pouech- fixed a couple of bugs in ntdll environment functions...
2003-06-16   <ma@technoprint.ch>Added AddAccessAllowdAceEx, AddAccessDeniedAceEx, GetAc...
2003-06-16  Mike HearnAdd the ID of the blocking thread to the error message.
2003-06-16  Eric PouechImplemented:
2003-06-16  Jukka HeinonenRemove SIGALRM handler.
2003-06-13  Eric PouechAdded support for overlapped ioctl requests (and a...
2003-06-07  Eric PouechCorrectly convert into EXCEPTION_RECORD SIGTRAPs receiv...
2003-06-04  Yorick HardyImprove CDROM_GetIdeInterface (becomes CDROM_GetInterfa...
2003-06-04  Yorick HardyUse SA_RESTART on NetBSD.
2003-06-04  Jukka HeinonenTimer routines must check for NULL timer name.
2003-05-22  Alexandre JulliardStart to make use of the proper PEB structure for process
2003-05-21  Alexandre JulliardMoved misc/error.c to dlls/kernel/error16.c.
2003-05-20  Alexandre JulliardMoved all process initialisation code to process.c...
2003-05-20  Eric PouechImplemented NtQueryObject and NtSetInformationObject...
2003-05-20  Yorick HardyImplement CDROM_ScsiPassThrough and CDROM_ScsiPassThrou...
2003-05-20  Alexandre JulliardMoved system.dll implementation to dlls/kernel.
2003-05-20  Eric PouechImplement anonymous pipes on top of named pipes.
2003-05-20  Alexandre JulliardMoved timer functions to dlls/kernel.
2003-05-20  Eric PouechImplemented timer related functions in ntdll and make...
2003-05-20  Alexandre JulliardOnly create the 16-bit dummy module when we need really it.
2003-05-19  Yorick HardyAdded the implementation for CDROM_GetIdeInterface...
2003-05-16  Alexandre JulliardMoved atom functions to dlls/kernel.
2003-05-15  Alexandre JulliardMoved vxd support to winedos.
2003-05-15  Mike McCormack- rewrite of the named pipe code
2003-05-15  Eric PouechImplemented RtlDosPathNameToNtPathName_U, RtlGetCurrent...
2003-05-14  Alexandre JulliardRewrote module TLS support and moved it to ntdll.
2003-05-14  Alexandre JulliardMade INSTR_EmulateInstruction return the exception...
2003-05-13  Eric PouechEnhanced test for queries, added tests for expansion.
2003-05-13  Eric PouechImplemented RtlExpandEnvironmentStrings_U and fixed...
2003-05-13  Pierre d'Herbemont- Save more registers (exception, float...) if they...
2003-05-13  Francois GougetFix miscellaneous spelling errors and typos.
2003-05-13  Robert ShearmanFix NULL pointer error when displaying error message...
2003-05-12  Aric StewartRtlUnicodeToMultiByteSize argument is not a null termin...
2003-05-12  Dmitry TimoshkovAdded missing return in HEAP_ValidateInUseArena.
2003-05-11  Alexandre JulliardRemoved unnecessary function link names.
2003-05-08  Alexandre JulliardAdded support for calling the TLS callback functions.
2003-05-08  Alexandre JulliardFixed wrong file offset used when mapping the import...
2003-05-08  Eric PouechAdded environment tests.
2003-05-08  Eric PouechImplemented a bunch of environment related NTDLL APIs.
2003-05-07  Alexandre JulliardMoved the EnumResource* functions to the kernel dll...
2003-05-06  Alexandre JulliardAdded comment about why changing ADDRESS_SPACE_LIMIT...
2003-05-06  Alexandre JulliardAdded support for retrieving page fault address on...
2003-05-06  Thomas MertesTests for RtlDuplicateUnicodeString, RtlFindCharInUnico...
2003-05-06  Thomas MertesImplement RtlDuplicateUnicodeString, RtlFindCharInUnico...
2003-05-04  Marcus MeissnerFixed powerpc compile.
2003-05-01  Robert Shearman- Implemented RtlAddAccessAllowedAce, RtlAddAccessDenie...
2003-04-30  Alexandre JulliardFixed typo in last minute change (spotted by Gerald...
2003-04-30  Alexandre JulliardMoved most of the kernel resource APIs to dlls/kernel.
2003-04-29  Alexandre JulliardImplemented ntdll resource functions.
2003-04-22  Eric PouechMoved kernel32.FlushFileBuffers to ntdll.NtFlushBuffers...
2003-04-21  Alexandre JulliardRemoved no longer needed uses of LDPATH.
2003-04-21  Jukka HeinonenMoved dosconf.c to winedos.
2003-04-16  Alexandre JulliardImplemented RtlIsNameLegalDOS8Dot3 (based on a patch...
2003-04-14  Alexandre JulliardInsert the last free block of a subheap at the end...
2003-04-12  Alexandre JulliardImplemented RtlDetermineDosPathNameType_U and RtlIsDosD...
2003-04-12  Robert ShearmanAdded NtQueryProcessInformation case needed by NT versi...
2003-04-08  Thomas MertesTests for RtlUlonglongByteSwap, RtlRandom, RtlAreAllAcc...
2003-04-08  Thomas MertesImplemented RtlRandom, RtlAreAllAccessesGranted,
2003-04-07  Alexandre JulliardAdded possibility to filter relay traces based on the...
2003-04-05  Alexandre JulliardRewrote most of the import fixup code to avoid doing...
2003-04-04  Alexandre JulliardImplemented NtQueueApcThread, and changed the server...
2003-04-04  Alexandre JulliardMerged PE_InitDLL into MODULE_InitDLL.
2003-04-04  Alexandre JulliardRemove the Wine-specific EXCEPTION_CRITICAL_SECTION_WAI...
2003-04-03  Eric PouechNo longer call WaitFor*Object* from ntdll (but NtWait...
2003-04-03  Alexandre JulliardAdded --with-nptl configure option and necessary change...
2003-04-02  Alexandre JulliardAdded abs_time_t structure to the server protocol,...
2003-04-02  Alexandre JulliardAdded support for marking heap blocks as inaccessible...
2003-04-02  Andreas MohrSome spelling and formatting fixes.
2003-04-02  Eric PouechFixed a few FormatCode entries.
2003-03-31  Alexandre JulliardAdded missing NONAMELESSSTRUCT/UNION.
2003-03-31  Alexandre JulliardMoved WaitForMultipleObjects to ntdll (based on a patch...
next