1. 18 Sep, 2012 1 commit
  2. 13 Aug, 2012 1 commit
  3. 31 Jul, 2012 1 commit
  4. 05 Apr, 2012 1 commit
  5. 21 Nov, 2011 1 commit
  6. 11 Mar, 2011 1 commit
  7. 20 Jan, 2011 1 commit
  8. 21 Dec, 2010 1 commit
  9. 19 May, 2010 1 commit
  10. 11 Aug, 2009 1 commit
  11. 16 Jun, 2009 1 commit
  12. 29 May, 2009 1 commit
  13. 27 Apr, 2009 1 commit
  14. 12 Feb, 2009 1 commit
  15. 30 Jun, 2008 1 commit
  16. 07 May, 2008 1 commit
  17. 16 Oct, 2007 1 commit
  18. 31 Aug, 2007 1 commit
  19. 30 Aug, 2007 1 commit
  20. 09 Aug, 2007 1 commit
  21. 30 Oct, 2006 1 commit
  22. 05 Jul, 2006 1 commit
  23. 23 May, 2006 1 commit
  24. 20 Mar, 2006 1 commit
  25. 07 Nov, 2005 1 commit
  26. 24 Jul, 2005 1 commit
  27. 21 Jun, 2005 1 commit
  28. 10 Jun, 2005 1 commit
  29. 09 Jun, 2005 1 commit
  30. 21 Mar, 2005 1 commit
  31. 17 Mar, 2005 1 commit
  32. 01 Feb, 2005 1 commit
    • Hans Leidekker's avatar
      - Stub implementations for FtpGetFileSize, FtpCommand{A,W}, · 6a367dbf
      Hans Leidekker authored
        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.
      6a367dbf
  33. 18 Jan, 2005 1 commit
  34. 29 Oct, 2004 1 commit
  35. 30 Mar, 2004 1 commit
  36. 08 Oct, 2003 1 commit
  37. 31 Mar, 2003 1 commit
  38. 19 Feb, 2003 1 commit
  39. 28 Jan, 2003 1 commit
  40. 05 Dec, 2002 1 commit
    • Alberto Massari's avatar
      - Moved GetUrlCacheEntryInfoA and CommitUrlCacheEntryA to urlcache.c. · adae4350
      Alberto Massari authored
       - Added stub implementation of GetUrlCacheEntryInfoExW.
       - Implemented InternetQueryOptionW, InternetCombineUrl[A|W].
       - InternetSetOptionW prints FIXMEs with more informations.
       - INTERNET_SetLastError was crashing if called after the thread
         local storage area had already been deleted (it happens if you
         close Internet Explorer while the download is still in progress).
      adae4350