Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h | Yang Tse | 2011-07-26 | 1 | -3/+1 |
* | code style: space between close paren and open brace | Daniel Stenberg | 2011-07-04 | 1 | -17/+17 |
* | source cleanup: unify look, style and indent levels | Daniel Stenberg | 2011-04-27 | 1 | -3/+2 |
* | Fix a couple of spelling errors in lib/ | Fabian Keil | 2011-04-21 | 1 | -1/+1 |
* | Fixed include: memory.h -> curl_memory.h. | Guenter Knauf | 2010-12-22 | 1 | -1/+1 |
* | axtls_connect: allow connect without peer verification | Daniel Stenberg | 2010-12-15 | 1 | -1/+1 |
* | axTLS: allow "default" SSL version as well | Daniel Stenberg | 2010-12-15 | 1 | -1/+6 |
* | axtls.c: cleanup | Daniel Stenberg | 2010-12-15 | 1 | -49/+47 |
* | Minor fixes to pass tests 301 and 306 with a patched axTLS. | Eric Hu | 2010-12-15 | 1 | -16/+26 |
* | Initial axTLS integration. Connections can be made and some tests pass. | Eric Hu | 2010-12-15 | 1 | -14/+362 |
* | Preparing for axTLS. Actual SSL API functions are only stubbed. | Eric Hu | 2010-12-15 | 1 | -0/+139 |