Re: [PATCH 1/4] httpd: do not send useless Date header

2020-07-12 Thread Stephane Billiart
On the other hand, there is htpdate which is handy for some embedded or firewalled systems. They would loose the ability to set their time. http://www.vervest.org/htp/ ___ busybox mailing list busybox@busybox.net

[PATCH] implement wget --server-response

2017-01-23 Thread Stephane Billiart
Attached is a simple patch that adds --server-response to wget. I am using it with HTTP only but there is (partial) FTP support too. Let me know what you think. -- Stéphane --- wget.c.orig 2016-10-07 10:47:12.0 -0400 +++ wget.c 2017-01-23 21:47:58.148903902 -0500 @@ -105,10 +105,10 @@

[patch] typos in udhcp config help

2008-04-21 Thread Stephane Billiart
The attached patch corrects some minor typos in networking/udhcp/Config.in. -- Stéphane Billiart http://perso.orange.fr/billiart/ Index: networking/udhcp/Config.in === --- networking/udhcp/Config.in (revision

Re: 1.7.0 is out

2007-08-24 Thread Stephane Billiart
On 24/08/07 ? ? 11:59, Denys Vlasenko wrote: Hi people, I uploaded 1.7.0 earlier today. Enjoy. [...] * fdisk: make it work with big disks (read: typical today's disks) even if CONFIG_LFS is unset No, the build fails if LFS is not enabled (my uClibc does not have lseek64). Attached

Re: syslog messages truncated

2007-05-07 Thread Stephane Billiart
On 07/05/07 ? ? 22:23, Hamish Moffatt wrote: Hi, I've just installed busybox 1.4.2 on an embedded ARM system using uclibc 0.9.28.3. (I'll try 1.5.0 next but the web site warns it may not be stable yet.) syslog messages are being truncated. This happens regardless of their source (klogd,

pidfiles again

2007-03-26 Thread Stephane Billiart
: libbb/pidfile.c === --- libbb/pidfile.c (revision 0) +++ libbb/pidfile.c (revision 0) @@ -0,0 +1,25 @@ +/* vi: set sw=4 ts=4: */ +/* + * pid file routines + * + * Copyright (C) 2006 by Stephane Billiart [EMAIL PROTECTED