vdutta
fad159b675
uspd: 2.2.2
2022-03-14 17:22:36 +05:30
vdutta
3554edcff0
uspd: 2.2.1
2022-03-11 15:26:27 +05:30
vdutta
0c04002028
uspd: Fix static code warnings
2022-02-21 14:27:40 +05:30
vdutta
e2a98f6cf1
uspd: 2.1.44
2022-02-08 10:03:46 +05:30
Amin Ben Ramdhane
be867f1b25
uspd: 2.1.43
2022-01-26 13:22:34 +01:00
vdutta
6c86adbf86
uspd: 2.1.42
2022-01-25 18:19:56 +05:30
vdutta
92748d489a
uspd: 2.1.41
2022-01-17 14:41:44 +05:30
vdutta
6126333ad9
uspd: Updated schema updater algo
2021-12-30 12:59:22 +05:30
vdutta
d4465d81f7
uspd: 2.1.39
2021-12-10 18:19:20 +05:30
vdutta
2e3013dc56
uspd: 2.1.38
2021-11-26 19:19:43 +05:30
vdutta
88fcb2e4df
uspd: Fix schema updater
2021-11-24 13:55:39 +05:30
vdutta
80e2035662
uspd: 2.1.36
2021-11-22 20:06:12 +05:30
vdutta
b1c705544b
Added ifupdate in hotplug
2021-11-09 17:58:36 +01:00
Omar Kallel
32245d37c3
Revert "Added ifupdate in hotplug"
...
This reverts commit 08244c5392 .
2021-11-09 16:35:09 +01:00
vdutta
08244c5392
Added ifupdate in hotplug
2021-11-09 16:24:21 +01:00
Omar Kallel
146bc95709
icwmp: Reduce I/O on filesystem
2021-11-09 16:23:31 +01:00
vdutta
86fab6969f
uspd: Option to configure dm version to use
2021-11-08 11:26:01 +05:30
vdutta
c3cee3431c
uspd: Enable caching of ubus data
2021-11-03 21:17:08 +05:30
vdutta
f8b51b9ca5
uspd: Add TransferComplete event with bbf plugin
2021-11-01 16:23:46 +05:30
vdutta
6d011f8626
uspd: Extend TransferComplete with json plugin
2021-10-29 18:48:12 +05:30
vdutta
26599ba94e
uspd: Added get_supported_dm
2021-10-27 20:17:38 +05:30
vdutta
b3dda9b4e5
uspd: align with bbf changes
2021-10-27 13:27:00 +05:30
vdutta
6ad633cbf4
uspd: 2.1.29
2021-10-25 12:14:32 +05:30
vdutta
0338a2fd7c
uspd: Configure option for subprocess on get cmd
2021-10-08 11:12:10 +05:30
vdutta
00d5c0849c
uspd: module test enhancements
2021-09-22 19:56:41 +05:30
vdutta
85fbea1d40
Revert "uspd: Fix memory leak"
...
This reverts commit bb6131b1f7 .
2021-09-21 22:28:19 +05:30
vdutta
bb6131b1f7
uspd: Fix memory leak
2021-09-21 19:51:21 +05:30
suvendhu
fa7ef67b91
uspd: Added config option for max blob msg len
2021-09-17 14:36:05 +05:30
vdutta
b9ef557a02
uspd: Update module tests
2021-08-17 19:07:32 +05:30
vdutta
c55f8790ff
uspd: Align with bbf changes
2021-08-09 22:51:17 +05:30
vdutta
04b0490017
uspd: Align with bbf changes
2021-07-23 16:23:36 +05:30
vdutta
cdb6bed47c
uspd: Updated logging
2021-06-29 10:21:02 +05:30
vdutta
cd3c3669c3
uspd: Allow DynOperate to call dmoperate functions
2021-06-26 23:48:16 +05:30
vdutta
156fd4f766
uspd: Transaction commit with restart service option
2021-06-18 16:10:53 +05:30
vdutta
ab22b4c6b1
uspd: Added longjump to prevent segfaults
2021-06-04 20:03:39 +05:30
vdutta
0c8cdd6297
uspd: ubus notifications for add/del instances
2021-05-26 21:25:00 +05:30
vdutta
d5071bf28d
uspd: Fix uspd service entry
2021-05-12 23:40:37 +05:30
vdutta
5915f5a7c3
uspd: Align with ubus and event support
2021-05-12 13:27:56 +05:30
vdutta
defb23338a
uspd: Fix vendor extn in parallel calls
2021-03-26 17:47:37 +05:30
Sukru Senli
84b63deafa
uspd: correct commit hash
2021-03-25 20:26:47 +01:00
Amin Ben Ramdhane
1ffc4255ad
bbf: new vendor extension mechanism
2021-03-25 19:37:47 +01:00
vdutta
69fc6842c2
uspd: Align error message format
2021-03-24 18:04:53 +05:30
Andreas Gnau
d2b9140468
treewide: Add PKG_MIRROR_HASH:=skip to pkgs downloaded from git
...
OpenWrt 21.02 will redownload from git over and over if PKG_MIRROR_HASH
is not set. Set it to skip to prevent it from happening.
2021-03-15 10:57:13 +01:00
vdutta
1732abca49
uspd: Change intra process ipc to mmap
2021-03-12 20:41:50 +05:30
vdutta
b84fb8e456
uspd: Notify schema updates on usp.raw object
2021-01-27 19:12:28 +05:30
vdutta
4482e7defd
uspd: Change startup sequence
2021-01-13 19:44:50 +05:30
vdutta
898455ceee
uspd: Multiple fixes
...
- Handle SIGSEGV while access libbbf API
- Logic improvement for result printing
2021-01-07 16:14:16 +05:30
vdutta
86bab4da22
uspd: Multiple fixes
...
- Uci Schema updated
- Ubus schema updated
- Config option for sock path
- config option for transaction_timeout
- config option to disable uspd
- Align with latest bbf
- Added tests
2020-12-16 15:53:19 +05:30
vdutta
c3157ef44e
uspd: Enhancement in transaction APIs
2020-12-11 16:15:17 +05:30
vdutta
07ca78f548
uspd: Multiple fixes
...
- Initialise and commit dmmap on startup
- Fix transaction_ api related issues
- Configure socket buf size as per blob len
- Added option to register with named ubus sockets
- list_notify: Added method to list notification params
- Fix usp.raw schema and tests
2020-12-09 18:21:52 +05:30