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

2020-07-12 Thread Sergey Ponomarev
Hi Stephane, Thanks for the tip. Even while it have bad accuracy for such users (if any) it may be created a separate quick endpoint with empty payload, or just CGI script. Anyway this is expensive to do date formatting for each request and data transmission which may be really slow for radio mesh

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 v3 1/1] httpd: Support caching via 'ETag:' header

2020-07-12 Thread Sergey Ponomarev
If server respond with ETag then next time client (browser) resend it via If-None-Match header. Then httpd will check if file wasn't modified and if not return 304 Not Modified status code. The ETag value is constructed from file's last modification date in unix epoch and it's size:

[PATCH] Support for ftp PASV responses not ending with ')'

2020-07-12 Thread Baruch Burstein
--- networking/parse_pasv_epsv.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/networking/parse_pasv_epsv.c b/networking/parse_pasv_epsv.c index 14f4d4258..de4032612 100644 --- a/networking/parse_pasv_epsv.c +++ b/networking/parse_pasv_epsv.c @@ -38,6 +38,8 @@ int FAST_FUNC

Re: [PATCH] domain_codec: optimize dname_dec and convert_dname

2020-07-12 Thread Denys Vlasenko
Applied, thanks! On Thu, Jul 9, 2020 at 2:47 PM Martin Lewis wrote: > > dname_dec: now iterates over the packet only once. > convert_dname: remove redundant checks and code shrink. > > While testing I've noticed that some of the tests didn't compile > properly, so I fixed them. > > function

Re: Searching the lists

2020-07-12 Thread Jody Bruchon
There is a Google custom search bar immediately below the text. Scroll down more and enjoy! On July 12, 2020 5:14:43 AM EDT, Baruch Burstein wrote: >Hi, > >How do I search the lists? When I go to >https://www.busybox.net/lists.html it >just says to search the lists, but doesn't say how to do

Re: Searching the lists

2020-07-12 Thread Xabier Oneca -- xOneca
Hi Bernhard, > We have a shorthand of the above on busybox.net/lists.html which i just > repaired after google changed something. Should be fixed now, please > reload the page and retry. Ouch! I didn't see that because I had scripts disabled... :P Sorry, Xabier Oneca_,,_

Re: Searching the lists

2020-07-12 Thread Bernhard Reutner-Fischer
On Sun, 12 Jul 2020 13:48:02 +0200 Xabier Oneca -- xOneca wrote: > Hi Baruch, > > > How do I search the lists? When I go to https://www.busybox.net/lists.html > > it just says to search the lists, but doesn't say how to do this? > > Using Google, you can search for "something >

Re: [PATCH] shrink last_char_is function even more

2020-07-12 Thread Tito
On 7/9/20 9:13 PM, Tito wrote: > On 7/9/20 9:56 PM, Martin Lewis wrote: >> Please note that my original patch is still smaller: >> http://lists.busybox.net/pipermail/busybox/2020-June/088026.html > > Hi, > yes I know. This is smaller than what is in git now. > I understood that Denis rejected

Re: Searching the lists

2020-07-12 Thread Xabier Oneca -- xOneca
Hi Baruch, > How do I search the lists? When I go to https://www.busybox.net/lists.html > it just says to search the lists, but doesn't say how to do this? Using Google, you can search for "something site:lists.busybox.net/pipermail/busybox" and the results will be only from the list. If you

Searching the lists

2020-07-12 Thread Baruch Burstein
Hi, How do I search the lists? When I go to https://www.busybox.net/lists.html it just says to search the lists, but doesn't say how to do this? Thanks, Baruch -- ˙uʍop-ǝpısdn sı ɹoʇıuoɯ ɹnoʎ 'sıɥʇ pɐǝɹ uɐɔ noʎ ɟı ___ busybox mailing list