aboutsummaryrefslogtreecommitdiffstats
path: root/package/busybox/patches/920-awx.patch
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade busybox to 1.7.2 - clean up insmod crap - add some ↵Felix Fietkau2007-10-051-1619/+0
| | | | | | lineno/programname fixes for awx - clean up awk getopt stuff - remove unnecessary patches SVN-Revision: 9130
* refresh all package patches in the buildroot using quiltFelix Fietkau2007-06-041-30/+40
| | | | SVN-Revision: 7490
* awx: fix translationFelix Fietkau2007-05-231-8/+9
| | | | SVN-Revision: 7316
* awx: fix a typoFelix Fietkau2007-05-231-1/+1
| | | | SVN-Revision: 7314
* fix awx segfaultsFelix Fietkau2007-05-231-40/+44
| | | | SVN-Revision: 7311
* fix the patch fileFelix Fietkau2007-05-201-2/+2
| | | | SVN-Revision: 7296
* Fix malformed patchRod Whitby2007-05-201-1/+1
| | | | SVN-Revision: 7295
* remove debug crap accidentally left in the patchFelix Fietkau2007-05-201-3/+1
| | | | SVN-Revision: 7292
* awx: improve memory allocation handlingFelix Fietkau2007-05-201-27/+32
| | | | SVN-Revision: 7291
* rewritten template parser for awx - uses @for, @if, @else, @end for basic ↵Felix Fietkau2007-05-201-67/+466
| | | | | | flow control SVN-Revision: 7276
* awx: variable initialization fixFelix Fietkau2007-05-151-1/+2
| | | | SVN-Revision: 7243
* check initseq->first in awx after running include()Felix Fietkau2007-03-291-1/+1
| | | | SVN-Revision: 6751
* fix an uninitialized variable in awx (does not fix random segfault yet, ↵Felix Fietkau2007-03-281-1/+2
| | | | | | still looking into it) SVN-Revision: 6750
* add -i <include file> and -f <ahtml file> options for awx interpreter ↵Felix Fietkau2007-03-141-70/+105
| | | | | | (requested by mbm) SVN-Revision: 6561
* replace libcgi with some code extracted from haserl - libcgi is too ↵Felix Fietkau2007-03-111-23/+526
| | | | | | inflexible and breaks rrdtool SVN-Revision: 6554
* add awx (awk web extension) - experimental core for a new web interface ↵Felix Fietkau2007-03-111-0/+662
framework SVN-Revision: 6549