riched20: Empty undo stack after EM_STREAMIN without SFF_SELECTION flag.
[wine] / dlls / wininet /
2006-01-20  Aric Stewartwininet: INTERNET_OPTION_SECURITY_CERTIFICATE_STRUCT...
2006-01-13  Aric Stewartwininet: Handle NULL lpBuffersIn in HttpSendRequestExW.
2006-01-05  Jacek Cabanwininet: lpvStatusInfo in INTERNET_STATUS_NAME_RESOLVED,
2005-12-31  Robert Shearmanwininet: Handle the cache being full better in CommitUr...
2005-12-31  Robert Shearmanwininet: Create new hash tables for URL cache on demand.
2005-12-31  Robert Shearmanwininet: Move URL cache hash table creation to a separa...
2005-12-13  Aric Stewartwininet: HTTP headers reworking.
2005-12-13  Marcus Meissnerwininet: Reinitialise NETCON on redirect.
2005-12-08  Aric Stewartwininet: Handle HTTP_QUERY_CUSTOM.
2005-12-08  Aric Stewartwininet: A->W bugfix.
2005-12-05  Patrick Ammannwininet: compilation fix
2005-12-03  Robert Shearmanwininet: Correctly set the last error when a called...
2005-12-03  Robert Shearmanwininet: global function/data cleanup
2005-12-01  Robert ShearmanCleanup SSL connections properly, do a few security...
2005-11-30  Robert ShearmanTest the behaviour of HttpSendRequestEx when putting...
2005-11-30  Robert ShearmanRemove duplicated code by modifying HTTP_HttpSendReques...
2005-11-30  Robert ShearmanRemove call to StrCatW by passing in NULL for lpszExtra...
2005-11-29  Robert ShearmanHttpSendRequestExA/W doesn't touch lpBuffersIn->Next...
2005-11-29  Robert ShearmanMore lpszServerName -> lpszHostName fixes.
2005-11-29  Robert ShearmanFix redirects from secure to non-secure and vice versa.
2005-11-29  Robert ShearmanChange all SendAsyncCallback calls into the synchronous
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-28  Aric StewartAllow HttpEndRequest to process 302 and 301 redirects...
2005-11-28  Robert ShearmanAdd support for using secure (SSL/TLS) connections...
2005-11-28  Robert ShearmanMove the initiation of the SSL connection into a separa...
2005-11-28  Robert ShearmanAdd a host port field that preserves the requested...
2005-11-28  Robert ShearmanFix "http://" prefix detection on the proxy URL.
2005-11-28  Robert ShearmanReplace some useless checks in HTTP_AddProxyInfo with...
2005-11-28  Robert ShearmanSimplify and fix Set-Cookie handling.
2005-11-28  Robert ShearmanSimplify HTTP_InsertProxyAuthorization.
2005-11-28  Robert ShearmanChange some SendAsyncCallback calls to INTERNET_SendCal...
2005-11-28  Robert ShearmanAdd parsing of the Content-ID and Proxy-Connection...
2005-11-28  Robert ShearmanAdd a new field "lpszHostName" to the session to track...
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.
next