server: Move socket async activation to sock_poll_event.
[wine] / dlls / wininet / dialogs.c
2009-08-03  Paul Vrienswininet: Avoid potential NULL dereferences (Coverity).
2009-07-24  Hans Leidekkerwininet: Use a different pointer for the password in...
2009-07-23  Hans Leidekkerwininet: Add a regular authentication dialog.
2009-07-23  Hans Leidekkerwininet: Prepare for showing a regular authentication...
2009-07-23  Hans Leidekkerwininet: Don't leak the proxy username and password...
2009-07-23  Hans Leidekkerwininet: Release the request in WININET_GetProxyServer...
2009-07-20  Jacek Cabanwininet: Code clean up by using heap_strdup* functions.
2009-07-13  Jacek Cabanwininet: Rename WININETAPPINFOW to appinfo_t.
2009-07-13  Jacek Cabanwininet: Rename WININETHTTPREQW to http_request_t.
2009-07-13  Jacek Cabanwininet: Rename WININETHTTPSESSIONW to http_session_t.
2008-12-09  Alexandre Julliardwininet: Include ws2tcpip.h before anything else for...
2007-05-29  Andrew Talbotwininet: Exclude unused headers.
2006-10-30  Jacek Cabanwininet: Use lpAppInfo instead of lpwhparent where...
2006-10-30  Jacek Cabanwininet: Use lpHttpSession instead of lpwhcalback where...
2006-10-05  Hans Leidekkerwininet: Win64 printf format warning fixes.
2006-05-24  Mike McCormackwininet: Fix a possible NULL pointer deference.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-11  Mike McCormackwininet: Fix a typo (spotted by Coverity).
2005-04-18  Peter Berg LarsenReplace strncpy with memcpy or lstrcpyn.
2004-09-23  Robert ShearmanDon't define GWL_USERDATA, GWL_ID, GWL_HWNDPARENT,...
2004-09-03  Alexandre JulliardAdded configure check for socklen_t.
2004-06-01  Mike McCormackFix proxy support, remove typecasts.
2004-04-19  Francois GougetMake Unicode const strings static so they are not copie...
2004-04-12  Mike McCormackConvert unicode strings to const.
2004-03-30  Mike McCormackConvert the wininet HTTP functions to Unicode.
2004-03-25  Mike McCormackConvert WININETAPPINFOA structure to unicode.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-07-22  Mike McCormackImplement support for proxies with usernames and passwords.