aboutsummaryrefslogtreecommitdiff
path: root/TODO-RELEASE
blob: 642d62f4aead7e4c4017a4c1ece573e673197273 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
To be addressed before 7.19.1 (planned release: October/November 2008)
=============================

162 - Craig Perras' note "http upload: how to stop on error"
      http://curl.haxx.se/mail/archive-2008-08/0138.html

165 - "Problem with CURLOPT_RESUME_FROM and CURLOPT_APPEND" by Daniele Pinau,
      recipe: http://curl.haxx.se/mail/lib-2008-08/0439.html

168 - curl_easy_pause bugs

169 - curl crash when using sftp with socks. We need a Curl_plain_read() to
      use for the SOCKS code in the same style I made the Curl_plain_write()
      before.

171 - [PATCH] add some locking for thread-safety to NSS implementation

172 - Apply the getdate patch with Jamie Lokier's date function. Needs an
      added check for years < 1970 (== no negative numbers may be returned)

173 - "Patch to use GSSAPI authentication for socks5 connection" by
      Markus Moeller http://curl.haxx.se/mail/archive-2008-09/0053.html

174 - "CURLINFO_PRIMARY_IP yields empty string?" by Jason Pump
      http://curl.haxx.se/mail/lib-2008-09/0145.html

175 - "No info on REDIRECT_URL in multi-mode" by Max Ivanov
      http://curl.haxx.se/mail/lib-2008-09/0143.html

176 -