summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Version 1.0.5.1.0.5Richard W.M. Jones2011-01-064-328/+115
|
* Add aclocal.m4 file to git.Richard W.M. Jones2011-01-062-1/+14
| | | | | | This file is sort of generated, but at the moment only has a single line which includes m4/ocaml.m4, that is vital for the build.
* Re-add virt-top/README file.Richard W.M. Jones2011-01-061-0/+57
| | | | This seems to have been dropped during the hg->git transition.
* Document background noise of RX packets from bridges (RHBZ#647987).Richard W.M. Jones2011-01-063-0/+42
| | | | | For more information see: https://bugzilla.redhat.com/show_bug.cgi?id=647987#c9
* man page: Remove excess blank line.Richard W.M. Jones2011-01-061-1/+0
|
* main: Record and print full exception stack traces.Richard W.M. Jones2011-01-062-1/+7
| | | | | | | | | | | This turns on stack trace recording unconditionally (the same effect as if OCAMLRUNPARAM=b was always supplied), and also prints stack traces to the log file if there is an exception. See also: http://caml.inria.fr/pub/docs/manual-ocaml/libref/Printexc.html Note that this requires OCaml >= 3.11.0.
* Fix pad function to work for negative widths (RHBZ#634435).Richard W.M. Jones2011-01-061-4/+7
| | | | | | | | | | | | | | | The pad function is supposed to pad a string to a width. Under some circumstances, the width parameter could be negative resulting in a call to String.sub such as: String.sub str 0 (-1) which caused an exception to be thrown and not caught, causing virt-top to exit. Fix the pad function to return an empty string if width <= 0 instead of throwing an exception. See also: https://bugzilla.redhat.com/show_bug.cgi?id=634435
* Update dependencies.Richard W.M. Jones2011-01-061-2/+2
|
* Update generated man pages.Richard W.M. Jones2011-01-062-22/+15
|
* Fix virt-top --end-time option when TZ<>UTC (RHBZ#637964).Richard W.M. Jones2011-01-062-4/+10
| | | | | | | | | | | | Return the end time as seconds since 1970, and don't adjust it for timezone. In the main module the end time is compared against the result of Unix.gettimeofday, which is also seconds since 1970, so the comparison now works. Tested with TZ=UTC-05, TZ=UTC and TZ=UTC+05. NB: This has not been tested against ocaml-calendar 1.x, although that version of calendar is obsolete and no one should be using it.
* Update dependencies file.Richard W.M. Jones2011-01-061-20/+20
|
* man page: memory option shows total guest memory (RHBZ#647991).Richard W.M. Jones2011-01-061-2/+3
|
* man page: Update copyright date and link to web pages.Richard W.M. Jones2011-01-061-2/+2
|
* Remove references to xm/xentop manual pages (RHBZ#648186).Richard W.M. Jones2011-01-061-2/+0
| | | | | These Xen tools are obsolete since virsh/virt-top works across all hypervisors.
* Change order of return values from getyx - fixes display of historical CPU.Richard Jones2010-09-021-1/+1
| | | | | | | | | | | | | In this commit: http://cvs.savannah.gnu.org/viewvc/ocaml-tmk/functions.c?root=ocaml-tmk&r1=1.2&r2=1.3 Sam changed (fixed) the order that the coordinates are returned from the ncurses 'getyx' call. Since this commit was made 3 years ago it should be safe to assume everyone is using the new ocaml-ncurses by now. This meant the historical %CPU was being displayed off the bottom of the screen instead of on the top row at the right. Now it is displayed in the correct place.
* Update Japanese translations (RHBZ#493799).Kiyoto Hashida2010-06-151-12/+12
|
* Updated Russian translations (RHBZ#493799).Yulia2010-03-051-42/+52
|
* Newer autoconf adds PACKAGE_URL definition.Richard Jones2010-03-051-0/+3
|
* zh_CN: Remove bogus Plural-Forms line.Richard Jones2010-02-121-1/+0
|
* Japanese: update bogus 'Plural-Forms: Plural-Forms'.Richard Jones2010-02-121-1/+1
|
* Update Japanese translations (RHBZ#493799).Hajime Taira2010-02-121-12/+14
|
* Rename te_IN.po -> te.po (Piotr Drąg).Richard Jones2010-01-282-1/+1
|
* Telugu translation added by Krishna Babu K (RHBZ#493799c32)Richard Jones2010-01-282-0/+329
|
* Polish translation updated by Piotr Drag (RHBZ#493799c31)Richard Jones2010-01-281-6/+6
|
* Portuguese translation added by Glaucia Cintra (RHBZ#493799c30)Richard Jones2010-01-282-0/+354
|
* Chinese translation updated by Wei Liu (RHBZ#493799c29)Richard Jones2010-01-281-10/+11
|
* Oriya translation added by Manoj Kumar Giri (RHBZ#493799c28)Richard Jones2010-01-282-0/+331
|
* Spanish translation updated by Daniel Cabrera (RHBZ#493799c27)Richard Jones2010-01-281-7/+7
|
* Update to ocaml-autoconf macros 1.1Richard Jones2009-12-301-2/+25
|
* Fix detection of ocaml-findlib.Richard Jones2009-12-301-1/+1
|
* HACKING file, update (C) messages.Richard Jones2009-10-0615-18/+42
|
* Update PO files.Richard Jones2009-10-0614-881/+1119
|
* Remove extra spaces after s_ and f_ operators.Richard Jones2009-10-061-71/+72
|
* Safer curses functions.Richard Jones2009-10-061-81/+83
| | | | | Add safer curses functions which don't require use of dangerous ignore() function.
* Replace failwith (sprintf...) with failwithfRichard Jones2009-10-063-6/+9
|
* Remove -w s and fix so it compiles without warnings.Richard Jones2009-10-062-78/+87
|
* Remove NSIS installer.Richard Jones2009-10-064-1109/+0
|
* Change over to using ocaml.m4 macros.Richard Jones2009-10-065-198/+248
|
* Updated MANIFEST.Richard Jones2009-10-051-0/+1
|
* TODO.virt-top renamed as TODORichard Jones2009-10-052-1/+1
|
* Typo fixed.Richard Jones2009-10-051-1/+1
|
* Update manpage with --version option.Richard Jones2009-10-053-11/+32
|
* Add virt-top --version command line option.Richard Jones2009-10-051-0/+6
|
* Add the real virt-top version to help display.Richard Jones2009-10-057-5/+43
|
* Version 1.0.4 for release.1.0.4Richard Jones2009-10-051-1/+1
|
* Fix changelog and manifest files.Richard Jones2009-10-053-938/+218
|
* gitlog-to-changelog: If the date field is empty, don't barf.Richard Jones2009-10-051-16/+14
|
* Added Jim Meyering's gitlog-to-changelog program.Richard Jones2009-10-051-0/+188
|
* Add total hardware memory field (RHBZ#521785)Richard Jones2009-10-051-1/+4
|
* Don't need to explicitly link against ncurses.Richard Jones2009-10-051-1/+1
|