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
/
Makefile.inc
Age
Commit message (
Expand
)
Author
2008-03-31
Removed the generated ca-bundle.h file. The verbatim value of $ca and
Michal Marek
2007-08-11
Patrick Monnerat modified the LDAP code and approach in curl. Starting now,
Daniel Stenberg
2007-07-23
Implemented the parts of Patrick Monnerat's OS/400 patch that introduces
Daniel Stenberg
2007-07-01
Thomas J. Moore provided a patch that introduces Kerberos5 support in
Daniel Stenberg
2007-02-12
Rob Crittenden added support for NSS (Network Security Service) for the
Daniel Stenberg
2006-11-02
James Housley brought support for SCP transfers
Daniel Stenberg
2006-09-23
Dmitriy Sergeyev provided a patch that made the SOCKS[45] code work better as
Daniel Stenberg
2006-07-28
First step trying to avoid the multiple header inclusion and recursion nightm...
Yang Tse
2006-07-11
Moved strdup replacement from src/main.c into src/strdup.c so it's available
Dan Fandrich
2006-04-10
First curl_multi_socket() commit. Should primarily be considered as an internal
Daniel Stenberg
2005-11-11
Moved the sockaddr_storage definition to lib/sockaddr.h and only include that
Daniel Stenberg
2005-09-02
John Kelly added TFTP support to libcurl. A bunch of new error codes was
Daniel Stenberg
2005-04-07
GnuTLS support added. There's now a "generic" SSL layer that we use all over
Daniel Stenberg
2005-03-14
security.h is removed
Daniel Stenberg
2005-02-11
Removed all uses of strftime() since it uses the localised version of the
Daniel Stenberg
2005-01-11
Renamed easy.h and multi.h to easyif.h and multiif.h to make sure they don't
Daniel Stenberg
2004-11-19
David Phillips' FD_SETSIZE fix
Daniel Stenberg
2004-09-15
Replaced the former date parser with a rewrite. No more yacc/bison needed.
Daniel Stenberg
2004-07-03
added Makefile.inc which can be included from other makefiles to reduce maint...
Gunter Knauf