advpack: Fix the documentation for RegisterOCX.
[wine] / dlls / wininet / ftp.c
2005-12-03  Robert Shearmanwininet: global function/data cleanup
2005-11-23  Francois GougetAssorted spelling fixes.
2005-11-15  Robert ShearmanWe shouldn't pass the struct hostent returned from...
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-06-13  Mike McCormackFix some warnings.
2005-04-21  Alexandre JulliardGet rid of the remaining calls to strncpyW, and remove...
2005-04-20  Francois GougetTweak the API documentation to silence winapi_check...
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-02-01  Hans Leidekker- Stub implementations for FtpGetFileSize, FtpCommand...
2005-01-03  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-21  Michael StefaniucDo not check for non NULL pointer before HeepFree'ing...
2004-09-20  Robert ShearmanInternetSetStatusCallback can be used on any handle...
2004-09-06  Krzysztof Foltman- Reversed the assertion causing InternetConnect to...
2004-09-03  Steven EdwardsUse Windows sockets when building Wininet on Mingw.
2004-08-09  Mike McCormackFix warnings generated with -Wsign-compare.
2004-07-19  Mike McCormackUse pointers internally and refcount all objects.
2004-06-01  Lionel UlmerFix the case where lpszSearchFile is NULL in FtpFindFir...
2004-05-25  Kevin KoltzauMove all FTP functions to unicode.
2004-05-13  Kevin KoltzauPrevent memory leak and superfluous status notifications.
2004-03-30  Mike McCormackConvert the wininet HTTP functions to Unicode.
2004-03-25  Mike McCormackConvert WININETAPPINFOA structure to unicode.
2004-02-16  Lionel UlmerStore pointers in the internal structures and not handles.
2004-02-09  Francois GougetAssorted spelling and case fixes.
2004-02-09  Lionel UlmerReport real handles to the application, not Wine intern...
2004-02-07  Mike McCormackImplement proper HINTERNET handles.
2003-09-25  Mike McCormackUse unions instead of defines in async work requests.
2003-09-23  Mike McCormackFix more unicode/memory allocation errors.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-07-21  Lionel Ulmer- fix multiple consecutive downloads (by flushing when...
2003-07-21  Lionel Ulmer- use SIZE command to retrieve the file size (as the...
2003-07-15  Lionel Ulmer- fix spec file for FTPFindFirstFileA/W functions
2003-01-14  Francois GougetRemove (POINTER)NULL casts.
2002-10-28  Jaco Greeff- Implementation of [Internet|Ftp]*W functions to exten...
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-12-26  Dmitry TimoshkovFix definition of BY_HANDLE_FILE_INFORMATION structure.
2001-10-22  Francois GougetSpelling, grammar and a bit of comment formatting fixes.
2001-09-11  Patrik StridvallCleanup code that is strange or difficult to parse.
2001-09-10  Francois GougetFix compilation errors on FreeBSD.
2001-08-24  Francois GougetMade independent from winsock.
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-05-14  Marcus MeissnerImplemented 64bit file size handling.
2001-02-15  Chris MorganAdd includes for <time.h>.
2000-12-29  Andreas Mohr- implemented passive FTP transfers (PASV, needed for...
2000-12-01  Patrik StridvallFixed some issues found by winapi_check.
2000-11-30  Gerald PfeiferAdd missing #include <netinet/in.h> to get struct in_ad...
2000-11-30  Patrik StridvallDon't include windows.h internally.
2000-11-25  Patrik StridvallFixed some issues found by winapi_check.
2000-11-16  Alexandre JulliardReplaced HEAP_strdup* and lstrcpynAtoW calls by exporte...
2000-11-08  Gerald PfeiferAdd missing #include <netinet/in_systm.h> and #include...
2000-11-07  Huw D M DaviesSend the local ip address with the PORT command and...
2000-08-26  Andreas Mohr- made the MIDI sequencer error message much better...
2000-06-11  Ulrich CzekallaHTTP protocol now supported, InternetCrackUrl fixed...
2000-04-29  Gerald PfeiferFreeBSD compile fix.
2000-04-15  Patrik StridvallFixed some issues reported by winapi_check.
2000-04-11  Alexandre JulliardMerged urlmon.dll and wininet.dll from the Corel tree...