wine-wine/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 .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
Makefile.in Added gopher stubs. 2003-11-09 01:23:32 +00:00
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 Added gopher stubs. 2003-11-09 01:23:32 +00:00
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 Convert the wininet HTTP functions to Unicode. 2004-03-30 04:36:09 +00:00
resource.h Fix the case of product and company names. 2003-09-08 19:38:45 +00:00
rsrc.rc Added Japanese translation for msrle32, wininet, wcmd. 2004-07-12 20:46:10 +00:00
urlcache.c Add missing '\n's to debug traces. 2004-01-27 00:01:43 +00:00
utility.c Fixed ASCII redirect callbacks. 2004-06-14 16:56:10 +00:00
version.rc Reworking of http and asyncronous calls to get IE6 to install. 2002-06-21 23:59:49 +00:00
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 Fix the case of product and company names. 2003-09-08 19:38:45 +00:00
wininet_Es.rc Some new Spanish translations and improvements to other existing 2003-08-22 05:03:19 +00:00
wininet_Fr.rc Yet another batch of French resources updates. 2003-09-22 21:16:56 +00:00
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 Added Dutch translations. 2003-10-27 22:04:36 +00:00
wininet_Pt.rc - lesser adjustments in cdlg_Pt.rc (better visual) 2003-07-24 00:02:06 +00:00
wininet_Ru.rc Added a lot of Russian translations. 2003-09-17 20:08:20 +00:00
wininet_Si.rc Minor updates of Slovenian translations. 2003-08-29 22:21:43 +00:00
wininet_main.c Fixed header dependencies to be fully compatible with the Windows 2003-09-05 23:08:26 +00:00