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
2004-08-10
In OpenSSL 0.9.7d and earlier, ASN1_STRING_to_UTF8 fails if the input is
Daniel Stenberg
2004-08-10
more typecasts to please picky compilers
Daniel Stenberg
2004-08-09
typecast the assigment of an unsigned variable to a signed one to prevent
Daniel Stenberg
2004-08-09
->fread() should get a size_t variable passed in
Daniel Stenberg
2004-08-09
made telrcv() take a ssize_t argument instead of int to better match other
Daniel Stenberg
2004-08-05
Enrico Scholz fixed the service name to be uppercase as reported in bug
Daniel Stenberg
2004-08-04
Fixed multiple IP connects with the multi interface. This fix is influenced
Daniel Stenberg
2004-08-04
Dylan Salisbury's fix to prevent us from accepting cookies from TLD only
Daniel Stenberg
2004-07-31
Joel Chen reported that we assumed content within quotes a bit too much in
Daniel Stenberg
2004-07-29
prevent all the sig and alarm stuff when using ares
Daniel Stenberg
2004-07-29
fix a mingw32 build warning
Daniel Stenberg
2004-07-29
added typecast in an attempt to fix a mingw32 warning
Daniel Stenberg
2004-07-29
additional typecasts to please MIPSPro on 64bit IRIX
Daniel Stenberg
2004-07-28
curl_easy_reset was added
Daniel Stenberg
2004-07-28
Bertrand Demiddelaer fixed the host name to get setup properly even when
Daniel Stenberg
2004-07-28
Fixes Brian Akins' reported problems with duplicate Host: headers on re-used
Daniel Stenberg
2004-07-26
Bertrand Demiddelaer fixed two missing newlines
Daniel Stenberg
2004-07-24
curl_easy_reset() added. Need testing and docs. I also think we should make
Daniel Stenberg
2004-07-16
deal with negative Content-Length: headers by ignoring the info
Daniel Stenberg
2004-07-16
removed Makefile.b32.resp from repository.
Gunter Knauf
2004-07-16
removed Makefile.b32.resp from the list.
Gunter Knauf
2004-07-16
changed to use a temporary response file with tlib to give W9x a chance to bu...
Gunter Knauf
2004-07-15
some more tweaks, fixed zlib suport.
Gunter Knauf
2004-07-15
made OpenSSL support conditional;
Gunter Knauf
2004-07-15
Gisle's fix to support Borland builds again.
Gunter Knauf
2004-07-14
removed the config-netware.h from the release archives
Daniel Stenberg
2004-07-13
updated for current cvs sources; looking for getting rid of this file....
Gunter Knauf
2004-07-13
changed to use Makefile.inc.
Gunter Knauf
2004-07-11
changed to use Makefile.inc since Gisle agreed.
Gunter Knauf
2004-07-11
changed paths to external libs to recent versions.
Gunter Knauf
2004-07-11
removed obsolete NetWare config files;
Gunter Knauf
2004-07-10
ifdef keep_sigact since its only used when SIGALRM is defined.
Gunter Knauf
2004-07-07
fixed ares linking.
Gunter Knauf
2004-07-06
Andres Garcia pointed out that we searched for a slash badly since it is
Daniel Stenberg
2004-07-05
changed to use Makefile.inc; made paths overwritable.
Gunter Knauf
2004-07-05
added comment.
Gunter Knauf
2004-07-05
try to relax linux build host detection.
Gunter Knauf
2004-07-04
explicit typecasts to prevent warnings
Daniel Stenberg
2004-07-04
typecast the conversion to uInt when assigning z->avail_in to prevent
Daniel Stenberg
2004-07-04
make sure the 3rd argument passed to bind() is a socklen_t
Daniel Stenberg
2004-07-04
SSL_get_verify_result() returns a long, so we receive the result in a long
Daniel Stenberg
2004-07-04
typecast long => int conversion
Daniel Stenberg
2004-07-04
explicit typecasts when converting from long to int to avoid warnings
Daniel Stenberg
2004-07-04
made 'connectindex' a long variable to prevent compiler warnings when
Daniel Stenberg
2004-07-04
typecast the conversion from long to int to prevent picky compiler warnings
Daniel Stenberg
2004-07-04
removed now obsolete ifdef. Shouldnt the other ifdefs be inside the else as t...
Gunter Knauf
2004-07-04
removed abort() - sync'd with getdate.y 1.26
Gunter Knauf
2004-07-04
include the Makefile.inc file to get all sources and headers
Daniel Stenberg
2004-07-03
reverted, older gcc breaks compilation since it doesnt know the switch.
Gunter Knauf
2004-07-03
killed warning with gcc 3.3.1 and later when using -O2.
Gunter Knauf
[prev]
[next]