Sweden-Number/dlls/wininet
Hans Leidekker 6a367dbf8d - Stub implementations for FtpGetFileSize, FtpCommand{A,W},
HttpSendRequestExW, InternetGetLastResponseInfoW,
  InternetConfirmZoneCrossing{A,W}, InternetDial{A,W},
  InternetGoOnline{A,W}, InternetHangUp, CreateMD5SSOHash,
  InternetClearAllPerSiteCookieDecisions,
  InternetEnumPerSiteCookieDecision{A,W}, InternetGetCookieEx{A,W},
  InternetGetPerSiteCookieDecision{A,W},
  InternetSetPerSiteCookieDecision{A,W}, InternetSetCookieEx{A,W},
  ResumeSuspendedDownload, RetrieveUrlCacheEntryFileW,
  UnlockUrlCacheEntryFileW, {Create,Delete}UrlCacheEntryW,
  CommitUrlCacheEntryW, RetrieveUrlCacheEntryStreamW,
  FindCloseUrlCache, FindFirstUrlCacheEntryEx{A,W},
  FindFirstUrlCacheGroup, FindNextUrlCacheEntry{,Ex}{A,W},
  FindNextUrlCacheGroup, SetUrlCacheEntryGroup{A,W},
  {Get,Set}UrlCacheGroupAttribute{A,W}, SetUrlCacheConfigInfo{A,W}.
- Spec file stubs for new undocumented functions
  ForceNexusLookup{,ExW}, Ftp{Get,Put}FileEx, HttpCheckDavCompliance,
  InternetAlgIdToString{A,W}, InternetFortezzaCommand,
  InternetGetCertByURLA, InternetQueryFortezzaStatus,
  InternetSecurityProtocolToString{A,W}, InternetSetDialState{A,W},
  InternetShowSecurityInfoByURL{A,W}, IsUrlCacheEntryExpired{A,W},
  Privacy{Get,Set}ZonePreferenceW, RegisterUrlCacheNotification,
  UrlZonesDetach.
- Use memcpy instead of strncpy in InternetGetLastResponseInfoA.
- Add and improve some traces.
- Fix my own coding style in InternetTimeToSystemTimeW.
- Fix a couple of signedness warnings.
2005-02-01 18:50:53 +00:00
..
tests Implement and test InternetTime{From,To}SystemTime{A,W}. 2005-01-18 11:43:40 +00:00
.cvsignore .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
Makefile.in Use Windows sockets when building Wininet on Mingw. 2004-09-03 18:57:19 +00:00
cookie.c Assorted spelling fixes. 2005-01-26 21:09:04 +00:00
dialogs.c Don't define GWL_USERDATA, GWL_ID, GWL_HWNDPARENT, GWL_HINSTANCE and 2004-09-23 22:54:58 +00:00
ftp.c - Stub implementations for FtpGetFileSize, FtpCommand{A,W}, 2005-02-01 18:50:53 +00:00
gopher.c Added gopher stubs. 2003-11-09 01:23:32 +00:00
http.c - Stub implementations for FtpGetFileSize, FtpCommand{A,W}, 2005-02-01 18:50:53 +00:00
internet.c - Stub implementations for FtpGetFileSize, FtpCommand{A,W}, 2005-02-01 18:50:53 +00:00
internet.h Added/improved TRACEing. 2004-12-23 11:18:29 +00:00
netconnection.c Remove #ifdef HAVE_SYS_TYPES_H. 2004-10-08 20:48:44 +00:00
resource.h - Make InternetGetConnectedStateExA not crash, by making 2004-11-21 15:42:57 +00:00
rsrc.rc Added Czech resources. 2004-08-16 20:02:09 +00:00
urlcache.c - Stub implementations for FtpGetFileSize, FtpCommand{A,W}, 2005-02-01 18:50:53 +00:00
utility.c Fix 'SendAsyncCallback' when it's really asynchronous. 2005-01-04 20:38:53 +00:00
version.rc Version resources cleanup. 2004-11-23 13:59:34 +00:00
wininet.spec - Stub implementations for FtpGetFileSize, FtpCommand{A,W}, 2005-02-01 18:50:53 +00:00
wininet_Cs.rc Change dialogs to use MS Shell Dlg rather than Helv or MS Sans Serif. 2004-08-24 18:33:01 +00:00
wininet_De.rc Update German resources. 2005-01-17 13:43:16 +00:00
wininet_En.rc - Make InternetGetConnectedStateExA not crash, by making 2004-11-21 15:42:57 +00:00
wininet_Es.rc Change dialogs to use MS Shell Dlg rather than Helv or MS Sans Serif. 2004-08-24 18:33:01 +00:00
wininet_Fr.rc Updated French resources. 2005-01-17 15:34:49 +00:00
wininet_It.rc Change dialogs to use MS Shell Dlg rather than Helv or MS Sans Serif. 2004-08-24 18:33:01 +00:00
wininet_Ja.rc Added Japanese translation for msrle32, wininet, wcmd. 2004-07-12 20:46:10 +00:00
wininet_Nl.rc Change dialogs to use MS Shell Dlg rather than Helv or MS Sans Serif. 2004-08-24 18:33:01 +00:00
wininet_Pt.rc Change dialogs to use MS Shell Dlg rather than Helv or MS Sans Serif. 2004-08-24 18:33:01 +00:00
wininet_Ru.rc Change dialogs to use MS Shell Dlg rather than Helv or MS Sans Serif. 2004-08-24 18:33:01 +00:00
wininet_Si.rc Change dialogs to use MS Shell Dlg rather than Helv or MS Sans Serif. 2004-08-24 18:33:01 +00:00
wininet_main.c Fixed header dependencies to be fully compatible with the Windows 2003-09-05 23:08:26 +00:00