Fixed bitmap range checking to avoid integer overflows.
[wine] / dlls / wininet / ftp.c
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...