Chris Koeritz [Mon, 11 Oct 2021 08:04:15 +0000 (04:04 -0400)]
disabled enum adapter test on mac
Chris Koeritz [Mon, 11 Oct 2021 02:03:41 +0000 (22:03 -0400)]
Merge branch 'release-2.140.129' into dev
Chris Koeritz [Mon, 11 Oct 2021 02:03:41 +0000 (22:03 -0400)]
Merge branch 'release-2.140.129' into dev
Chris Koeritz [Mon, 11 Oct 2021 01:55:44 +0000 (21:55 -0400)]
Merge branch 'release-2.140.129' into main
Chris Koeritz [Mon, 11 Oct 2021 01:55:44 +0000 (21:55 -0400)]
Merge branch 'release-2.140.129' into main
Chris Koeritz [Mon, 11 Oct 2021 01:55:15 +0000 (21:55 -0400)]
version update
Chris Koeritz [Mon, 11 Oct 2021 01:55:15 +0000 (21:55 -0400)]
version update
Chris Koeritz [Mon, 11 Oct 2021 01:21:17 +0000 (21:21 -0400)]
updating cakephp apps
trying to get past a bunch of composer warnings and modernize.
Chris Koeritz [Mon, 11 Oct 2021 01:21:17 +0000 (21:21 -0400)]
updating cakephp apps
trying to get past a bunch of composer warnings and modernize.
Chris Koeritz [Sun, 10 Oct 2021 23:56:35 +0000 (23:56 +0000)]
php composer updates
Chris Koeritz [Sun, 10 Oct 2021 23:56:35 +0000 (23:56 +0000)]
php composer updates
Chris Koeritz [Sun, 10 Oct 2021 20:42:17 +0000 (16:42 -0400)]
eclipse updated
Chris Koeritz [Sun, 10 Oct 2021 20:42:17 +0000 (16:42 -0400)]
eclipse updated
Chris Koeritz [Sun, 10 Oct 2021 16:14:33 +0000 (12:14 -0400)]
simplified default directory in traversal test
Chris Koeritz [Sun, 10 Oct 2021 16:14:33 +0000 (12:14 -0400)]
simplified default directory in traversal test
Chris Koeritz [Thu, 7 Oct 2021 00:27:27 +0000 (20:27 -0400)]
updated info for music players
Chris Koeritz [Thu, 7 Oct 2021 00:27:27 +0000 (20:27 -0400)]
updated info for music players
Chris Koeritz [Wed, 6 Oct 2021 07:51:44 +0000 (03:51 -0400)]
adding debug flag
not in use yet.
Chris Koeritz [Wed, 6 Oct 2021 07:51:44 +0000 (03:51 -0400)]
adding debug flag
not in use yet.
Fred T. Hamster [Mon, 4 Oct 2021 12:20:49 +0000 (08:20 -0400)]
more info in doc
Fred T. Hamster [Mon, 4 Oct 2021 12:20:49 +0000 (08:20 -0400)]
more info in doc
Fred T. Hamster [Mon, 4 Oct 2021 12:19:25 +0000 (08:19 -0400)]
updated tool info
Fred T. Hamster [Mon, 4 Oct 2021 12:19:25 +0000 (08:19 -0400)]
updated tool info
Chris Koeritz [Mon, 4 Oct 2021 05:12:47 +0000 (01:12 -0400)]
cleaning up output file after doxygen build
Chris Koeritz [Mon, 4 Oct 2021 05:12:47 +0000 (01:12 -0400)]
cleaning up output file after doxygen build
Chris Koeritz [Sun, 3 Oct 2021 21:08:36 +0000 (17:08 -0400)]
removing bizarre useless tickle file
Chris Koeritz [Sun, 3 Oct 2021 21:08:36 +0000 (17:08 -0400)]
removing bizarre useless tickle file
Chris Koeritz [Sun, 3 Oct 2021 20:56:31 +0000 (16:56 -0400)]
Merge branch 'release-2.140.128' into dev
Chris Koeritz [Sun, 3 Oct 2021 20:56:31 +0000 (16:56 -0400)]
Merge branch 'release-2.140.128' into dev
Chris Koeritz [Sun, 3 Oct 2021 20:55:24 +0000 (16:55 -0400)]
Merge branch 'release-2.140.128' into main
Chris Koeritz [Sun, 3 Oct 2021 20:55:24 +0000 (16:55 -0400)]
Merge branch 'release-2.140.128' into main
Chris Koeritz [Sun, 3 Oct 2021 20:55:11 +0000 (16:55 -0400)]
updated version file
Chris Koeritz [Sun, 3 Oct 2021 20:55:11 +0000 (16:55 -0400)]
updated version file
Chris Koeritz [Sun, 3 Oct 2021 20:53:28 +0000 (16:53 -0400)]
an example index.html for a web site
this is almost the simplest possible html file. it can be used for a really crappy main index.html if you're out of other ideas.
Chris Koeritz [Sun, 3 Oct 2021 20:53:28 +0000 (16:53 -0400)]
an example index.html for a web site
this is almost the simplest possible html file. it can be used for a really crappy main index.html if you're out of other ideas.
Chris Koeritz [Sun, 3 Oct 2021 19:45:57 +0000 (15:45 -0400)]
added blue sky category for open ended projs etc
Chris Koeritz [Sun, 3 Oct 2021 19:45:57 +0000 (15:45 -0400)]
added blue sky category for open ended projs etc
Chris Koeritz [Sun, 3 Oct 2021 15:40:45 +0000 (11:40 -0400)]
took out redundant move
we used to store in TMP but no more, so this move of the generated links is no longer needed.
Chris Koeritz [Sun, 3 Oct 2021 15:40:45 +0000 (11:40 -0400)]
took out redundant move
we used to store in TMP but no more, so this move of the generated links is no longer needed.
Chris Koeritz [Sun, 3 Oct 2021 15:23:53 +0000 (11:23 -0400)]
implemented new working destructor for tree
got tired of the wayback machine corrupting our nodes, so implemented a more elegant stack based solution. still iterative, but can have some weight in stack. preference is depth first; we add all the branches of current node (in reverse order) to stack, then start chewing on nodes in stack, where each node we pull out gets its kids added in reverse order and then node itself is eliminated. reverse order addition means preserved order on popping (first comes out first). adding kids to stack means that we should start processing first kid, then its first kid, then its first kid and so on. basically same order as previous algorithm, but without bizarre double whack problems.
Chris Koeritz [Sun, 3 Oct 2021 15:23:53 +0000 (11:23 -0400)]
implemented new working destructor for tree
got tired of the wayback machine corrupting our nodes, so implemented a more elegant stack based solution. still iterative, but can have some weight in stack. preference is depth first; we add all the branches of current node (in reverse order) to stack, then start chewing on nodes in stack, where each node we pull out gets its kids added in reverse order and then node itself is eliminated. reverse order addition means preserved order on popping (first comes out first). adding kids to stack means that we should start processing first kid, then its first kid, then its first kid and so on. basically same order as previous algorithm, but without bizarre double whack problems.
Chris Koeritz [Sun, 3 Oct 2021 01:23:14 +0000 (21:23 -0400)]
problem was new, cleaner, smarter tree destructor
it seems like a good algorithm but is somehow causing double deletes, where the second delete sees a malconfigured object. not good.
Chris Koeritz [Sun, 3 Oct 2021 01:23:14 +0000 (21:23 -0400)]
problem was new, cleaner, smarter tree destructor
it seems like a good algorithm but is somehow causing double deletes, where the second delete sees a malconfigured object. not good.
Chris Koeritz [Sat, 2 Oct 2021 23:27:45 +0000 (19:27 -0400)]
Merge branch 'release-2.140.128' into main
Chris Koeritz [Sat, 2 Oct 2021 23:27:45 +0000 (19:27 -0400)]
Merge branch 'release-2.140.128' into main
Chris Koeritz [Sat, 2 Oct 2021 23:27:23 +0000 (19:27 -0400)]
update version to 2.140.128
Chris Koeritz [Sat, 2 Oct 2021 23:27:23 +0000 (19:27 -0400)]
update version to 2.140.128
Chris Koeritz [Sat, 2 Oct 2021 12:21:41 +0000 (08:21 -0400)]
decided it is actually nice to see gen marks
this used to move the finished gen marks file up to home, and that's actually a lot nicer than leaving it lying around in temp. have reenabled move code.
Chris Koeritz [Sat, 2 Oct 2021 12:21:41 +0000 (08:21 -0400)]
decided it is actually nice to see gen marks
this used to move the finished gen marks file up to home, and that's actually a lot nicer than leaving it lying around in temp. have reenabled move code.
Chris Koeritz [Wed, 29 Sep 2021 20:08:28 +0000 (16:08 -0400)]
added OLD_HOME variable pointing to HOME before sudo
makes it a bit easier to get back to the "real" user's home dir who started the sudo.
Chris Koeritz [Wed, 29 Sep 2021 20:08:28 +0000 (16:08 -0400)]
added OLD_HOME variable pointing to HOME before sudo
makes it a bit easier to get back to the "real" user's home dir who started the sudo.
Chris Koeritz [Wed, 29 Sep 2021 05:19:56 +0000 (01:19 -0400)]
tracking down issues in sym tree destructor still
something definitely not right; we have shown that at least.
Chris Koeritz [Wed, 29 Sep 2021 05:19:56 +0000 (01:19 -0400)]
tracking down issues in sym tree destructor still
something definitely not right; we have shown that at least.
Chris Koeritz [Tue, 14 Sep 2021 16:16:00 +0000 (12:16 -0400)]
stopped seeking dot files to rename
this plays havoc on any hidden files matching my extensions, where they get renamed from whatever the application in charge of them wanted them to be named. so, no longer renaming anything that starts with a dot.
Chris Koeritz [Tue, 14 Sep 2021 16:16:00 +0000 (12:16 -0400)]
stopped seeking dot files to rename
this plays havoc on any hidden files matching my extensions, where they get renamed from whatever the application in charge of them wanted them to be named. so, no longer renaming anything that starts with a dot.
Chris Koeritz [Tue, 17 Aug 2021 19:09:38 +0000 (15:09 -0400)]
fixed embarrassing typo in readme, probably there forever
Chris Koeritz [Tue, 17 Aug 2021 19:09:38 +0000 (15:09 -0400)]
fixed embarrassing typo in readme, probably there forever
Chris Koeritz [Fri, 6 Aug 2021 14:10:38 +0000 (10:10 -0400)]
eclipse confs
Chris Koeritz [Fri, 6 Aug 2021 14:10:38 +0000 (10:10 -0400)]
eclipse confs
Chris Koeritz [Fri, 6 Aug 2021 06:09:18 +0000 (02:09 -0400)]
stopped the hemorrhaging at least with tree
got a build done, just can't RUN_ALL_TESTS yet. the problems when tree's debugging were turned on was blocking the build, but all better now.
Chris Koeritz [Fri, 6 Aug 2021 06:09:18 +0000 (02:09 -0400)]
stopped the hemorrhaging at least with tree
got a build done, just can't RUN_ALL_TESTS yet. the problems when tree's debugging were turned on was blocking the build, but all better now.
Chris Koeritz [Wed, 4 Aug 2021 19:59:43 +0000 (15:59 -0400)]
working through some issues
enabling debug logging revealed that some debug logs hadn't been updated in a while.
also had to re-learn a_sprintf class.
new overload report has some new classes or categories and changes approach on a couple things. it may change a bit more soon as we rotate some names around in the cloud (nuage)
Chris Koeritz [Wed, 4 Aug 2021 19:59:43 +0000 (15:59 -0400)]
working through some issues
enabling debug logging revealed that some debug logs hadn't been updated in a while.
also had to re-learn a_sprintf class.
new overload report has some new classes or categories and changes approach on a couple things. it may change a bit more soon as we rotate some names around in the cloud (nuage)
Chris Koeritz [Wed, 4 Aug 2021 00:33:26 +0000 (20:33 -0400)]
new fortune
Chris Koeritz [Wed, 4 Aug 2021 00:33:26 +0000 (20:33 -0400)]
new fortune
Chris Koeritz [Wed, 4 Aug 2021 00:28:33 +0000 (20:28 -0400)]
signed the art
Chris Koeritz [Wed, 4 Aug 2021 00:28:33 +0000 (20:28 -0400)]
signed the art
Chris Koeritz [Wed, 4 Aug 2021 00:25:18 +0000 (20:25 -0400)]
bad bug in tree class fixed, working on mac
trying to get the mac builds a bit quieter.
new fortune.
bug in tree was supposed to be a compare of node to null, but was an assignment! ack.
Chris Koeritz [Wed, 4 Aug 2021 00:25:18 +0000 (20:25 -0400)]
bad bug in tree class fixed, working on mac
trying to get the mac builds a bit quieter.
new fortune.
bug in tree was supposed to be a compare of node to null, but was an assignment! ack.
Chris Koeritz [Mon, 2 Aug 2021 18:08:58 +0000 (14:08 -0400)]
added transitory as a notes category
was seeing these on some hosts.
maybe too fat for notes snarfing? we'll find out!
Chris Koeritz [Mon, 2 Aug 2021 18:08:58 +0000 (14:08 -0400)]
added transitory as a notes category
was seeing these on some hosts.
maybe too fat for notes snarfing? we'll find out!
Chris Koeritz [Thu, 29 Jul 2021 20:55:47 +0000 (16:55 -0400)]
enabling case insensitive package searches
Chris Koeritz [Thu, 29 Jul 2021 20:55:47 +0000 (16:55 -0400)]
enabling case insensitive package searches
Chris Koeritz [Thu, 29 Jul 2021 01:35:26 +0000 (21:35 -0400)]
added mac introspection for versions in inventory script
Chris Koeritz [Thu, 29 Jul 2021 01:35:26 +0000 (21:35 -0400)]
added mac introspection for versions in inventory script
Chris Koeritz [Wed, 28 Jul 2021 18:35:17 +0000 (14:35 -0400)]
shows disk usage summaries if GB or above in size
Chris Koeritz [Wed, 28 Jul 2021 18:35:17 +0000 (14:35 -0400)]
shows disk usage summaries if GB or above in size
Chris Koeritz [Tue, 27 Jul 2021 23:40:35 +0000 (19:40 -0400)]
new notes for photo apps
Chris Koeritz [Tue, 27 Jul 2021 23:40:35 +0000 (19:40 -0400)]
new notes for photo apps
Chris Koeritz [Fri, 23 Jul 2021 17:49:07 +0000 (13:49 -0400)]
new implementation intended to avoid traversing snapshots
Chris Koeritz [Fri, 23 Jul 2021 17:49:07 +0000 (13:49 -0400)]
new implementation intended to avoid traversing snapshots
Chris Koeritz [Thu, 22 Jul 2021 13:44:39 +0000 (09:44 -0400)]
removing snapshots from counts.
Chris Koeritz [Thu, 22 Jul 2021 13:44:39 +0000 (09:44 -0400)]
removing snapshots from counts.
Chris Koeritz [Wed, 21 Jul 2021 23:40:30 +0000 (19:40 -0400)]
added todo
Chris Koeritz [Wed, 21 Jul 2021 23:40:30 +0000 (19:40 -0400)]
added todo
Chris Koeritz [Wed, 21 Jul 2021 21:01:07 +0000 (17:01 -0400)]
added dir name to make output useful
Chris Koeritz [Wed, 21 Jul 2021 21:01:07 +0000 (17:01 -0400)]
added dir name to make output useful
Chris Koeritz [Wed, 21 Jul 2021 20:52:26 +0000 (16:52 -0400)]
updated fast counter with docs
Chris Koeritz [Wed, 21 Jul 2021 20:52:26 +0000 (16:52 -0400)]
updated fast counter with docs
Chris Koeritz [Wed, 21 Jul 2021 20:20:05 +0000 (16:20 -0400)]
simple script to count number of files in a directory
doesn't include directories. may not be perfect; does look for lines ending in a colon, to remove directory headings from recursive ls list.
Chris Koeritz [Wed, 21 Jul 2021 20:20:05 +0000 (16:20 -0400)]
simple script to count number of files in a directory
doesn't include directories. may not be perfect; does look for lines ending in a colon, to remove directory headings from recursive ls list.
Chris Koeritz [Wed, 14 Jul 2021 22:46:11 +0000 (18:46 -0400)]
added proj_ as search pattern
Chris Koeritz [Wed, 14 Jul 2021 22:46:11 +0000 (18:46 -0400)]
added proj_ as search pattern
Chris Koeritz [Tue, 1 Jun 2021 17:19:33 +0000 (13:19 -0400)]
removed debugging echos
Chris Koeritz [Tue, 1 Jun 2021 17:19:33 +0000 (13:19 -0400)]
removed debugging echos
Chris Koeritz [Sun, 16 May 2021 22:53:07 +0000 (18:53 -0400)]
getting through tests on mac
just fixing some missing / different things for macos, like there is no /usr/include on catalina for some reason.
Chris Koeritz [Sun, 16 May 2021 22:53:07 +0000 (18:53 -0400)]
getting through tests on mac
just fixing some missing / different things for macos, like there is no /usr/include on catalina for some reason.
Chris Koeritz [Tue, 27 Apr 2021 15:31:03 +0000 (11:31 -0400)]
partially working mac compiler settings
still can't get through networking stuff with socket select?
but got through everything before that.
Chris Koeritz [Tue, 27 Apr 2021 15:31:03 +0000 (11:31 -0400)]
partially working mac compiler settings
still can't get through networking stuff with socket select?
but got through everything before that.
Chris Koeritz [Wed, 21 Apr 2021 21:41:49 +0000 (17:41 -0400)]
fixed to use specific date format
old version counted on some antiquated ordering of fields from date command, but now we force the issue by providing a format.