Commit graph

843 commits

Author SHA1 Message Date
inxi-svn e9e81c3ef5 (package maintainers, no worries on this one, it's just debugging tools)
Updated the debugging data collector to not exit on error of xiin, and also added some debugger outputs.
2011-06-21 20:53:38 +00:00
inxi-svn 6168b32895 version number bump for all the little fixes etc, and so cathbard has a clean one to package. 2011-06-21 07:41:22 +00:00
inxi-svn 499174b8fc more top comment header cleanup 2011-06-21 03:45:36 +00:00
inxi-svn 50dd14ce0d added bullets to top comment information to make it more readable 2011-06-21 03:41:33 +00:00
inxi-svn 1ee1a843b0 tweak to function name, no actual user seen changes 2011-06-21 02:28:06 +00:00
inxi-svn 79f79aebb4 added protection against false jwm id 2011-06-21 02:22:54 +00:00
inxi-svn c8468a647e whoops, wrong one, added jwm to de 2011-06-21 02:15:16 +00:00
inxi-svn 8baf141a34 tried a bit more optimization for -G, but it turns out it's glxinfo itself that is slow, so the only way to really get -G sped up is to redo
the way inxi gets the glxinfo data.
2011-06-21 00:58:51 +00:00
inxi-svn 06cc997157 version upgrade
got rid of that horrible banlist array/function thing, now it's hard coded.

On a dual core system, this saves literally 0.1 seconds on execution, about 10-20% of execution time.

this also fixes a bug that has always existed, which is if you use spaces to replace instead of ''.

Another advantage of this new method it fixes the fact that each and every string character would be considered a match, null replaced with null.

This was due to the fact that each banlist string started with |, ie, it contained a null character in the search pattern... sigh.

This is why we don't use stupid bash tricks, ok people? They  hide bugs, and make the code write only.
2011-06-20 21:58:17 +00:00
inxi-svn 6024b3b387 adding a fallback to use hostname if $HOSTNAME is null, if all these fail, host name will be set to N/A, which also, as with other uses of
that, serves as a convenient bug reporter for user output
2011-06-20 18:38:23 +00:00
inxi-svn 3839656174 removed hostname app from dependencies and recommends, can use $HOSTNAME instead.
Now this might cause some issues  later, we'll see.
2011-06-20 18:35:12 +00:00
inxi-svn d07e2c6cb6 added a debugger output for sed version 2011-06-20 05:25:41 +00:00
inxi-svn 5df28d48a6 fixed help menu to show new F output 2011-06-20 01:18:26 +00:00
inxi-svn 1f73d75b35 version update:
New internal line character counter implemented, with support for user set line lengths for both irc and console.

More line wrapping added, and some fine tuned. Also wraps -A now, and adds alsa information to end of first line as well if > 1 card and less than line length max
2011-06-20 01:16:36 +00:00
inxi-svn 7d3a70ec6b Patch version upgrade
fixed a bug with remote mounted partitions, created line length counter function that cleans off color code characters to allow for accurate 
line counts for line breaks.
2011-06-19 05:53:18 +00:00
inxi-svn c8c5ff2eea patch, moved gcc of kernel to (bits area. 2011-06-18 22:23:23 +00:00
inxi-svn 3ac997b887 added to -S as -x option, kernel gcc version 2011-06-18 22:06:22 +00:00
inxi-svn 1635966093 version upgrade
some optimizations, code fixes, handled failed xargs -l case for optical disks
2011-06-18 19:27:41 +00:00
inxi-svn f02a64561c bug fixes 2011-06-18 19:15:28 +00:00
inxi-svn 9962e8661a patch four, that should do it 2011-06-18 19:09:31 +00:00
inxi-svn cb7c18ac1d replaced xargs -l with a for loop, sigh... 2011-06-18 18:49:42 +00:00
inxi-svn 9884ebab24 patch, some optimizations and code cleanup 2011-06-18 18:37:02 +00:00
inxi-svn 633e59807e variable name fix0 2011-06-18 05:42:29 +00:00
inxi-svn 188d30cca7 bug fix 2011-06-18 04:54:51 +00:00
inxi-svn 2b1279a14e trying it with /dev/sr0 2011-06-18 04:53:48 +00:00
inxi-svn 010e8b9b3f ok, seems to all be working, here's 1.7.0 fresh off the presses 2011-06-18 04:07:03 +00:00
inxi-svn 99df6ad86c fixed a bug 2011-06-18 03:49:53 +00:00
inxi-svn c35647a380 help fix 2011-06-18 03:32:58 +00:00
inxi-svn 90e5098565 arg cleanup 2011-06-18 03:29:49 +00:00
inxi-svn 9c77bc359d trying it without -d on -F 2011-06-18 03:20:54 +00:00
inxi-svn 1e84b26d1f first finalizing version 2011-06-18 03:17:05 +00:00
inxi-svn bff32dc844 handling of tsst corp string 2011-06-18 02:59:58 +00:00
inxi-svn ecb4e51a59 tweak for output 2011-06-18 02:51:36 +00:00
inxi-svn f5e825bd02 more or less done with -d, -dx, and -dxx output 2011-06-18 02:43:59 +00:00
inxi-svn b77832f968 cleanup 2011-06-18 01:22:03 +00:00
inxi-svn 1a4f8829de hmm, weird gawk behavior 2011-06-18 01:03:05 +00:00
inxi-svn f2515c5b4e white space fix? 2011-06-18 00:58:34 +00:00
inxi-svn d9528783f6 tweak 2011-06-18 00:55:01 +00:00
inxi-svn bef54b5077 number update 2011-06-18 00:52:55 +00:00
inxi-svn e9372be01e patch 5, more fixes 2011-06-18 00:52:38 +00:00
inxi-svn 8d89081fe4 tweak 2011-06-18 00:46:41 +00:00
inxi-svn b2ee1f160e added more debugger data collecting 2011-06-18 00:33:13 +00:00
inxi-svn 79355aa67c adding first test for -d optical drive option, patch version update only 2011-06-18 00:27:34 +00:00
inxi-svn 519c597c3a added some debugger changes for data collection, just a patch version change. 2011-06-17 20:06:29 +00:00
inxi-svn 81493c0b19 bug fix 2011-06-17 00:33:34 +00:00
inxi-svn 5395c9d9d7 Cleaned up some code, moved get usb to separate functions for audio/network card data.
Removed legacy print code, repeated code blocks for single/multiple cards, for audio/network.

Made also always print out whether or not a card is present, since you can have alsa without having a card.

This actually shortened inxi for once, and simplified some legacy methods that were totally unnecessary and just complicated the print functions, now all print 
functions use the same for loop print out methods on arrays.
2011-06-17 00:20:12 +00:00
inxi-svn 785c0b83e2 cleanup 2011-06-14 00:46:56 +00:00
inxi-svn da975d8962 variable cleanup 2011-06-14 00:39:47 +00:00
inxi-svn 47e4a86558 version update, optimization for speed for -N, usb detection.
Switched to full gawk for detection, dumped inefficient bash loop through of all search terms.
2011-06-14 00:02:50 +00:00
inxi-svn 93b245e1af version upgrade:
Optimized graphics driver function massively, knocked off about 60% of execution time by switching to a single read through via 
gawk..

In terms of dual core system, that saved literally about 1 second execution total time.
2011-06-13 22:31:22 +00:00