summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2026-01-15chore: cleanup PKGBUILD syntax and formattingIsrael Roldan
2026-01-12chore: Add epoch variableIsrael Roldan
2026-01-12chore: Change licenseIsrael Roldan
2026-01-12chore: Remove epochIsrael Roldan
2026-01-12feat: Add glibc dependencyIsrael Roldan
2026-01-12fix: switch to commit-count versioning and add missing dependsIsrael Roldan
- 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.
2026-01-11feat: Enable ARM architectures support (rel 2)Israel Roldan
2026-01-11Adopted package: updated maintainer to Israel Roldan and fixed pkgverIsrael Roldan
2019-04-10minimal change in pkgver functionhaawda
2019-03-06minor changeshaawda
2017-12-07Updated version (1.4.3.15.gcfd4406 -> 1.4.3.16.g2dd8a4f).AUR Update Bot
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)
2017-07-01Updated version (1.4.3.8.ga1dd81d -> 1.4.3.15.gcfd4406).haawda
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)
2017-05-09Updated version (1.4.3.7.g9f73b98 -> 1.4.3.8.ga1dd81d).haawda
2017-05-08Updated version (1.4.3.6.ge0933ee -> 1.4.3.7.g9f73b98).haawda
2017-01-30Updated version (1.4.3.5.g815424e -> 1.4.3.6.ge0933ee).Stefan Husmann
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)
2017-01-20Updated version (1.4.3.4.gc57e906 -> 1.4.3.5.g815424e).Stefan Husmann
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)
2017-01-08Updated version (1.4.2.28.g2f91444 -> 1.4.3.4.gc57e906).Stefan Husmann
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)
2017-01-02Updated version (1.4.2.26.g40e0bcd -> 1.4.2.28.g2f91444).Stefan Husmann
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)
2017-01-01Updated version (1.4.2.24.ga54a941 -> 1.4.2.26.g40e0bcd).Stefan Husmann
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)
2016-12-30Updated version (1.4.2.18.gf8e5d3e -> 1.4.2.24.ga54a941).Stefan Husmann
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)
2016-12-29Updated version (1.4.2.17.gce2aedb -> 1.4.2.18.gf8e5d3e).Stefan Husmann
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)
2016-12-28Updated version (1.4.2.7.g2f21c16 -> 1.4.2.17.gce2aedb).Stefan Husmann
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)
2016-12-27Updated version (1.4.2.5.ga5cad54 -> 1.4.2.7.g2f21c16).Stefan Husmann
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)
2016-12-16Updated version (1.4.2.2.gd5d4431 -> 1.4.2.5.ga5cad54).AUR Update Bot
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)
2016-12-09Updated version (1.4.2 -> 1.4.2.2.gd5d4431).AUR Update Bot
Changelog ========= Merge pull request #157 from gsanchietti/master (d5d4431) RPM spec: update to release 1.4.2 (ba17450)
2016-11-21Updated version (1.4.1.58.g3c1bd9e -> 1.4.2).AUR Update Bot
Changelog =========
2016-11-09Updated version (1.4.1.55.g936788a -> 1.4.1.58.g3c1bd9e).AUR Update Bot
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)
2016-11-09Updated version (1.4.1.52.gcf46b52 -> 1.4.1.55.g936788a).AUR Update Bot
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)
2016-10-20Updated version (1.4.1.50.g7d17b9a -> 1.4.1.52.gcf46b52).AUR Update Bot
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)
2016-10-19Updated version (1.4.1.43.ge046066 -> 1.4.1.50.g7d17b9a).AUR Update Bot
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)
2016-10-18Updated version (1.4.1.40.g0d35ba0 -> 1.4.1.43.ge046066).AUR Update Bot
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)
2016-10-16Updated version (1.4.1.38.gfb986e8 -> 1.4.1.40.g0d35ba0).AUR Update Bot
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)
2016-10-16Updated version (1.4.1.30.gb8b9d5f -> 1.4.1.38.gfb986e8).AUR Update Bot
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)
2016-10-15Updated version (1.4.1.28.gb0a7780 -> 1.4.1.30.gb8b9d5f).AUR Update Bot
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)
2016-10-14Updated version (1.4.1.27.ge991e0c -> 1.4.1.28.gb0a7780).AUR Update Bot
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)
2016-08-22Updated version (1.4.1.25.g7b3d826 -> 1.4.1.27.ge991e0c).AUR Update Bot
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)
2016-08-16Updated version (1.4.1.23.g5e67f95 -> 1.4.1.25.g7b3d826).AUR Update Bot
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)
2016-06-13Updated version (1.4.1.17.gbe054b2 -> 1.4.1.23.g5e67f95).AUR Update Bot
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)
2016-05-23Updated version (1.4.1.14.gbee667b -> 1.4.1.17.gbe054b2).AUR Update Bot
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)
2016-05-10Updated version (1.4.1.12.g244fa54 -> 1.4.1.14.gbee667b).AUR Update Bot
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)
2016-04-05Updated version (1.4.1.10.gdd4df19 -> 1.4.1.12.g244fa54).AUR Update Bot
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)
2016-03-13Updated version (1.4.1.8.g8e81cc6 -> 1.4.1.10.gdd4df19).AUR Update Bot
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)
2016-03-12Updated version (1.4.1.2.g256abc6 -> 1.4.1.8.g8e81cc6).AUR Update Bot
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)
2016-03-12Updated version (1.4.0.15.gb18593e -> 1.4.1.2.g256abc6).AUR Update Bot
Changelog ========= Log full path names when skipping items during scan (256abc6) Updated changelog (38752de)
2016-03-08Updated version (1.4.0.14.g9d1de3e -> 1.4.0.15.gb18593e).AUR Update Bot
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)
2016-03-07Updated version (1.4.0.12.g02a35cc -> 1.4.0.14.g9d1de3e).AUR Update Bot
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)
2016-03-06Updated version (1.4.0.10.g9ab51c4 -> 1.4.0.12.g02a35cc).AUR Update Bot
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)
2016-03-05Updated version (1.4.0.9.g9603edd -> 1.4.0.10.g9ab51c4).AUR Update Bot
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)
2016-03-05Updated version (1.4.0.3.g71400a7 -> 1.4.0.9.g9603edd).AUR Update Bot
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)
2016-02-24Updated version (1.3.3.49.gb37a8b1 -> 1.4.0.3.g71400a7).AUR Update Bot
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)