#
41d8186c |
| 08-Dec-2007 |
Daniel Stenberg |
reformat to FAQ/CONTRIBUTE style, for nicer web-look when I apply the magic script(s) on it online
|
Revision tags: curl-7_17_1, curl-7_17_0 |
|
#
3dbe7083 |
| 13-Sep-2007 |
Daniel Stenberg |
added some further stuff from the feature-requests tracker, and a bunch of URLs to the specific tracker entries
|
#
9f44a955 |
| 30-Aug-2007 |
Dan Fandrich |
Renamed several libcurl error codes and options to make them more general and allow reuse by multiple protocols. Several unused error codes were removed. In all cases, macros were added to p
Renamed several libcurl error codes and options to make them more general and allow reuse by multiple protocols. Several unused error codes were removed. In all cases, macros were added to preserve source (and binary) compatibility with the old names. These macros are subject to removal at a future date, but probably not before 2009. An application can be tested to see if it is using any obsolete code by compiling it with the CURL_NO_OLDIES macro defined. Documented some newer error codes in libcurl-error(3)
show more ...
|
#
f3c7adcb |
| 17-Aug-2007 |
Daniel Stenberg |
NEXT soname bump * #undef CURL_FTP_HTTPSTYLE_HEAD in lib/ftp.c to remove the HTTP-style headers from being output in NOBODY requests over ftp
|
#
5cdcc2b3 |
| 14-Aug-2007 |
Daniel Stenberg |
the curl_multi_handle_control() idea
|
Revision tags: curl-7_17_0-preldapfix |
|
#
58b0415d |
| 07-Aug-2007 |
Daniel Stenberg |
add URL to more "generated public config.h" details
|
#
bccb1ee7 |
| 06-Aug-2007 |
Daniel Stenberg |
we now support GSS/Kerberos 5 for ftp file transfers!
|
Revision tags: curl-7_16_4, curl-7_16_3, curl-7_16_2 |
|
#
7f70dbca |
| 12-Feb-2007 |
Daniel Stenberg |
Rob Crittenden added support for NSS (Network Security Service) for the SSL/TLS layer. http://www.mozilla.org/projects/security/pki/nss/
|
#
890b34d2 |
| 11-Feb-2007 |
Daniel Stenberg |
updated
|
Revision tags: curl-7_16_1 |
|
#
0e899d77 |
| 19-Dec-2006 |
Daniel Stenberg |
* removed the SSH-based protocols as they are now being implemented * added mentioning of doing the stunnel equivalent ourselves for the test suite * spell-check
|
#
2336d010 |
| 05-Dec-2006 |
Daniel Stenberg |
fixed in CVS
|
#
7f79b52d |
| 03-Nov-2006 |
Daniel Stenberg |
initial SCP support is now added
|
Revision tags: curl-7_16_0 |
|
#
3ee60365 |
| 12-Sep-2006 |
Daniel Stenberg |
pipelining support is added now
|
Revision tags: curl-7_15_6-prepipeline, curl-7_15_5 |
|
#
25411e01 |
| 24-Jun-2006 |
Daniel Stenberg |
Provide a libcurl API for setting mutex callbacks in the underlying SSL library, so that the same application code can use mutex-locking independently of OpenSSL or GnutTLS being used.
|
Revision tags: curl-7_15_4 |
|
#
bcccd2fe |
| 30-May-2006 |
Daniel Stenberg |
Removed a few fixed issues and a few issues currently in progress in the Hiper project. Also added a few obvious ones.
|
Revision tags: curl-7_15_3, curl-7_15_2 |
|
#
16f3a32b |
| 28-Jan-2006 |
Daniel Stenberg |
we should fix the system includes in the public headers to be based on checks of the system instead of depending on what particular systems we think need various headers
|
#
b4113360 |
| 10-Dec-2005 |
Daniel Stenberg |
use c-ares' IPv6 abilities fix CONNECT to a proxy that disconnects during the auth phase
|
Revision tags: curl-7_15_1 |
|
#
d68b1a1e |
| 10-Nov-2005 |
Daniel Stenberg |
just implemented
|
#
0f82af0f |
| 09-Nov-2005 |
Daniel Stenberg |
* Add step parameter to the globbing. Like [0-1000;10] that would walk the range increasing the number with 10 for every step. Requested by Jose: http://curl.haxx.se/feedback/display.cgi?
* Add step parameter to the globbing. Like [0-1000;10] that would walk the range increasing the number with 10 for every step. Requested by Jose: http://curl.haxx.se/feedback/display.cgi?id=11315662266802
show more ...
|
#
4d7f08a9 |
| 18-Oct-2005 |
Dan Fandrich |
Removed mention of TFTP now that it's implemented.
|
Revision tags: curl-7_15_0 |
|
#
a1287ec6 |
| 16-Sep-2005 |
Daniel Stenberg |
added URLs to bug reports
|
Revision tags: curl-7_14_1, c-ares-1_3_0 |
|
#
9853acba |
| 29-Aug-2005 |
Daniel Stenberg |
Moved the GnuTLS related TODO items from lib/TODO.gnutls to the proper docs/TODO
|
#
57007e80 |
| 30-Jul-2005 |
Daniel Stenberg |
Moved items from TODO-RELEASE to TODO since they're not really bound to happen in any specific release.
|
#
86660c73 |
| 08-Jul-2005 |
Daniel Stenberg |
mention an old idea
|
Revision tags: curl-7_14_0 |
|
#
60e26199 |
| 11-May-2005 |
Daniel Stenberg |
MatrixSSL and yaSSL are two free libs we _could_ support
|