- 26 Mar, 2021 1 commit
-
-
Vivek Kumar Dutta authored
-
- 25 Mar, 2021 1 commit
-
-
Amin Ben Ramdhane authored
-
- 23 Mar, 2021 1 commit
-
-
Vivek Kumar Dutta authored
-
- 12 Mar, 2021 1 commit
-
-
Vivek Kumar Dutta authored
-
- 28 Jan, 2021 1 commit
-
-
Vivek Kumar Dutta authored
-
- 27 Jan, 2021 1 commit
-
-
Vivek Kumar Dutta authored
-
- 07 Jan, 2021 1 commit
-
-
Vivek Kumar Dutta authored
-
- 04 Jan, 2021 1 commit
-
-
Vivek Kumar Dutta authored
-
- 22 Dec, 2020 1 commit
-
-
Omar Kallel authored
-
- 16 Dec, 2020 1 commit
-
-
Vivek Kumar Dutta authored
-
- 15 Dec, 2020 3 commits
-
-
Amin Ben Ramdhane authored
-
Vivek Kumar Dutta authored
-
Vivek Kumar Dutta authored
-
- 11 Dec, 2020 1 commit
-
-
Vivek Kumar Dutta authored
- Added transaction_id support - Added timeout for on-going transaction - Configuration option for transaction timeout value
-
- 08 Dec, 2020 6 commits
-
-
Vivek Kumar Dutta authored
-
Vivek Kumar Dutta authored
-
Amin Ben Ramdhane authored
- commit bbfdm changes for all methods except set/add/delete only if the method is different to usp.raw and there is no transaction in progress - revert bbfdm changes when calling transaction_abort() - remove Omar's latest merge request
-
Vivek Kumar Dutta authored
-
Vivek Kumar Dutta authored
-
Omar Kallel authored
-
- 04 Dec, 2020 1 commit
-
-
Vivek Kumar Dutta authored
-
- 03 Dec, 2020 2 commits
-
-
Omar Kallel authored
-
Vivek Kumar Dutta authored
-
- 02 Dec, 2020 2 commits
-
-
Amin Ben Ramdhane authored
-
Vivek Kumar Dutta authored
-
- 01 Dec, 2020 1 commit
-
-
Vivek Kumar Dutta authored
- Revert uci changes on transaction_abort
-
- 30 Nov, 2020 1 commit
-
-
Omar Kallel authored
* set operation get applied only if all parameters are set correctly * Added parameter key in setm_values * Redundant error checks removed * set operation output modified -- in case of success, only list status as success -- in case of failure, list failed paths, status and fault code
-
- 24 Nov, 2020 1 commit
-
-
Vivek Kumar Dutta authored
-
- 23 Nov, 2020 3 commits
-
-
Vivek Kumar Dutta authored
-
Vivek Kumar Dutta authored
- Rename tnx_* ubus objects to transaction_* - Use usp error codes as defined in bbf - Generate error when set/add/del operation initiated on usp.raw without starting a transaction
-
Vivek Kumar Dutta authored
- cwmp specific parameters results into error/warning in obuspa, as cwmp dm parameters not available for usp proto - dump_schema is used in obsupa to register the dm nodes, so, it makes more sense to dump only usp specific dm parameters
-
- 20 Nov, 2020 1 commit
-
-
Vivek Kumar Dutta authored
-
- 19 Nov, 2020 1 commit
-
-
Sukru Senli authored
blobmsg_add_u32 has a problem; it prints max unsigned int 32 value 4294967295 as -1
-
- 18 Nov, 2020 3 commits
-
-
Vivek Kumar Dutta authored
-
Vivek Kumar Dutta authored
- Added instance_mode in existing usp ubus object methods, so that it can be used defined at run time by the caller, if instance number or instance mode required for the operation -- default is instance number - Added transaction related ubus objects in 'usp.raw' object -- txn_start (To start a transaction) -- txn_commit (To commit on-going transaction, cause uci reload config) -- txn_abort (To cancel on-going transaction) - Segregate usp and usp.raw object methods -- usp object is meant for user interaction and hence display output in pretty format -- usp.raw object is specifically designed to expose API for other application which needs to interact with datamodel -- CUD(Create, Update, Del) operation on usp object is guarded by txn_* apis -- For CUD operation on usp.raw, txn_* apis needs to be called explicitly
-
Vivek Kumar Dutta authored
-
- 12 Nov, 2020 1 commit
-
-
Vivek Kumar Dutta authored
-
- 10 Nov, 2020 1 commit
-
-
Vivek Kumar Dutta authored
-
- 09 Nov, 2020 2 commits
-
-
Vivek Kumar Dutta authored
-
Vivek Kumar Dutta authored
- Added parallel call support for operate and get methods - Added unique_keys in 'dump_schema' method - Added in/out parameters in 'list_operate' method - Fix memory leaks - Fix invalid reads - performance optimizations
-