aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-05-05RTSP: convert protocol-specific checks to genericDaniel Stenberg
2011-05-05SSL: check for SSL, not specific protocolsDaniel Stenberg
2011-05-05http_perhapsrewind: remove HTTP checkDaniel Stenberg
2011-05-05http_perhapsrewind:Daniel Stenberg
2011-05-05remove FILE protocol-specific checksDaniel Stenberg
2011-05-05socks proxy: allow socks5h:// prefix tooDaniel Stenberg
2011-05-05Corrected commentsDaniel Stenberg
2011-05-04ConnectionStore: remove unused return codeDaniel Stenberg
2011-05-04indent correctlyDaniel Stenberg
2011-05-01SSH: set non-blocking earlierDaniel Stenberg
2011-04-29ConnectionExists: avoid NULL dereferenceDaniel Stenberg
2011-04-29resolver_error: remove bad semicolonDaniel Stenberg
2011-04-28gai_strerror: provide private implementationDaniel Stenberg
2011-04-28treaded-resolver: better error messagesDaniel Stenberg
2011-04-28proxy: allow socks:// prefix in proxy stringDaniel Stenberg
2011-04-28CMake: improve library search, implement install.Zmey Petroff
2011-04-28multi-socks: fix connect to proxyDaniel Stenberg
2011-04-28cleanup: remove old unused debug codeDaniel Stenberg
2011-04-27Make checksrc.pl work on out-of-tree buildsDan Fandrich
2011-04-27make: add checksrc.pl to distDaniel Stenberg
2011-04-27make: add 'checksrc' as target to check code styleDaniel Stenberg
2011-04-27checksrc: add -W to allow a file to be whitelistedDaniel Stenberg
2011-04-27whitespace cleanup: no space first in conditionalsDaniel Stenberg
2011-04-27lib/make: run checksrc.pl once for all filesDaniel Stenberg
2011-04-27checksrc: scan many files, more checksDaniel Stenberg
2011-04-27Makefile: run checksrc if debug enabledDaniel Stenberg
2011-04-27checksrc: exit error code if warnings or errorsDaniel Stenberg
2011-04-27SSH: move knownhost logic to separate functionDaniel Stenberg
2011-04-27source cleanup: unify look, style and indent levelsDaniel Stenberg
2011-04-27Windows native IDN fixes.Guenter Knauf
2011-04-25Fixed compiler warning in Windows SSPI caseDan Fandrich
2011-04-25Fixed compilation when the synchronous resolver is usedDan Fandrich
2011-04-25Added new resolver sources to Symbian and VC6 build filesDan Fandrich
2011-04-25hostip: comment fixed to state current situationDaniel Stenberg
2011-04-25async resolvers: further cleanupsDaniel Stenberg
2011-04-25asynch resolvers: cleanupDaniel Stenberg
2011-04-25asynch resolvers: unifiedVsevolod Novikov
2011-04-24Enabled OpenWatcom native Windows IDN build.Guenter Knauf
2011-04-22NTLM: work with unicodeDaniel Stenberg
2011-04-21Include unistd.h to declare close()Dan Fandrich
2011-04-21In lib/, change 'wanna' to 'want to'.Fabian Keil
2011-04-21Fix a couple of spelling errors in lib/Fabian Keil
2011-04-21transfer.c: Fixed indentation in readwrite_data.Julien Chaffraix
2011-04-20SFTP: close file before postquoteDaniel Stenberg
2011-04-20Curl_http_connect: detect HTTPS properly after CONNECTDaniel Stenberg
2011-04-20CURL_DOES_CONVERSIONS: fixesGisle Vanem
2011-04-20CURL_DOES_CONVERSIONS: cleanupDaniel Stenberg
2011-04-19Improve MinGW static makefile builds.Guenter Knauf
2011-04-19Enabled MinGW native Windows IDN build.Guenter Knauf
2011-04-19Windows native IDN fixes.Guenter Knauf