- May 22, 2015
-
-
Jonas Gorski authored
If the first resolveip call will fail, peeraddr will be now empty, and the subsequent resolveip call will try to resolve an empty string. Fix this by storing the result in a temporary variable. Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 45712
-
- May 19, 2015
-
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 45700
-
- May 16, 2015
-
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 45689
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 45688
-
- Apr 30, 2015
-
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 45590
-
- Apr 28, 2015
-
-
Steven Barth authored
Signed-off-by:
Hans Dedecker <dedeckeh@gmail.com> SVN-Revision: 45585
-
- Apr 20, 2015
-
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 45514
-
- Apr 17, 2015
-
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 45476
-
- Apr 15, 2015
-
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 45449
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 45448
-
- Apr 14, 2015
-
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 45429
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 45428
-
- Apr 10, 2015
-
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 45358
-
- Apr 09, 2015
-
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 45323
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 45322
-
- Mar 31, 2015
-
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 45191
-
- Mar 30, 2015
-
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 45146
-
- Mar 25, 2015
-
-
Steven Barth authored
SVN-Revision: 45001
-
- Mar 10, 2015
-
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 44636
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 44635
-
- Feb 26, 2015
-
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 44541
-
- Feb 08, 2015
-
-
Jo-Philipp Wich authored
The recent rework of the 6in4 endpoint update broke the retry mechanism. Rework the timeout handling and make the update status more verbose. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44327
-
- Feb 07, 2015
-
-
Jo-Philipp Wich authored
Busybox ash does not implement /dev/stdout, therfore any wget output is written into a file /dev/stdout instead of onto the standard output. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44301
-
- Feb 03, 2015
-
-
John Crispin authored
Signed-off-by:
Hans Dedecker <dedeckeh@gmail.com> SVN-Revision: 44246
-
- Jan 13, 2015
-
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 43961
-
- Jan 12, 2015
-
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 43946
-
- Jan 09, 2015
-
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43894
-
- Dec 10, 2014
-
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 43592
-
- Nov 28, 2014
-
-
Steven Barth authored
Thanks to Dave Taht for debugging and thanks to Comcast for shipping strangely behaving software so I can fix some corner cases. Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 43415
-
- Nov 18, 2014
-
-
Steven Barth authored
SVN-Revision: 43294
-
- Nov 09, 2014
-
-
Steven Barth authored
b52053b 6in4: https support for he.net tunnel api introduced HTTPS support using wget. The busybox version of wget, however, doesn't support the -V option, thus poluting logfiles with a full invalid-parameter-output. Redirect stderr to fix that. As libcurl and curl support selecting the SSL library of your choice, also add support for curl which is more commonly used on OpenWrt than "real" wget which needs libopenssl. Also make sure to respect SSL_CERT_DIR and increase timeouts. Signed-off-by:
Daniel Golle <daniel@makrotopia.org> SVN-Revision: 43228
-
- Nov 03, 2014
-
-
John Crispin authored
turns out that r43155 adds duplicate info. Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 43167
-
John Crispin authored
Note, that licensing stuff is a nightmare: many packages does not clearly state their licenses, and often multiple source files are simply copied together - each with different licensing information in the file headers. I tried hard to ensure, that the license information extracted into the OpenWRT's makefiles fit the "spirit" of the packages, e.g. such small packages which come without a dedicated source archive "inherites" the OpenWRT's own license in my opinion. However, I can not garantee that I always picked the correct information and/or did not miss license information. Signed-off-by:
Michael Heimpold <mhei@heimpold.de> SVN-Revision: 43155
-
- Nov 02, 2014
-
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 43151
-
- Oct 30, 2014
-
-
Steven Barth authored
HE.net tunnel update API requests are now made via https if an SSL-capable wget is installed. Certificate validation is conditionally enabled if the CA certs are available. Signed-off-by:
Andrew Skalski <askalski@gmail.com> SVN-Revision: 43124
-
- Oct 25, 2014
-
-
Steven Barth authored
SVN-Revision: 43056
-
- Oct 12, 2014
-
-
Steven Barth authored
SVN-Revision: 42869
-
- Oct 08, 2014
-
-
Steven Barth authored
SVN-Revision: 42852
-
Steven Barth authored
SVN-Revision: 42850
-
Steven Barth authored
SVN-Revision: 42841
-