summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* multi: don't expire timeouts at disonnect or doneDaniel Stenberg2010-09-282-3/+4
* Changed the TPF make file to get source files from Makefile.incDan Fandrich2010-09-272-91/+3
* Added test case 1204 to test HTTP range failureDan Fandrich2010-09-272-1/+81
* multi_runsingle: set timeout error messagesDirk Manske2010-09-271-0/+13
* TODO-RELEASE: updated list of issues to work onDaniel Stenberg2010-09-271-1/+17
* parsedate: allow time specified without secondsDaniel Stenberg2010-09-273-0/+9
* TFTP: re-indented the source codeDaniel Stenberg2010-09-261-61/+61
* TFTP: Work around tftpd-hpa upload bugTim Newsome2010-09-261-1/+7
* Revert "security.c: buffer_read various fixes."Daniel Stenberg2010-09-241-6/+4
* security.c: removed superfluous parenthesesDaniel Stenberg2010-09-221-15/+15
* security.c: Update the #include statements after the rewrite.Julien Chaffraix2010-09-221-7/+4
* security.c: sec_write tweaksJulien Chaffraix2010-09-221-6/+10
* security.c: _sec_send tweaksJulien Chaffraix2010-09-221-6/+7
* security.c: sec_read tweaksJulien Chaffraix2010-09-221-19/+21
* security.c: Curl_sec_fflush_fd tweaksJulien Chaffraix2010-09-221-5/+7
* security.c: sec_send tweaksJulien Chaffraix2010-09-221-27/+32
* security.c: Curl_sec_read_msg tweaksJulien Chaffraix2010-09-221-22/+30
* security.c: Curl_sec_set_protection_level tweakingJulien Chaffraix2010-09-222-37/+58
* security.c: factored the logic from Curl_sec_login into a dedicated method th...Julien Chaffraix2010-09-221-38/+77
* security.c: Remove out_buffer as it was never written into.Julien Chaffraix2010-09-222-5/+1
* security.c: buffer_read various fixes.Julien Chaffraix2010-09-221-4/+6
* security.c: Made block_write return a CURLcode.Julien Chaffraix2010-09-221-19/+28
* security.c: Made block_read and sec_get_data return CURLcode.Julien Chaffraix2010-09-221-35/+40
* Security.c: Fix headers guard to match the rest of the code.Julien Chaffraix2010-09-221-3/+4
* configure: Fix the LDAPS disable messageJulien Chaffraix2010-09-221-2/+4
* RELEASE-NOTES: sync with 8665d4e5 and c-ares >= 1.6.0 noteDaniel Stenberg2010-09-211-0/+2
* parse_remote_port: ignore colons without port numberDaniel Stenberg2010-09-211-0/+5
* RELEASE-NOTES: in sync with 19f45eaa799Daniel Stenberg2010-09-211-1/+4
* duphandle: use ares_dup()Daniel Stenberg2010-09-213-3/+5
* MacOSX-Framework: updates for SnowleopardHendrik Visage2010-09-211-32/+86
* RELEASE-NOTES: synced with 5fcc4332d62feDaniel Stenberg2010-09-211-2/+4
* configure: don't enable RTMP if the lib detect failsDaniel Stenberg2010-09-201-13/+14
* TODO: added 8.4 non-gcrypt under GnuTLSDaniel Stenberg2010-09-201-0/+12
* configure: check for gcrypt if using GnuTLSDaniel Stenberg2010-09-201-0/+14
* RELEASE-NOTES: sync from d2a7fd2fe65b to HEADDaniel Stenberg2010-09-181-1/+13
* FTP: fix bad check of Curl_timeleft() return codeDaniel Stenberg2010-09-181-1/+1
* LDAP: moved variable declaration to avoid compiler warnDaniel Stenberg2010-09-181-1/+1
* LDAP: Use FALSE instead of bool_false when setting bits.closeTor Arntsen2010-09-181-1/+1
* LDAP: Add missing declaration for 'result'Tor Arntsen2010-09-181-0/+1
* LDAP: Support for tunnelling queries through HTTP proxyMauro Iorio2010-09-181-0/+29
* timeout: use the correct start value as offsetDaniel Stenberg2010-09-171-10/+9
* Curl_timeleft: avoid returning "no timeout" by mistakeDaniel Stenberg2010-09-171-0/+3
* whitespace: unified sourceDaniel Stenberg2010-09-161-535/+535
* remote-header-name: don't output filename when NULLDaniel Stenberg2010-09-161-1/+2
* TheArtOfHttpScripting: use long optionsJames Bursa2010-09-151-45/+46
* getinmemory: make the example easier to followJames Bursa2010-09-141-21/+14
* multi: don't do extra expire calls for the connectionDaniel Stenberg2010-09-141-10/+0
* Fix a bashism: test a = b is more portable than ==.Peter Pentchev2010-09-121-1/+1
* glob_word: remove a check that is always falseDaniel Stenberg2010-09-121-2/+0
* inflate_stream: remove redundant check that is always trueDaniel Stenberg2010-09-121-1/+3