wined3d: Do not activate vertex shaders needlessly.
[wine] / dlls / wininet / netconnection.c
2006-10-05  Hans Leidekkerwininet: Win64 printf format warning fixes.
2006-08-10  Paul Chitescuwininet: MSG_WAITALL support in NETCON_recv with SSL.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-05  Mike McCormackwininet: Fix peeking of http data with a nul byte in it.
2006-03-14  Robert Shearmanwininet: Implement setting of send and receive timeouts.
2006-03-06  Robert Shearmanwininet: Don't continue to connect to a secure server...
2006-01-20  Aric Stewartwininet: INTERNET_OPTION_SECURITY_CERTIFICATE_STRUCT...
2005-12-05  Patrick Ammannwininet: compilation fix
2005-12-03  Robert Shearmanwininet: Correctly set the last error when a called...
2005-12-01  Robert ShearmanCleanup SSL connections properly, do a few security...
2005-11-28  Robert ShearmanMove the initiation of the SSL connection into a separa...
2005-11-15  Robert ShearmanSSL doesn't need to use a different socket to unsecure...
2005-10-20  Aric StewartMove the peek_msg buffers for SSL connections into the
2005-03-29  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-02-25  Jon GriffithsDocumentation spelling fixes.
2004-10-08  Vincent BéronRemove #ifdef HAVE_SYS_TYPES_H.
2004-09-16  Alexandre JulliardAvoid using socklen_t.
2004-09-03  Steven EdwardsUse Windows sockets when building Wininet on Mingw.
2004-08-09  Mike McCormackFix warnings generated with -Wsign-compare.
2004-03-30  Mike McCormackConvert the wininet HTTP functions to Unicode.
2004-02-27  Patrik StridvallFixed some issues found by winapi_check.
2003-10-08  Francois GougetSome spelling fixes.
2003-09-22  Mike McCormackFix logic problems with NETCON_connected.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-06-27  Dmitry TimoshkovAdd inclusion of <sys/time.h> needed for struct timeval...
2003-06-20  David Hammerton- implemented support for https protocol