Commit graph

2006 commits

Author SHA1 Message Date
inxi-svn 8efdf3199d bug fixes 2011-06-23 02:54:43 +00:00
inxi-svn d089bf0211 hot bug fix, removed debuggers 2011-06-23 02:51:16 +00:00
inxi-svn c308dcc339 removed -v from lsusb audio, it's not needed and may be triggering kernel issues for some users. 2011-06-23 02:42:48 +00:00
inxi-svn bdf795a8fc patch for usb audio output tweak, patch for possible bug in usb audio function. 2011-06-23 01:25:35 +00:00
inxi-svn c805ecd0f0 bug fix, forgot to remove a timer.
This won't be seen by users though unless they are running the debugger.
2011-06-23 00:34:40 +00:00
inxi-svn 09b21295cc removed patch number 2011-06-22 23:28:06 +00:00
inxi-svn a6fd64fdae Improved -i to show IF lan nic IP using as first choice the ip tool from iproute, and to only use the deprecated ifconfig as a fallback.
This required recoding that function, so I also made -i show IPv6 with -x as well. Might as well start getting used to it.

Also fixed and added wrapping for the -i output, that wasn't working right before, now is standardized to other lines.
2011-06-22 23:26:08 +00:00
inxi-svn 6408e0a56b bug fix, new patch version, forgot to remove a debugger thing yesterday. 2011-06-22 18:09:01 +00:00
inxi-svn cca96227e6 cleaned up some of the banlist order, no big deal. 2011-06-22 03:06:52 +00:00
inxi-svn 1155d5d917 adding new xiin.py feature, autoupload of tar.gz data file to ftp.techpatterns.com 2011-06-21 23:38:32 +00:00
inxi-svn b17314bddc tweaks 2011-06-21 23:06:37 +00:00
inxi-svn 3e77dc619f help menu updated to show -xx for -@ 11-14 2011-06-21 22:54:53 +00:00
inxi-svn 34450f3940 first patch to have auto upload of user debugging data to techpatterns.com ftp server, anon 2011-06-21 22:41:06 +00:00
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