File tree
26 files changed
+1671
-508
lines changed- .github/workflows
- lib
- src/main/enums
- ts-test
- tests
- typings
26 files changed
+1671
-508
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
| |
| 110 | + | |
110 | 111 |
| |
111 | 112 |
| |
112 | 113 |
| |
| |||
115 | 116 |
| |
116 | 117 |
| |
117 | 118 |
| |
| 119 | + | |
118 | 120 |
| |
119 | 121 |
| |
120 | 122 |
| |
|
Lines changed: 13 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
396 | 396 |
| |
397 | 397 |
| |
398 | 398 |
| |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
399 | 410 |
| |
400 |
| - | |
| 411 | + | |
| 412 | + | |
401 | 413 |
| |
402 | 414 |
| |
403 | 415 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
70 | 70 |
| |
71 | 71 |
| |
72 | 72 |
| |
73 |
| - | |
| 73 | + | |
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
77 | 77 |
| |
78 | 78 |
| |
| 79 | + |
Lines changed: 29 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
5 | 34 |
| |
6 | 35 |
| |
7 | 36 |
| |
|
Submodule aerospike-client-c updated 36 files
- examples/async_examples/async_transaction/src/main/example.c+3-3
- src/include/aerospike/aerospike_batch.h+13-13
- src/include/aerospike/aerospike_scan.h+3-3
- src/include/aerospike/aerospike_txn.h+11-21
- src/include/aerospike/as_async.h+2-2
- src/include/aerospike/as_command.h+12-11
- src/include/aerospike/as_config.h+12-1
- src/include/aerospike/as_partition.h+2-2
- src/include/aerospike/as_policy.h+73-6
- src/include/aerospike/as_shm_cluster.h+2-2
- src/include/aerospike/as_status.h+35-15
- src/include/aerospike/as_txn.h+30-30
- src/include/aerospike/version.h+1-1
- src/main/aerospike/aerospike_batch.c+100-32
- src/main/aerospike/aerospike_key.c+21-21
- src/main/aerospike/aerospike_query.c+3-3
- src/main/aerospike/aerospike_scan.c+3-3
- src/main/aerospike/aerospike_txn.c+11-15
- src/main/aerospike/as_bit_operations.c+20-32
- src/main/aerospike/as_cdt_internal.c+4-13
- src/main/aerospike/as_cluster.c+100-11
- src/main/aerospike/as_command.c+15-12
- src/main/aerospike/as_config.c+2-1
- src/main/aerospike/as_error.c+5-1
- src/main/aerospike/as_event.c+5-5
- src/main/aerospike/as_hll_operations.c+14-26
- src/main/aerospike/as_node.c+2-2
- src/main/aerospike/as_txn.c+3-3
- src/main/aerospike/as_txn_monitor.c+7-7
- src/main/aerospike/version.c+1-1
- src/test/aerospike_batch/batch_async.c+67-1
- src/test/transaction.c+2-2
- src/test/transaction_async.c+2-2
- vs/aerospike-client-c-libevent.nuspec+1-1
- vs/aerospike-client-c-libuv.nuspec+1-1
- vs/aerospike-client-c.nuspec+1-1
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
25 | 24 |
| |
26 | 25 |
| |
27 | 26 |
| |
|
Lines changed: 8 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
| 25 | + | |
| 26 | + | |
25 | 27 |
| |
26 | 28 |
| |
27 |
| - | |
28 | 29 |
| |
29 | 30 |
| |
30 | 31 |
| |
| |||
220 | 221 |
| |
221 | 222 |
| |
222 | 223 |
| |
223 |
| - | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
224 | 227 |
| |
225 | 228 |
| |
226 | 229 |
| |
| |||
239 | 242 |
| |
240 | 243 |
| |
241 | 244 |
| |
242 |
| - | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
243 | 248 |
| |
244 | 249 |
| |
245 | 250 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
26 | 25 |
| |
27 | 26 |
| |
28 | 27 |
| |
|
0 commit comments