| Commit message (Expand) | Author | Age | Files | Lines |
* | build: fix circular header inclusion with other packages | Yang Tse | 2013-01-09 | 1 | -1/+1 |
* | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse | 2013-01-06 | 1 | -0/+541 |
* | build: rename 93 lib/*.c files | Yang Tse | 2013-01-03 | 1 | -541/+0 |
* | build: make use of 76 lib/*.h renamed files | Yang Tse | 2012-12-28 | 1 | -16/+16 |
* | setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h> | Yang Tse | 2012-12-14 | 1 | -4/+0 |
* | sslgen.c: cleanup temporary compile-time SSL-backend check | Yang Tse | 2012-06-28 | 1 | -36/+4 |
* | sslgen: avoid compiler error in SSPI builds | Daniel Stenberg | 2012-06-27 | 1 | -0/+5 |
* | sslgen.c: add compile-time check for SSL-backend completeness | Yang Tse | 2012-06-27 | 1 | -0/+33 |
* | DarwinSSL: several adjustments | Nick Zitzmann | 2012-06-26 | 1 | -1/+1 |
* | SSL cleanup: use crypto functions through the sslgen layer | Daniel Stenberg | 2012-06-26 | 1 | -0/+15 |
* | darwinssl: add support for native Mac OS X/iOS SSL | Nick Zitzmann | 2012-06-26 | 1 | -0/+2 |
* | schannel: Added SSL/TLS support with Microsoft Windows Schannel SSPI | Marc Hoersken | 2012-06-11 | 1 | -0/+2 |
* | ssl: fix duplicated SSL handshake with multi interface and proxy | Kamil Dudka | 2012-06-08 | 1 | -5/+5 |
* | ssl session caching: fix compiler warnings | Yang Tse | 2012-01-18 | 1 | -23/+16 |
* | Use Curl_ssl_connect for non-blocking connect fallback | Sven Wegener | 2011-12-19 | 1 | -2/+1 |
* | SSLSESSION_SHARED: new macro to check if session is shared | Daniel Stenberg | 2011-11-25 | 1 | -16/+13 |
* | getsessionid: don't ever return while locked | Daniel Stenberg | 2011-11-17 | 1 | -9/+13 |
* | Curl_ssl_getsessionid: increase the value, not the pointer | Daniel Stenberg | 2011-11-17 | 1 | -1/+1 |
* | SSL session share: move the age counter to the share object | Alejandro Alvarez Ayllon | 2011-11-17 | 1 | -5/+16 |
* | libcurl: some OOM handling fixes | Yang Tse | 2011-10-07 | 1 | -1/+4 |
* | SSL session sharing support added | Alejandro Alvarez | 2011-09-28 | 1 | -7/+42 |
* | fix bool variables checking and assignment | Yang Tse | 2011-09-05 | 1 | -3/+3 |
* | stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h | Yang Tse | 2011-07-26 | 1 | -3/+0 |
* | source cleanup: unify look, style and indent levels | Daniel Stenberg | 2011-04-27 | 1 | -2/+2 |
* | Curl_ssl_shutdown: restore send/recv pointers | Daniel Stenberg | 2011-04-16 | 1 | -1/+4 |
* | SSL: (part 2) Added CyaSSL to SSL abstraction layer | Todd A Ouska | 2011-03-08 | 1 | -0/+2 |
* | SSL: fix memory leak | Quinn Slack | 2011-01-10 | 1 | -1/+4 |
* | Preparing for axTLS. Actual SSL API functions are only stubbed. | Eric Hu | 2010-12-15 | 1 | -0/+1 |
* | sendrecv: split the I/O handling into private handler | Howard Chu | 2010-05-07 | 1 | -19/+0 |
* | PolarSSL: initial support added | Hoi-Ho Chan | 2010-05-05 | 1 | -0/+2 |
* | refactorize interface of Curl_ssl_recv/Curl_ssl_send | Kamil Dudka | 2010-04-04 | 1 | -26/+10 |
* | remove the CVSish $Id$ lines | Daniel Stenberg | 2010-03-24 | 1 | -1/+0 |
* | Fix insufficient initialization in Curl_clone_ssl_config() | douglas steinwand | 2010-03-22 | 1 | -0/+10 |
* | - Improved Curl_read() to not ignore the error returned from Curl_ssl_recv(). | Kamil Dudka | 2010-03-19 | 1 | -5/+5 |
* | Make usage of calloc()'s arguments consistent with rest of code base | Yang Tse | 2009-11-18 | 1 | -1/+1 |
* | - Michael Smith posted bug report #2786255 | Daniel Stenberg | 2009-05-04 | 1 | -0/+16 |
* | - Bug report #2779733 (http://curl.haxx.se/bug/view.cgi?id=2779733) by Sven | Daniel Stenberg | 2009-04-26 | 1 | -1/+5 |
* | libcurl's memory.h renamed to curl_memory.h | Yang Tse | 2009-04-21 | 1 | -1/+1 |
* | corrected and clarified the top comment | Daniel Stenberg | 2009-02-25 | 1 | -4/+4 |
* | moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_ | Daniel Stenberg | 2008-10-23 | 1 | -2/+2 |
* | Created Curl_raw_nequal() which does a C-locale string case comparison. | Dan Fandrich | 2008-10-23 | 1 | -3/+1 |
* | remove unnecessary typecasting of calloc() | Yang Tse | 2008-09-06 | 1 | -2/+1 |
* | Only compile Curl_ssl_free_certinfo when SSL is enabled | Dan Fandrich | 2008-09-05 | 1 | -1/+1 |
* | - Introducing CURLOPT_CERTINFO and the corresponding CURLINFO_CERTINFO. By | Daniel Stenberg | 2008-09-05 | 1 | -0/+12 |
* | Introcuding a new timestamp for curl_easy_getinfo(): | Daniel Stenberg | 2008-07-03 | 1 | -2/+9 |
* | - I did a cleanup of the internal generic SSL layer and how the various SSL | Daniel Stenberg | 2008-06-11 | 1 | -326/+34 |
* | - Make Curl_write and it's callees accept a const pointer, in preparation | Michal Marek | 2008-05-09 | 1 | -1/+1 |
* | - Based on initial work done by Gautam Kachroo to address a bug, we now keep | Daniel Stenberg | 2008-02-20 | 1 | -1/+3 |
* | added missing semicolon fromn last commit. | Gunter Knauf | 2007-12-25 | 1 | -1/+1 |
* | Gary Maxwell filed bug report #1856628 | Daniel Stenberg | 2007-12-24 | 1 | -0/+3 |