shell32: Build language resource files separately.
[wine] / dlls / wininet / netconnection.c
2009-05-14  Alexandre Julliardwininet: Get rid of the SSL-specific read-ahead buffer.
2009-03-05  Hans Leidekkerwinhttp, wininet: Load i2d_X509 from libcrypto.so.
2009-02-16  Aric Stewartwininet: use debugstr_a in NETCON_getNextLine TRACE...
2009-01-12  Jacek Cabanwininet: Use SSL_pending in NETCON_query_data_available.
2009-01-12  Jacek Cabanwininet: Improve NETCON_recv over SSL implementation.
2008-12-09  Alexandre Julliardwininet: Include ws2tcpip.h before anything else for...
2008-12-08  Francois Gougetwininet & winhttp: Fix a pointer type mismatch warning...
2008-10-16  Michael Stefaniucwininet: Remove duplicated header includes.
2008-08-26  Alexandre JulliardInclude sys/filio.h to get the FIONREAD definition...
2008-08-26  Alexandre Julliardwininet: Avoid testing errno when it isn't set. Simplif...
2008-06-02  Alexandre Julliardwininet: Include openssl/ssl.h before Windows headers.
2008-05-13  Alexandre Julliardconfigure: Improve the libcrypto checks.
2008-03-24  Kai Blinjanitorial: Use poll() instead of select().
2008-03-04  Rob Shearmanwininet: Fix compile with MinGW.
2008-02-27  Jacek Cabanwininet: Use vtbl for InternetSetOption(INTERNET_OPTION...
2007-08-13  Misha Koshelevwininet: InternetQueryDataAvailable does not return...
2007-08-09  Francois Gougetwininet: #undef some macros to avoid a conflict between...
2007-07-02  Alexandre Julliardconfigure: Make the libssl soname check depend on the...
2007-07-02  Alexandre Julliardconfigure: Export the shared library extension instead...
2007-05-29  Alexandre Julliardwininet: Fixed compilation without SSL.
2007-05-29  Rob Shearmanwininet: Add a new NETCON_query_data_available function.
2007-02-21  Rob Shearmanwininet: Fix the case of partial SSL reads from the...
2007-01-10  Rob Shearmanwininet: Don't try to read anything if 0 bytes are...
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