Call the equivalent delegate function for all of the simple
[wine] / dlls / wininet /
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-23  Francois GougetAssorted spelling fixes.
2005-11-23  Francois GougetDocumentation tweaks to make winapi_check happy.
2005-11-22  Aric StewartHttpEndRequest does not actually send an extra NULL...
2005-11-22  Aric StewartFix some logic to allow HTTP_ADDREQ_FLAG_ADD to replace...
2005-11-22  Robert ShearmanTest the sizes of some of the parameters passed into...
2005-11-22  Robert ShearmanRename SendAsyncCallback to INTERNET_SendCallback.
2005-11-22  Robert ShearmanFix an incorrect entry in the HTTP header field table...
2005-11-21  Aric StewartImplement HttpSendRequestEx and HttpEndRequest. Restruc...
2005-11-21  Aric StewartImplement the use of NETCON_send for HTTP connections...
2005-11-16  Robert Shearman- Improve callback to give context sensitive informatio...
2005-11-15  Robert ShearmanWe shouldn't pass the struct hostent returned from...
2005-11-15  Robert ShearmanCorrect the size of a callback parameter.
2005-11-15  Alexandre JulliardFixed Unicode buffer size bug in CreateUrlCacheEntryW.
2005-11-15  Robert ShearmanINTERNET_STATUS_HANDLE_CREATED notifications just send...
2005-11-15  Robert ShearmanSSL doesn't need to use a different socket to unsecure...
2005-11-14  Saulius KrasuckasFix a test for InternetCreateUrlA as no Windows platfor...
2005-11-12  Robert ShearmanImplement InternetReadFileExA (based on a patch by...
2005-11-11  YunSong HwangAdd Korean translations.
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-11-10  Mike HearnUpdate wininet version info.
2005-11-08  Vincent BéronUnicodify InternetCheckConnection.
2005-11-01  Alexandre JulliardAuthors: Marcus Meissner <marcus@jet.franken.de>, Walte...
2005-10-31  James HawkinsImplement InternetCreateUrlW and test cases.
2005-10-28  James HawkinsCorrect parameter names for InternetSetFilePointer.
2005-10-27  Vijay Kiran KamujuAdd default implementation for max_conn_pre_*_server...
2005-10-26  Jacek CabanMake functions static.
2005-10-20  Aric StewartMove the peek_msg buffers for SSL connections into the
2005-10-19  Mike McCormackSet the http port before figuring out whether we're...
2005-10-19  Aric StewartUse debugstr_a to prevent a buffer overflow when debugging.
2005-09-29  Denis LukianovUse ICU_BROWSER_MODE in InternetCanonicalizeUrl.
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-09-29  Vincent BéronCast the result of strlen() to DWORD and print it via...
2005-09-26  Alexander N. SørnesAdded Norwegian translations.
2005-09-25  Kimmo MyllyvirtaUpdate Finnish resources.
2005-09-19  Milko KrachounovBulgarian resources for mpr, msi, user, commdlg, oleaut...
2005-09-13  Alexandre JulliardRemove the 'L' suffix on a number of constants to avoid...
2005-09-12  Alexandre JulliardFixed some more traces to use the right printf format...
2005-09-09  Alexandre JulliardSpecify 64-bit integers as double instead of long long...
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-09-07   <orin@pinhead.cc>Wrong flags were being tested for INTERNET_FLAG_NO_AUTO...
2005-08-27  Alexandre JulliardExplicitly import kernel32 in tests that use it.
2005-08-24  James HawkinsAvoid heap corruption by not accessing old HeapReAlloc...
2005-08-17  Saulius KrasuckasCorrect failing test and transform it into a bunch...
2005-08-16  Saulius KrasuckasMove repetitive code to two helper functions.
2005-08-12  Francois GougetAssorted spelling fixes.
2005-08-08  Alexandre JulliardDon't prefix the functions DllInstall and DllGetVersion...
2005-08-03  Robert ShearmanAs per MSDN, INTERNET_OPTION_CONNECTED_STATE should...
2005-07-15  Robert ShearmanFix return value of InternetQueryDataAvailable.
2005-07-13  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-07-07  Mike McCormackgcc 4.0 -Wpointer-sign fixes (Reg* functions).
2005-07-03  Mike McCormackAvoid warnings in generated tests by casting sizeof...
2005-06-30  Alexandre JulliardAdded missing LGPL header.
2005-06-30  Robert ShearmanAdd stubs for some InternetSetOption options.
2005-06-22  Alexandre JulliardSort entry points alphabetically.
2005-06-21  Maarten LankhorstChanged setting default port number from HTTP_Connect to
2005-06-21  Maarten Lankhorst- Added new INTERNET_OPTION* defines.
2005-06-13  Mike McCormackFix some warnings.
2005-06-05  Mike Hearn- Don't return NULL for proxy details if there is no...
2005-05-24  Uwe BonnesHandle more Escape situations.
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2005-05-04  Troy RolloCreate URL Cache if it does not already exist.
2005-04-21  Alexandre JulliardGet rid of the remaining calls to strncpyW, and remove...
2005-04-20  Francois GougetTweak the API documentation to silence winapi_check...
2005-04-18  Peter Berg LarsenStrncpy elimination.
2005-04-18  Peter Berg LarsenReplace strncpy with memcpy or lstrcpyn.
2005-04-14  Benjamin CutlerBetter handling of hInternet == NULL for INTERNET_OPTIO...
2005-04-13  Benjamin CutlerCheck for an invalid hInternet handle in INET_QueryOpti...
2005-04-11  Jason EdmeadesEnsure A->W version of InternetCrackURL passes correct...
2005-04-11  Juan Lang- set size required correctly for all supported options
2005-04-11  José Manuel Ferrer... Spanish translations updated.
2005-03-30  Francois GougetAssorted spelling fixes.
2005-03-29  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-03-23  Francois GougetAssorted spelling fixes.
2005-03-22  Jakob ErikssonEliminate HeapAlloc casts.
2005-03-21  Troy RolloImplement CreateUrlCacheEntryW and CommitUrlCacheEntryW...
2005-03-21  Vincent BéronFixed some calling conventions.
2005-03-17  Dmitry TimoshkovMatch OVERLAPPED structure to the SDK definition.
2005-03-17  Hans LeidekkerAdd more tests and fix InternetTimeToSystemTimeW accord...
2005-03-16  Jakob ErikssonTest failed before on 98, NT4, 2000 and XP.
2005-03-10  Robert Shearman- Fully delete custom headers on connection opening.
2005-02-25  Jon GriffithsDocumentation spelling fixes.
2005-02-16  Alex Villacís LassoChange SUBLANG_DEFAULT to SUBLANG_NEUTRAL for LANG_SPAN...
2005-02-14  Marcelo DuarteUpdate the resources for Portuguese.
2005-02-08  Hans LeidekkerStub implementations for DeleteUrlCacheContainer{A,W},
2005-02-08  Steven EdwardsCorrect spec entry for FindFirstUrlCacheEntryEx.
2005-02-02  David McCulloughHTTP_HttpSendRequestW was getting invoked with a null...
2005-02-01  Hans Leidekker- Stub implementations for FtpGetFileSize, FtpCommand...
2005-01-26  Francois GougetAssorted spelling fixes.
2005-01-25  Maxime BellengéReplace '\' with '/' in the URL in HTTP_HttpSendRequestW.
2005-01-18  Hans LeidekkerImplement and test InternetTime{From,To}SystemTime...
2005-01-17  Jonathan ErnstUpdated French resources.
2005-01-17  Henning GerhardtUpdate German resources.
2005-01-07  Diego PettenòGet rid of DPRINTF.
2005-01-07  Mike McCormackUse CreateEventW in preference to CreateEventA for...
2005-01-04  Lionel UlmerFix 'SendAsyncCallback' when it's really asynchronous.
2005-01-03  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
next