summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* used allways #ifdef / #ifndef;Gunter Knauf2010-02-131-27/+29
* replaced tabs by spaces, removed trailing tabs/spaces.Gunter Knauf2010-02-131-13/+13
* - Jack Zhang reported a problem with SMTP: we wrongly used multiple addressesDaniel Stenberg2010-02-122-19/+25
* _ Make it compilable again on OS400.Patrick Monnerat2010-02-111-13/+10
* - When downloading compressed content over HTTP and the app as asked libcurlDaniel Stenberg2010-02-091-1/+1
* set VERSIONINFO accordingly for the 7.20.0 releaseDaniel Stenberg2010-02-091-3/+3
* OOM handling fixYang Tse2010-02-062-4/+12
* OOM handling fixYang Tse2010-02-061-13/+18
* - avoid OpenSSL 0.9.8 ENGINE_by_id memory leakYang Tse2010-02-051-9/+20
* - attempt to workaround icc 9.1 optimizer issueYang Tse2010-02-051-1/+10
* fix printf-style format stringsYang Tse2010-02-0415-49/+50
* Fix compiler warning: unused variableYang Tse2010-02-041-1/+1
* Changed the Watcom makefiles to make them easier to keep in sync withDan Fandrich2010-02-031-35/+15
* Fix OOM handlingYang Tse2010-02-031-4/+15
* Fix portability issue related with unaligned memory accessYang Tse2010-02-031-4/+7
* Fix compiler warnings: conversion from 'const int ' to 'unsigned char ', poss...Yang Tse2010-02-031-1/+1
* Fix compiler warning: conditional expression is constantYang Tse2010-02-026-11/+11
* Fix compiler warning: local variable may be used without having been initiali...Yang Tse2010-02-021-1/+1
* Fix compiler warnings: conversion from 'const int ' to 'unsigned char ', poss...Yang Tse2010-02-021-2/+2
* Fix compiler warning: variable was set but never usedYang Tse2010-02-021-18/+12
* Julien Chaffraix pointed out a comment mistake, and I re-indented the codeDaniel Stenberg2010-02-021-6/+4
* Conroy's fix to make the code match with the RTP documentation regardingYang Tse2010-02-011-2/+2
* We introduce a loop in lib/multi.c around all calls to multi_runsingle() andDaniel Stenberg2010-02-011-14/+10
* Make Curl_pop3_write() additionally truncate trailing POP3_EOB from receivedYang Tse2010-01-301-0/+1
* WIN32 fix, _beginthreadex() may return either 0 or -1L upon failureYang Tse2010-01-291-1/+5
* fix errno usage for WIN32 buildsYang Tse2010-01-291-4/+5
* RTSP followup fix. Both the pipelined and non-pipelined case need toYang Tse2010-01-291-13/+13
* fix printf-style format stringsYang Tse2010-01-289-25/+26
* fix printf-style format stringsYang Tse2010-01-281-10/+11
* Chris Conroy's RTSP followup fixesYang Tse2010-01-283-66/+112
* fix compiler warningYang Tse2010-01-272-6/+6
* - Mike Crowe made libcurl return CURLE_COULDNT_RESOLVE_PROXY when it is theDaniel Stenberg2010-01-261-7/+20
* Andre Guibert de Bruet improved the libssh2 error code translationDaniel Stenberg2010-01-261-2/+30
* resolver selection for non-configure Windows builds, default is threaded DNSYang Tse2010-01-261-0/+18
* add curl_threads.c to non-configure target build filesYang Tse2010-01-264-3/+8
* onstantine Sapuntzakis threaded resolver enhancementsYang Tse2010-01-262-29/+22
* Constantine Sapuntzakis threaded resolver enhancementsYang Tse2010-01-255-431/+284
* Constantine Sapuntzakis provided initial thread abstraction layerYang Tse2010-01-253-2/+184
* make Curl_handler_*_proxy definition staticYang Tse2010-01-255-22/+14
* fix compiler warningYang Tse2010-01-253-7/+5
* Julien Chaffraix corrected bad #elif lines to silence warningsDaniel Stenberg2010-01-241-5/+5
* HAVE_GETADDRINFO_THREADSAFE definition for non-configure win32 buildsYang Tse2010-01-241-9/+12
* add inclusion of curl_memory.hYang Tse2010-01-232-0/+2
* adjust preprocessor symbol definition check relative to resolver specialtyYang Tse2010-01-233-5/+6
* Include "curl_memory.h" to get the strdup replacement when necessaryDan Fandrich2010-01-231-0/+1
* wrap long lines and do some indent policingDaniel Stenberg2010-01-2210-75/+97
* Definitions of resolver specialty compile-time defines CURLRES_* movedYang Tse2010-01-224-46/+52
* deal with the possibility that CURL_DISABLE_RTSP may already be definedYang Tse2010-01-221-1/+1
* fix compiler warning: statement is unreachableYang Tse2010-01-221-5/+0
* fix compilation when http is disabledYang Tse2010-01-222-21/+18