Sweden-Number/dlls/wininet
Robert Shearman 4385d305e1 HttpQueryInfo returns buffer length including null terminator on
insufficient buffer length and buffer length excluding null terminator
on success:
- Fix HTTP_HttpQueryInfoW for these semantics.
- Fix HttpQueryInfoA to correctly copy the null terminator in the call
  to WideCharToMultiByte.
2004-07-21 21:17:03 +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 Rewrite cookies to use shared list.h list code. 2004-07-21 19:36:53 +00:00
dialogs.c Fix proxy support, remove typecasts. 2004-06-01 20:19:56 +00:00
ftp.c Use pointers internally and refcount all objects. 2004-07-19 21:49:39 +00:00
gopher.c Added gopher stubs. 2003-11-09 01:23:32 +00:00
http.c HttpQueryInfo returns buffer length including null terminator on 2004-07-21 21:17:03 +00:00
internet.c Use pointers internally and refcount all objects. 2004-07-19 21:49:39 +00:00
internet.h Use pointers internally and refcount all objects. 2004-07-19 21:49:39 +00:00
netconnection.c Convert the wininet HTTP functions to Unicode. 2004-03-30 04:36:09 +00:00
resource.h
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 Use pointers internally and refcount all objects. 2004-07-19 21:49:39 +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