summaryrefslogtreecommitdiff
path: root/TODO-RELEASE
Commit message (Collapse)AuthorAgeFilesLines
* TODO-RELEASE: postpone the remaindersDaniel Stenberg2011-09-111-1/+1
| | | | | There's three pending bug fixes but there's no time left so let's try to get them fixed for next release...
* TODO-RELEASE: deleteing five issues due to no responseDaniel Stenberg2011-09-041-26/+0
| | | | No feedback and no updates, removing these issues
* TODO-RELEASE: syncedDaniel Stenberg2011-08-141-15/+10
| | | | Added comments to some remaining issues
* TODO-RELEASE: fixed issue #291Daniel Stenberg2011-08-141-2/+0
| | | | 291 - bug 3383692 "GET PARAMETER request and body in response"
* TODO-RELEASE: issue #289 is fixedDaniel Stenberg2011-08-091-3/+1
| | | | 289 - bug 3349227 "secure attribute in cookie does not work with equals sign"
* CURLFORM_BUFFER: insert filename as documentedDaniel Stenberg2011-08-081-3/+0
| | | | | | | | | | A regression where CURLFORM_BUFFER stopped to properly insert the file name part in the formpart. Bug introduced in commit f851f768578dc096. Added CURLFORM_BUFFER use to test 554 to verify this. Bug: http://curl.haxx.se/mail/lib-2011-07/0176.html Reported by: Henry Ludemann
* SOCKS: fix the connect timeoutDaniel Stenberg2011-08-081-4/+0
| | | | | | | The connect timeout logic when using SOCKS was done wrong Bug: http://curl.haxx.se/mail/lib-2011-07/0177.html Reported by: "Spoon Man"
* OpenSSL: Use SSL_MODE_RELEASE_BUFFERS if available, reduces memory useCristian Rodríguez2011-08-071-3/+0
| | | | | | | | See also : http://www.openssl.org/docs/ssl/SSL_CTX_set_mode.html http://www.imperialviolet.org/2010/06/25/overclocking-ssl.html Signed-off-by: Cristian Rodríguez <crrodriguez@opensuse.org>
* TODO-RELEASE: close issue #292Daniel Stenberg2011-08-071-2/+0
| | | | | | | Fixed: 292 - bug 3385258 "Addendum to 3370895" Basically brushing up commit 27b8814017a19
* TODO-RELEASE: committed issue #304Daniel Stenberg2011-08-061-4/+0
| | | | | | 304 - "Async-DNS-resolve-thread gets started even when a dotted IP is provided" by Christian H<E4>gele http://curl.haxx.se/mail/lib-2011-08/0009.html
* TODO-RELEASE: Add #307 two issues by "Spoon Man"Daniel Stenberg2011-08-061-1/+4
|
* TODO-RELEASE: issue #293 is doneDaniel Stenberg2011-08-041-2/+0
| | | | | Fixed: 293 - from http://bugzilla.redhat.com/723075 "curl segfaults"
* TODO-RELEASE: issue #290 fixedDaniel Stenberg2011-08-041-2/+0
| | | | | Closed this entry: 290 - bug 3375603 "curl has problem with remote names containing ';'"
* TODO-RELESE: #306 - SSL Sessions sharedDaniel Stenberg2011-08-041-5/+3
|
* TODO-RELEASE: updated with current issuesDaniel Stenberg2011-08-041-3/+53
|
* TODO-RELEASE: push the remaining ones to next releaseDaniel Stenberg2011-04-161-4/+1
| | | | | | | | As we're closing in on the release, I give up on the remaining ones but I leave them in here for now to try to fix for next release. I removed the 281 issue about warnings from the statical analyzer scans, as they seem to be mostly false positives at this point.
* TODO-RELEASE: deleted 4 issuesDaniel Stenberg2011-04-071-8/+0
| | | | | | | | | | | | | | | | These problems have gotten no interest/feedback from users: -275 - Introduce a way to avoid sending USER for FTP connections -288 - bug 3219997 curl rtmp request curl: (55) select/poll returned error This problem is rather an autoconf bug with little user interest and it can be worked around with an older autoconf: -278 - "Configure $as_echo does not work" This problem is not fixed: -286 - bug 3214223 Pipelined HTTP requests with a zero-length body broken
* fix: re-use of bound connectionsDaniel Stenberg2011-03-251-2/+0
| | | | | | | | | | When asked to bind the local end of a connection when doing a request, the code will now disqualify other existing connections from re-use even if they are connected to the correct remote host. This will also affect which connections that can be used for pipelining, so that only connections that aren't bound or bound to the same device/port you're asking for will be considered.
* TODO-RELEASE: 1 fixed, 1 notabugDaniel Stenberg2011-03-231-6/+0
| | | | | | | | | | | | | Fixed: 271 - fix the IPv6-working probing to only exist at one place in the code and only get done once A problem not repeatable and no proper recipe given and therefore simply removed for now until we hear something else: 282 - 100 Continue responses should return the "final" HTTP response code: "Getting the HTTP response code following a 100 Continue"
* TODO-RELEASE: fixed 2, got 3 new!Daniel Stenberg2011-03-211-7/+6
|
* TODO-RELEASE: add and remove issuesDaniel Stenberg2011-03-151-4/+22
| | | | | Removed a fixed issue, added five new existing ones and clarified one of the previous ones.
* TODO-RELEASE: fixed four isuesDaniel Stenberg2011-03-131-8/+0
| | | | | | | | | These issues are now addressed: 276 - Karl M's vc makefile patch 277 - The "Stall when uploading to sftp using multi interface" bug 279 - curl_multi_remove_handle() crashes 280 - Marcus Sundberg's gss patch
* TODO-RELEASE: add 10 pending issuesDaniel Stenberg2011-03-101-1/+18
|
* TODO-RELEASE: fix the IPv6-working probingDaniel Stenberg2011-03-101-1/+5
|
* TODO-RELEASE: refreshDaniel Stenberg2011-02-171-8/+2
|
* TODO-RELEASE: "TLS SNI use Host:" is doneDaniel Stenberg2010-11-041-2/+0
| | | | 262 - Manual setting of TLS Server Name Indication - use Host:
* TODO-RELEASE: cleanup for 7.21.3 worksDaniel Stenberg2010-10-171-7/+2
| | | | | | | "SFTP resume with 4GB file does not work" is now removed as I'm sure this is really a libssh2 bug and not a libcurl bug. 7.21.2 is released already
* TODO-RELEASE: libidn problem not repeatableDaniel Stenberg2010-10-041-2/+0
| | | | | | | | | "261 - configure and libidn" is removed from the list since Julien Chaffraix tried to repeat it but failed and the reporter did not return to provide further details. Reported by: Lyndon Hill Bug: http://curl.haxx.se/mail/lib-2010-07/0029.html
* TODO-RELEASE: 416 error fixedDaniel Stenberg2010-10-021-2/+0
| | | | "3076808 Requests fail silently following a 416 error" done
* TODO-RELEASE: no bug in ftp_nextconnectDaniel Stenberg2010-10-011-3/+0
| | | | | The issue named "266 - Bug in ftp_nextconnect?" was deemed to not be a bug and instead resulted in clarified docs.
* TODO-RELEASE: move new features to next releaseDaniel Stenberg2010-09-301-6/+7
|
* TODO-RELEASE: drop curl_easy_setoptvDaniel Stenberg2010-09-301-3/+0
| | | | I haven't read any really convincing arguments for adding it
* TODO-RELEASE: one fixed, one postponed, one addedDaniel Stenberg2010-09-291-6/+12
| | | | As we're already in feature freeze, I pushed the feature onwards.
* TODO-RELEASE: updated list of issues to work onDaniel Stenberg2010-09-271-1/+17
|
* TODO-RELEASE: clear, file not really used ATMDaniel Stenberg2010-08-021-1/+1
|
* scrapped all left-over TODOsDaniel Stenberg2010-03-241-13/+2
| | | | | | | | | In order to get back on track, I've removed all the plans for stuff I had in the queue. I will instead focus on fixing bugs and relying on that people who truly want things added will come back on the mailing list and nag and provide patches. 7.20.1 should be possible to release in April 2010
* "260 - IMAP, POP3 and SMTP support" done!Daniel Stenberg2010-01-191-2/+0
|
* 7.20.0 is the planned next version numberDaniel Stenberg2009-11-271-8/+3
|
* I have next to no hope of fixing more bugs before 7.19.7 so all are nowDaniel Stenberg2009-11-041-14/+8
| | | | | | | moved to 7.19.8. I removed the bugs already in KNOWN_BUGS (but they should of course still get fixed). Added three recent bugs. 7.19.8 is targetted to get shipped in Janurary 2010
* - Lots of good work by Krister Johansen, mostly related to pipelining:Daniel Stenberg2009-08-211-3/+0
| | | | | | Fix SIGSEGV on free'd easy_conn when pipe unexpectedly breaks Fix data corruption issue with re-connected transfers Fix use after free if we're completed but easy_conn not NULL
* Added links to more details on most issues. Moved all these issues to 7.19.7Daniel Stenberg2009-08-111-6/+11
| | | | now since we won't manage to get them done for 7.19.6.
* 256 - "More questions about ares behavior"Daniel Stenberg2009-08-031-1/+3
| | | | yet another issue not yet sorted out
* mention two crashing bugs we'd like fixedDaniel Stenberg2009-08-021-1/+5
|
* - Curt Bogmine reported a problem with SNI enabled on a particular server. WeDaniel Stenberg2009-08-011-4/+0
| | | | | | | | should introduce an option to disable SNI, but as we're in feature freeze now I've addressed the obvious bug here (pointed out by Peter Sylvester): we shouldn't try to enable SNI when SSLv2 or SSLv3 is explicitly selected. Code for OpenSSL and GnuTLS was fixed. NSS doesn't seem to have a particular option for SNI, or are we simply not using it?
* - Tanguy Fautre pointed out that OpenSSL's function RAND_screen() (presentDaniel Stenberg2009-08-011-2/+0
| | | | | | only in some OpenSSL installs - like on Windows) isn't thread-safe and we agreed that moving it to the global_init() function is a decent way to deal with this situation.
* - Alexander Beedie provided the patch for a noproxy problem: If I have setDaniel Stenberg2009-08-011-2/+0
| | | | | CURLOPT_NOPROXY to "*", or to a host that should not use a proxy, I actually could still end up using a proxy if a proxy environment variable was set.
* updated with recent issuesDaniel Stenberg2009-08-011-1/+11
|
* moved the changes that aren't strictly bugfixes until after 7.19.6 since IDaniel Stenberg2009-07-271-4/+7
| | | | | | | can't seem to catch up 243 - ftp QUOTE commands that are allowed to fail but not close the connection is done
* 242 - SSH knownhost support (powered by libssh2 1.2)Daniel Stenberg2009-07-221-2/+0
| | | | | Committed now. Not yet thoroughly degbugged etc, but at least the funtionality is now present.
* 241 - expose Curl_nonblock as curlx_nonblockDaniel Stenberg2009-07-091-2/+0
| | | | done