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-04-25
Paul Querna fixed libcurl to better deal with deflate content encoding when
Daniel Stenberg
2006-04-25
prevent signed/unsigned warnings
Daniel Stenberg
2006-04-21
Ale Vesely fixed CURLOPT_INTERFACE when using a hostname
Daniel Stenberg
2006-04-21
each socket is used by exactly one easy handle, but of course each easy handle
Daniel Stenberg
2006-04-20
removed -fpack-struct because gcc4 seems to know its obsolete and warns...
Gunter Knauf
2006-04-19
CURL_VERSION_CONV is returned by curl_version_info if libcurl has been built
Daniel Stenberg
2006-04-18
Robson Braga Araujo provided a patch that makes libcurl less eager to close
Daniel Stenberg
2006-04-18
corrected the SSL timeout, as Ates Goral's patch did it and that works (opposed
Daniel Stenberg
2006-04-18
attempt to silence the MIPSPro compiler warning
Daniel Stenberg
2006-04-18
avoid a warning about declaring a variable that shadows an earlier declared
Daniel Stenberg
2006-04-18
there's an curl_easy_unescape too now
Daniel Stenberg
2006-04-17
added missing symbol export.
Gunter Knauf
2006-04-12
added splay
Daniel Stenberg
2006-04-12
Added splay.c.
Gisle Vanem
2006-04-12
Add "multiif.h" for GETSOCK_WRITESOCK() macro.
Gisle Vanem
2006-04-11
adjusted to the new internal *_getsock() concept for providing info internally
Daniel Stenberg
2006-04-11
added docs and removed proto
Daniel Stenberg
2006-04-10
Ates Goral found out that if you specified both CURLOPT_CONNECTTIMEOUT and
Daniel Stenberg
2006-04-10
First curl_multi_socket() commit. Should primarily be considered as an internal
Daniel Stenberg
2006-04-10
added README.multi_socket
Daniel Stenberg
2006-04-10
state of the multi_socket API works
Daniel Stenberg
2006-04-10
avoid duplicate typedefs, as this type is also defined in our public headers
Daniel Stenberg
2006-04-09
CURLE_FTP_USER_PASSWORD_INCORRECT is not returned by libcurl anymore!
Daniel Stenberg
2006-04-08
readint_le() not needed in USE_WINDOWS_SSPI code.
Gisle Vanem
2006-04-08
curl_easy_unescape() takes 4 arguments.
Gisle Vanem
2006-04-07
First commit of David McCreedy's EBCDIC and TPF changes.
Daniel Stenberg
2006-04-07
added typedefed function pointers and typecast the NULL assignments in an
Daniel Stenberg
2006-04-07
attempt to avoid warnings in picky environments by storing options as
Daniel Stenberg
2006-04-05
Michele Bini modified the NTLM code to work for his "weird IIS case"
Daniel Stenberg
2006-03-28
#1451929 (http://curl.haxx.se/bug/view.cgi?id=1451929) detailed a bug that
Daniel Stenberg
2006-03-27
minor Makefile fix - let's go 2006;
Gunter Knauf
2006-03-26
Tor Arntsen figured out that TFTP was broken on a lot of systems since we
Daniel Stenberg
2006-03-21
David McCreedy added CURLINFO_FTP_ENTRY_PATH to export the FTP entry path
Daniel Stenberg
2006-03-21
Xavier Bouchoux made the SSL connection non-blocking for the multi interface
Daniel Stenberg
2006-03-20
David McCreedy fixed libcurl to no longer ignore AUTH failures and now it
Daniel Stenberg
2006-03-20
Fixed a bug whereby a received file whose length was a multiple of
Dan Fandrich
2006-03-20
fixed tftp packet overflow risk
Daniel Stenberg
2006-03-13
David McCreedy found a use of the wrong variable when display the error
Daniel Stenberg
2006-03-13
David McCreedy found a missing return code assignment
Daniel Stenberg
2006-03-08
Peter Heuchert's correction for the clear control connection case
Daniel Stenberg
2006-03-07
Markus Koetter filed debian bug report #355715 which identified a problem
Daniel Stenberg
2006-03-07
Peter Heuchert made sure the CURLFTPSSL_CONTROL setting for CURLOPT_FTP_SSL
Daniel Stenberg
2006-03-06
Lots of users on Windows have reported getting the "SSL: couldn't set
Daniel Stenberg
2006-03-04
build fix for Interix
Daniel Stenberg
2006-03-03
Prevent uploading to a URL that has no file name part.
Daniel Stenberg
2006-02-26
Small fix.
Gisle Vanem
2006-02-26
Use getprotobyname() to retrieve protocol number for TCP
Gisle Vanem
2006-02-24
Added user ID support to SOCKS4.
Dan Fandrich
2006-02-23
argh, forgot the check for a connection before we call Curl_done
Daniel Stenberg
2006-02-23
Fixed a few more comment typos.
Dan Fandrich
[prev]
[next]