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-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
2004-07-03
modified to use new Makefile.inc to build up object list;
Gunter Knauf
2004-07-03
added Makefile.inc which can be included from other makefiles to reduce maint...
Gunter Knauf
2004-07-02
explicit typecasts to double to prevent warnings about implicit conversions
Daniel Stenberg
2004-07-02
make clean now removes getdate.c
Daniel Stenberg
2004-07-02
Andrés García found out the share cleanup code crashes when you cleanup
Daniel Stenberg
2004-07-01
Variable type cleanups to please the picky MIPSPro compiler.
Daniel Stenberg
2004-07-01
variable type cleanup to fix picky compiler warnings
Daniel Stenberg
2004-07-01
typecast to prevent picky compiler warning
Daniel Stenberg
2004-07-01
typecast to int when the variable is int!
Daniel Stenberg
2004-07-01
spellfixed comments
Daniel Stenberg
2004-06-30
5K array on the stack is a big hefty, it is now allocated with malloc
Daniel Stenberg
2004-06-30
I think 1024 bytes is enough for even most ipv6 addresses :-)
Daniel Stenberg
2004-06-30
Prevent a very long password to buffer overflow the global variable we
Daniel Stenberg
2004-06-30
removed trailing whitespace, free a missing malloc when returning error
Daniel Stenberg
2004-06-30
passing in a very long interface name could make a buffer overflow
Daniel Stenberg
2004-06-30
simplified the check for when to free() the buf data
Daniel Stenberg
2004-06-30
NOBODY set TRUE after a POST makes a good HEAD now
Daniel Stenberg
2004-06-30
make the SSL connect use the same default connect timeout define as the
Daniel Stenberg
2004-06-29
Gisle fixed a bad free from the resolve reorg, I changed type of the buf
Daniel Stenberg
2004-06-29
Gisle's djgpp updates
Daniel Stenberg
2004-06-29
corrected the Curl_is_connected() proto
Daniel Stenberg
2004-06-29
First attempt at making the multi interface work when connecting to a host
Daniel Stenberg
2004-06-24
oops 5 bytes makes 4 letters plus zero byte
Daniel Stenberg
2004-06-24
fix warning
Daniel Stenberg
2004-06-24
the _num_chars() function is not used, removing
Daniel Stenberg
2004-06-24
to prevent compier warnings, we only declare len if we have code
Daniel Stenberg
2004-06-24
Gisle cleaned up remaining host resolve re-org issues
Daniel Stenberg
2004-06-24
include header for our printfs
Daniel Stenberg
2004-06-24
reverted bad win32 fix
Daniel Stenberg
2004-06-24
fixed the MSVC build.
Gunter Knauf
2004-06-24
length limit the sscanf() parsing to prevent buffer overflow
Daniel Stenberg
2004-06-24
ah, simplified my latest change more
Daniel Stenberg
2004-06-24
fix for systems without gethostbyname_r()
Daniel Stenberg
[prev]
[next]