simon-git: agedu (master): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Sun Feb 2 13:26:06 GMT 2020


TL;DR:
  3ee69f0 Rename the [files] entry in HTML show-files mode.
  6e4183f HTML mode: omit directory entries with zero size.
  b408501 HTTP server mode: option to auto-launch the starting URL.

Repository:     https://git.tartarus.org/simon/agedu.git
On the web:     https://git.tartarus.org/?p=simon/agedu.git
Branch updated: master
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2020-02-02 13:26:06

commit 3ee69f065098af0b8ff87f418d7bebcc38134f7e
web diff https://git.tartarus.org/?p=simon/agedu.git;a=commitdiff;h=3ee69f065098af0b8ff87f418d7bebcc38134f7e;hp=66cb14d328087f724c0ce5551f4af7cac8e446e2
Author: Simon Tatham <anakin at pobox.com>
Date:   Sun Feb 2 13:03:34 2020 +0000

    Rename the [files] entry in HTML show-files mode.
    
    In --files mode, each individual file in the directory you're looking
    at is shown as its own line in the HTML report. But a line labelled
    [files] still shows up as well. Why? Because that line is the only
    part of the overall size of the directory being listed that was not
    moved into a separate line - namely, the directory inode itself.
    
    I don't think that's actually _wrong_ behaviour. It's just listed with
    a confusing and silly name. Rename it to [directory] in that situation.

 html.c | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

commit 6e4183f12bf9083e39858dc75ec84ad1f0e9128a
web diff https://git.tartarus.org/?p=simon/agedu.git;a=commitdiff;h=6e4183f12bf9083e39858dc75ec84ad1f0e9128a;hp=3ee69f065098af0b8ff87f418d7bebcc38134f7e
Author: Simon Tatham <anakin at pobox.com>
Date:   Sun Feb 2 13:16:30 2020 +0000

    HTML mode: omit directory entries with zero size.
    
    The aim is to find out what's taking up space, so if something isn't,
    there's no need to show it at all.

 html.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit b408501f025871f6398816e627b5473535791ff3
web diff https://git.tartarus.org/?p=simon/agedu.git;a=commitdiff;h=b408501f025871f6398816e627b5473535791ff3;hp=6e4183f12bf9083e39858dc75ec84ad1f0e9128a
Author: Simon Tatham <anakin at pobox.com>
Date:   Sun Feb 2 13:18:12 2020 +0000

    HTTP server mode: option to auto-launch the starting URL.
    
    You can provide a shell command via the --launch option, so that if
    your aim is to open the web UI in a local browser right now, you don't
    have to manually paste it into your browser.

 agedu.but    | 17 +++++++++++++++++
 agedu.c      |  7 +++++++
 configure.ac |  2 +-
 httpd.c      | 50 +++++++++++++++++++++++++++++++++++++++++++++++---
 httpd.h      |  1 +
 5 files changed, 73 insertions(+), 4 deletions(-)



More information about the tartarus-commits mailing list