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
2003-02-27
spell better
Daniel Stenberg
2003-02-27
It appears that there are FTP-servers that return size 0 for files
Daniel Stenberg
2003-02-26
No longer loop to read multiple times before returning back from the transfer
Daniel Stenberg
2003-02-24
Fixes to bring back the the "Expect: 100-continue" functionality. If the
Daniel Stenberg
2003-02-24
Kjetil Jacobsen found out that setting CURLOPT_MAXCONNECTS to a value higher
Daniel Stenberg
2003-02-14
Fix Curl_is_connected() even more to deal with waitconnect() return codes
Daniel Stenberg
2003-02-14
include <sys/socket.h> to compile the fd_set stuff properly on all systems
Daniel Stenberg
2003-02-14
geterrno() renamed to ourerrno() to prevent the name clash that occurred in
Daniel Stenberg
2003-02-14
Martin C. Martin's fix for multi-interface connects to non-listening ports.
Daniel Stenberg
2003-02-13
Christopher R. Palmer fixed Curl_base64_encode() to deal with zeroes in the
Daniel Stenberg
2003-02-06
include stdarg.h since we use va_* stuff
Daniel Stenberg
2003-02-05
Re-arranged the SSL connection code (again). The recent fix was not a very
Daniel Stenberg
2003-02-04
added the sharing of DNS cache
Jean-Philippe Barette-LaPierre
2003-02-04
VMS has setjmp.h
Daniel Stenberg
2003-02-04
HAVE_LIBZ is the actual name of the define we use
Daniel Stenberg
2003-02-04
Improved error reporting in case of bad SSL_connect()s, and we also no
Daniel Stenberg
2003-01-31
Kevin Roth corrected the zlib stuff to work better.
Daniel Stenberg
2003-01-30
typecast the argument to isspace() to an int to prevent warnings on some
Daniel Stenberg
2003-01-30
Fixes bug #669059. We now extract the Content-Type better and more accurate.
Daniel Stenberg
2003-01-29
John McGowan found a problem where the DEBUGFUNCTION was called with bad
Daniel Stenberg
2003-01-29
reset conn->size to -1 on the ftp-do function to make it not go on to
Daniel Stenberg
2003-01-29
removed the local variables for emacs and vim, use the new sample.emacs
Daniel Stenberg
2003-01-29
removed weirdo {{{ and }}} comments
Daniel Stenberg
2003-01-27
Removed the long-living compiler warnings on the des_pcbc_encrypt() function
Daniel Stenberg
2003-01-24
Bertrand Demiddelaer found and fixed this memory leak.
Daniel Stenberg
2003-01-23
Duncan Wilcox reported a crash with --interface on FreeBSD when ipv6-enabled
Daniel Stenberg
2003-01-21
when a chunked error is noticed, store the error number in the error string
Daniel Stenberg
2003-01-20
Markus F.X.J. Oberhumer's patch that reduces memory usage quite a bit by
Daniel Stenberg
2003-01-20
given passwords in netrc must be respected accordingly
Daniel Stenberg
2003-01-16
reverted bad header replacement
Daniel Stenberg
2003-01-16
copyright year update in the source header
Daniel Stenberg
2003-01-16
Allow CURLINFO_PRIVATE to be NULL, patch by Markus Oberhumer
Daniel Stenberg
2003-01-15
no TABs in source code
Daniel Stenberg
2003-01-15
removed a TAB
Daniel Stenberg
2003-01-10
Steve Oliphant pointed out that test case 105 did not work anymore and this
Daniel Stenberg
2003-01-09
if userpwd is "username:", this now implies a blank password while only
Daniel Stenberg
2003-01-09
This fixed yet another connect problem with the multi interface and ipv4
Daniel Stenberg
2003-01-09
removed unused code
Daniel Stenberg
2003-01-09
proper indent
Daniel Stenberg
2003-01-09
share.h is now a used header file
Daniel Stenberg
2003-01-09
Updated more and now looks and and the API possibly works almost like the
Daniel Stenberg
2003-01-08
updated to use the modified share-types
Daniel Stenberg
2003-01-08
fixed a very, very rare and very, very little memory leak
Jean-Philippe Barette-LaPierre
2003-01-07
Philippe Raoult's fix to handle wildcard certificate name checks
Daniel Stenberg
2003-01-07
Simon Liu's HTTP200ALIASES-patch!
Daniel Stenberg
2003-01-07
Only output valid filetime.
Daniel Stenberg
2003-01-07
when sending an error message to the debugfunction, we append a newline so
Daniel Stenberg
2003-01-07
Matthew Blain's improvements for debug builds
Daniel Stenberg
2003-01-06
indent fix
Daniel Stenberg
2003-01-06
fix bug (?) :-)
Sterling Hughes
[prev]
[next]