summaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
new file mode 100644
index 0000000..96d31ee
--- /dev/null
+++ b/doc/TODO
@@ -0,0 +1,23 @@
+Things still to do:
+
+ - (#1293) check transfer buffer usage on large memory systems
+ - (#1292) make "pv -R PID" not kill process if PID is not PV
+ - (#1284) fix install on OSes without man page .gz (Bob Friesenhahn)
+ - (#1283) integrate Sami Liedes patch for numeric with timer and bytes
+ - (#1286) option for process title (Martin Sarsale) as "pv - name:FooProcess -xyz - transferred: 1.3GB - 500KB/s - running: 10:15:30s"
+ - (#1288) fix -c answerback on Solaris 10 (Bob Friesenhahn)
+ - (#1289) add -O to allow ordering of -pterb output, eg -bertp (Vladimir Pal) (http://unixstuff.ru), idea by Vladimir Ermakov
+ - (#1290) look at effect of O_SYNC or fsync on performance
+ - (#1282) fix cursor positioning (-c) lockfiles when O_EXLOCK is unavailable
+ - (#1282) fix cursor positioning (-c) to use semaphores instead of locking
+ - (#1279) fix cursor positioning with multiple pipelines under Cygwin
+ - (#1281) option (-x?) to use xterm title line for status (Joachim Haga)
+ - (#1287) if the first pv exits, should the second become IPC leader?
+
+ - add development support for http://clang.llvm.org/StaticAnalysis.html
+ - stats for avg/min/max/stddev throughput (Venky.N.Iyer)
+ - option to enable O_DIRECT (Romain Kang)
+ - pv-ify a command line (Will Entriken) - "pv FOO | BAR | BAZ"
+ - get more translations
+
+Any assistance would be appreciated.