index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
connect.c
Age
Commit message (
Expand
)
Author
2010-01-11
- Made sure that the progress callback is repeatedly called at a regular
Daniel Stenberg
2009-12-30
VMS specific preprocessor symbol checking adjustments
Yang Tse
2009-10-01
- Tom Mueller correctly reported in bug report #2870221
Daniel Stenberg
2009-10-01
- Constantine Sapuntzakis: The current implementation will always set
Daniel Stenberg
2009-08-29
add cast to silent compiler warning with 64bit systems.
Gunter Knauf
2009-07-09
- Eric Wong introduced curlx_nonblock() that the curl tool now (re-)uses for
Daniel Stenberg
2009-05-07
Curl_sndbufset is (at times) defined in the header, no need to do it again here
Daniel Stenberg
2009-05-07
- Made the SO_SNDBUF setting for the data connection socket for ftp uploads as
Daniel Stenberg
2009-05-02
Use build-time configured curl_socklen_t instead of socklen_t
Yang Tse
2009-04-30
fix compiler warning: unused parameter
Yang Tse
2009-04-28
- Constantine Sapuntzakis filed bug report #2783090
Daniel Stenberg
2009-04-21
libcurl's memory.h renamed to curl_memory.h
Yang Tse
2009-02-28
for portability reasons: s/inet_pton/Curl_inet_pton/
Yang Tse
2009-02-27
- Senthil Raja Velu reported a problem when CURLOPT_INTERFACE and
Daniel Stenberg
2008-12-30
changed HAVE_SIN6_SCOPE_ID define to HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID since ju...
Gunter Knauf
2008-12-16
Added the use of Watt-32 tcp/ip stack for Win32 targets.
Gisle Vanem
2008-11-14
Added some #ifdefs around header files and change the EAGAIN test to
Dan Fandrich
2008-11-13
Refactor configure script detection of functions used to set sockets into
Yang Tse
2008-11-06
Merged existing IPv4 and IPv6 Curl_ip2addr functions into a single one
Yang Tse
2008-11-03
- Bug #2218480 (http://curl.haxx.se/bug/view.cgi?id=2218480) pointed out a
Daniel Stenberg
2008-10-24
Stop using in6addr_any because it's not available everywhere (e.g. Symbian)
Dan Fandrich
2008-10-24
fix compiler warning
Yang Tse
2008-10-17
portability fix to avoid memory alignment problems
Yang Tse
2008-10-13
There's no guarantee that a socket was involved at this point, so avoid displ...
Yang Tse
2008-10-11
fix compiler warning
Yang Tse
2008-10-10
Allow compilation when no IPv6 stack is available.
Dan Fandrich
2008-10-09
Fixed the --interface option to work with IPv6 connections on glibc
Dan Fandrich
2008-09-08
fix compiler warning
Yang Tse
2008-08-26
Fixed out of memory problems that caused torture test failures in tests
Dan Fandrich
2008-07-30
- Phil Blundell added the CURLOPT_SCOPE option, as well as adjusted the URL
Daniel Stenberg
2008-07-28
Fixed display of the interface bind address in the trace output when it's
Dan Fandrich
2008-06-08
use our *printf functions only.
Gunter Knauf
2008-06-06
- Added CURLINFO_PRIMARY_IP as a new information retrievable with
Daniel Stenberg
2008-05-21
Removed some duplicated #includes
Dan Fandrich
2008-05-12
- Introducing curl_easy_send() and curl_easy_recv(). They can be used to send
Daniel Stenberg
2008-05-03
- Jean-Francois Bertrand reported a libcurl crash with CURLOPT_TCP_NODELAY
Daniel Stenberg
2008-05-01
- Bart Whiteley provided a patch that made libcurl work properly when an app
Daniel Stenberg
2008-04-22
Added support for running on Symbian OS.
Dan Fandrich
2008-02-07
- Refactored a lot of timeout code into a few functions in an attempt to make
Daniel Stenberg
2008-01-08
Change typecast due to http://cool.haxx.se/cvs.cgi/curl/include/curl/curl.h.d...
Yang Tse
2007-11-05
removed space after if and while before the parenthesis for better source code
Daniel Stenberg
2007-10-17
Fix compiler warning: signed and unsigned type in conditional expression
Yang Tse
2007-10-17
Fix compiler warning: comparison between signed and unsigned
Yang Tse
2007-10-04
Kim Rinnewitz reported that --local-port didn't work with TFTP transfers.
Daniel Stenberg
2007-10-03
exported symbols must use lowercase "curl_", and I also fixed two compiler
Daniel Stenberg
2007-10-03
Alexey Pesternikov introduced CURLOPT_OPENSOCKETFUNCTION and
Daniel Stenberg
2007-09-05
Minix doesn't support getsockopt on UDP sockets or send/recv on TCP
Dan Fandrich
2007-08-30
Renamed several libcurl error codes and options to make them more general
Dan Fandrich
2007-08-02
Patrick Monnerat's cleanup fix after my alloc-strings commit
Daniel Stenberg
2007-08-01
Patrick Monnerat and I modified libcurl so that now it *copies* all strings
Daniel Stenberg
[prev]
[next]