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
Age
Commit message (
Expand
)
Author
2006-07-25
Dan Nelson added the CURLOPT_FTP_ALTERNATIVE_TO_USER libcurl option and curl
Daniel Stenberg
2006-07-25
Michael Jerris added magic that builds lib/curllib.vcproj automatically (for
Daniel Stenberg
2006-07-25
Fix warning: no newline at end of file
Yang Tse
2006-07-25
Georg Horn made the transfer timeout error message include more details
Daniel Stenberg
2006-07-25
Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H s...
Yang Tse
2006-07-25
Silence iconv() warnings.
Gisle Vanem
2006-07-25
Added note for CURLRES_ARES and CURLRES_IPV6.
Gisle Vanem
2006-07-25
Moved functions common to IPv4 and C-ares to hostip.c;
Gisle Vanem
2006-07-25
Remove comment about c-ares not supporting IPv6.
Gisle Vanem
2006-07-24
Use the proper Curl_freeaddrinfo() for CURLRES_ARES.
Gisle Vanem
2006-07-24
Fix typo.
Gisle Vanem
2006-07-24
Ares needs CURLRES_ADDRINFO_COPY. Curl_hostent_relocate() is gone.
Gisle Vanem
2006-07-23
added splay.o
Daniel Stenberg
2006-07-21
Constify some arguments in Curl_connecthost() and singleipconnect().
Gisle Vanem
2006-07-21
Constify arguments to Curl_he2ai() and Curl_addrinfo_copy().
Gisle Vanem
2006-07-21
Constify 'hostname' and 'service' to various resolver functions.
Gisle Vanem
2006-07-21
Changes for combination ENABLE_IPV6 and USE_ARES.
Gisle Vanem
2006-07-21
Use calloc() instead.
Gisle Vanem
2006-07-20
David McCreedy fixed a build error when building libcurl with HTTP disabled,
Daniel Stenberg
2006-07-20
Avoid warning "comparison of unsigned expression < 0 is always false"
Gisle Vanem
2006-07-20
Avoid warning 'port' might be used uninitialized in this function.
Gisle Vanem
2006-07-19
Changes to support building for eCos 1.3.1. This has been tested with
Dan Fandrich
2006-07-19
Fix compiler warnings
Yang Tse
2006-07-19
Avoid variable declaration shadowing previously declared one
Yang Tse
2006-07-19
remove variable declaration shadowing previously declared one
Yang Tse
2006-07-19
Remove variable declaration shadowing previously declared one
Yang Tse
2006-07-17
"*connected" must be set to FALSE if trynextip() fails.
Yang Tse
2006-07-17
Jari Sundell did some excellent research and bug tracking, figured out that
Daniel Stenberg
2006-07-17
Return NULL if argument is NULL.
Yang Tse
2006-07-17
Fix compiler warning "enumerated type mixed with another type"
Yang Tse
2006-07-17
Update error buffer size used for SSL_strerror()
Yang Tse
2006-07-15
don't use 'new' in the proto
Daniel Stenberg
2006-07-14
David McCreedy fixed a flaw where the CRLF counter wasn't properly cleared
Daniel Stenberg
2006-07-14
Change the ai_addrlen type of struct addrinfo from size_t to socklen_t, per R...
Yang Tse
2006-07-13
Oops, missing "u"
Yang Tse
2006-07-13
Fix compiler warning.
Yang Tse
2006-07-12
Remove unneeded stuff.
Gisle Vanem
2006-07-12
Read the return value of the swrite() macro and 'print' a message in case of ...
Yang Tse
2006-07-12
Place parenthesis surrounding macro parameters so that the use of sread and s...
Yang Tse
2006-07-12
DJGPP/WATT32 does not have functions named recv() send() getnameinfo().
Yang Tse
2006-07-12
Use platform's native types for recv() and send() arguments.
Yang Tse
2006-07-11
include <malloc.h> only if HAVE_MALLOC_H and NEED_MALLOC_H are both defined.
Yang Tse
2006-07-11
Moved strdup replacement from src/main.c into src/strdup.c so it's available
Dan Fandrich
2006-07-11
Added comment and CVS id.
Gisle Vanem
2006-07-11
Socket must be set to CURL_SOCKET_BAD after closing it.
Yang Tse
2006-07-10
DNS cache must use the multi DNS cache if the easy handle's one is not using ...
Yang Tse
2006-07-08
Ates Goral pointed out that libcurl's cookie parser did case insensitive
Daniel Stenberg
2006-07-07
Ingmar Runge provided a source snippet that caused a crash. The reason for
Daniel Stenberg
2006-07-07
HTTP Pipelining is for GET and HEAD requests only.
Daniel Stenberg
2006-07-07
Fixed building curllib.dsp when running make outside the source tree.
Dan Fandrich
[next]