summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Windows native IDN fixes.Guenter Knauf2011-04-191-5/+7
* Updated default (recommended) dependency versions.Guenter Knauf2011-04-193-3/+3
* transfer-encoding: document the optionsDaniel Stenberg2011-04-181-11/+11
* transfer-encoding: added new option and cmdlineDaniel Stenberg2011-04-183-7/+19
* CURLE_BAD_CONTENT_ENCODING: now used for transfer encoding tooDaniel Stenberg2011-04-181-1/+1
* TE: do the Connection: headerDaniel Stenberg2011-04-181-4/+16
* TE: rename struct field content_encodingDaniel Stenberg2011-04-184-16/+16
* HTTP: add support for gzip and deflate Transfer-EncodingDaniel Stenberg2011-04-183-16/+80
* base64.c: removed wrong commentcurl-7_21_5Daniel Stenberg2011-04-171-11/+2
* Curl_ssl_shutdown: restore send/recv pointersDaniel Stenberg2011-04-161-1/+4
* Changed email per Gisle's request.Guenter Knauf2011-04-161-1/+1
* Fix a buffer overflow in pubkey_show().Andrei Benea2011-04-141-1/+1
* Replaced var manipulations with perlish hacks.Guenter Knauf2011-04-141-4/+2
* checkconnection: don't call with NULL pointerDaniel Stenberg2011-04-112-4/+7
* OpenSSL: no-sslv2 awareDaniel Stenberg2011-04-101-0/+5
* nss: allow to use multiple client certificates for a single hostKamil Dudka2011-04-081-2/+5
* mk-ca-bundle.pl: show full URL in outputDaniel Stenberg2011-04-071-1/+1
* lib/Makefile.b32: updatesGisle Vanem2011-04-071-4/+10
* HTTP pipelining: Fix handling of zero-length responsesChris Smowton2011-04-071-2/+21
* Changed some nonportable typesDan Fandrich2011-04-052-2/+2