File: TODO

package info (click to toggle)
wput 0.6.2-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,076 kB
  • ctags: 765
  • sloc: ansic: 6,829; sh: 3,241; makefile: 114; sed: 16
file content (19 lines) | stat: -rw-r--r-- 700 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 chmod to also copy file permissions
 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.