Commit graph

142 commits

Author SHA1 Message Date
Martin Dvorak
48da43535c Sync commit before branch switch. 2014-03-27 17:15:37 +01:00
Martin Dvorak
dd18ef4dc8 Fixed #63 - SIGSEG on radix sort key overflow: maxkey must be -1 to index within slot array. 2014-03-16 18:18:42 +01:00
Martin Dvorak
17db6de9ce Adding Ubuntu trusty support to MD 2014-03-02 07:47:01 +01:00
Martin Dvorak
c995b1f3e0 Added ArchLinux to MD 2014-03-02 07:30:31 +01:00
dvorka
92e557789a Merge pull request #60 from XenGi/patch-1
PKGBUILD for Archlinux
2014-03-02 07:15:16 +01:00
Ricardo Band
d4e90acea6 PKGBUILD for Archlinux
Made a PKGBUILD for the Archlinux AUR. (https://aur.archlinux.org/packages/hh/)
2014-02-26 03:01:07 +01:00
Martin Dvorak
c0e85fa168 MD 2014-02-18 23:12:29 +01:00
Martin Dvorak
21c6828b6e MD 2014-02-18 23:11:38 +01:00
Martin Dvorak
dd7df0f8b7 MD 2014-02-18 22:49:48 +01:00
Martin Dvorak
937d2b2a3d Removing dep on stack variable. 2014-02-08 19:57:26 +01:00
Martin Dvorak
7b7e81519d Hostname memory leak fix. 2014-02-08 19:49:14 +01:00
Martin Dvorak
269ccb8804 Fixed rendering after terminal resize. 2014-02-08 07:49:10 +01:00
Martin Dvorak
2cfa074c13 Code review and stabilization. 2014-02-08 07:06:50 +01:00
Martin Dvorak
d80365bba6 MD: Removing Raring (no longer supported by Canonical - I cannot release a new distro. 2014-01-31 21:49:24 +01:00
Martin Dvorak
25988d02ea Adding non-interactive shell detection. 2014-01-31 21:35:16 +01:00
Martin Dvorak
98ede074db Improving man page and MD (env var options). 2014-01-31 19:46:18 +01:00
Martin Dvorak
ae4355c6ce Removing radix sort debug. 2014-01-31 08:42:37 +01:00
Martin Dvorak
68a4956839 Dynamic allocation of the main radix sort slot based on the max key estimate. 2014-01-31 08:40:25 +01:00
Martin Dvorak
5bda092134 An attempt to fix #51: extended radix sort limit and made radix sort more robuts (huge key protection). 2014-01-30 22:39:43 +01:00
Martin Dvorak
d072e30063 Fixing processing of parameters from the command line that has been broken. 2014-01-28 21:35:18 +01:00
Martin Dvorak
7014c1b2ed MD 2014-01-28 09:11:17 +01:00
Martin Dvorak
350d9ce0c8 MD 2014-01-28 09:08:04 +01:00
Martin Dvorak
a141cd7e0c Fixing after delete line cleanup. 2014-01-28 08:59:03 +01:00
Martin Dvorak
cad11bc2e2 Colors: improving man and --show-configuration 2014-01-28 08:51:00 +01:00
Martin Dvorak
37cec64418 Fixed #50 by env var based configuration of sorting and case sensitivity + improved highlighted line (E2E on screen) 2014-01-28 08:47:24 +01:00
Martin Dvorak
0a667f8ab7 Adding high color mode (configured using env var). 2014-01-27 21:12:17 +01:00
Martin Dvorak
bee3cdd958 Moving prompt to the first row @ screen + hicolor mode constants. 2014-01-27 08:44:51 +01:00
Martin Dvorak
25cc46c9c6 Debian compliance. 2014-01-26 23:10:19 +01:00
Martin Dvorak
df785525fa Debian compliance - maintainer mail fix (GPG). 2014-01-26 22:15:41 +01:00
Martin Dvorak
44852a59d2 Fixing history mgmt - exact match ensured. 2014-01-26 21:20:39 +01:00
Martin Dvorak
b7b591eb6b MD Shell > bash highlighting 2014-01-26 19:30:09 +01:00
Martin Dvorak
7e45266922 MD 2014-01-26 19:18:21 +01:00
Martin Dvorak
2fa650043e MD 2014-01-26 19:17:42 +01:00
Martin Dvorak
7ab31daa72 MD 2014-01-26 18:31:32 +01:00
Martin Dvorak
04766341bc MD 2014-01-26 18:27:28 +01:00
Martin Dvorak
bf0e71ea4f MD 2014-01-26 18:20:47 +01:00
Martin Dvorak
7d37f07c5e MD 2014-01-26 18:20:00 +01:00
Martin Dvorak
56ce353bb5 MD 2014-01-26 18:19:02 +01:00
Martin Dvorak
e6f390981d MD 2014-01-26 18:14:47 +01:00
Martin Dvorak
d94d41e0b7 Making Debian configuration and upload compliant with policies and requirements. 2014-01-26 10:48:37 +01:00
Martin Dvorak
227988f67b Adding Debian build scripts and configuration (separated from Ubuntu bits). 2014-01-25 23:05:30 +01:00
Martin Dvorak
ea99f9fe8e MD 2014-01-25 19:31:55 +01:00
Martin Dvorak
7ec91392b0 Fixing str() comparison defect. 2014-01-25 17:22:16 +01:00
Martin Dvorak
19e68983fa Adding help. 2014-01-25 14:55:14 +01:00
Martin Dvorak
7325a93a9f Improved configuration and man - fixed #45. 2014-01-25 14:36:01 +01:00
Martin Dvorak
fa65c1fd31 Moving curses code to a separate module to make main cleaner. 2014-01-25 13:40:51 +01:00
Martin Dvorak
f14091ed44 Moving curses code to a separate module to make main cleaner. 2014-01-25 13:38:20 +01:00
Martin Dvorak
9b1de77d8c Fixed #38 by a generic function to print pattern AND fixed #39 by using dynamic blacklist lng. 2014-01-25 08:52:49 +01:00
Martin Dvorak
c6a796cd94 MD - youtube video; log metrics test. 2014-01-24 08:31:55 +01:00
Martin Dvorak
762fd77c4d Simplification of the command propagation to the prompt. 2014-01-20 23:48:51 +01:00