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
/
cyassl.c
Age
Commit message (
Expand
)
Author
2013-01-09
build: fix circular header inclusion with other packages
Yang Tse
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2013-01-03
build: rename 93 lib/*.c files
Yang Tse
2013-01-03
build: make use of 93 lib/*.c renamed files
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2012-12-14
setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>
Yang Tse
2012-11-08
SSL: Several SSL-backend related fixes
Oscar Koeroo
2012-06-14
Fix bad failf() and info() usage
Yang Tse
2012-02-14
cyassl: update to CyaSSL 2.0.x API
toddouska
2012-01-16
add LF termination to infof() trace string
Yang Tse
2011-11-25
CyaSSL 2.0+ library initialization adjustment
Yang Tse
2011-09-05
fix bool variables checking and assignment
Yang Tse
2011-08-24
include limits.h for INT_MAX
Yang Tse
2011-07-26
stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h
Yang Tse
2011-06-04
Curl_socket_ready: make timeout a 'long'
Daniel Stenberg
2011-05-20
cyassl: build without filesystem
Ola Mork
2011-04-27
source cleanup: unify look, style and indent levels
Daniel Stenberg
2011-03-08
cyassl: fix compiler warnings
Daniel Stenberg
2011-03-08
SSL: Added CyaSSL to SSL abstraction layer
Todd A Ouska