[Bug-wget] performace issues when saving a http iptv stream on a SD card

2013-05-16 Thread gstream
Hello. I am having an issue described in http://savannah.gnu.org/bugs/index.php?38844 I have no idea why does it stop instead of caching the data and writing them as the (too small) blocks before get written. The stream is served by "getstream"

Re: [Bug-wget] [PATCH] Regression since wget 1.10: no_prefix function is *bad*

2013-05-16 Thread Tim Rühsen
Am Donnerstag, 16. Mai 2013 schrieb Giuseppe Scrivano: > Tim Rühsen writes: > > > Hi Alex, > > > > yes, it is the _PC_NAME_MAX issue which is only valid for pathconf(). > > > > Attached is the little patch to fix it. > > > > Since MinGW is based on gcc-4.6, C99 should be available. > > As the Wik