projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
wininet: Correct length of data passed to callback when resolving a name.
[wine]
/
dlls
/
wininet
/
netconnection.c
2009-12-01
Jacek Caban
wininet: Directly return error status from NETCON_init.
blob
|
commitdiff
|
raw
2009-12-01
Jacek Caban
wininet: Directly return error status from NETCON_recv.
blob
|
commitdiff
|
raw
|
diff to current
2009-11-30
Jacek Caban
wininet: Directly return error status from NETCON_close.
blob
|
commitdiff
|
raw
|
diff to current
2009-11-30
Jacek Caban
wininet: Directly return error status from WriteFile...
blob
|
commitdiff
|
raw
|
diff to current
2009-11-30
Jacek Caban
wininet: Dorectly return error status from NETCON_secur...
blob
|
commitdiff
|
raw
|
diff to current
2009-11-30
Jacek Caban
wininet: Directly return error status from NETCON_connect.
blob
|
commitdiff
|
raw
|
diff to current
2009-11-30
Jacek Caban
wininet: Directly return error status from NETCON_create.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-27
Hans Leidekker
wininet: Clean up locks after closing libssl and libcrypto.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-02
Juan Lang
wininet: Set callbacks needed by OpenSSL for multithrea...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-02
Juan Lang
wininet: Unload OpenSSL when unloading wininet.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-01
Juan Lang
wininet: Protect OpenSSL initialization with critical...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-01
Juan Lang
wininet: Move initialization of SSL_CTX to library...
blob
|
commitdiff
|
raw
|
diff to current
2009-05-14
Alexandre Julliard
wininet: Get rid of the SSL-specific read-ahead buffer.
blob
|
commitdiff
|
raw
|
diff to current
2009-03-05
Hans Leidekker
winhttp, wininet: Load i2d_X509 from libcrypto.so.
blob
|
commitdiff
|
raw
|
diff to current
2009-02-16
Aric Stewart
wininet: use debugstr_a in NETCON_getNextLine TRACE...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-12
Jacek Caban
wininet: Use SSL_pending in NETCON_query_data_available.
blob
|
commitdiff
|
raw
|
diff to current
2009-01-12
Jacek Caban
wininet: Improve NETCON_recv over SSL implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-12-09
Alexandre Julliard
wininet: Include ws2tcpip.h before anything else for...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-08
Francois Gouget
wininet & winhttp: Fix a pointer type mismatch warning...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-16
Michael Stefaniuc
wininet: Remove duplicated header includes.
blob
|
commitdiff
|
raw
|
diff to current
2008-08-26
Alexandre Julliard
Include sys/filio.h to get the FIONREAD definition...
blob
|
commitdiff
|
raw
|
diff to current
2008-08-26
Alexandre Julliard
wininet: Avoid testing errno when it isn't set. Simplif...
blob
|
commitdiff
|
raw
|
diff to current
2008-06-02
Alexandre Julliard
wininet: Include openssl/ssl.h before Windows headers.
blob
|
commitdiff
|
raw
|
diff to current
2008-05-13
Alexandre Julliard
configure: Improve the libcrypto checks.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-24
Kai Blin
janitorial: Use poll() instead of select().
blob
|
commitdiff
|
raw
|
diff to current
2008-03-04
Rob Shearman
wininet: Fix compile with MinGW.
blob
|
commitdiff
|
raw
|
diff to current
2008-02-27
Jacek Caban
wininet: Use vtbl for InternetSetOption(INTERNET_OPTION...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-13
Misha Koshelev
wininet: InternetQueryDataAvailable does not return...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-09
Francois Gouget
wininet: #undef some macros to avoid a conflict between...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-02
Alexandre Julliard
configure: Make the libssl soname check depend on the...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-02
Alexandre Julliard
configure: Export the shared library extension instead...
blob
|
commitdiff
|
raw
|
diff to current
2007-05-29
Alexandre Julliard
wininet: Fixed compilation without SSL.
blob
|
commitdiff
|
raw
|
diff to current
2007-05-29
Rob Shearman
wininet: Add a new NETCON_query_data_available function.
blob
|
commitdiff
|
raw
|
diff to current
2007-02-21
Rob Shearman
wininet: Fix the case of partial SSL reads from the...
blob
|
commitdiff
|
raw
|
diff to current
2007-01-10
Rob Shearman
wininet: Don't try to read anything if 0 bytes are...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-05
Hans Leidekker
wininet: Win64 printf format warning fixes.
blob
|
commitdiff
|
raw
|
diff to current
2006-08-10
Paul Chitescu
wininet: MSG_WAITALL support in NETCON_recv with SSL.
blob
|
commitdiff
|
raw
|
diff to current
2006-05-23
Jonathan Ernst
Update the address of the Free Software Foundation.
blob
|
commitdiff
|
raw
|
diff to current
2006-05-05
Mike McCormack
wininet: Fix peeking of http data with a nul byte in it.
blob
|
commitdiff
|
raw
|
diff to current
2006-03-14
Robert Shearman
wininet: Implement setting of send and receive timeouts.
blob
|
commitdiff
|
raw
|
diff to current
2006-03-06
Robert Shearman
wininet: Don't continue to connect to a secure server...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-20
Aric Stewart
wininet: INTERNET_OPTION_SECURITY_CERTIFICATE_STRUCT...
blob
|
commitdiff
|
raw
|
diff to current
2005-12-05
Patrick Ammann
wininet: compilation fix
blob
|
commitdiff
|
raw
|
diff to current
2005-12-03
Robert Shearman
wininet: Correctly set the last error when a called...
blob
|
commitdiff
|
raw
|
diff to current
2005-12-01
Robert Shearman
Cleanup SSL connections properly, do a few security...
blob
|
commitdiff
|
raw
|
diff to current
2005-11-28
Robert Shearman
Move the initiation of the SSL connection into a separa...
blob
|
commitdiff
|
raw
|
diff to current
2005-11-15
Robert Shearman
SSL doesn't need to use a different socket to unsecure...
blob
|
commitdiff
|
raw
|
diff to current
2005-10-20
Aric Stewart
Move the peek_msg buffers for SSL connections into the
blob
|
commitdiff
|
raw
|
diff to current
2005-03-29
Peter Berg Larsen
Janitorial: Get rid of strncpy/strncpyW.
blob
|
commitdiff
|
raw
|
diff to current
2005-02-25
Jon Griffiths
Documentation spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2004-10-08
Vincent Béron
Remove #ifdef HAVE_SYS_TYPES_H.
blob
|
commitdiff
|
raw
|
diff to current
2004-09-16
Alexandre Julliard
Avoid using socklen_t.
blob
|
commitdiff
|
raw
|
diff to current
2004-09-03
Steven Edwards
Use Windows sockets when building Wininet on Mingw.
blob
|
commitdiff
|
raw
|
diff to current
2004-08-09
Mike McCormack
Fix warnings generated with -Wsign-compare.
blob
|
commitdiff
|
raw
|
diff to current
2004-03-30
Mike McCormack
Convert the wininet HTTP functions to Unicode.
blob
|
commitdiff
|
raw
|
diff to current
2004-02-27
Patrik Stridvall
Fixed some issues found by winapi_check.
blob
|
commitdiff
|
raw
|
diff to current
2003-10-08
Francois Gouget
Some spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2003-09-22
Mike McCormack
Fix logic problems with NETCON_connected.
blob
|
commitdiff
|
raw
|
diff to current
2003-09-05
Alexandre Julliard
Fixed header dependencies to be fully compatible with...
blob
|
commitdiff
|
raw
|
diff to current
2003-06-27
Dmitry Timoshkov
Add inclusion of <sys/time.h> needed for struct timeval...
blob
|
commitdiff
|
raw
|
diff to current
2003-06-20
David Hammerton
- implemented support for https protocol
blob
|
commitdiff
|
raw
|
diff to current