summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* RTSP: convert protocol-specific checks to genericDaniel Stenberg2011-05-0518-35/+67
* SSL: check for SSL, not specific protocolsDaniel Stenberg2011-05-056-22/+12
* http_perhapsrewind: remove HTTP checkDaniel Stenberg2011-05-051-4/+3
* http_perhapsrewind:Daniel Stenberg2011-05-051-3/+3
* remove FILE protocol-specific checksDaniel Stenberg2011-05-053-8/+7
* socks proxy: allow socks5h:// prefix tooDaniel Stenberg2011-05-051-1/+3
* Corrected commentsDaniel Stenberg2011-05-051-6/+7
* ConnectionStore: remove unused return codeDaniel Stenberg2011-05-041-5/+2
* indent correctlyDaniel Stenberg2011-05-041-8/+8
* SSH: set non-blocking earlierDaniel Stenberg2011-05-012-8/+14
* ConnectionExists: avoid NULL dereferenceDaniel Stenberg2011-04-291-0/+1
* resolver_error: remove bad semicolonDaniel Stenberg2011-04-291-1/+1
* gai_strerror: provide private implementationDaniel Stenberg2011-04-281-0/+38
* treaded-resolver: better error messagesDaniel Stenberg2011-04-281-10/+31
* proxy: allow socks:// prefix in proxy stringDaniel Stenberg2011-04-283-46/+50
* CMake: improve library search, implement install.Zmey Petroff2011-04-281-0/+2
* multi-socks: fix connect to proxyDaniel Stenberg2011-04-282-3/+7
* cleanup: remove old unused debug codeDaniel Stenberg2011-04-281-10/+0
* Make checksrc.pl work on out-of-tree buildsDan Fandrich2011-04-271-2/+3
* make: add checksrc.pl to distDaniel Stenberg2011-04-271-1/+1
* make: add 'checksrc' as target to check code styleDaniel Stenberg2011-04-271-3/+5
* checksrc: add -W to allow a file to be whitelistedDaniel Stenberg2011-04-271-4/+19
* whitespace cleanup: no space first in conditionalsDaniel Stenberg2011-04-2721-107/+108
* lib/make: run checksrc.pl once for all filesDaniel Stenberg2011-04-271-1/+1
* checksrc: scan many files, more checksDaniel Stenberg2011-04-271-75/+120
* Makefile: run checksrc if debug enabledDaniel Stenberg2011-04-271-1/+5
* checksrc: exit error code if warnings or errorsDaniel Stenberg2011-04-271-0/+14
* SSH: move knownhost logic to separate functionDaniel Stenberg2011-04-271-112/+126
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-2788-1573/+1407
* Windows native IDN fixes.Guenter Knauf2011-04-271-6/+6
* Fixed compiler warning in Windows SSPI caseDan Fandrich2011-04-251-0/+2
* Fixed compilation when the synchronous resolver is usedDan Fandrich2011-04-253-4/+8
* Added new resolver sources to Symbian and VC6 build filesDan Fandrich2011-04-251-3/+3
* hostip: comment fixed to state current situationDaniel Stenberg2011-04-251-2/+4
* async resolvers: further cleanupsDaniel Stenberg2011-04-2515-299/+302
* asynch resolvers: cleanupDaniel Stenberg2011-04-256-130/+135
* asynch resolvers: unifiedVsevolod Novikov2011-04-2510-181/+393
* Enabled OpenWatcom native Windows IDN build.Guenter Knauf2011-04-241-0/+15
* NTLM: work with unicodeDaniel Stenberg2011-04-221-10/+34
* Include unistd.h to declare close()Dan Fandrich2011-04-211-0/+3
* In lib/, change 'wanna' to 'want to'.Fabian Keil2011-04-212-3/+3
* Fix a couple of spelling errors in lib/Fabian Keil2011-04-2131-56/+56
* transfer.c: Fixed indentation in readwrite_data.Julien Chaffraix2011-04-211-1/+1
* SFTP: close file before postquoteDaniel Stenberg2011-04-201-9/+35
* Curl_http_connect: detect HTTPS properly after CONNECTDaniel Stenberg2011-04-201-1/+1
* CURL_DOES_CONVERSIONS: fixesGisle Vanem2011-04-203-4/+12
* CURL_DOES_CONVERSIONS: cleanupDaniel Stenberg2011-04-2025-420/+469
* Improve MinGW static makefile builds.Guenter Knauf2011-04-191-3/+41
* Enabled MinGW native Windows IDN build.Guenter Knauf2011-04-191-6/+20
* Windows native IDN fixes.Guenter Knauf2011-04-191-4/+12