quartz: Avoid asserting from used samples on allocator release.
[wine] / dlls / wininet / internet.c
2007-03-13  Hans Leidekkerwininet: Fix buffer size calculation in INTERNET_Intern...
2007-02-28  Ken Thomaseswininet: Use "ping -c 1" instead of "ping -w 1" for...
2007-02-20  Hans Leidekkerwininet: Don't discard the extra info part of a URL...
2007-01-10  Francois Gougetwininet: Consistenly use INTERNET_SetLastError().
2007-01-04  Rob Shearmanwininet: Change the HTTP code to not assume that the...
2007-01-04  Rob Shearmanwininet: Use the Content-Length header to work out...
2007-01-04  Rob Shearmanwininet: Remove the custom thread pool implementation...
2006-12-26  Jacek Cabanwininet: Get rid of ASYNC_FUNC enum.
2006-12-26  Jacek Cabanwininet: Use proc instead of enum in FTPFINDNEXTW request.
2006-12-26  Jacek Cabanwininet: Use proc instead of enum in FTPRENAMEFILEW...
2006-12-26  Jacek Cabanwininet: Use proc instead of enum in FTPREMOVEDIRECTORY...
2006-12-26  Jacek Cabanwininet: Use proc instead of enum in FTPDELETEFILEW...
2006-12-26  Jacek Cabanwininet: Use proc instead of enum in FTPGETFILEW request.
2006-12-26  Jacek Cabanwininet: Use proc instead of enum in FTPOPENFILEW request.
2006-12-26  Jacek Cabanwininet: Use proc instead of enum in FTPGETCURRENTDIREC...
2006-12-26  Jacek Cabanwininet: Use proc instead of enum in FTPFINDFIRSTFILEW...
2006-12-26  Jacek Cabanwininet: Use proc instead of enum in FTPCREATEDIRECTORY...
2006-12-26  Jacek Cabanwininet: Use proc instead of enum in FTPSETCURRENTDIREC...
2006-12-26  Jacek Cabanwininet: Use proc instead of enum in FTPUTFILE request.
2006-12-26  Jacek Cabanwininet: Use proc instead of enum in INTERNETREADFILEEX...
2006-12-26  Jacek Cabanwininet: Use proc instead of enum in INTERNETOPENURLW...
2006-12-26  Jacek Cabanwininet: Remove not used HTTPOPENREQUESTW request.
2006-12-26  Jacek Cabanwininet: Use proc instead of enum in HTTPSENDREQUESTW...
2006-12-26  Jacek Cabanwininet: Use proc instead of enum in SENDCALLBACK request.
2006-11-22  Andrew Talbotwininet: Cast-qual warnings fix.
2006-11-02  Rob Shearmanwininet: Don't return an error for INTERNET_OPTION_SEND...
2006-11-02  Jacek Cabanwininet: Revert commit 760043c2455a90cd74178d98b7c81bfb...
2006-10-31  Jacek Cabanwininet: Use handle stored in WININETHANDLEHEADER inste...
2006-10-30  Jacek Cabanwininet: Call SendCallback in destructor instead of...
2006-10-30  Jacek Cabanwininet: Store handle in WININETHANDLEHEADER and use...
2006-10-30  Jacek Cabanwininet: Remove lpwhparent from WININETHANDLERHEADER.
2006-10-30  Jacek Cabanwininet: Store WININETFTPSESSIONW pointer in WININETFTP...
2006-10-30  Jacek Cabanwininet: Store WININETFTPSESSIONW pointer in WININETFTP...
2006-10-30  Jacek Cabanwininet: Move ftp FindNextFile implementation to ftp.c.
2006-10-30  Jacek Cabanwininet: Use lpAppInfo instead of lpwhparent where...
2006-10-20  Francois Gougetwininet: HttpSendRequestW() returns ERROR_IO_PENDING...
2006-10-05  Hans Leidekkerwininet: Win64 printf format warning fixes.
2006-08-07  Ulrich Czekallawininet: Add INTERNET_OPTION_SECURITY_FLAGS stub to...
2006-07-17  James Hawkinswininet: Add more tests for InternetCrackurl.
2006-07-06  James Hawkinswininet: Error out if hInternet is a bad handle.
2006-06-02  Mike McCormackwininet: Remove some dead code (Coverity).
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-16  Mike McCormackwininet: Return correct errors in InternetOpenUrlW.
2006-05-16  Mike McCormackwininet: Return correct errors in InternetConnectW
2006-05-10  Michael Stefaniucjanitorial: Remove redundant NULL pointer checks before...
2006-05-05  Robert Shearmanwininet: Initialise the LPWITHREADERROR structure after...
2006-04-20  Robert Shearmanwininet: Don't allocate memory for the thread error...
2006-03-21  Robert Shearmanwininet: Document InternetCrackUrlW.
2006-03-21  Robert Shearmanwininet: InternetCreateUrlW should return the number...
2006-03-14  Robert Shearmanwininet: Make InternetCrackUrlW set the components...
2006-03-14  Robert Shearmanwininet: Move cookie-related stubs to cookie.c
2006-03-14  Robert Shearmanwininet: Implement setting of send and receive timeouts.
2006-03-13  Robert Shearmanwininet: Fix the conversion of NULL component values...
2006-03-13  Robert Shearmanwininet: Host name isn't present when two slashes aren...
2006-03-13  Robert Shearmanwininet: InternetCrackUrl should set nPort to the defau...
2006-03-09  Robert Shearmanwininet: Fix an off-by-one error in InternetCreateUrlW.
2006-03-09  Robert Shearmanwininet: Further InternetCreateFileW fixes.
2006-03-09  Robert Shearmanwininet: If necessary, add a slash between the hostname...
2006-03-09  Robert Shearmanwininet: More InternetCreateUrlW fixes.
2006-03-09  Robert Shearmanwininet: Parse the scheme the string in InternetCreateF...
2006-03-09  Robert Shearmanwininet: Get the string for the scheme if specified...
2006-03-09  Robert Shearmanwininet: The host name is optional in InternetCreateUrlW.
2006-03-09  Robert Shearmanwininet: Use an array of schemes for mapping from a...
2006-03-09  Robert Shearmanwininet: Fix Trace in InternetCreateUrl.
2006-03-06  Robert Shearmanwininet: Rewrite InternetCreateUrlW.
2006-03-06  Victor Peltwininet: Add stub for missing InternetSetOption.
2006-02-16  Juan Langwininet: Use CertNameToStr for INTERNET_OPTION_SECURITY...
2006-01-20  Aric Stewartwininet: INTERNET_OPTION_SECURITY_CERTIFICATE_STRUCT...
2005-12-13  Aric Stewartwininet: HTTP headers reworking.
2005-12-03  Robert Shearmanwininet: Correctly set the last error when a called...
2005-12-03  Robert Shearmanwininet: global function/data cleanup
2005-11-30  Robert ShearmanRemove duplicated code by modifying HTTP_HttpSendReques...
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-28  Robert ShearmanChange some SendAsyncCallback calls to INTERNET_SendCal...
2005-11-23  Francois GougetDocumentation tweaks to make winapi_check happy.
2005-11-22  Robert ShearmanRename SendAsyncCallback to INTERNET_SendCallback.
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 ShearmanCorrect the size of a callback parameter.
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-10  Francois GougetRemove spaces before '\n' in traces.
2005-11-08  Vincent BéronUnicodify InternetCheckConnection.
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-09-29  Denis LukianovUse ICU_BROWSER_MODE in InternetCanonicalizeUrl.
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
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-06-30  Robert ShearmanAdd stubs for some InternetSetOption options.
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-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...
next