Commits on Source (33)
-
dmitriy.gerasimov authored
bugs-4028 See merge request !104
ef9934ad -
Sergei Rashitov authored81645ef4
-
alexander.lysikov authored
added hooks
77120251 -
Roman Khlopkov authored
Keep up-to-date
7aa76a96 -
alexandr.kravchenko authored83c50c69
-
alexandr.kravchenko authored9af875e8
-
dmitriy.gerasimov authored
Bugs 3896 See merge request !105
4c152234 -
dmitriy.gerasimov authored
move vpn client from net to vpn module and added hooks See merge request !107
495fee11 -
dmitriy.gerasimov authored
bugs-4028 See merge request !108
d32d0a49 -
alexandr.kravchenko authored98786ea0
-
alexandr.kravchenko authored72954afb
-
alexandr.kravchenko authored289e0d54
-
alexandr.kravchenko authored9b87bbfa
-
Constantin Papizh authoredb8295fb9
-
dmitriy.gerasimov authored
extern c def See merge request !109
8221ad55 -
alexander.lysikov authored
added new function dap_fnmatch()
bf1b0844 -
alexandr.kravchenko authored51c9db08
-
alexandr.kravchenko authored31e5e19e
-
Constantin Papizh authored69d9c16f
-
dmitriy.gerasimov authored
Updated signature subtypes See merge request !111
e82d399a -
alexander.lysikov authored965eec9f
-
dmitriy.gerasimov authored
4038 and 3365 See merge request !112
51a1d106 -
Constantin Papizh authored2673cc51
-
Sergei Rashitov authored9d134cbd
-
alexander.lysikov authored
fixed serial authorisation
8fe604f9 -
dmitriy.gerasimov authored
localtime See merge request !113
55a6344e -
dmitriy.gerasimov authored
Fix memory leak in gdb history API See merge request !114
2eb32217 -
dmitriy.gerasimov authored
added commands vpn_cdb serial info, delete, deactivate See merge request !115
09767d8c -
alexander.lysikov authored
fixed work with serials
509664ac -
dmitriy.gerasimov authored
fixed work with hooks See merge request !116
646edd88 -
Sergei Rashitov authored7648a4a3
-
dmitriy.gerasimov authored
Unused function declaration See merge request !117
1f715c25 -
Roman Khlopkov authored6f0169ec
Showing
- .gitlab-ci.yml 18 additions, 0 deletions.gitlab-ci.yml
- dap-sdk/core/include/dap_file_utils.h 8 additions, 0 deletionsdap-sdk/core/include/dap_file_utils.h
- dap-sdk/core/include/dap_fnmatch.h 62 additions, 0 deletionsdap-sdk/core/include/dap_fnmatch.h
- dap-sdk/core/include/dap_fnmatch_loop.h 1223 additions, 0 deletionsdap-sdk/core/include/dap_fnmatch_loop.h
- dap-sdk/core/include/dap_strfuncs.h 1 addition, 0 deletionsdap-sdk/core/include/dap_strfuncs.h
- dap-sdk/core/src/dap_common.c 1 addition, 0 deletionsdap-sdk/core/src/dap_common.c
- dap-sdk/core/src/dap_fnmatch.c 435 additions, 0 deletionsdap-sdk/core/src/dap_fnmatch.c
- dap-sdk/crypto/src/dap_enc_dilithium.c 1 addition, 3 deletionsdap-sdk/crypto/src/dap_enc_dilithium.c
- dap-sdk/crypto/src/dap_enc_tesla.c 1 addition, 3 deletionsdap-sdk/crypto/src/dap_enc_tesla.c
- dap-sdk/net/client/dap_client_pvt.c 1 addition, 1 deletiondap-sdk/net/client/dap_client_pvt.c
- dap-sdk/net/server/enc_server/dap_enc_http.c 3 additions, 0 deletionsdap-sdk/net/server/enc_server/dap_enc_http.c
- modules/global-db/dap_chain_global_db_driver_cdb.c 3 additions, 5 deletionsmodules/global-db/dap_chain_global_db_driver_cdb.c
- modules/global-db/dap_chain_global_db_hist.c 5 additions, 3 deletionsmodules/global-db/dap_chain_global_db_hist.c
- modules/global-db/include/dap_chain_global_db.h 1 addition, 0 deletionsmodules/global-db/include/dap_chain_global_db.h
- modules/net/CMakeLists.txt 1 addition, 1 deletionmodules/net/CMakeLists.txt
- modules/net/dap_chain_net.c 42 additions, 3 deletionsmodules/net/dap_chain_net.c
- modules/net/dap_chain_node_cli.c 0 additions, 5 deletionsmodules/net/dap_chain_node_cli.c
- modules/net/dap_chain_node_cli_cmd.c 0 additions, 160 deletionsmodules/net/dap_chain_node_cli_cmd.c
- modules/net/include/dap_chain_net.h 0 additions, 2 deletionsmodules/net/include/dap_chain_net.h
- modules/net/include/dap_chain_node_cli_cmd.h 0 additions, 3 deletionsmodules/net/include/dap_chain_node_cli_cmd.h
.gitlab-ci.yml
0 → 100644
dap-sdk/core/include/dap_fnmatch.h
0 → 100644
dap-sdk/core/include/dap_fnmatch_loop.h
0 → 100644
dap-sdk/core/src/dap_fnmatch.c
0 → 100644