Sweden-Number/dlls/wininet
Robert Shearman d133ff9afb wininet: Don't allocate memory for the thread error structure until it is needed.
Don't allocate memory for the thread error structure until it is
needed, as it is quite large and wastes memory for threads that don't
call any wininet function.
2006-04-20 15:16:52 +02:00
..
tests wininet: Move URL-related tests to a separate file. 2006-03-14 18:49:19 +01:00
.gitignore
Makefile.in wininet: INTERNET_OPTION_SECURITY_CERTIFICATE_STRUCT work. 2006-01-20 20:16:56 +01:00
cookie.c wininet: Copy from the start of the cookie name, not the cookie data. 2006-03-20 12:01:25 +01:00
dialogs.c
ftp.c
gopher.c Assorted spelling fixes. 2006-03-21 20:10:39 +01:00
http.c wininet: Clean up HTTP_GetCustomHeaderIndex. 2006-03-30 12:41:04 +02:00
internet.c wininet: Don't allocate memory for the thread error structure until it is needed. 2006-04-20 15:16:52 +02:00
internet.h wininet: Implement setting of send and receive timeouts. 2006-03-14 17:50:41 +01:00
netconnection.c wininet: Implement setting of send and receive timeouts. 2006-03-14 17:50:41 +01:00
resource.h
rsrc.rc wininet: Added Esperanto language. 2006-04-11 11:31:02 +02:00
urlcache.c wininet: Fix some string length calculations. 2006-03-30 21:55:37 +02:00
utility.c wininet: lpvStatusInfo in INTERNET_STATUS_NAME_RESOLVED, 2006-01-05 14:37:06 +01:00
version.rc
wininet.spec
wininet_Bg.rc
wininet_Cs.rc wininet: Czech language resources encoding fix. 2006-02-13 13:28:37 +01:00
wininet_De.rc
wininet_En.rc
wininet_Eo.rc wininet: Added Esperanto language. 2006-04-11 11:31:02 +02:00
wininet_Es.rc
wininet_Fi.rc
wininet_Fr.rc
wininet_Hu.rc wininet: Added Hungarian translation. 2006-03-15 11:34:10 +01:00
wininet_It.rc wininet: Italian language update. 2006-04-11 11:26:30 +02:00
wininet_Ja.rc
wininet_Ko.rc
wininet_Nl.rc
wininet_No.rc
wininet_Pt.rc
wininet_Ru.rc
wininet_Si.rc
wininet_Tr.rc wininet: Turkish translation. 2006-02-06 13:06:49 +01:00
wininet_main.c