2008-07-31 |
Colin Finck | Fix some hackish usages of WideCharToMultiByte. |
blob | commitdiff | raw |
2008-07-28 |
Francois Gouget | Add some API documentation stubs to make winapi_check... |
blob | commitdiff | raw | diff to current |
2008-05-08 |
Lei Zhang | wininet: Handle NULL input for FindCloseUrlCache. |
blob | commitdiff | raw | diff to current |
2008-05-05 |
Andrew Talbot | wininet: Remove unused variables. |
blob | commitdiff | raw | diff to current |
2008-04-30 |
Rob Shearman | wininet: Don't crash in GetUrlCacheEntryInfoA/W if... |
blob | commitdiff | raw | diff to current |
2008-04-18 |
Louis Lenders | wininet: Improve stub for FindNextUrlCacheEntryW a... |
blob | commitdiff | raw | diff to current |
2008-03-17 |
Rob Shearman | wininet: The lpszLocalFileName parameter to CommitUrlCa... |
blob | commitdiff | raw | diff to current |
2008-03-17 |
Jacek Caban | wininet: Don't use query and hash part of URL to genera... |
blob | commitdiff | raw | diff to current |
2008-03-13 |
Joris Huizer | wininet: Fixed typos in two out-of-memory checks. |
blob | commitdiff | raw | diff to current |
2008-03-12 |
Rob Shearman | wininet: Fix local variable shadowing in URLCacheContai... |
blob | commitdiff | raw | diff to current |
2008-03-12 |
Rob Shearman | wininet: Support the lpszFileExtension "reserved" param... |
blob | commitdiff | raw | diff to current |
2008-03-12 |
Rob Shearman | wininet: The URL in CommitUrlCacheEntryInternal shouldn... |
blob | commitdiff | raw | diff to current |
2008-03-12 |
Rob Shearman | wininet: Fix URLCache_LocalFileNameToPathA to return... |
blob | commitdiff | raw | diff to current |
2008-03-12 |
Rob Shearman | wininet: Make some pointers const in URL cache functions. |
blob | commitdiff | raw | diff to current |
2008-03-12 |
Rob Shearman | wininet: Use LIST_FOR_EACH_ENTRY in URLCacheContainers_... |
blob | commitdiff | raw | diff to current |
2008-03-12 |
Rob Shearman | wininet: Move URL cache hash entry validation to a... |
blob | commitdiff | raw | diff to current |
2008-03-12 |
Rob Shearman | wininet: Implement FindFirstUrlCacheEntry{A, W}, FindNe... |
blob | commitdiff | raw | diff to current |
2008-02-16 |
Rob Shearman | wininet: Fix the return value check of SHGetSpecialFold... |
blob | commitdiff | raw | diff to current |
2008-02-15 |
Jacek Caban | wininet: Code clean up. |
blob | commitdiff | raw | diff to current |
2008-02-05 |
Andrew Talbot | wininet: Remove unneeded casts. |
blob | commitdiff | raw | diff to current |
2008-01-07 |
Austin English | Spelling fixes. |
blob | commitdiff | raw | diff to current |
2007-12-23 |
Johannes Stezenbach | wininet: Fix error return code in FindFirstUrlCacheEntr... |
blob | commitdiff | raw | diff to current |
2007-10-23 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2007-10-23 |
Juan Lang | wininet: Pass hash entry directly to URLCache_DeleteEnt... |
blob | commitdiff | raw | diff to current |
2007-10-23 |
Juan Lang | wininet: Implement RetrieveUrlCacheEntryFileW. |
blob | commitdiff | raw | diff to current |
2007-10-23 |
Juan Lang | wininet: Implement UnlockUrlCacheEntryFileW. |
blob | commitdiff | raw | diff to current |
2007-10-23 |
Juan Lang | wininet: Pass hash entry directly to URLCache_HashEntry... |
blob | commitdiff | raw | diff to current |
2007-10-23 |
Juan Lang | wininet: Introduce a URLCache_FindHashW, and use it... |
blob | commitdiff | raw | diff to current |
2007-10-23 |
Juan Lang | wininet: Use URLCache_FindHash rather than URLCache_Fin... |
blob | commitdiff | raw | diff to current |
2007-10-22 |
Juan Lang | wininet: Implement DeleteUrlCacheEntryW. |
blob | commitdiff | raw | diff to current |
2007-10-22 |
Juan Lang | wininet: Implement IsUrlCacheEntryExpiredW. |
blob | commitdiff | raw | diff to current |
2007-10-22 |
Juan Lang | wininet: Add a URLCache_FindEntryInHashW helper, and... |
blob | commitdiff | raw | diff to current |
2007-10-22 |
Juan Lang | wininet: Implement IsUrlCacheEntryExpiredA. |
blob | commitdiff | raw | diff to current |
2007-10-22 |
Juan Lang | wininet: Update comments to match function parameters. |
blob | commitdiff | raw | diff to current |
2007-09-21 |
Misha Koshelev | wininet: Track child handles, free all child handles... |
blob | commitdiff | raw | diff to current |
2007-08-09 |
Francois Gouget | wininet: Add a skeleton winineti.h header with fixed... |
blob | commitdiff | raw | diff to current |
2007-07-19 |
Huw Davies | wininet: Stubs for IsUrlCacheEntryExpired[AW]. |
blob | commitdiff | raw | diff to current |
2007-05-29 |
Andrew Talbot | wininet: Exclude unused headers. |
blob | commitdiff | raw | diff to current |
2007-04-16 |
Alban Browaeys | wininet: Fix szCacheContent in URLCacheContainer_OpenIndex. |
blob | commitdiff | raw | diff to current |
2006-10-24 |
Francois Gouget | Don't include windows.h & co in the Wine sources. |
blob | commitdiff | raw | diff to current |
2006-10-05 |
Hans Leidekker | wininet: Win64 printf format warning fixes. |
blob | commitdiff | raw | diff to current |
2006-07-29 |
James Hawkins | wininet: Only copy the relative filename into the UrlEn... |
blob | commitdiff | raw | diff to current |
2006-06-19 |
Mike McCormack | wininet: Make sure to null terminate a string before... |
blob | commitdiff | raw | diff to current |
2006-05-25 |
Andrew Ziem | wininet: Constify data. |
blob | commitdiff | raw | diff to current |
2006-05-23 |
Jonathan Ernst | Update the address of the Free Software Foundation. |
blob | commitdiff | raw | diff to current |
2006-05-10 |
Michael Stefaniuc | janitorial: Remove redundant NULL pointer checks before... |
blob | commitdiff | raw | diff to current |
2006-03-30 |
Robert Shearman | wininet: Fix some string length calculations. |
blob | commitdiff | raw | diff to current |
2006-03-30 |
Robert Shearman | wininet: Only access the URL in the cache by the provid... |
blob | commitdiff | raw | diff to current |
2005-12-31 |
Robert Shearman | wininet: Handle the cache being full better in CommitUr... |
blob | commitdiff | raw | diff to current |
2005-12-31 |
Robert Shearman | wininet: Create new hash tables for URL cache on demand. |
blob | commitdiff | raw | diff to current |
2005-12-31 |
Robert Shearman | wininet: Move URL cache hash table creation to a separa... |
blob | commitdiff | raw | diff to current |
2005-11-15 |
Alexandre Julliard | Fixed Unicode buffer size bug in CreateUrlCacheEntryW. |
blob | commitdiff | raw | diff to current |
2005-07-07 |
Mike McCormack | gcc 4.0 -Wpointer-sign fixes (Reg* functions). |
blob | commitdiff | raw | diff to current |
2005-06-13 |
Mike McCormack | Fix some warnings. |
blob | commitdiff | raw | diff to current |
2005-05-04 |
Troy Rollo | Create URL Cache if it does not already exist. |
blob | commitdiff | raw | diff to current |
2005-04-18 |
Peter Berg Larsen | Strncpy elimination. |
blob | commitdiff | raw | diff to current |
2005-03-24 |
Jakob Eriksson | Get rid of HeapAlloc casts. |
blob | commitdiff | raw | diff to current |
2005-03-21 |
Troy Rollo | Implement CreateUrlCacheEntryW and CommitUrlCacheEntryW... |
blob | commitdiff | raw | diff to current |
2005-03-21 |
Vincent Béron | Fixed some calling conventions. |
blob | commitdiff | raw | diff to current |
2005-03-17 |
Dmitry Timoshkov | Match OVERLAPPED structure to the SDK definition. |
blob | commitdiff | raw | diff to current |
2005-02-08 |
Hans Leidekker | Stub implementations for DeleteUrlCacheContainer{A,W}, |
blob | commitdiff | raw | diff to current |
2005-02-01 |
Hans Leidekker | - Stub implementations for FtpGetFileSize, FtpCommand... |
blob | commitdiff | raw | diff to current |
2004-09-03 |
Alexandre Julliard | Added configure check for socklen_t. |
blob | commitdiff | raw | diff to current |
2004-08-26 |
Robert Shearman | Don't use freed memory. |
blob | commitdiff | raw | diff to current |
2004-08-19 |
Robert Shearman | Fix type of DeleteIE3Cache function. |
blob | commitdiff | raw | diff to current |
2004-08-19 |
Stefan Leichter | Added stub for DeleteIE3Cache. |
blob | commitdiff | raw | diff to current |
2004-08-09 |
Mike McCormack | Fix warnings generated with -Wsign-compare. |
blob | commitdiff | raw | diff to current |
2004-01-27 |
Francois Gouget | Add missing '\n's to debug traces. |
blob | commitdiff | raw | diff to current |
2003-12-31 |
Gerald Pfeifer | Remove URLCache_FindEntry() which is not used any longer. |
blob | commitdiff | raw | diff to current |
2003-12-30 |
Michael Stefaniuc | Fixed mem leak on error path. |
blob | commitdiff | raw | diff to current |
2003-12-12 |
Robert Shearman | - Url Cache improvements. |
blob | commitdiff | raw | diff to current |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
blob | commitdiff | raw | diff to current |
2003-08-08 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
blob | commitdiff | raw | diff to current |
2003-08-05 |
Robert Shearman | - Documentation of the index.dat files. |
blob | commitdiff | raw | diff to current |
2003-07-19 |
Mike McCormack | Stubs for InternetCreateUrlA/W and CreateUrlCacheEntryA. |
blob | commitdiff | raw | diff to current |
2003-06-16 |
Mike Hearn | Stub out SetUrlCacheEntryInfoA/W. |
blob | commitdiff | raw | diff to current |
2003-04-27 |
Uwe Bonnes | Some UrlCache stubs. |
blob | commitdiff | raw | diff to current |
2003-03-31 |
Dmitry Timoshkov | Fix some problems found while compiling and linking... |
blob | commitdiff | raw | diff to current |
2002-12-05 |
Alberto Massari | - Moved GetUrlCacheEntryInfoA and CommitUrlCacheEntryA... |
blob | commitdiff | raw | diff to current |
2002-11-13 |
Alberto Massari | Added stubs for IsHostInProxyBypassList and GetUrlCache... |
blob | commitdiff | raw | diff to current |
2002-09-27 |
Chris Morgan | Added stubs for HttpEndRequestA/W, InternetReadFileExA/W, |
blob | commitdiff | raw | diff to current |
2002-06-21 |
Aric Stewart | Reworking of http and asyncronous calls to get IE6... |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2002-01-29 |
Eric Kohl | Added FindFirstUrlCacheEntry[AW] stubs. |
blob | commitdiff | raw | diff to current |
|