aboutsummaryrefslogtreecommitdiffstats
path: root/package/ubus
Commit message (Collapse)AuthorAgeFilesLines
* AA: ubus: sync with latest trunk version (as of r37740)Felix Fietkau2013-08-081-14/+10
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37743 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ubus: backport latest version from trunkFelix Fietkau2013-05-301-3/+3
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@36768 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: backport ubus from trunkFelix Fietkau2013-05-241-3/+3
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@36714 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ubus: revert the package install section from the trunk sync commitFelix Fietkau2013-01-211-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35267 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ubus: sync with trunk r35141Felix Fietkau2013-01-201-5/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35253 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ubus: update to latest version, fixes request timeout handling issues, hangs ↵Felix Fietkau2012-12-151-3/+3
| | | | | | | | on lots of requests, adds object notification support Backport of r34705 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34707 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ubus: add a missing dependencyFelix Fietkau2012-06-101-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32174 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ubus: update to latest version, adds reconnect supportFelix Fietkau2012-06-041-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32048 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ubus: update to latest version, fixes a socket race condition in the client ↵Felix Fietkau2012-05-181-3/+3
| | | | | | library with uloop git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31811 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ubus: update to latest version, add LUAPATH to cmake options - fixes #11398Felix Fietkau2012-05-061-2/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31622 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] ubus: update to current git, package up libubus-luaJo-Philipp Wich2012-05-051-3/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31619 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ubus: update to the latest versionFelix Fietkau2011-12-061-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29465 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/ubus: use new service wrapperNicolas Thill2011-11-071-3/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28840 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ubus: update to latest version, fixes recursion issues in libubusFelix Fietkau2011-10-271-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28633 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ubusd: add an init scriptFelix Fietkau2011-10-202-1/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28496 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ubus: update to latest version, includes a small bugfix for object call repliesFelix Fietkau2011-10-101-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28404 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update libubox and ubus to the latest versionFelix Fietkau2011-10-091-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28393 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update libubox and ubus to latest, libubox now includes jshnFelix Fietkau2011-08-111-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27963 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ubus: update to 2011-03-27 (includes an API simplification for object ↵Felix Fietkau2011-03-271-2/+3
| | | | | | signatures), use PKG_MIRROR_MD5SUM git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26319 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ubus: add a missing dependencyFelix Fietkau2011-02-281-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25792 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ubus: update to the latest version to fix a compile error with gcc 4.5Felix Fietkau2011-02-261-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25732 3c298f89-4303-0410-b956-a3cf2f4a3e73
* set PKG_RELEASE to PKG_SOURCE_VERSION on a few packages using gitFelix Fietkau2011-02-131-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25529 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add ubus - the new openwrt message bus / rpc daemonFelix Fietkau2011-02-111-0/+60
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25457 3c298f89-4303-0410-b956-a3cf2f4a3e73