summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* errno.h inclusion conditionally done in setup_once.hYang Tse2011-07-2425-17/+24
* progress: reset flags at transfer startBen Winslow2011-07-221-0/+1
* http error response: stop sending when error is receivedDaniel Stenberg2011-07-202-12/+61
* sso_ntlm_initiate: unassigned variableMichael Mueller2011-07-191-1/+1
* NTLM single-sign on supportedMandy Wu2011-07-187-6/+356
* curl_gssapi: Guard files with HAVE_GSSAPI.Julien Chaffraix2011-07-132-0/+10
* gssapi: rename our files to avoid conflictsDaniel Stenberg2011-07-136-6/+6
* silence picky compilers: mark unused parametersDaniel Stenberg2011-07-122-6/+15
* gssapi.c: Simplified the function.Julien Chaffraix2011-07-125-45/+15
* Added Curl_gss_init_sec_context.Julien Chaffraix2011-07-126-53/+151
* http_negociate: Be consistent in gss_init_sec_context attributes.Julien Chaffraix2011-07-121-1/+1
* code style: space between close paren and open braceDaniel Stenberg2011-07-049-29/+28
* checksrc: detect open brace without spaceDaniel Stenberg2011-07-041-0/+5
* polarssl.h: remove CVS leftoverDaniel Stenberg2011-07-041-1/+0
* Curl_http_readwrite_headers: minor indent fixDaniel Stenberg2011-07-011-6/+6
* get_gss_name: proxy auth without proxy set equals errorDaniel Stenberg2011-06-291-5/+8
* parsedate: detect more invalid dates betterDaniel Stenberg2011-06-231-0/+4
* Curl_input_negotiate: do not delegate GSSAPI credentialsDaniel Stenberg2011-06-221-1/+1
* windows build: use correct MS CRTJosue Andrade Gomes2011-06-211-1/+1
* [pop3] remove extra space in LIST commandOri Avtalion2011-06-211-2/+5
* http: fix compiler warningYang Tse2011-06-211-2/+2
* asyn-thread: fix compiler warningYang Tse2011-06-211-4/+2
* cmake: remove spurious definitionYang Tse2011-06-211-3/+0
* unitteset: Curl_llist_moveAmr Shahin2011-06-191-2/+9
* CURLFORM_STREAM: acknowledge CURLFORM_FILENAMEDaniel Stenberg2011-06-171-9/+11
* curl_formget: fix FILE * leakDaniel Stenberg2011-06-131-3/+8
* curl_formget: treat CURLFORM_STREAM betterDaniel Stenberg2011-06-131-3/+7
* long/int messDaniel Stenberg2011-06-111-2/+2
* splay: add unit testsDaniel Stenberg2011-06-101-165/+14
* unittest: mark all unit tested functionsDaniel Stenberg2011-06-108-6/+34
* disconnect: wipe out the keeps_speed time stampKamil Dudka2011-06-081-0/+1
* urldata: use uniform inclusion style for OpenSSL headersYang Tse2011-06-071-15/+15
* HTTP time condition: force closure for 200 OKDaniel Stenberg2011-06-071-0/+3
* wait_ms: takes an int argumentDaniel Stenberg2011-06-051-2/+2
* Curl_socket_ready: make timeout a 'long'Daniel Stenberg2011-06-0414-28/+26
* cookie_output: made privateDaniel Stenberg2011-06-032-5/+3
* digest_cleanup_one: made privateDaniel Stenberg2011-06-032-6/+7
* privatise: make private functions staticDaniel Stenberg2011-06-032-13/+10
* Curl_fileinfo_dup: removed, not usedDaniel Stenberg2011-06-031-19/+1
* parsedate: turn private and staticDaniel Stenberg2011-06-032-21/+21
* Remove unnecessary typecastYang Tse2011-06-024-7/+7
* compiler warning: fixYang Tse2011-06-021-2/+2
* OpenSSL enabled: require OPENSSL_VERSION_NUMBER definition before usage.Yang Tse2011-06-022-0/+8
* unit tests: more build adjustmentsYang Tse2011-06-011-9/+9
* makefile: avoid preprocessor definition usage when linkingYang Tse2011-06-011-1/+1
* warnless: icc 9.1 workaroundYang Tse2011-06-011-0/+8
* Makefile.am: fix spurious CFLAGS duplicationYang Tse2011-05-301-1/+1
* warnless: header inclusion fixYang Tse2011-05-271-0/+14
* Make checksrc.pl work on more out-of-tree buildsYang Tse2011-05-261-1/+1
* compiler warning: fixYang Tse2011-05-266-2/+30