Sweden-Number/dlls/wininet
Alexandre Julliard 48243e32b9 Authors: Mike McCormack <mike@codeweavers.com>, Robert Shearman <rob@codeweavers.com>
- Change the way that the response headers are reconstructed to reduce
  the chance of memory being incorrectly allocated.
- Return the correct error when a header is not found.
- remove all the response headers before receiving new ones so that we
  don't merge headers from two responses.
- Add extra standard fields.
- Split the status line into http version, status code and status text
  and store those in the response data, without using use a fake
  field.
2004-07-15 18:57:32 +00:00
..
tests Updated the auto-generated tests. 2004-05-04 00:41:11 +00:00
.cvsignore
Makefile.in
cookie.c Make Unicode const strings static so they are not copied to the stack 2004-04-19 20:12:14 +00:00
dialogs.c Fix proxy support, remove typecasts. 2004-06-01 20:19:56 +00:00
ftp.c Fix the case where lpszSearchFile is NULL in FtpFindFirstFile. 2004-06-01 19:42:43 +00:00
gopher.c
http.c Authors: Mike McCormack <mike@codeweavers.com>, Robert Shearman <rob@codeweavers.com> 2004-07-15 18:57:32 +00:00
internet.c Allocate the correct size string in InternetCrackUrl. 2004-07-04 00:06:44 +00:00
internet.h Move all FTP functions to unicode. 2004-05-25 04:02:05 +00:00
netconnection.c
resource.h
rsrc.rc Added Japanese translation for msrle32, wininet, wcmd. 2004-07-12 20:46:10 +00:00
urlcache.c
utility.c Fixed ASCII redirect callbacks. 2004-06-14 16:56:10 +00:00
version.rc
wininet.spec Move all FTP functions to unicode. 2004-05-25 04:02:05 +00:00
wininet_De.rc Translated some English resource files into German. 2004-07-12 19:55:59 +00:00
wininet_En.rc
wininet_Es.rc
wininet_Fr.rc
wininet_It.rc Changed my name, so update copyright info. 2004-05-27 02:25:13 +00:00
wininet_Ja.rc Added Japanese translation for msrle32, wininet, wcmd. 2004-07-12 20:46:10 +00:00
wininet_Nl.rc
wininet_Pt.rc
wininet_Ru.rc
wininet_Si.rc
wininet_main.c