Changes compared to 1.0 are:
* autotools refactoring
* fix blocked state in request if connect() or recv() failed. Add timeout feature which abort pending request (connect(), send(), recv()) after XX seconds.
* add new ./configure options:
* --enable-debug
* --enable-log-debug
* --enable-log-color
* fix segfault case if user remove account cfg and SIGHUP yaddns when doing update procedure for the removed account.
* fix buffer overread in base64_encode function
* implement unit tests
* add -L, --use-syslog option
Signed-off-by: Anthony Viallard <avd@patatrac.info
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29362 3c298f89-4303-0410-b956-a3cf2f4a3e73
Hi,
The patch attached to the mail updates yaddns to 1.1-rc2. Changes are:
* autotools refactoring
* fix blocked state in request if connect() or recv() failed.
Add timeout feature which abort pending request (connect(), send(), recv())
after XX seconds.
* add new ./configure options:
* --enable-debug
* --enable-debug-log
* fix segfault case if user remove account cfg and SIGHUP yaddns when
doing update procedure for the removed account.
* fix buffer overread in base64_encode function
* implement unit tests
Regards,
Anthony.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26993 3c298f89-4303-0410-b956-a3cf2f4a3e73
Use a newer multi-service version, and integrate into the UCI configuration
system properly (should work with luci too).
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24959 3c298f89-4303-0410-b956-a3cf2f4a3e73