summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
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)
2016-02-23Updated version (1.3.3.46.g9b4749a -> 1.3.3.49.gb37a8b1).AUR Update Bot
Changelog ========= added duc_get_size() to convert struct duc_size to off_t depending on given duc_size_type (b37a8b1) Removed --color option from duc ui. Color is now enabled by default, and can be disabled with --no-color. Updated docs (c2cd6da) Added support for showing the number of files i na directory structure. On most tools this is toggled with the 'c' key, or enabled with the --count command line argument. (75afc19) Duc now checks for the CGI environment GATEWAY_INTERFACE to check if it is being called from a CGI script. In the past this was done with the variable QUERY_STRING, but lighttpd does not pass this variable if no arguments are given. Fixes #122 (9b4749a) Added dependency of debian 'libtokyocabinet-dev' package to INSTALL (3191833) Removed osx from .travis.yml (077544e) Added translation for tc TCEOPEN error (de8e621) Increased buffer sizes for 'humanized' sizes and counts from 16 to 32 because digits are missing on +petabyte sizes (8a19c54) Fixed CGI which broke during linting (f5d87c0) Updated redhat spec file, thanks @refrain (5f2eff8) Removed some dead code and unused prototypes/#defines (02fdee5) Removed obsolete Notes file (ef2a86a) fixed graph-cairo build (c4e6779) Fixed build error in graph-cairo.c (adb8b20) Cleanups; made some function parameter const, removed unused #defines (5e00a30) Large number of small fixes for more strict type handling (6e5237c) Some lint-hinted fixes (c20db7b) Updated changelog (d2c3869) removed dead code (fc97156) Added missing utstring.h (602468d) Renamed stripdir() to duc_canonalize_path() (c10cc38) Simplified stripdir() (63de535) properly close sqlite3 db when done (a209af3) Rewrote stripdir to properly handle relative and absolute paths in Unix or Windows format, allowing database indexing an quering on mixed platforms (410b420) Alloc scanner with duc_malloc0() for simpler handling of uninitialized struct members (c60ed92) Skip stripdir() path canonalization for windows, removed debugging printf (179a775) Fake inodes when indexing on win32. Use apparent size for actual size on win32 becuase st_blocks is not available (4bbaaf0) index.c is now back to the old-style opendir()/readdir()/closedir() approach instead of using the less portable fdopendir. This supports indexing on windows, while the performance impact is acceptable (1.5% speed difference in my tests) (92e7e2f) Added missing DUC_DB_FILE (cde8d45) Simplified valgrind suppressions: simply do not complain about any leaks in _dl_init code (a9d1261) Store duc database in %APPDATA% on windows (aa29550) Fixed localtime() for some platforms (9f800f6) Win32 build is now able to list unix-indexed databases (036c9da) Added some stub code to build on mingw; added win32 version of stripdir (54be435) Merge branch 'master' into cached-index3 (d4f6eef) Added glad functions for OpenGL extension loading and initialisation for improved portability (4613c01) Added note to INSTALL file about sharing datbase files between machines of different architectures (83d3754) changed low-level buffer functions to static (b44bdba) Removed unused variable from graph-opengl.c (44d3be9) Also store mtime for directories in database; some refactoring (8c8a5e4) Refactored code so that struct duc_dir is not used to temporary store data during indexing. The indexing code now appends data to the struct buffer on the fly, and writes the records to the database directly. This saves a lot of memory at index time and prevents a lot of malloc()/free() and memcpy()'s. (42a5597) graph-opengl fix for character advance of non-printable characters (0c4689a) Fixed clang warnings about comparing enum's being equal or larger then zero, which is always true (3e0b12d) gui and guigl are now mutually exclusive, guigl has been renamed to gui (faa4fb1) Added mipmapping to enhance opengl font rendering; enable FSAA multisampling for better quality; font alignment fixed for opengl (0e7377f) Merge branch 'master' of github.com:zevv/duc (a18618b) Added flexible font sizes on OpenGL backend; better font quality; properly correct for framebuffer/window scale on font size for high res displays (97c4f45) Set guigl window title to 'Duc' instead of 'Hello world' (a4c26ac) Added font.c to EXTRA_DIST, it is included from graph-opengl.c and needs not be compiled separately (b15315a)
2016-02-11Updated version (1.3.3.45.g3191833 -> 1.3.3.46.g9b4749a).AUR Update Bot
Changelog ========= Duc now checks for the CGI environment GATEWAY_INTERFACE to check if it is being called from a CGI script. In the past this was done with the variable QUERY_STRING, but lighttpd does not pass this variable if no arguments are given. Fixes #122 (9b4749a) Added dependency of debian 'libtokyocabinet-dev' package to INSTALL (3191833) Removed osx from .travis.yml (077544e) Added translation for tc TCEOPEN error (de8e621) Increased buffer sizes for 'humanized' sizes and counts from 16 to 32 because digits are missing on +petabyte sizes (8a19c54) Fixed CGI which broke during linting (f5d87c0) Updated redhat spec file, thanks @refrain (5f2eff8) Removed some dead code and unused prototypes/#defines (02fdee5) Removed obsolete Notes file (ef2a86a) fixed graph-cairo build (c4e6779) Fixed build error in graph-cairo.c (adb8b20) Cleanups; made some function parameter const, removed unused #defines (5e00a30) Large number of small fixes for more strict type handling (6e5237c) Some lint-hinted fixes (c20db7b) Updated changelog (d2c3869) removed dead code (fc97156) Added missing utstring.h (602468d) Renamed stripdir() to duc_canonalize_path() (c10cc38) Simplified stripdir() (63de535) properly close sqlite3 db when done (a209af3) Rewrote stripdir to properly handle relative and absolute paths in Unix or Windows format, allowing database indexing an quering on mixed platforms (410b420) Alloc scanner with duc_malloc0() for simpler handling of uninitialized struct members (c60ed92) Skip stripdir() path canonalization for windows, removed debugging printf (179a775) Fake inodes when indexing on win32. Use apparent size for actual size on win32 becuase st_blocks is not available (4bbaaf0) index.c is now back to the old-style opendir()/readdir()/closedir() approach instead of using the less portable fdopendir. This supports indexing on windows, while the performance impact is acceptable (1.5% speed difference in my tests) (92e7e2f) Added missing DUC_DB_FILE (cde8d45) Simplified valgrind suppressions: simply do not complain about any leaks in _dl_init code (a9d1261) Store duc database in %APPDATA% on windows (aa29550) Fixed localtime() for some platforms (9f800f6) Win32 build is now able to list unix-indexed databases (036c9da) Added some stub code to build on mingw; added win32 version of stripdir (54be435) Merge branch 'master' into cached-index3 (d4f6eef) Added glad functions for OpenGL extension loading and initialisation for improved portability (4613c01) Added note to INSTALL file about sharing datbase files between machines of different architectures (83d3754) changed low-level buffer functions to static (b44bdba) Removed unused variable from graph-opengl.c (44d3be9) Also store mtime for directories in database; some refactoring (8c8a5e4) Refactored code so that struct duc_dir is not used to temporary store data during indexing. The indexing code now appends data to the struct buffer on the fly, and writes the records to the database directly. This saves a lot of memory at index time and prevents a lot of malloc()/free() and memcpy()'s. (42a5597) graph-opengl fix for character advance of non-printable characters (0c4689a) Fixed clang warnings about comparing enum's being equal or larger then zero, which is always true (3e0b12d) gui and guigl are now mutually exclusive, guigl has been renamed to gui (faa4fb1) Added mipmapping to enhance opengl font rendering; enable FSAA multisampling for better quality; font alignment fixed for opengl (0e7377f) Merge branch 'master' of github.com:zevv/duc (a18618b) Added flexible font sizes on OpenGL backend; better font quality; properly correct for framebuffer/window scale on font size for high res displays (97c4f45) Set guigl window title to 'Duc' instead of 'Hello world' (a4c26ac) Added font.c to EXTRA_DIST, it is included from graph-opengl.c and needs not be compiled separately (b15315a)
2015-12-04Updated version (1.3.3.44.g077544e -> 1.3.3.45.g3191833).AUR Update Bot
Changelog ========= Added dependency of debian 'libtokyocabinet-dev' package to INSTALL (3191833) Removed osx from .travis.yml (077544e) Added translation for tc TCEOPEN error (de8e621) Increased buffer sizes for 'humanized' sizes and counts from 16 to 32 because digits are missing on +petabyte sizes (8a19c54) Fixed CGI which broke during linting (f5d87c0) Updated redhat spec file, thanks @refrain (5f2eff8) Removed some dead code and unused prototypes/#defines (02fdee5) Removed obsolete Notes file (ef2a86a) fixed graph-cairo build (c4e6779) Fixed build error in graph-cairo.c (adb8b20) Cleanups; made some function parameter const, removed unused #defines (5e00a30) Large number of small fixes for more strict type handling (6e5237c) Some lint-hinted fixes (c20db7b) Updated changelog (d2c3869) removed dead code (fc97156) Added missing utstring.h (602468d) Renamed stripdir() to duc_canonalize_path() (c10cc38) Simplified stripdir() (63de535) properly close sqlite3 db when done (a209af3) Rewrote stripdir to properly handle relative and absolute paths in Unix or Windows format, allowing database indexing an quering on mixed platforms (410b420) Alloc scanner with duc_malloc0() for simpler handling of uninitialized struct members (c60ed92) Skip stripdir() path canonalization for windows, removed debugging printf (179a775) Fake inodes when indexing on win32. Use apparent size for actual size on win32 becuase st_blocks is not available (4bbaaf0) index.c is now back to the old-style opendir()/readdir()/closedir() approach instead of using the less portable fdopendir. This supports indexing on windows, while the performance impact is acceptable (1.5% speed difference in my tests) (92e7e2f) Added missing DUC_DB_FILE (cde8d45) Simplified valgrind suppressions: simply do not complain about any leaks in _dl_init code (a9d1261) Store duc database in %APPDATA% on windows (aa29550) Fixed localtime() for some platforms (9f800f6) Win32 build is now able to list unix-indexed databases (036c9da) Added some stub code to build on mingw; added win32 version of stripdir (54be435) Merge branch 'master' into cached-index3 (d4f6eef) Added glad functions for OpenGL extension loading and initialisation for improved portability (4613c01) Added note to INSTALL file about sharing datbase files between machines of different architectures (83d3754) changed low-level buffer functions to static (b44bdba) Removed unused variable from graph-opengl.c (44d3be9) Also store mtime for directories in database; some refactoring (8c8a5e4) Refactored code so that struct duc_dir is not used to temporary store data during indexing. The indexing code now appends data to the struct buffer on the fly, and writes the records to the database directly. This saves a lot of memory at index time and prevents a lot of malloc()/free() and memcpy()'s. (42a5597) graph-opengl fix for character advance of non-printable characters (0c4689a) Fixed clang warnings about comparing enum's being equal or larger then zero, which is always true (3e0b12d) gui and guigl are now mutually exclusive, guigl has been renamed to gui (faa4fb1) Added mipmapping to enhance opengl font rendering; enable FSAA multisampling for better quality; font alignment fixed for opengl (0e7377f) Merge branch 'master' of github.com:zevv/duc (a18618b) Added flexible font sizes on OpenGL backend; better font quality; properly correct for framebuffer/window scale on font size for high res displays (97c4f45) Set guigl window title to 'Duc' instead of 'Hello world' (a4c26ac) Added font.c to EXTRA_DIST, it is included from graph-opengl.c and needs not be compiled separately (b15315a)
2015-10-11patchStefan Husmann
2015-10-11UpdateStefan Husmann
2015-08-25add description, correct call of autotoolsStefan Husmann
2015-07-26initial versionStefan Husmann