summaryrefslogtreecommitdiff
path: root/TODO (unfollow)
Commit message (Expand)AuthorFilesLines
2008-06-17move glob_and_assign.tests from hush-bugs to hush-globDenis Vlasenko2-0/+0
2008-06-17hush: continue fixing quoting and subst: fix glob_and_assign.tests.Denis Vlasenko4-51/+65
2008-06-17hush: cleanup pass, the biggest is - moved builtins to the end of the file,Denis Vlasenko2-355/+358
2008-06-17hush: fix memory leak. it was actually rather invloved problem.Denis Vlasenko1-138/+175
2008-06-16hush: fixing fallout from last big glob fix:Denis Vlasenko1-80/+80
2008-06-16hush: delete hush-bugs/glob_and_vars.tests for realDenis Vlasenko1-2/+0
2008-06-16hush: fix hush-bugs/glob_and_vars.tests testcase:Denis Vlasenko6-47/+70
2008-06-16tftp: help compiler a bitDenis Vlasenko1-1/+8
2008-06-16tftpd: PXE server said to need to support "tsize" optionDenis Vlasenko1-39/+55
2008-06-16whitespace and comment fixes, no code changesDenis Vlasenko9-20/+16
2008-06-15even more of help text fixesDenis Vlasenko1-1/+1
2008-06-15fix config help textDenis Vlasenko1-12/+16
2008-06-15- fix copy'n paste error.Bernhard Reutner-Fischer1-3/+3
2008-06-15Specially for Bernhard Fischer introduce USE_BB_CRYPTDenis Vlasenko3-34/+75
2008-06-15hush: eliminate PARSEFLAG_SEMICOLON and ctx->parse_type field.Denis Vlasenko1-43/+6
2008-06-15use USE_FEATURE_UDHCP_PORT instead of ifdefDenis Vlasenko1-3/+1
2008-06-15udhcpc: removing stray whitespaceDenis Vlasenko1-2/+2
2008-06-15further encrypt_des optimizationsDenis Vlasenko1-51/+141
2008-06-15cryptpw: fix "cryptpw -a des -- TEXT" caseDenis Vlasenko2-74/+82
2008-06-15*: use llist_pop for traverse-and-free list operationDenis Vlasenko14-49/+19
2008-06-15udhcpc: reduce ifdef forest, no code changesDenis Vlasenko1-32/+12
2008-06-14crypt: code shrinkDenis Vlasenko2-21/+11
2008-06-14tar: fix "unused parameter 'gzip'" warningDenis Vlasenko1-0/+3
2008-06-14hush: fix a bug where we were requiring semicolon here: (cmd;)Denis Vlasenko4-22/+34
2008-06-14hush: add support for ':'; create testsuite entriesDenis Vlasenko11-25/+47
2008-06-14hush: support "! cmd | cmd" negationDenis Vlasenko6-90/+172
2008-06-14Update sponsors page as wellDenis Vlasenko1-7/+24
2008-06-14ash: small cosmetic changeDenis Vlasenko1-1/+1
2008-06-14ash: fix ${var/s/r} handling, add testcase.Denis Vlasenko3-61/+75
2008-06-14dos2unix: do not destroy symlinks and mode of the file being converted.Denis Vlasenko2-16/+18
2008-06-13udhcpc: kill undocumented -W, it was a no-op.Denis Vlasenko6-100/+108
2008-06-13trivial crypt shrinkageDenis Vlasenko2-9/+8
2008-06-13fix typo in "Analog Devices"Denis Vlasenko1-1/+1
2008-06-13httpd: fix authenticationDenis Vlasenko1-2/+3
2008-06-13shorten sponsor's link per its requestDenis Vlasenko1-2/+2
2008-06-13website: announce sponsors.Denis Vlasenko1-0/+20
2008-06-13build system: introduce FEATURE_ASSUME_UNICODEDenis Vlasenko2-62/+99
2008-06-13httpd: fix bugs in authentication (by Peter Korsgaard <jacmet ATuclibc.org>)Denis Vlasenko1-46/+52
2008-06-13htppd: lots of variable/function renaming in config file parsing.Denis Vlasenko1-123/+102
2008-06-12Reinstate DEBUG_PESSIMIZE (by Christian Ionescu-Idbohrn)Denis Vlasenko2-15/+21
2008-06-12make pw_encrypt() return malloc'ed string.Denis Vlasenko7-17/+27
2008-06-12uclibc insists on having 70k static buffer for crypt.Denis Vlasenko10-24/+1456
2008-06-12- make the first arg of the filter function passed to rtnl_dump_filter constantBernhard Reutner-Fischer7-10/+10
2008-06-12hush: speed up o_addX{chr,str}Denis Vlasenko1-35/+70
2008-06-12hush: fix for nested $()s with escapes + testsuiteDenis Vlasenko4-2/+25
2008-06-11logger: "clean up" a dirty hack a bitDenis Vlasenko5-30/+75
2008-06-10hush: more backtick and quoting fixes...Denis Vlasenko3-19/+71
2008-06-10hush: fix escaping of \[*?; add testsuites for these and for globbingDenis Vlasenko7-2/+21
2008-06-10hush: fix yet another falloutDenis Vlasenko5-14/+12
2008-06-10hush: fix some fallout from prev commits, add testsuiteDenis Vlasenko3-12/+31