aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-09-30multi & hiper examples: updates and cleanupsDirk Manske
2010-09-29TODO-RELEASE: one fixed, one postponed, one addedDaniel Stenberg
2010-09-29Renamed test1204 to test1117 to move it into the normal rangeDan Fandrich
2010-09-29Add gopher protocol definition to ILE/RPG binding.Patrick Monnerat
2010-09-28krb5-gssapi: Remove several memory leaks.Julien Chaffraix
2010-09-28security.c: Remove Curl_sec_fflush_fd.Julien Chaffraix
2010-09-28security.c: We should always register the socket handler.Julien Chaffraix
2010-09-28security.c: Fix Curl_sec_login after rewrite.Julien Chaffraix
2010-09-28security.c: Readd the '\n' to the infof() calls.Julien Chaffraix
2010-09-28security.c: Fix typo (PSBZ -> PBSZ)Julien Chaffraix
2010-09-28security.c: Fix ftp_send_command.Julien Chaffraix
2010-09-28curl_easy_escape: don't escape "unreserved" charactersDaniel Stenberg
2010-09-28multi: don't expire timeouts at disonnect or doneDaniel Stenberg
2010-09-27Changed the TPF make file to get source files from Makefile.incDan Fandrich
2010-09-27Added test case 1204 to test HTTP range failureDan Fandrich
2010-09-27multi_runsingle: set timeout error messagesDirk Manske
2010-09-27TODO-RELEASE: updated list of issues to work onDaniel Stenberg
2010-09-27parsedate: allow time specified without secondsDaniel Stenberg
2010-09-26TFTP: re-indented the source codeDaniel Stenberg
2010-09-26TFTP: Work around tftpd-hpa upload bugTim Newsome
2010-09-24Revert "security.c: buffer_read various fixes."Daniel Stenberg
2010-09-22security.c: removed superfluous parenthesesDaniel Stenberg
2010-09-22security.c: Update the #include statements after the rewrite.Julien Chaffraix
2010-09-22security.c: sec_write tweaksJulien Chaffraix
2010-09-22security.c: _sec_send tweaksJulien Chaffraix
2010-09-22security.c: sec_read tweaksJulien Chaffraix
2010-09-22security.c: Curl_sec_fflush_fd tweaksJulien Chaffraix
2010-09-22security.c: sec_send tweaksJulien Chaffraix
2010-09-22security.c: Curl_sec_read_msg tweaksJulien Chaffraix
2010-09-22security.c: Curl_sec_set_protection_level tweakingJulien Chaffraix
2010-09-22security.c: factored the logic from Curl_sec_login into a dedicated method th...Julien Chaffraix
2010-09-22security.c: Remove out_buffer as it was never written into.Julien Chaffraix
2010-09-22security.c: buffer_read various fixes.Julien Chaffraix
2010-09-22security.c: Made block_write return a CURLcode.Julien Chaffraix
2010-09-22security.c: Made block_read and sec_get_data return CURLcode.Julien Chaffraix
2010-09-22Security.c: Fix headers guard to match the rest of the code.Julien Chaffraix
2010-09-22configure: Fix the LDAPS disable messageJulien Chaffraix
2010-09-21RELEASE-NOTES: sync with 8665d4e5 and c-ares >= 1.6.0 noteDaniel Stenberg
2010-09-21parse_remote_port: ignore colons without port numberDaniel Stenberg
2010-09-21RELEASE-NOTES: in sync with 19f45eaa799Daniel Stenberg
2010-09-21duphandle: use ares_dup()Daniel Stenberg
2010-09-21MacOSX-Framework: updates for SnowleopardHendrik Visage
2010-09-21RELEASE-NOTES: synced with 5fcc4332d62feDaniel Stenberg
2010-09-20configure: don't enable RTMP if the lib detect failsDaniel Stenberg
2010-09-20TODO: added 8.4 non-gcrypt under GnuTLSDaniel Stenberg
2010-09-20configure: check for gcrypt if using GnuTLSDaniel Stenberg
2010-09-18RELEASE-NOTES: sync from d2a7fd2fe65b to HEADDaniel Stenberg
2010-09-18FTP: fix bad check of Curl_timeleft() return codeDaniel Stenberg
2010-09-18LDAP: moved variable declaration to avoid compiler warnDaniel Stenberg
2010-09-18LDAP: Use FALSE instead of bool_false when setting bits.closeTor Arntsen