File: TODO

package info (click to toggle)
wput 0.6.2%2Bgit20130413-15
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,676 kB
  • sloc: ansic: 6,854; sh: 3,460; makefile: 72; sed: 16
file content (18 lines) | stat: -rw-r--r-- 661 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Generic Tasks:
 o Look out for TODO-Directives in the sources (grep TODO src/*)
 o testing, testing, bug-reporting and fixing :)

Simple Todo List, ordered by relevance and likelyness of implementation:
 o l10n
 o configure.in -> look what the system provides -> use it in the source
 o ipv6 compatibility
 o temporary upload filename. rename afterwards
 o smart resuming (compare last bytes of the file)
 o better ascii mode transfer (resume etc)
 o scripting support
 o HTTP/1.1 PUT / WebDAV

Specific Tasks:
# add a --no-tls option
# some error-messages are given twice or even more times in different
  code-levels. check them and remove unneccessary ones.