Age | Commit message (Expand) | Author |
2012-05-31 | pop3: Added support for sasl plain text authentication | Steve Holme |
2012-05-30 | curl_ntlm_msgs.c: Corrected small spelling mistake in comments | Steve Holme |
2012-05-30 | sasl: Moved plain text authentication message creation from smtp.c | Steve Holme |
2012-05-30 | configure: fix LDAPS disabling related misplaced closing parenthesis | Yang Tse |
2012-05-30 | pop3 test server: allow pop3 test server verification to succeed again | Yang Tse |
2012-05-28 | pop3: Introduced the continue response in pop3_endofresp() | Steve Holme |
2012-05-28 | pop3: Changed response code from O and E to + and - | Steve Holme |
2012-05-28 | pop3: Small code tidy up following authentication work so far | Steve Holme |
2012-05-28 | nss: use human-readable error messages provided by NSS | Kamil Dudka |
2012-05-27 | test1013.pl: filter out Metalink | Daniel Stenberg |
2012-05-27 | pop3: remove variable-not-used warnings | Daniel Stenberg |
2012-05-27 | DOCS: Corrected the "Added in" version number for CURLOPT_MAIL_AUTH | Steve Holme |
2012-05-27 | pop3: Added support for SASL based authentication mechanism detection | Steve Holme |
2012-05-27 | pop3: remove trailing whitespace | Daniel Stenberg |
2012-05-27 | pop3: Code tidy up before the introduction of authentication code | Steve Holme |
2012-05-27 | Enabled OpenSSL static linkage. | Guenter Knauf |
2012-05-27 | Enabled OpenSSL static linkage. | Guenter Knauf |
2012-05-27 | Try to detect OpenSSL build type automatically. | Guenter Knauf |
2012-05-26 | metalink: fix build errors when disabled | Daniel Stenberg |
2012-05-26 | Reduced #ifdef HAVE_METALINK | Tatsuhiro Tsujikawa |
2012-05-26 | Disable hash check if neither OpenSSL nor GNUTLS is installed. | Tatsuhiro Tsujikawa |
2012-05-26 | Format GETOUT_METALINK nicely | Tatsuhiro Tsujikawa |
2012-05-26 | Minimize usage of structs from libmetalink | Tatsuhiro Tsujikawa |
2012-05-26 | Check checksum of downloaded file if checksum is available | Tatsuhiro Tsujikawa |
2012-05-26 | Always create directory hierarchy for Metalink. | Tatsuhiro Tsujikawa |
2012-05-26 | Fixed segmentation fault when Metalink has no valid file or no resource. | Tatsuhiro Tsujikawa |
2012-05-26 | Support media-type parameter in Content-Type | Tatsuhiro Tsujikawa |
2012-05-26 | Print "Metalink" in Features if Metalink support is enabled. | Tatsuhiro Tsujikawa |
2012-05-26 | Removed trailing space | Tatsuhiro Tsujikawa |
2012-05-26 | Add --metalink to --help | ant |
2012-05-26 | Add Metalink information and --metalink option to man page | ant |
2012-05-26 | Add Metalink information and --metalink option to man page | ant |
2012-05-26 | Adds Metalink information to INSTALL | ant |
2012-05-26 | --metalink option is available regardless of Metalink support. | Tatsuhiro Tsujikawa |
2012-05-26 | metalink: parse downloaded Metalink file | Tatsuhiro Tsujikawa |
2012-05-26 | Fixed HAVE_LIBMETALINK conditional is always true | Tatsuhiro Tsujikawa |
2012-05-26 | metalink: minor metalinkfile fix | Tatsuhiro Tsujikawa |
2012-05-26 | metalink: show help message even if disabled | Tatsuhiro Tsujikawa |
2012-05-26 | Applied patches from Daniel | Tatsuhiro Tsujikawa |
2012-05-26 | Support Metalink. | Tatsuhiro Tsujikawa |
2012-05-26 | DOCS: Fixed line spacing of authentication examples in CURLOPT_URL | Steve Holme |
2012-05-26 | DOCS: Changed domain names in various examples to example.com | Steve Holme |
2012-05-26 | DOCS: Fixed meaning of bit 2 in CURLOPT_POSTREDIR | Steve Holme |
2012-05-26 | DOCS: Standardised how RFCs are referenced. | Steve Holme |
2012-05-26 | Fix libcurl.pc and curl-config generation for static MingW* cross builds | Yang Tse |
2012-05-25 | Made -D option work with -O and -J. | Tatsuhiro Tsujikawa |
2012-05-25 | sasl: Re-factored auth-mechanism constants to be more generic | Steve Holme |
2012-05-25 | smtp: Moved auth-mechanism constants into a separate header file | Steve Holme |
2012-05-25 | nss: avoid using explicit casts of code pointers | Kamil Dudka |
2012-05-24 | DOCS: Added LDAP to the CURLOPT_URL section | Steve Holme |