index
:
openwrt/em-br6478acv2/master-187ad058
master
openwrt master 187ad058
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
package
/
busybox
Commit message (
Expand
)
Author
Age
Files
Lines
*
awx: fix translation
Felix Fietkau
2007-05-23
1
-8
/
+9
*
awx: fix a typo
Felix Fietkau
2007-05-23
1
-1
/
+1
*
fix awx segfaults
Felix Fietkau
2007-05-23
1
-40
/
+44
*
fix the patch file
Felix Fietkau
2007-05-20
1
-2
/
+2
*
Fix malformed patch
Rod Whitby
2007-05-20
1
-1
/
+1
*
remove debug crap accidentally left in the patch
Felix Fietkau
2007-05-20
1
-3
/
+1
*
awx: improve memory allocation handling
Felix Fietkau
2007-05-20
1
-27
/
+32
*
rewritten template parser for awx - uses @for, @if, @else, @end for basic flo...
Felix Fietkau
2007-05-20
1
-67
/
+466
*
awx: variable initialization fix
Felix Fietkau
2007-05-15
1
-1
/
+2
*
make udhcpc silent after 3 'Sending discover ...' messages
Felix Fietkau
2007-05-14
1
-0
/
+21
*
START/STOP values must be specified in the init script
Mike Baker
2007-05-10
3
-0
/
+3
*
update to busybox 1.4.2 (fixes #1653)
Mike Baker
2007-05-10
7
-204
/
+3
*
fix busybox rebuild when config changes
Mike Baker
2007-04-25
1
-0
/
+12
*
move gen_busybox_menuconfig.pl to package/busybox
Felix Fietkau
2007-04-04
1
-0
/
+78
*
replace gen_busybox_config.pl with a simple sed command
Felix Fietkau
2007-04-04
1
-1
/
+1
*
patch for busybox httpd that adds an option for redirecting all requests to a...
Felix Fietkau
2007-04-02
1
-0
/
+91
*
check initseq->first in awx after running include()
Felix Fietkau
2007-03-29
1
-1
/
+1
*
fix an uninitialized variable in awx (does not fix random segfault yet, still...
Felix Fietkau
2007-03-28
1
-1
/
+2
*
make busybox autorebuild on relevant config changes
Felix Fietkau
2007-03-23
1
-0
/
+5
*
add file type autodetection for the unpack command and nuke PKG_CAT:= in lots...
Felix Fietkau
2007-03-16
1
-1
/
+0
*
add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use KERNEL_BUILD_DI...
Felix Fietkau
2007-03-16
1
-2
/
+0
*
add -i <include file> and -f <ahtml file> options for awx interpreter (reques...
Felix Fietkau
2007-03-14
1
-70
/
+105
*
fix the patchlevel of the busybox stty patch
Felix Fietkau
2007-03-13
1
-2
/
+2
*
Small bug fix to package/kernel/modules/other.mk
Hamish Guthrie
2007-03-13
1
-0
/
+26
*
oops... forgot to remove line
Felix Fietkau
2007-03-11
1
-1
/
+0
*
replace libcgi with some code extracted from haserl - libcgi is too inflexibl...
Felix Fietkau
2007-03-11
2
-28
/
+529
*
fix typo (#1454)
Felix Fietkau
2007-03-11
1
-1
/
+1
*
add awx (awk web extension) - experimental core for a new web interface frame...
Felix Fietkau
2007-03-11
3
-2
/
+674
*
enable httpd config option for running scripts through an interpreter
Felix Fietkau
2007-03-11
1
-1
/
+1
*
nuke mdev and replace it with hotplug2 :)
Felix Fietkau
2007-03-04
2
-9
/
+2
*
hopefully fix ping bugs introduced in [6443]
Felix Fietkau
2007-03-04
1
-12
/
+1
*
R.I.P. devfs
Imre Kaloz
2007-03-03
4
-3
/
+15
*
Fix truncated pings results when packets are too small. Also check for packet...
Florian Fainelli
2007-02-28
1
-0
/
+42
*
fix the issue of httpd no longer working when its root directory is replaced
Felix Fietkau
2007-02-28
1
-0
/
+28
*
Add macosx fix from #1407
Florian Fainelli
2007-02-26
1
-0
/
+11
*
fix memleak in uniq (#1354)
Felix Fietkau
2007-02-16
1
-0
/
+12
*
fix tar segfault (patch from busybox svn rev. 17772)
Felix Fietkau
2007-02-13
1
-0
/
+77
*
add some more busybox patches from upstream
Felix Fietkau
2007-02-12
2
-0
/
+85
*
fix for multiple lock/unlock operations in 'lock' command (found by framer99)
Felix Fietkau
2007-02-12
1
-2
/
+1
*
oops... accidentally merged a broken patch
Felix Fietkau
2007-02-11
1
-14
/
+14
*
fix a bug that breaks some cgi scripts on busybox (patch from x-wrt)
Felix Fietkau
2007-02-11
1
-0
/
+17
*
revert httpd header handling code to the one from busybox 1.3.1 - fixes probl...
Felix Fietkau
2007-02-10
1
-1
/
+15
*
upgrade to busybox 1.4.1
Felix Fietkau
2007-02-04
2
-13
/
+2
*
unbreak cgis with custom headers on busybox httpd
Felix Fietkau
2007-02-01
1
-0
/
+11
*
enable httpd sighup config reload by default
Felix Fietkau
2007-01-31
1
-1
/
+1
*
fix stupid busybox bin2hex bug
Felix Fietkau
2007-01-27
1
-0
/
+14
*
really fix busybox wget command line parsing
Felix Fietkau
2007-01-27
1
-10
/
+12
*
fix wget --passive-ftp
Felix Fietkau
2007-01-26
1
-0
/
+11
*
another fix for the awk command line parsing - should finally work properly now
Felix Fietkau
2007-01-26
1
-8
/
+14
*
upgrade busybox to 1.4.0
Felix Fietkau
2007-01-25
22
-1384
/
+576
[next]