index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2006-07-22
Use ares_free_string() to avoid detecting leaks.
Gisle Vanem
2006-07-22
If CURLDEBUG defined, call curl_memdebug() if $CARES_MEMDEBUG is set.
Gisle Vanem
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
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-19
Abort if unable to write pid file, and close socket when aborting.
Yang Tse
2006-07-19
Abort if unable to write pid file.
Yang Tse
2006-07-17
-Use curl_socket_t instead of int.
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
tests/libtest/lib506.c version 1.11 is now also logging CURLSHOPT_LOCKFUNC, C...
Yang Tse
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
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-17
Minor cleanup
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
Fix compiler warning
Yang Tse
2006-07-14
Change the ai_addrlen type of struct addrinfo from size_t to socklen_t, per R...
Yang Tse
2006-07-14
Null terminate string in buffer before feeding it to strtol()
Yang Tse
2006-07-13
Oops, missing "u"
Yang Tse
2006-07-13
Change to meaningful var names and take care of a compiler warning on IRIX 6....
Yang Tse
2006-07-13
Fix compiler warning.
Yang Tse
2006-07-12
Remove unneeded stuff.
Gisle Vanem
2006-07-12
Remove var not used.
Yang Tse
2006-07-12
Log a message if not all data is sent.
Yang Tse
2006-07-12
Fix compiler warning: comparison between signed and unsigned
Yang Tse
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
sread now returns ssize_t
Yang Tse
2006-07-12
Pay attention when typecasting an operation
Yang Tse
2006-07-12
sread now returns ssize_t
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
Enable --enable-hidden-symbols for SunPro C
Dan Fandrich
2006-07-11
include <malloc.h> only if HAVE_MALLOC_H and NEED_MALLOC_H are both defined.
Yang Tse
2006-07-11
Define NEED_MALLOC_H if including <stdlib.h> is not enough for proper compila...
Yang Tse
2006-07-11
Moved strdup replacement from src/main.c into src/strdup.c so it's available
Dan Fandrich
[prev]
[next]