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-18
indented the code curl-style
Daniel Stenberg
2004-08-17
Kjetil Jacobsen reported an open file leak in file:// transfers of empty
Daniel Stenberg
2004-08-16
allow a custom "Accept-Encoding:" header override the internally set one
Daniel Stenberg
2004-08-16
strip trailing whitespace
Daniel Stenberg
2004-08-16
syncronized with libcurl.def.
Gunter Knauf
2004-08-16
cosmetic fix.
Gunter Knauf
2004-08-16
Roland Krikava's cookies over proxy fix.
Daniel Stenberg
2004-08-14
fixed linkage dll targets. (submitted by Casey O'Donnell)
Gunter Knauf
2004-08-11
include the server response in the error message when an FTP server gives
Daniel Stenberg
2004-08-10
Ok, setting CURLOPT_POST to 0 will now convert the request to a GET (this
Daniel Stenberg
2004-08-10
ignore curllib.dsp
Daniel Stenberg
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
[next]