Age | Commit message (Expand) | Author |
2010-10-14 | Some more small Watcom makefile fixes. | Guenter Knauf |
2010-10-13 | Modified Watcom makefiles to work on Linux too. | Guenter Knauf |
2010-10-13 | gitignore: ignore Makefile.vc10.dist made by maketgz | Daniel Stenberg |
2010-10-12 | Fixed Watcom makefile. | Guenter Knauf |
2010-10-12 | Added build bits for librtmp / libssh2 to Watcom makefiles. | Guenter Knauf |
2010-10-12 | Added build bits for librtmp to NetWare makefiles. | Guenter Knauf |
2010-10-12 | SFTP: more ignoring negative file sizes | Daniel Stenberg |
2010-10-11 | SMTP: debug output for no known auth mechanisms supported | Daniel Stenberg |
2010-10-11 | Added build bits for librtmp to MingW32 makefiles. | Guenter Knauf |
2010-10-03 | Some NetWare makefile tweaks. | Guenter Knauf |
2010-10-02 | krb5-gssapi: Removed a memory leak in krb5_auth. | Julien Chaffraix |
2010-10-02 | krb5-gssapi: Made the function always return a value. | Julien Chaffraix |
2010-10-02 | krb5-gssapi: Delete the GSS-API context. | Julien Chaffraix |
2010-10-02 | HTTP: remove special case for 416 | Daniel Stenberg |
2010-09-30 | README.ares: we know require c-ares 1.6.0 | Daniel Stenberg |
2010-09-30 | SFTP: avoid downloading negative sizes! | Daniel Stenberg |
2010-09-28 | krb5-gssapi: Remove several memory leaks. | Julien Chaffraix |
2010-09-28 | security.c: Remove Curl_sec_fflush_fd. | Julien Chaffraix |
2010-09-28 | security.c: We should always register the socket handler. | Julien Chaffraix |
2010-09-28 | security.c: Fix Curl_sec_login after rewrite. | Julien Chaffraix |
2010-09-28 | security.c: Readd the '\n' to the infof() calls. | Julien Chaffraix |
2010-09-28 | security.c: Fix typo (PSBZ -> PBSZ) | Julien Chaffraix |
2010-09-28 | security.c: Fix ftp_send_command. | Julien Chaffraix |
2010-09-28 | curl_easy_escape: don't escape "unreserved" characters | Daniel Stenberg |
2010-09-28 | multi: don't expire timeouts at disonnect or done | Daniel Stenberg |
2010-09-27 | multi_runsingle: set timeout error messages | Dirk Manske |
2010-09-27 | parsedate: allow time specified without seconds | Daniel Stenberg |
2010-09-26 | TFTP: re-indented the source code | Daniel Stenberg |
2010-09-26 | TFTP: Work around tftpd-hpa upload bug | Tim Newsome |
2010-09-24 | Revert "security.c: buffer_read various fixes." | Daniel Stenberg |
2010-09-22 | security.c: removed superfluous parentheses | Daniel Stenberg |
2010-09-22 | security.c: Update the #include statements after the rewrite. | Julien Chaffraix |
2010-09-22 | security.c: sec_write tweaks | Julien Chaffraix |
2010-09-22 | security.c: _sec_send tweaks | Julien Chaffraix |
2010-09-22 | security.c: sec_read tweaks | Julien Chaffraix |
2010-09-22 | security.c: Curl_sec_fflush_fd tweaks | Julien Chaffraix |
2010-09-22 | security.c: sec_send tweaks | Julien Chaffraix |
2010-09-22 | security.c: Curl_sec_read_msg tweaks | Julien Chaffraix |
2010-09-22 | security.c: Curl_sec_set_protection_level tweaking | Julien Chaffraix |
2010-09-22 | security.c: factored the logic from Curl_sec_login into a dedicated method th... | Julien Chaffraix |
2010-09-22 | security.c: Remove out_buffer as it was never written into. | Julien Chaffraix |
2010-09-22 | security.c: buffer_read various fixes. | Julien Chaffraix |
2010-09-22 | security.c: Made block_write return a CURLcode. | Julien Chaffraix |
2010-09-22 | security.c: Made block_read and sec_get_data return CURLcode. | Julien Chaffraix |
2010-09-22 | Security.c: Fix headers guard to match the rest of the code. | Julien Chaffraix |
2010-09-21 | parse_remote_port: ignore colons without port number | Daniel Stenberg |
2010-09-21 | duphandle: use ares_dup() | Daniel Stenberg |
2010-09-18 | FTP: fix bad check of Curl_timeleft() return code | Daniel Stenberg |
2010-09-18 | LDAP: moved variable declaration to avoid compiler warn | Daniel Stenberg |
2010-09-18 | LDAP: Use FALSE instead of bool_false when setting bits.close | Tor Arntsen |