Commit Graph
1519 Commits
Author SHA1 Message Date
spaced4ndy 26c368d82a refactor 2024-06-17 16:44:30 +04:00
spaced4ndy 4c9e3753b5 revert 2024-06-17 16:39:52 +04:00
spaced4ndy 6f65644053 revert 2024-06-17 16:38:30 +04:00
spaced4ndy b554729ca7 xftp stats tracking 2024-06-17 16:02:43 +04:00
spaced4ndy 355a3754ed remove xftp successes stats 2024-06-17 15:54:16 +04:00
spaced4ndy 3dda144b3a sub stats 2024-06-17 15:50:45 +04:00
spaced4ndy a4a4143d87 more stat tracking 2024-06-17 15:38:18 +04:00
spaced4ndy ce989c2120 other errs 2024-06-17 14:47:00 +04:00
spaced4ndy ac2844398b fix 2024-06-17 14:46:18 +04:00
spaced4ndy c5a5fd54e1 errs 2024-06-17 14:43:52 +04:00
spaced4ndy 409ae26136 retries -> attempts 2024-06-17 13:43:57 +04:00
spaced4ndy 26e278655f wip 2024-06-17 13:41:20 +04:00
spaced4ndy 2d5c026800 Revert "sigint, sigterm experiments"
This reverts commit f876fbd418.
2024-06-17 12:28:05 +04:00
spaced4ndy 7e8e6c7e56 fields 2024-06-17 12:26:05 +04:00
spaced4ndy da0d27c128 Merge branch 'master' into f/servers-summary 2024-06-17 11:54:34 +04:00
Evgeny Poberezkin d24df8fbae proposed stats 2024-06-16 18:34:30 -07:00
Evgeny Poberezkin b09f7a3283 Merge branch 'master' into f/servers-summary 2024-06-16 18:17:18 -07:00
sh 8a3b72458f readme: update compiling from source instructions (#1190) 2024-06-16 07:43:22 -07:00
Evgeny Poberezkin f616cb7b3e 5.8.1.0 v5.8.1 2024-06-16 07:36:38 -07:00
spaced4ndyandEvgeny Poberezkin 4bbadffa37 agent: api to reconnect single server (#1198)
* agent: api to reconnect single server

* refactor

---------

Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
2024-06-16 06:27:25 -07:00
Evgeny PoberezkinandAlexander Bondarenko 388d77b61a ntf stats on SMP server (#1197)
* log undelivered notifications

* type

* add counters and encoding

* rename

* diff

* style

* style2

---------

Co-authored-by: Alexander Bondarenko <486682+dpwiz@users.noreply.github.com>
2024-06-15 20:05:45 -07:00
Alexander Bondarenko 6597f6f0ed tests: add proxy connection refused test (#1200) 2024-06-15 19:27:58 -07:00
M. Sarmad QadeerandEvgeny Poberezkin 7008b08031 smp-server: fix layout (#1196)
* smp-server: fix layout

* ws

---------

Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
2024-06-15 12:52:41 -07:00
spaced4ndy 3fb4650296 increase stat 2024-06-14 19:55:51 +04:00
spaced4ndy be7b2b1ebc remove some proxy stats 2024-06-14 19:00:34 +04:00
spaced4ndy 7bc8fafddd corrections 2024-06-14 18:54:22 +04:00
spaced4ndy f876fbd418 sigint, sigterm experiments 2024-06-14 17:25:44 +04:00
spaced4ndy 91861574c6 save stats periodically 2024-06-14 17:21:54 +04:00
spaced4ndy d91f01968f rename 2024-06-14 16:55:58 +04:00
spaced4ndy cdf1969171 remove 2024-06-14 15:47:37 +04:00
spaced4ndy f892c661c1 save, restore stats wip 2024-06-14 14:34:23 +04:00
spaced4ndy 8578a33185 comment, exports 2024-06-13 18:54:31 +04:00
spaced4ndy 898e338832 rework 2024-06-13 18:28:04 +04:00
spaced4ndy fd3ca5b496 comment 2024-06-12 19:42:18 +04:00
spaced4ndy 17ba07aaeb uncomment 2024-06-12 19:41:33 +04:00
spaced4ndy 509612a528 simplify types 2024-06-12 19:40:37 +04:00
spaced4ndy 1076ecf560 rename 2024-06-12 16:50:35 +04:00
spaced4ndy cb774751da comment 2024-06-12 16:49:52 +04:00
spaced4ndy ee5c973a1c Revert "export"
This reverts commit cd9f315fe8.
2024-06-12 16:04:33 +04:00
spaced4ndy cd9f315fe8 export 2024-06-12 15:48:19 +04:00
spaced4ndy a89fea47d8 encoding 2024-06-12 15:29:47 +04:00
spaced4ndy 5743a173a7 agent: servers summary types, api [wip] 2024-06-12 13:22:38 +04:00
spaced4ndyandEvgeny Poberezkin bb1d31e459 remote ctrl: differentiate RCP error when trying to connect to unknown host identity (#1195)
* remote ctrl: differentiate RCP error when trying to connect to unknown host identity

* rename

* refactor

---------

Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
2024-06-10 17:42:51 +04:00
spaced4ndy da620c388a xftp: start chunk upload after all chunks are prepared (#1191) 2024-06-06 15:50:15 +04:00
spaced4ndy 3c0cd7efcc agent: separate type for agent file errors (#1185) 2024-06-05 18:44:32 +04:00
Evgeny Poberezkin 3d605310ed agent: remove protocol encodings and agent TCP server (#1189)
* rfc: remove agent protocol encodings

* agent: remove protocol encodings and agent TCP server

* update

* remove unused code

* remove

* move tests

* add delay to tests

* stabilize test

* test

* more delays

* reduce delays

* enable all tests

* delays

* style
2024-06-05 14:34:40 +01:00
Evgeny Poberezkin 3dab330480 use throwE instead of throwError (#1187)
* use throwE instead of throwError

* test delay
2024-06-05 11:20:50 +01:00
Evgeny Poberezkin 44b8f265ae 5.8.0: changelog v5.8.0 2024-06-03 10:01:59 +01:00
Evgeny Poberezkin 2e4f507919 5.8.0.10 v5.8.0-beta.6 2024-05-31 22:20:30 +01:00
Evgeny Poberezkin d28b17e787 xftp server: send HTTP2 error as timeout error to the client so it is treated as temporary (#1186)
* xftp server: log file reception error

* report HTTP2 error as timeout error

* reduce timeout to 5 min

* process timeout error in protocol response

* log warning on timeout/HTTP2 error
2024-05-31 22:18:28 +01:00