| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
- Change pkgver() to use 'git rev-list --count' for reliable monotonic versioning, avoiding issues with upstream tags.
- Add 'epoch=1' to force upgrade path from previous tag-based versions.
- Add missing dependencies 'libx11' and 'glib2' detected by namcap.
- Update license to SPDX identifier 'GPL-2.0-only'.
- Improve prepare() to check for 'config.h.in' existence before touching.
|
|
|
|
|
|
|
|
|
|
Changelog
=========
Changed license from GPL to LGPL (fixes #190) (2dd8a4f)
Merge pull request #182 from zevv/cgi-script (cfd4406)
- example CGI script to generate an index page for multiple duc DBs. (76ca82c)
- put html_header generation into it's own function for eventual use by error handling. We want to ensure that all output in CGI mode sends the proper HTML headers. (6a53e1d)
Merge branch 'master' of https://github.com/zevv/duc (23dff57)
Fixed bug in cairo rending where cairo_fill_preserve() was used instead of cairo_fill() (a1dd81d)
Made apparent size of directories 0 (9f73b98)
Made some changes to the manual page describing that on some configurations some subcommands like 'duc gui' might not be available. (e0933ee)
Added '-a/--apparent' option to 'duc xml'. This changes the way the -s option is interpreted from actual to apparent size. Fixes #171 (815424e)
Merge branch 'master' of https://github.com/zevv/duc (db578ef)
Merge branch 'master' of github.com:zevv/duc (c57e906)
@stuartthebruce said: (a6d1a41)
Merge pull request #167 from gsanchietti/master (2f91444)
RPM spec: update to release 1.4.3 (3b7d742)
Merge branch 'master' of https://github.com/zevv/duc (ad17328)
Merge branch 'master' of https://github.com/zevv/duc (cbd2066)
|
|
Changelog
=========
Merge pull request #182 from zevv/cgi-script (cfd4406)
- example CGI script to generate an index page for multiple duc DBs. (76ca82c)
- put html_header generation into it's own function for eventual use by error handling. We want to ensure that all output in CGI mode sends the proper HTML headers. (6a53e1d)
Merge branch 'master' of https://github.com/zevv/duc (23dff57)
Fixed bug in cairo rending where cairo_fill_preserve() was used instead of cairo_fill() (a1dd81d)
Made apparent size of directories 0 (9f73b98)
Made some changes to the manual page describing that on some configurations some subcommands like 'duc gui' might not be available. (e0933ee)
Added '-a/--apparent' option to 'duc xml'. This changes the way the -s option is interpreted from actual to apparent size. Fixes #171 (815424e)
Merge branch 'master' of https://github.com/zevv/duc (db578ef)
Merge branch 'master' of github.com:zevv/duc (c57e906)
@stuartthebruce said: (a6d1a41)
Merge pull request #167 from gsanchietti/master (2f91444)
RPM spec: update to release 1.4.3 (3b7d742)
Merge branch 'master' of https://github.com/zevv/duc (ad17328)
Merge branch 'master' of https://github.com/zevv/duc (cbd2066)
|
|
|
|
|
|
Changelog
=========
Made some changes to the manual page describing that on some configurations some subcommands like 'duc gui' might not be available. (e0933ee)
Added '-a/--apparent' option to 'duc xml'. This changes the way the -s option is interpreted from actual to apparent size. Fixes #171 (815424e)
Merge branch 'master' of github.com:zevv/duc (c57e906)
@stuartthebruce said: (a6d1a41)
Merge pull request #167 from gsanchietti/master (2f91444)
RPM spec: update to release 1.4.3 (3b7d742)
|
|
Changelog
=========
Added '-a/--apparent' option to 'duc xml'. This changes the way the -s option is interpreted from actual to apparent size. Fixes #171 (815424e)
Merge branch 'master' of github.com:zevv/duc (c57e906)
@stuartthebruce said: (a6d1a41)
Merge pull request #167 from gsanchietti/master (2f91444)
RPM spec: update to release 1.4.3 (3b7d742)
|
|
Changelog
=========
Merge branch 'master' of github.com:zevv/duc (c57e906)
@stuartthebruce said: (a6d1a41)
Merge pull request #167 from gsanchietti/master (2f91444)
RPM spec: update to release 1.4.3 (3b7d742)
|
|
Changelog
=========
Merge pull request #167 from gsanchietti/master (2f91444)
RPM spec: update to release 1.4.3 (3b7d742)
Fixed tooltip location in cgi when display is scrolled. Tested on firefox/linux only (40e0bcd)
Fixed indenting of jbd's DRY_RUN handling in index.c (spaces -> tab) (5f5055f)
Added some parenthesis to complex expressions for better readability (a54a941)
Merge pull request #166 from jbd/dryrun (e4998fb)
Add a --dry-run to the index command (62ee112)
Removed 'lint' target from Makefile.am (d8a9683)
Moved conversion from HSV to RGB from all graph backends into common graph.c (77ecaa8)
Fixed possible problem with leveldb backend where put() and get() functions might free random pointers inside leveldb library (a752d6b)
Small refactoring: changed types of DUCRC_TYPE_BOOL variables from 'int' to 'bool' (f8e5d3e)
Merge branch 'master' of github.com:zevv/duc (ce2aedb)
lmdb db maximum map size now depends on the architecture word size. For 32 bit machines we limit to 1GB, for 64 bit machines the max is now 256 Gb (dbd0ca3)
Merge pull request #162 from jbd/master (a01acda)
Update manual.txt (d0ce68b)
Add a compilation note for lmdb backend and redhat users (3ccfc83)
Update manual.txt (015b45d)
If the --progress option is enabled on 'duc index' a new log_callback() handler is installed that cleans the current line to prevent logging and progress output to mess up each others output (6a15dad)
Fixed reading mounted file systems; I broe this when removing one too many strtok() in 495be899016fa15f3cdda6520f1c0e9fb75497d7 (be4c5a2)
Cleaned up some unused variables (495be89)
fixed naive lmdb database handling which caused the database to be opened always in read/write mode, effectively blocking any reads while 'duc index' is run. Closes #160 (87ad909)
Merge pull request #159 from jbd/master (2f21c16)
Minor manual updates (6051045)
Merge branch 'master' of github.com:zevv/duc (a5cad54)
Added kyotocabinet database backend support (3dcf2ab)
Merge pull request #157 from gsanchietti/master (d5d4431)
RPM spec: update to release 1.4.2 (ba17450)
cairo graph label location is now always rounded to nearby integers to allow better font rendering with less fuzz (df6d933)
|
|
Changelog
=========
Fixed tooltip location in cgi when display is scrolled. Tested on firefox/linux only (40e0bcd)
Fixed indenting of jbd's DRY_RUN handling in index.c (spaces -> tab) (5f5055f)
Added some parenthesis to complex expressions for better readability (a54a941)
Merge pull request #166 from jbd/dryrun (e4998fb)
Add a --dry-run to the index command (62ee112)
Removed 'lint' target from Makefile.am (d8a9683)
Moved conversion from HSV to RGB from all graph backends into common graph.c (77ecaa8)
Fixed possible problem with leveldb backend where put() and get() functions might free random pointers inside leveldb library (a752d6b)
Small refactoring: changed types of DUCRC_TYPE_BOOL variables from 'int' to 'bool' (f8e5d3e)
Merge branch 'master' of github.com:zevv/duc (ce2aedb)
lmdb db maximum map size now depends on the architecture word size. For 32 bit machines we limit to 1GB, for 64 bit machines the max is now 256 Gb (dbd0ca3)
Merge pull request #162 from jbd/master (a01acda)
Update manual.txt (d0ce68b)
Add a compilation note for lmdb backend and redhat users (3ccfc83)
Update manual.txt (015b45d)
If the --progress option is enabled on 'duc index' a new log_callback() handler is installed that cleans the current line to prevent logging and progress output to mess up each others output (6a15dad)
Fixed reading mounted file systems; I broe this when removing one too many strtok() in 495be899016fa15f3cdda6520f1c0e9fb75497d7 (be4c5a2)
Cleaned up some unused variables (495be89)
fixed naive lmdb database handling which caused the database to be opened always in read/write mode, effectively blocking any reads while 'duc index' is run. Closes #160 (87ad909)
Merge pull request #159 from jbd/master (2f21c16)
Minor manual updates (6051045)
Merge branch 'master' of github.com:zevv/duc (a5cad54)
Added kyotocabinet database backend support (3dcf2ab)
Merge pull request #157 from gsanchietti/master (d5d4431)
RPM spec: update to release 1.4.2 (ba17450)
cairo graph label location is now always rounded to nearby integers to allow better font rendering with less fuzz (df6d933)
|
|
Changelog
=========
Added some parenthesis to complex expressions for better readability (a54a941)
Merge pull request #166 from jbd/dryrun (e4998fb)
Add a --dry-run to the index command (62ee112)
Removed 'lint' target from Makefile.am (d8a9683)
Moved conversion from HSV to RGB from all graph backends into common graph.c (77ecaa8)
Fixed possible problem with leveldb backend where put() and get() functions might free random pointers inside leveldb library (a752d6b)
Small refactoring: changed types of DUCRC_TYPE_BOOL variables from 'int' to 'bool' (f8e5d3e)
Merge branch 'master' of github.com:zevv/duc (ce2aedb)
lmdb db maximum map size now depends on the architecture word size. For 32 bit machines we limit to 1GB, for 64 bit machines the max is now 256 Gb (dbd0ca3)
Merge pull request #162 from jbd/master (a01acda)
Update manual.txt (d0ce68b)
Add a compilation note for lmdb backend and redhat users (3ccfc83)
Update manual.txt (015b45d)
If the --progress option is enabled on 'duc index' a new log_callback() handler is installed that cleans the current line to prevent logging and progress output to mess up each others output (6a15dad)
Fixed reading mounted file systems; I broe this when removing one too many strtok() in 495be899016fa15f3cdda6520f1c0e9fb75497d7 (be4c5a2)
Cleaned up some unused variables (495be89)
fixed naive lmdb database handling which caused the database to be opened always in read/write mode, effectively blocking any reads while 'duc index' is run. Closes #160 (87ad909)
Merge pull request #159 from jbd/master (2f21c16)
Minor manual updates (6051045)
Merge branch 'master' of github.com:zevv/duc (a5cad54)
Added kyotocabinet database backend support (3dcf2ab)
Merge pull request #157 from gsanchietti/master (d5d4431)
RPM spec: update to release 1.4.2 (ba17450)
cairo graph label location is now always rounded to nearby integers to allow better font rendering with less fuzz (df6d933)
|
|
Changelog
=========
Small refactoring: changed types of DUCRC_TYPE_BOOL variables from 'int' to 'bool' (f8e5d3e)
Merge branch 'master' of github.com:zevv/duc (ce2aedb)
lmdb db maximum map size now depends on the architecture word size. For 32 bit machines we limit to 1GB, for 64 bit machines the max is now 256 Gb (dbd0ca3)
Merge pull request #162 from jbd/master (a01acda)
Update manual.txt (d0ce68b)
Add a compilation note for lmdb backend and redhat users (3ccfc83)
Update manual.txt (015b45d)
If the --progress option is enabled on 'duc index' a new log_callback() handler is installed that cleans the current line to prevent logging and progress output to mess up each others output (6a15dad)
Fixed reading mounted file systems; I broe this when removing one too many strtok() in 495be899016fa15f3cdda6520f1c0e9fb75497d7 (be4c5a2)
Cleaned up some unused variables (495be89)
fixed naive lmdb database handling which caused the database to be opened always in read/write mode, effectively blocking any reads while 'duc index' is run. Closes #160 (87ad909)
Merge pull request #159 from jbd/master (2f21c16)
Minor manual updates (6051045)
Merge branch 'master' of github.com:zevv/duc (a5cad54)
Added kyotocabinet database backend support (3dcf2ab)
Merge pull request #157 from gsanchietti/master (d5d4431)
RPM spec: update to release 1.4.2 (ba17450)
cairo graph label location is now always rounded to nearby integers to allow better font rendering with less fuzz (df6d933)
|
|
Changelog
=========
Merge branch 'master' of github.com:zevv/duc (ce2aedb)
lmdb db maximum map size now depends on the architecture word size. For 32 bit machines we limit to 1GB, for 64 bit machines the max is now 256 Gb (dbd0ca3)
Merge pull request #162 from jbd/master (a01acda)
Update manual.txt (d0ce68b)
Add a compilation note for lmdb backend and redhat users (3ccfc83)
Update manual.txt (015b45d)
If the --progress option is enabled on 'duc index' a new log_callback() handler is installed that cleans the current line to prevent logging and progress output to mess up each others output (6a15dad)
Fixed reading mounted file systems; I broe this when removing one too many strtok() in 495be899016fa15f3cdda6520f1c0e9fb75497d7 (be4c5a2)
Cleaned up some unused variables (495be89)
fixed naive lmdb database handling which caused the database to be opened always in read/write mode, effectively blocking any reads while 'duc index' is run. Closes #160 (87ad909)
Merge pull request #159 from jbd/master (2f21c16)
Minor manual updates (6051045)
Merge branch 'master' of github.com:zevv/duc (a5cad54)
Added kyotocabinet database backend support (3dcf2ab)
Merge pull request #157 from gsanchietti/master (d5d4431)
RPM spec: update to release 1.4.2 (ba17450)
cairo graph label location is now always rounded to nearby integers to allow better font rendering with less fuzz (df6d933)
|
|
Changelog
=========
Merge pull request #159 from jbd/master (2f21c16)
Minor manual updates (6051045)
Merge branch 'master' of github.com:zevv/duc (a5cad54)
Added kyotocabinet database backend support (3dcf2ab)
Merge pull request #157 from gsanchietti/master (d5d4431)
RPM spec: update to release 1.4.2 (ba17450)
cairo graph label location is now always rounded to nearby integers to allow better font rendering with less fuzz (df6d933)
|
|
Changelog
=========
Merge branch 'master' of github.com:zevv/duc (a5cad54)
Added kyotocabinet database backend support (3dcf2ab)
Merge pull request #157 from gsanchietti/master (d5d4431)
RPM spec: update to release 1.4.2 (ba17450)
cairo graph label location is now always rounded to nearby integers to allow better font rendering with less fuzz (df6d933)
|
|
Changelog
=========
Merge pull request #157 from gsanchietti/master (d5d4431)
RPM spec: update to release 1.4.2 (ba17450)
|
|
Changelog
=========
|
|
Changelog
=========
Added header and footer options to duc cgi; Not merged John's code but implemented a stripped down simpler method (sorry for that) (3c1bd9e)
Merge branch 'master' of github.com:zevv/duc (7d2c548)
Updated changelog (b339fb9)
Update TODO.md (936788a)
Added README.md; a list with nice-to-haves to implement one day (c5c3f1a)
Added -n/--name-sort option to 'duc ui' and 'duc ls'. Closes #144 (3a1d20e)
Merge pull request #150 from bsfc1685/bsfcmods (cf46b52)
Prevent final output of progress_cb() from being overwritten with the prompt (009f2fc)
Merge branch 'master' of https://github.com/zevv/duc (7d17b9a)
Refactoring of serializing of common objects in buffer.c (e046066)
Small cleanups in buffer.c (f68acec)
Documentation update (b71a08f)
Added support for lmdb database backend (0d35ba0)
Updated Changelog (00971cf)
- update the manual to all about how to build from git clone ... (fb986e8)
fix seg fault by checking e before e->type (79a1004)
fixed bug report #135 where index time not reported properly. (b4f02be)
Merge branch 'master' of https://github.com/zevv/duc (709b12d)
Also try to read config from ~/.config/duc/ducrc; this conforms to the freedesktop standard and should be used instead of ~/.ducrc (9a6a12e)
Only accept left button clicks in html graph browsing; this allows he right mouse context menu to work (109b3b8)
Updated docs (7654234)
Added --full-path option to 'duc ls'; this causes duc to print the full path name of each entry in a recursive view instead of printing a graphical tree (b8b9d5f)
Added 'duc' binary to .gitignore (19bf8e7)
Added 'classic' palette which restores a bit of the old Philesight look. Also fixed line stroking for HTML drawing backend (b0a7780)
Merge branch 'master' of https://github.com/zevv/duc (2aa92ed)
- added in examples/duc.css showing all CSS options supported - updated docs to refer to this file. (6844ca3)
Merge branch 'master' of github.com:zevv/duc (e991e0c)
Updated INSTALL file with note about TC incompatibility between debian and other os's (33fe36e)
Merge pull request #146 from jwilk/spelling (7b3d826)
Fix typos (df1b884)
Merge pull request #140 from jmtd/patch-2 (5e67f95)
Merge pull request #141 from jmtd/patch-3 (9c84836)
Merge pull request #139 from jmtd/patch-1 (ba66b6f)
Update duc.1.html (ec6a09a)
Update duc.1 (598ac03)
Update duc.md (3728c77)
Merge branch 'master' of https://github.com/zevv/duc (6033c71)
Merge branch 'master' of github.com:zevv/duc (be054b2)
Split dir and file count in ui status bar; added '0' and '$' keys for home/end in ui (64950c4)
Added home/end keys in ui (5821d2d)
Merge pull request #137 from jlazic/master (bee667b)
Change configure option --disable-graph to --disable-cairo (bf9526c)
Updated changelog (244fa54)
Changed PATH_MAX to DUC_PATH_MAX to fix building on GNU/Hurd (2296d43)
Merge pull request #134 from NP-Hardass/master (dd4df19)
gentoo: Overhaul and bump to 1.4.1. Includes live ebuild. (0e68e12)
Updated changelog (8e81cc6)
Fixed alignment of CGI labels (893be07)
Fixed alignment of CGI labels (f657011)
Fixed printing of multiline labels in CGI graph (f5ddc24)
Merge pull request #132 from baierjan/patch-1 (aaf4ef8)
Log full path names when skipping items during scan (256abc6)
Updated changelog (38752de)
Revert "graph-cairo backend optimization" (37a389c)
Revert "- hacks to get duc compiling on RHEL 5.x systems, since autoreconf" (e8d7df6)
Merge branch 'master' of https://github.com/zevv/duc (c92bb96)
Update cmd-cgi.c (dd652c0)
- hacks to get duc compiling on RHEL 5.x systems, since autoreconf fails. (f06c6dc)
|
|
Changelog
=========
Update TODO.md (936788a)
Added README.md; a list with nice-to-haves to implement one day (c5c3f1a)
Added -n/--name-sort option to 'duc ui' and 'duc ls'. Closes #144 (3a1d20e)
Merge pull request #150 from bsfc1685/bsfcmods (cf46b52)
Prevent final output of progress_cb() from being overwritten with the prompt (009f2fc)
Merge branch 'master' of https://github.com/zevv/duc (7d17b9a)
Refactoring of serializing of common objects in buffer.c (e046066)
Small cleanups in buffer.c (f68acec)
Documentation update (b71a08f)
Added support for lmdb database backend (0d35ba0)
Updated Changelog (00971cf)
- update the manual to all about how to build from git clone ... (fb986e8)
fix seg fault by checking e before e->type (79a1004)
fixed bug report #135 where index time not reported properly. (b4f02be)
Merge branch 'master' of https://github.com/zevv/duc (709b12d)
Also try to read config from ~/.config/duc/ducrc; this conforms to the freedesktop standard and should be used instead of ~/.ducrc (9a6a12e)
Only accept left button clicks in html graph browsing; this allows he right mouse context menu to work (109b3b8)
Updated docs (7654234)
Added --full-path option to 'duc ls'; this causes duc to print the full path name of each entry in a recursive view instead of printing a graphical tree (b8b9d5f)
Added 'duc' binary to .gitignore (19bf8e7)
Added 'classic' palette which restores a bit of the old Philesight look. Also fixed line stroking for HTML drawing backend (b0a7780)
Merge branch 'master' of https://github.com/zevv/duc (2aa92ed)
- added in examples/duc.css showing all CSS options supported - updated docs to refer to this file. (6844ca3)
Merge branch 'master' of github.com:zevv/duc (e991e0c)
Updated INSTALL file with note about TC incompatibility between debian and other os's (33fe36e)
Merge pull request #146 from jwilk/spelling (7b3d826)
Fix typos (df1b884)
Merge pull request #140 from jmtd/patch-2 (5e67f95)
Merge pull request #141 from jmtd/patch-3 (9c84836)
Merge pull request #139 from jmtd/patch-1 (ba66b6f)
Update duc.1.html (ec6a09a)
Update duc.1 (598ac03)
Update duc.md (3728c77)
Merge branch 'master' of https://github.com/zevv/duc (6033c71)
Merge branch 'master' of github.com:zevv/duc (be054b2)
Split dir and file count in ui status bar; added '0' and '$' keys for home/end in ui (64950c4)
Added home/end keys in ui (5821d2d)
Merge pull request #137 from jlazic/master (bee667b)
Change configure option --disable-graph to --disable-cairo (bf9526c)
Updated changelog (244fa54)
Changed PATH_MAX to DUC_PATH_MAX to fix building on GNU/Hurd (2296d43)
Merge pull request #134 from NP-Hardass/master (dd4df19)
gentoo: Overhaul and bump to 1.4.1. Includes live ebuild. (0e68e12)
Updated changelog (8e81cc6)
Fixed alignment of CGI labels (893be07)
Fixed alignment of CGI labels (f657011)
Fixed printing of multiline labels in CGI graph (f5ddc24)
Merge pull request #132 from baierjan/patch-1 (aaf4ef8)
Log full path names when skipping items during scan (256abc6)
Updated changelog (38752de)
Revert "graph-cairo backend optimization" (37a389c)
Revert "- hacks to get duc compiling on RHEL 5.x systems, since autoreconf" (e8d7df6)
Merge branch 'master' of https://github.com/zevv/duc (c92bb96)
Update cmd-cgi.c (dd652c0)
- hacks to get duc compiling on RHEL 5.x systems, since autoreconf fails. (f06c6dc)
|
|
Changelog
=========
Merge pull request #150 from bsfc1685/bsfcmods (cf46b52)
Prevent final output of progress_cb() from being overwritten with the prompt (009f2fc)
Merge branch 'master' of https://github.com/zevv/duc (7d17b9a)
Refactoring of serializing of common objects in buffer.c (e046066)
Small cleanups in buffer.c (f68acec)
Documentation update (b71a08f)
Added support for lmdb database backend (0d35ba0)
Updated Changelog (00971cf)
- update the manual to all about how to build from git clone ... (fb986e8)
fix seg fault by checking e before e->type (79a1004)
fixed bug report #135 where index time not reported properly. (b4f02be)
Merge branch 'master' of https://github.com/zevv/duc (709b12d)
Also try to read config from ~/.config/duc/ducrc; this conforms to the freedesktop standard and should be used instead of ~/.ducrc (9a6a12e)
Only accept left button clicks in html graph browsing; this allows he right mouse context menu to work (109b3b8)
Updated docs (7654234)
Added --full-path option to 'duc ls'; this causes duc to print the full path name of each entry in a recursive view instead of printing a graphical tree (b8b9d5f)
Added 'duc' binary to .gitignore (19bf8e7)
Added 'classic' palette which restores a bit of the old Philesight look. Also fixed line stroking for HTML drawing backend (b0a7780)
Merge branch 'master' of https://github.com/zevv/duc (2aa92ed)
- added in examples/duc.css showing all CSS options supported - updated docs to refer to this file. (6844ca3)
Merge branch 'master' of github.com:zevv/duc (e991e0c)
Updated INSTALL file with note about TC incompatibility between debian and other os's (33fe36e)
Merge pull request #146 from jwilk/spelling (7b3d826)
Fix typos (df1b884)
Merge pull request #140 from jmtd/patch-2 (5e67f95)
Merge pull request #141 from jmtd/patch-3 (9c84836)
Merge pull request #139 from jmtd/patch-1 (ba66b6f)
Update duc.1.html (ec6a09a)
Update duc.1 (598ac03)
Update duc.md (3728c77)
Merge branch 'master' of https://github.com/zevv/duc (6033c71)
Merge branch 'master' of github.com:zevv/duc (be054b2)
Split dir and file count in ui status bar; added '0' and '$' keys for home/end in ui (64950c4)
Added home/end keys in ui (5821d2d)
Merge pull request #137 from jlazic/master (bee667b)
Change configure option --disable-graph to --disable-cairo (bf9526c)
Updated changelog (244fa54)
Changed PATH_MAX to DUC_PATH_MAX to fix building on GNU/Hurd (2296d43)
Merge pull request #134 from NP-Hardass/master (dd4df19)
gentoo: Overhaul and bump to 1.4.1. Includes live ebuild. (0e68e12)
Updated changelog (8e81cc6)
Fixed alignment of CGI labels (893be07)
Fixed alignment of CGI labels (f657011)
Fixed printing of multiline labels in CGI graph (f5ddc24)
Merge pull request #132 from baierjan/patch-1 (aaf4ef8)
Log full path names when skipping items during scan (256abc6)
Updated changelog (38752de)
Revert "graph-cairo backend optimization" (37a389c)
Revert "- hacks to get duc compiling on RHEL 5.x systems, since autoreconf" (e8d7df6)
Merge branch 'master' of https://github.com/zevv/duc (c92bb96)
Update cmd-cgi.c (dd652c0)
- hacks to get duc compiling on RHEL 5.x systems, since autoreconf fails. (f06c6dc)
|
|
Changelog
=========
Merge branch 'master' of https://github.com/zevv/duc (7d17b9a)
Refactoring of serializing of common objects in buffer.c (e046066)
Small cleanups in buffer.c (f68acec)
Documentation update (b71a08f)
Added support for lmdb database backend (0d35ba0)
Updated Changelog (00971cf)
- update the manual to all about how to build from git clone ... (fb986e8)
fix seg fault by checking e before e->type (79a1004)
fixed bug report #135 where index time not reported properly. (b4f02be)
Merge branch 'master' of https://github.com/zevv/duc (709b12d)
Also try to read config from ~/.config/duc/ducrc; this conforms to the freedesktop standard and should be used instead of ~/.ducrc (9a6a12e)
Only accept left button clicks in html graph browsing; this allows he right mouse context menu to work (109b3b8)
Updated docs (7654234)
Added --full-path option to 'duc ls'; this causes duc to print the full path name of each entry in a recursive view instead of printing a graphical tree (b8b9d5f)
Added 'duc' binary to .gitignore (19bf8e7)
Added 'classic' palette which restores a bit of the old Philesight look. Also fixed line stroking for HTML drawing backend (b0a7780)
Merge branch 'master' of https://github.com/zevv/duc (2aa92ed)
- added in examples/duc.css showing all CSS options supported - updated docs to refer to this file. (6844ca3)
Merge branch 'master' of github.com:zevv/duc (e991e0c)
Updated INSTALL file with note about TC incompatibility between debian and other os's (33fe36e)
Merge pull request #146 from jwilk/spelling (7b3d826)
Fix typos (df1b884)
Merge pull request #140 from jmtd/patch-2 (5e67f95)
Merge pull request #141 from jmtd/patch-3 (9c84836)
Merge pull request #139 from jmtd/patch-1 (ba66b6f)
Update duc.1.html (ec6a09a)
Update duc.1 (598ac03)
Update duc.md (3728c77)
Merge branch 'master' of https://github.com/zevv/duc (6033c71)
Merge branch 'master' of github.com:zevv/duc (be054b2)
Split dir and file count in ui status bar; added '0' and '$' keys for home/end in ui (64950c4)
Added home/end keys in ui (5821d2d)
Merge pull request #137 from jlazic/master (bee667b)
Change configure option --disable-graph to --disable-cairo (bf9526c)
Updated changelog (244fa54)
Changed PATH_MAX to DUC_PATH_MAX to fix building on GNU/Hurd (2296d43)
Merge pull request #134 from NP-Hardass/master (dd4df19)
gentoo: Overhaul and bump to 1.4.1. Includes live ebuild. (0e68e12)
Updated changelog (8e81cc6)
Fixed alignment of CGI labels (893be07)
Fixed alignment of CGI labels (f657011)
Fixed printing of multiline labels in CGI graph (f5ddc24)
Merge pull request #132 from baierjan/patch-1 (aaf4ef8)
Log full path names when skipping items during scan (256abc6)
Updated changelog (38752de)
Revert "graph-cairo backend optimization" (37a389c)
Revert "- hacks to get duc compiling on RHEL 5.x systems, since autoreconf" (e8d7df6)
Merge branch 'master' of https://github.com/zevv/duc (c92bb96)
Update cmd-cgi.c (dd652c0)
- hacks to get duc compiling on RHEL 5.x systems, since autoreconf fails. (f06c6dc)
|
|
Changelog
=========
Refactoring of serializing of common objects in buffer.c (e046066)
Small cleanups in buffer.c (f68acec)
Documentation update (b71a08f)
Added support for lmdb database backend (0d35ba0)
Updated Changelog (00971cf)
- update the manual to all about how to build from git clone ... (fb986e8)
fix seg fault by checking e before e->type (79a1004)
fixed bug report #135 where index time not reported properly. (b4f02be)
Merge branch 'master' of https://github.com/zevv/duc (709b12d)
Also try to read config from ~/.config/duc/ducrc; this conforms to the freedesktop standard and should be used instead of ~/.ducrc (9a6a12e)
Only accept left button clicks in html graph browsing; this allows he right mouse context menu to work (109b3b8)
Updated docs (7654234)
Added --full-path option to 'duc ls'; this causes duc to print the full path name of each entry in a recursive view instead of printing a graphical tree (b8b9d5f)
Added 'duc' binary to .gitignore (19bf8e7)
Added 'classic' palette which restores a bit of the old Philesight look. Also fixed line stroking for HTML drawing backend (b0a7780)
- added in examples/duc.css showing all CSS options supported - updated docs to refer to this file. (6844ca3)
Merge branch 'master' of github.com:zevv/duc (e991e0c)
Updated INSTALL file with note about TC incompatibility between debian and other os's (33fe36e)
Merge pull request #146 from jwilk/spelling (7b3d826)
Fix typos (df1b884)
Merge pull request #140 from jmtd/patch-2 (5e67f95)
Merge pull request #141 from jmtd/patch-3 (9c84836)
Merge pull request #139 from jmtd/patch-1 (ba66b6f)
Update duc.1.html (ec6a09a)
Update duc.1 (598ac03)
Update duc.md (3728c77)
Merge branch 'master' of github.com:zevv/duc (be054b2)
Split dir and file count in ui status bar; added '0' and '$' keys for home/end in ui (64950c4)
Added home/end keys in ui (5821d2d)
Merge pull request #137 from jlazic/master (bee667b)
Change configure option --disable-graph to --disable-cairo (bf9526c)
Updated changelog (244fa54)
Changed PATH_MAX to DUC_PATH_MAX to fix building on GNU/Hurd (2296d43)
Merge pull request #134 from NP-Hardass/master (dd4df19)
gentoo: Overhaul and bump to 1.4.1. Includes live ebuild. (0e68e12)
Updated changelog (8e81cc6)
Fixed alignment of CGI labels (893be07)
Fixed alignment of CGI labels (f657011)
Fixed printing of multiline labels in CGI graph (f5ddc24)
Merge pull request #132 from baierjan/patch-1 (aaf4ef8)
Log full path names when skipping items during scan (256abc6)
Updated changelog (38752de)
Update cmd-cgi.c (dd652c0)
|
|
Changelog
=========
Added support for lmdb database backend (0d35ba0)
Updated Changelog (00971cf)
- update the manual to all about how to build from git clone ... (fb986e8)
fix seg fault by checking e before e->type (79a1004)
fixed bug report #135 where index time not reported properly. (b4f02be)
Merge branch 'master' of https://github.com/zevv/duc (709b12d)
Also try to read config from ~/.config/duc/ducrc; this conforms to the freedesktop standard and should be used instead of ~/.ducrc (9a6a12e)
Only accept left button clicks in html graph browsing; this allows he right mouse context menu to work (109b3b8)
Updated docs (7654234)
Added --full-path option to 'duc ls'; this causes duc to print the full path name of each entry in a recursive view instead of printing a graphical tree (b8b9d5f)
Added 'duc' binary to .gitignore (19bf8e7)
Added 'classic' palette which restores a bit of the old Philesight look. Also fixed line stroking for HTML drawing backend (b0a7780)
- added in examples/duc.css showing all CSS options supported - updated docs to refer to this file. (6844ca3)
Merge branch 'master' of github.com:zevv/duc (e991e0c)
Updated INSTALL file with note about TC incompatibility between debian and other os's (33fe36e)
Merge pull request #146 from jwilk/spelling (7b3d826)
Fix typos (df1b884)
Merge pull request #140 from jmtd/patch-2 (5e67f95)
Merge pull request #141 from jmtd/patch-3 (9c84836)
Merge pull request #139 from jmtd/patch-1 (ba66b6f)
Update duc.1.html (ec6a09a)
Update duc.1 (598ac03)
Update duc.md (3728c77)
Merge branch 'master' of github.com:zevv/duc (be054b2)
Split dir and file count in ui status bar; added '0' and '$' keys for home/end in ui (64950c4)
Added home/end keys in ui (5821d2d)
Merge pull request #137 from jlazic/master (bee667b)
Change configure option --disable-graph to --disable-cairo (bf9526c)
Updated changelog (244fa54)
Changed PATH_MAX to DUC_PATH_MAX to fix building on GNU/Hurd (2296d43)
Merge pull request #134 from NP-Hardass/master (dd4df19)
gentoo: Overhaul and bump to 1.4.1. Includes live ebuild. (0e68e12)
Updated changelog (8e81cc6)
Fixed alignment of CGI labels (893be07)
Fixed alignment of CGI labels (f657011)
Fixed printing of multiline labels in CGI graph (f5ddc24)
Merge pull request #132 from baierjan/patch-1 (aaf4ef8)
Log full path names when skipping items during scan (256abc6)
Updated changelog (38752de)
Update cmd-cgi.c (dd652c0)
|
|
Changelog
=========
- update the manual to all about how to build from git clone ... (fb986e8)
fix seg fault by checking e before e->type (79a1004)
fixed bug report #135 where index time not reported properly. (b4f02be)
Merge branch 'master' of https://github.com/zevv/duc (709b12d)
Also try to read config from ~/.config/duc/ducrc; this conforms to the freedesktop standard and should be used instead of ~/.ducrc (9a6a12e)
Only accept left button clicks in html graph browsing; this allows he right mouse context menu to work (109b3b8)
Updated docs (7654234)
Added --full-path option to 'duc ls'; this causes duc to print the full path name of each entry in a recursive view instead of printing a graphical tree (b8b9d5f)
Added 'duc' binary to .gitignore (19bf8e7)
Added 'classic' palette which restores a bit of the old Philesight look. Also fixed line stroking for HTML drawing backend (b0a7780)
- added in examples/duc.css showing all CSS options supported - updated docs to refer to this file. (6844ca3)
Merge branch 'master' of github.com:zevv/duc (e991e0c)
Updated INSTALL file with note about TC incompatibility between debian and other os's (33fe36e)
Merge pull request #146 from jwilk/spelling (7b3d826)
Fix typos (df1b884)
Merge pull request #140 from jmtd/patch-2 (5e67f95)
Merge pull request #141 from jmtd/patch-3 (9c84836)
Merge pull request #139 from jmtd/patch-1 (ba66b6f)
Update duc.1.html (ec6a09a)
Update duc.1 (598ac03)
Update duc.md (3728c77)
Merge branch 'master' of github.com:zevv/duc (be054b2)
Split dir and file count in ui status bar; added '0' and '$' keys for home/end in ui (64950c4)
Added home/end keys in ui (5821d2d)
Merge pull request #137 from jlazic/master (bee667b)
Change configure option --disable-graph to --disable-cairo (bf9526c)
Updated changelog (244fa54)
Changed PATH_MAX to DUC_PATH_MAX to fix building on GNU/Hurd (2296d43)
Merge pull request #134 from NP-Hardass/master (dd4df19)
gentoo: Overhaul and bump to 1.4.1. Includes live ebuild. (0e68e12)
Updated changelog (8e81cc6)
Fixed alignment of CGI labels (893be07)
Fixed alignment of CGI labels (f657011)
Fixed printing of multiline labels in CGI graph (f5ddc24)
Merge pull request #132 from baierjan/patch-1 (aaf4ef8)
Log full path names when skipping items during scan (256abc6)
Updated changelog (38752de)
Update cmd-cgi.c (dd652c0)
|
|
Changelog
=========
Added --full-path option to 'duc ls'; this causes duc to print the full path name of each entry in a recursive view instead of printing a graphical tree (b8b9d5f)
Added 'duc' binary to .gitignore (19bf8e7)
Added 'classic' palette which restores a bit of the old Philesight look. Also fixed line stroking for HTML drawing backend (b0a7780)
Merge branch 'master' of github.com:zevv/duc (e991e0c)
Updated INSTALL file with note about TC incompatibility between debian and other os's (33fe36e)
Merge pull request #146 from jwilk/spelling (7b3d826)
Fix typos (df1b884)
Merge pull request #140 from jmtd/patch-2 (5e67f95)
Merge pull request #141 from jmtd/patch-3 (9c84836)
Merge pull request #139 from jmtd/patch-1 (ba66b6f)
Update duc.1.html (ec6a09a)
Update duc.1 (598ac03)
Update duc.md (3728c77)
Merge branch 'master' of github.com:zevv/duc (be054b2)
Split dir and file count in ui status bar; added '0' and '$' keys for home/end in ui (64950c4)
Added home/end keys in ui (5821d2d)
Merge pull request #137 from jlazic/master (bee667b)
Change configure option --disable-graph to --disable-cairo (bf9526c)
Updated changelog (244fa54)
Changed PATH_MAX to DUC_PATH_MAX to fix building on GNU/Hurd (2296d43)
Merge pull request #134 from NP-Hardass/master (dd4df19)
gentoo: Overhaul and bump to 1.4.1. Includes live ebuild. (0e68e12)
Updated changelog (8e81cc6)
Fixed alignment of CGI labels (893be07)
Fixed alignment of CGI labels (f657011)
Fixed printing of multiline labels in CGI graph (f5ddc24)
Merge pull request #132 from baierjan/patch-1 (aaf4ef8)
Log full path names when skipping items during scan (256abc6)
Updated changelog (38752de)
Update cmd-cgi.c (dd652c0)
|
|
Changelog
=========
Added 'classic' palette which restores a bit of the old Philesight look. Also fixed line stroking for HTML drawing backend (b0a7780)
Merge branch 'master' of github.com:zevv/duc (e991e0c)
Updated INSTALL file with note about TC incompatibility between debian and other os's (33fe36e)
Merge pull request #146 from jwilk/spelling (7b3d826)
Fix typos (df1b884)
Merge pull request #140 from jmtd/patch-2 (5e67f95)
Merge pull request #141 from jmtd/patch-3 (9c84836)
Merge pull request #139 from jmtd/patch-1 (ba66b6f)
Update duc.1.html (ec6a09a)
Update duc.1 (598ac03)
Update duc.md (3728c77)
Merge branch 'master' of github.com:zevv/duc (be054b2)
Split dir and file count in ui status bar; added '0' and '$' keys for home/end in ui (64950c4)
Added home/end keys in ui (5821d2d)
Merge pull request #137 from jlazic/master (bee667b)
Change configure option --disable-graph to --disable-cairo (bf9526c)
Updated changelog (244fa54)
Changed PATH_MAX to DUC_PATH_MAX to fix building on GNU/Hurd (2296d43)
Merge pull request #134 from NP-Hardass/master (dd4df19)
gentoo: Overhaul and bump to 1.4.1. Includes live ebuild. (0e68e12)
Updated changelog (8e81cc6)
Fixed alignment of CGI labels (893be07)
Fixed alignment of CGI labels (f657011)
Fixed printing of multiline labels in CGI graph (f5ddc24)
Merge pull request #132 from baierjan/patch-1 (aaf4ef8)
Log full path names when skipping items during scan (256abc6)
Updated changelog (38752de)
Update cmd-cgi.c (dd652c0)
|
|
Changelog
=========
Merge branch 'master' of github.com:zevv/duc (e991e0c)
Updated INSTALL file with note about TC incompatibility between debian and other os's (33fe36e)
Merge pull request #146 from jwilk/spelling (7b3d826)
Fix typos (df1b884)
Merge pull request #140 from jmtd/patch-2 (5e67f95)
Merge pull request #141 from jmtd/patch-3 (9c84836)
Merge pull request #139 from jmtd/patch-1 (ba66b6f)
Update duc.1.html (ec6a09a)
Update duc.1 (598ac03)
Update duc.md (3728c77)
Merge branch 'master' of github.com:zevv/duc (be054b2)
Split dir and file count in ui status bar; added '0' and '$' keys for home/end in ui (64950c4)
Added home/end keys in ui (5821d2d)
Merge pull request #137 from jlazic/master (bee667b)
Change configure option --disable-graph to --disable-cairo (bf9526c)
Updated changelog (244fa54)
Changed PATH_MAX to DUC_PATH_MAX to fix building on GNU/Hurd (2296d43)
Merge pull request #134 from NP-Hardass/master (dd4df19)
gentoo: Overhaul and bump to 1.4.1. Includes live ebuild. (0e68e12)
Updated changelog (8e81cc6)
Fixed alignment of CGI labels (893be07)
Fixed alignment of CGI labels (f657011)
Fixed printing of multiline labels in CGI graph (f5ddc24)
Merge pull request #132 from baierjan/patch-1 (aaf4ef8)
Log full path names when skipping items during scan (256abc6)
Updated changelog (38752de)
Update cmd-cgi.c (dd652c0)
|
|
Changelog
=========
Merge pull request #146 from jwilk/spelling (7b3d826)
Fix typos (df1b884)
Merge pull request #140 from jmtd/patch-2 (5e67f95)
Merge pull request #141 from jmtd/patch-3 (9c84836)
Merge pull request #139 from jmtd/patch-1 (ba66b6f)
Update duc.1.html (ec6a09a)
Update duc.1 (598ac03)
Update duc.md (3728c77)
Merge branch 'master' of github.com:zevv/duc (be054b2)
Split dir and file count in ui status bar; added '0' and '$' keys for home/end in ui (64950c4)
Added home/end keys in ui (5821d2d)
Merge pull request #137 from jlazic/master (bee667b)
Change configure option --disable-graph to --disable-cairo (bf9526c)
Updated changelog (244fa54)
Changed PATH_MAX to DUC_PATH_MAX to fix building on GNU/Hurd (2296d43)
Merge pull request #134 from NP-Hardass/master (dd4df19)
gentoo: Overhaul and bump to 1.4.1. Includes live ebuild. (0e68e12)
Updated changelog (8e81cc6)
Fixed alignment of CGI labels (893be07)
Fixed alignment of CGI labels (f657011)
Fixed printing of multiline labels in CGI graph (f5ddc24)
Merge pull request #132 from baierjan/patch-1 (aaf4ef8)
Log full path names when skipping items during scan (256abc6)
Updated changelog (38752de)
Update cmd-cgi.c (dd652c0)
|
|
Changelog
=========
Merge pull request #140 from jmtd/patch-2 (5e67f95)
Merge pull request #141 from jmtd/patch-3 (9c84836)
Merge pull request #139 from jmtd/patch-1 (ba66b6f)
Update duc.1.html (ec6a09a)
Update duc.1 (598ac03)
Update duc.md (3728c77)
Merge branch 'master' of github.com:zevv/duc (be054b2)
Split dir and file count in ui status bar; added '0' and '$' keys for home/end in ui (64950c4)
Added home/end keys in ui (5821d2d)
Merge pull request #137 from jlazic/master (bee667b)
Change configure option --disable-graph to --disable-cairo (bf9526c)
Updated changelog (244fa54)
Changed PATH_MAX to DUC_PATH_MAX to fix building on GNU/Hurd (2296d43)
Merge pull request #134 from NP-Hardass/master (dd4df19)
gentoo: Overhaul and bump to 1.4.1. Includes live ebuild. (0e68e12)
Updated changelog (8e81cc6)
Fixed alignment of CGI labels (893be07)
Fixed alignment of CGI labels (f657011)
Fixed printing of multiline labels in CGI graph (f5ddc24)
Merge pull request #132 from baierjan/patch-1 (aaf4ef8)
Log full path names when skipping items during scan (256abc6)
Updated changelog (38752de)
Update cmd-cgi.c (dd652c0)
|
|
Changelog
=========
Merge branch 'master' of github.com:zevv/duc (be054b2)
Split dir and file count in ui status bar; added '0' and '$' keys for home/end in ui (64950c4)
Added home/end keys in ui (5821d2d)
Merge pull request #137 from jlazic/master (bee667b)
Change configure option --disable-graph to --disable-cairo (bf9526c)
Updated changelog (244fa54)
Changed PATH_MAX to DUC_PATH_MAX to fix building on GNU/Hurd (2296d43)
Merge pull request #134 from NP-Hardass/master (dd4df19)
gentoo: Overhaul and bump to 1.4.1. Includes live ebuild. (0e68e12)
Updated changelog (8e81cc6)
Fixed alignment of CGI labels (893be07)
Fixed alignment of CGI labels (f657011)
Fixed printing of multiline labels in CGI graph (f5ddc24)
Merge pull request #132 from baierjan/patch-1 (aaf4ef8)
Log full path names when skipping items during scan (256abc6)
Updated changelog (38752de)
Update cmd-cgi.c (dd652c0)
|
|
Changelog
=========
Merge pull request #137 from jlazic/master (bee667b)
Change configure option --disable-graph to --disable-cairo (bf9526c)
Updated changelog (244fa54)
Changed PATH_MAX to DUC_PATH_MAX to fix building on GNU/Hurd (2296d43)
Merge pull request #134 from NP-Hardass/master (dd4df19)
gentoo: Overhaul and bump to 1.4.1. Includes live ebuild. (0e68e12)
Updated changelog (8e81cc6)
Fixed alignment of CGI labels (893be07)
Fixed alignment of CGI labels (f657011)
Fixed printing of multiline labels in CGI graph (f5ddc24)
Merge pull request #132 from baierjan/patch-1 (aaf4ef8)
Log full path names when skipping items during scan (256abc6)
Updated changelog (38752de)
Update cmd-cgi.c (dd652c0)
|
|
Changelog
=========
Updated changelog (244fa54)
Changed PATH_MAX to DUC_PATH_MAX to fix building on GNU/Hurd (2296d43)
Merge pull request #134 from NP-Hardass/master (dd4df19)
gentoo: Overhaul and bump to 1.4.1. Includes live ebuild. (0e68e12)
Updated changelog (8e81cc6)
Fixed alignment of CGI labels (893be07)
Fixed alignment of CGI labels (f657011)
Fixed printing of multiline labels in CGI graph (f5ddc24)
Merge pull request #132 from baierjan/patch-1 (aaf4ef8)
Log full path names when skipping items during scan (256abc6)
Updated changelog (38752de)
Update cmd-cgi.c (dd652c0)
|
|
Changelog
=========
Merge pull request #134 from NP-Hardass/master (dd4df19)
gentoo: Overhaul and bump to 1.4.1. Includes live ebuild. (0e68e12)
Updated changelog (8e81cc6)
Fixed alignment of CGI labels (893be07)
Fixed alignment of CGI labels (f657011)
Fixed printing of multiline labels in CGI graph (f5ddc24)
Merge pull request #132 from baierjan/patch-1 (aaf4ef8)
Log full path names when skipping items during scan (256abc6)
Updated changelog (38752de)
Update cmd-cgi.c (dd652c0)
|
|
Changelog
=========
Updated changelog (8e81cc6)
Fixed alignment of CGI labels (893be07)
Fixed alignment of CGI labels (f657011)
Fixed printing of multiline labels in CGI graph (f5ddc24)
Merge pull request #132 from baierjan/patch-1 (aaf4ef8)
Log full path names when skipping items during scan (256abc6)
Updated changelog (38752de)
Update cmd-cgi.c (dd652c0)
|
|
Changelog
=========
Log full path names when skipping items during scan (256abc6)
Updated changelog (38752de)
|
|
Changelog
=========
graph-cairo backend optimization (b18593e)
Print leveldb error text to stderr if leveldb_open() fails (9d1de3e)
Removed debugging print (461107a)
Removed debugging printf (02a35cc)
Added --fs-exclude and --fs-include options to 'duc index' (0de86d8)
whitespace cleanups (9ab51c4)
cleanup graph-html (9603edd)
Disabled gradients in graph by default. This option is now confugrable using the --gradient option or 'g' key in gui (fcdbd1e)
changelog update (e138006)
Fixed faulty CGI decoding (7da6e5d)
Always show size in cgi index list, not count (6a1a8da)
Show all size types in the graph tooltip, both in gui and cgi, independent of the 'bytes' and 'count' options (f0c7331)
Upated changelog (71400a7)
Fixed CGI handling for directories with a space in the file name. The used to work fine in an earlier version but broke somewhere along the way. One more reason not to write CGI's in C (b707d4f)
Updated changelog (509caf5)
|
|
Changelog
=========
Print leveldb error text to stderr if leveldb_open() fails (9d1de3e)
Removed debugging print (461107a)
Removed debugging printf (02a35cc)
Added --fs-exclude and --fs-include options to 'duc index' (0de86d8)
whitespace cleanups (9ab51c4)
cleanup graph-html (9603edd)
Disabled gradients in graph by default. This option is now confugrable using the --gradient option or 'g' key in gui (fcdbd1e)
changelog update (e138006)
Fixed faulty CGI decoding (7da6e5d)
Always show size in cgi index list, not count (6a1a8da)
Show all size types in the graph tooltip, both in gui and cgi, independent of the 'bytes' and 'count' options (f0c7331)
Upated changelog (71400a7)
Fixed CGI handling for directories with a space in the file name. The used to work fine in an earlier version but broke somewhere along the way. One more reason not to write CGI's in C (b707d4f)
Updated changelog (509caf5)
|
|
Changelog
=========
Removed debugging printf (02a35cc)
Added --fs-exclude and --fs-include options to 'duc index' (0de86d8)
whitespace cleanups (9ab51c4)
cleanup graph-html (9603edd)
Disabled gradients in graph by default. This option is now confugrable using the --gradient option or 'g' key in gui (fcdbd1e)
changelog update (e138006)
Fixed faulty CGI decoding (7da6e5d)
Always show size in cgi index list, not count (6a1a8da)
Show all size types in the graph tooltip, both in gui and cgi, independent of the 'bytes' and 'count' options (f0c7331)
Upated changelog (71400a7)
Fixed CGI handling for directories with a space in the file name. The used to work fine in an earlier version but broke somewhere along the way. One more reason not to write CGI's in C (b707d4f)
Updated changelog (509caf5)
|
|
Changelog
=========
whitespace cleanups (9ab51c4)
cleanup graph-html (9603edd)
Disabled gradients in graph by default. This option is now confugrable using the --gradient option or 'g' key in gui (fcdbd1e)
changelog update (e138006)
Fixed faulty CGI decoding (7da6e5d)
Always show size in cgi index list, not count (6a1a8da)
Show all size types in the graph tooltip, both in gui and cgi, independent of the 'bytes' and 'count' options (f0c7331)
Upated changelog (71400a7)
Fixed CGI handling for directories with a space in the file name. The used to work fine in an earlier version but broke somewhere along the way. One more reason not to write CGI's in C (b707d4f)
Updated changelog (509caf5)
|
|
Changelog
=========
cleanup graph-html (9603edd)
Disabled gradients in graph by default. This option is now confugrable using the --gradient option or 'g' key in gui (fcdbd1e)
changelog update (e138006)
Fixed faulty CGI decoding (7da6e5d)
Always show size in cgi index list, not count (6a1a8da)
Show all size types in the graph tooltip, both in gui and cgi, independent of the 'bytes' and 'count' options (f0c7331)
Upated changelog (71400a7)
Fixed CGI handling for directories with a space in the file name. The used to work fine in an earlier version but broke somewhere along the way. One more reason not to write CGI's in C (b707d4f)
Updated changelog (509caf5)
|
|
Changelog
=========
Upated changelog (71400a7)
Fixed CGI handling for directories with a space in the file name. The used to work fine in an earlier version but broke somewhere along the way. One more reason not to write CGI's in C (b707d4f)
Updated changelog (509caf5)
|