Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-26 | stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h | Yang Tse | |
2011-07-04 | code style: space between close paren and open brace | Daniel Stenberg | |
2011-05-26 | compiler warning: fix | Yang Tse | |
Fix compiler warning: conversion may lose significant bits | |||
2011-04-27 | source cleanup: unify look, style and indent levels | Daniel Stenberg | |
By the use of a the new lib/checksrc.pl script that checks that our basic source style rules are followed. | |||
2011-04-05 | Changed some nonportable types | Dan Fandrich | |
2011-01-04 | Curl_timeleft: s/conn/data in first argument | Daniel Stenberg | |
As the function doesn't really use the connectdata struct but only the SessionHanadle struct I modified what argument it wants. | |||
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2010-01-23 | add inclusion of curl_memory.h | Yang Tse | |
2009-04-21 | Moved potential inclusion of system's malloc.h and memory.h header files to | Yang Tse | |
setup_once.h. Inclusion of each header file is based on the definition of NEED_MALLOC_H and NEED_MEMORY_H respectively. | |||
2009-02-23 | use the internal snprintf() function | Yang Tse | |
2009-01-29 | Introduced curl_sspi.c and curl_sspi.h for the implementation of functions | Yang Tse | |
Curl_sspi_global_init() and Curl_sspi_global_cleanup() which previously were named Curl_ntlm_global_init() and Curl_ntlm_global_cleanup() in http_ntlm.c Also adjusted socks_sspi.c to remove the link-time dependency on the Windows SSPI library using it now in the same way as it was done in http_ntlm.c. | |||
2009-01-29 | added some more messages to SSPI error function | Yang Tse | |
2009-01-29 | Avoid inclusion of ntsecapi.h and directly provide the KERB_WRAP_NO_ENCRYPT | Yang Tse | |
definition to avoid a 'STRING' duplicate definition from OpenSSL's safestack.h | |||
2009-01-29 | fix compiler warnings | Yang Tse | |
2009-01-28 | - Markus Moeller introduced two new options to libcurl: | Daniel Stenberg | |
CURLOPT_SOCKS5_GSSAPI_SERVICE and CURLOPT_SOCKS5_GSSAPI_NEC to allow libcurl to do GSS-style authentication with SOCKS5 proxies. The curl tool got the options called --socks5-gssapi-service and --socks5-gssapi-nec to enable these. |