~ubuntu-branches/ubuntu/saucy/curl/saucy-201307251546

« back to all changes in this revision

Viewing changes to docs/TODO

  • Committer: Bazaar Package Importer
  • Author(s): Ramakrishnan Muthukrishnan
  • Date: 2011-02-28 19:35:36 UTC
  • mto: (3.6.1 experimental) (1.3.1)
  • mto: This revision was merged to the branch mainline in revision 47.
  • Revision ID: james.westby@ubuntu.com-20110228193536-p3a9jawxxofcsz7o
Tags: upstream-7.21.4
ImportĀ upstreamĀ versionĀ 7.21.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 1.2 More data sharing
17
17
 1.3 struct lifreq
18
18
 1.4 signal-based resolver timeouts
 
19
 1.5 get rid of PATH_MAX
19
20
 
20
21
 2. libcurl - multi interface
21
22
 2.1 More non-blocking
134
135
 Also, alarm() provides timeout resolution only to the nearest second. alarm
135
136
 ought to be replaced by setitimer on systems that support it.
136
137
 
 
138
1.5 get rid of PATH_MAX
 
139
 
 
140
 Having code use and rely on PATH_MAX is not nice:
 
141
 http://insanecoding.blogspot.com/2007/11/pathmax-simply-isnt.html
 
142
 
 
143
 Currently the SSH based code uses it a bit, but to remove PATH_MAX from there
 
144
 we need libssh2 to properly tell us when we pass in a too small buffer and
 
145
 its current API (as of libssh2 1.2.7) doesn't.
 
146
 
137
147
2. libcurl - multi interface
138
148
 
139
149
2.1 More non-blocking