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-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
2006-07-07
Correct the trace for WinCE.
Gisle Vanem
2006-07-07
WinCE uses CreateThread(). Hence error is not in 'errno'.
Gisle Vanem
2006-07-07
Removed copying 'stderr' since it doesn't have the desired
Gisle Vanem
2006-07-07
updated after discussions and thinking
Daniel Stenberg
2006-07-06
Undefine symbols before redefining them.
Gisle Vanem
2006-07-06
Undefine correct symbol.
Gisle Vanem
2006-07-05
Oops !
Yang Tse
2006-07-05
Prevent definition of HAVE_WINxxx_H symbols and avoid inclusion of Windows he...
Yang Tse
2006-07-05
Cludge fix for djgpp 2.03 or older; it doesn't have snprintf() etc.
Gisle Vanem
2006-07-05
Add types and qualifiers for getnameifo(), send() and recv().
Gisle Vanem
2006-07-04
Get qualifier of arg 2 for send() apart into SEND_QUAL_ARG2.
Yang Tse
2006-07-04
Platforms that don't have/run configure need default values in their config f...
Yang Tse
2006-07-04
Toshiyuki Maezawa fixed a problem where you couldn't override the
Daniel Stenberg
2006-07-04
Test HAVE_GETNAMEINFO definition before using GETNAMEINFO_XXX definitions.
Yang Tse
2006-07-03
Fix compiler warning.
Yang Tse
2006-06-29
with a very recent yassl, we now can display 'yassl' when the OpenSSL API is
Daniel Stenberg
2006-06-28
fix better minor compiler warning
Yang Tse
2006-06-28
fix minor compiler warning
Yang Tse
2006-06-28
fix minor compiler warning
Yang Tse
2006-06-24
Added README.pipelining but also extracted the "docs" files to a separate list
Daniel Stenberg
2006-06-24
thoughts and ideas as posted to the list the other day
Daniel Stenberg
2006-06-24
Michael Wallner added curl_formget(), which allows an application to extract
Daniel Stenberg
2006-06-23
Arve Knudsen found a flaw in curl_multi_fdset() for systems where
Daniel Stenberg
2006-06-22
Peter Silva introduced CURLOPT_MAX_SEND_SPEED_LARGE and
Daniel Stenberg
2006-06-15
select_res is not a socket, it should be a plain int
Daniel Stenberg
2006-06-09
proper use of newlines
Daniel Stenberg
2006-06-09
oops, serious breakage in the fdset() function
Daniel Stenberg
[prev]
[next]