1
0
Fork 0
mirror of https://github.com/anyproto/any-sync.git synced 2025-06-07 21:47:02 +09:00
Commit graph

258 commits

Author SHA1 Message Date
Mikhail Rakhmanov
dc2c7dacfc
Update proto versions 2025-05-21 13:36:40 +02:00
Mikhail Rakhmanov
ab5caa097e
Update secureservice with new proto version 2025-04-03 14:58:49 +02:00
Sergey Cherepanov
0f9a319e58
peer: fix closed connection release 2025-03-27 14:16:10 +01:00
Sergey Cherepanov
ea4248a51d
quic write deadline 2025-03-26 11:30:29 +01:00
Mikhail Rakhmanov
a3f2e5f725
Remove success logs 2025-03-11 17:41:11 +01:00
Mikhail Rakhmanov
0cac23037c
Fix snapshot path, update mocks, ignore heads mismatch error 2025-03-11 16:20:44 +01:00
mcrakhman
d17864b416
Regenerate mocks, fix synctree and syncacl tests 2025-02-04 23:45:45 +01:00
mcrakhman
f2fea0b795
Fix dial call if it is nil 2025-01-20 23:13:40 +01:00
Sergey Cherepanov
c6f5b3491c
secure service: config for identity check 2024-12-10 17:23:51 +01:00
mcrakhman
cfb2fca8b0
Rename to CompatibleVersion 2024-12-06 09:21:26 +01:00
mcrakhman
e5d32cf59c
Update any-sync version 2024-12-06 09:19:00 +01:00
AnastasiaShemyakinskaya
7a9666ce09
GO-2828: added AliveTimeSecs field
Signed-off-by: AnastasiaShemyakinskaya <shem98a@mail.ru>
2024-11-18 12:40:55 +01:00
AnastasiaShemyakinskaya
bdd028b1e1
Merge branch 'main' of github.com:anyproto/any-sync into go-2828-add-debug-diagnostics-for-spaces-and-connections 2024-11-18 11:53:00 +01:00
Anthony Akentiev
bc7e2f9258
Merge pull request #329 from anyproto/mocks-generate
Add mocks target to Makefile, regenerate mocks
2024-11-12 11:55:19 +01:00
AnastasiaShemyakinskaya
abaaa027b3
GO-2828: partly fixed comments
Signed-off-by: AnastasiaShemyakinskaya <shem98a@mail.ru>
2024-11-08 17:36:19 +01:00
AnastasiaShemyakinskaya
87f038c457
Merge branch 'main' of github.com:anyproto/any-sync into go-2828-add-debug-diagnostics-for-spaces-and-connections 2024-11-08 17:21:46 +01:00
Sergey Cherepanov
334f99f9b5
hotfix: blacklist middle 36.6 2024-11-01 18:39:22 +01:00
AnastasiaShemyakinskaya
c0f3ea733a
GO-2828: fix comments
Signed-off-by: AnastasiaShemyakinskaya <shem98a@mail.ru>
2024-10-30 14:13:35 +01:00
AnastasiaShemyakinskaya
f85006c0b8
Merge branch 'main' of github.com:anyproto/any-sync into go-2828-add-debug-diagnostics-for-spaces-and-connections 2024-10-30 13:58:26 +01:00
mcrakhman
b18f615c66
Fix closing quic connections 2024-10-29 13:20:44 +01:00
Anthony Akentiev
4338440bed
Add mocks target to Makefile, regenerate mocks 2024-10-26 18:48:47 +01:00
Roman Khafizianov
a3c6de7607
peerservice: do not dial under rlock 2024-10-24 01:21:19 +02:00
Roman Khafizianov
a11728fb25
add DialContext to yamux transport 2024-10-11 09:34:53 +02:00
AnastasiaShemyakinskaya
a3c50a46de
GO-2828: add more fields
Signed-off-by: AnastasiaShemyakinskaya <shem98a@mail.ru>
2024-10-10 11:43:43 +02:00
AnastasiaShemyakinskaya
cb2af70690
GO-2828: add peer stat
Signed-off-by: AnastasiaShemyakinskaya <shem98a@mail.ru>
2024-10-09 17:03:48 +02:00
mcrakhman
387671a5e7
Add new version 2024-09-30 16:00:53 +02:00
mcrakhman
cda52e7975
Add mocks for objectsync 2024-08-18 23:30:57 +02:00
mcrakhman
a0d22b72d5
Update streampool messages 2024-08-16 21:33:53 +02:00
mcrakhman
415bf3313d
Update load iterator batch size 2024-08-16 12:26:26 +02:00
mcrakhman
7e9839336c
Add streampool msg size 2024-08-15 08:28:51 +02:00
mcrakhman
550ba490fd
Add queue size to stream pool 2024-08-14 18:50:33 +02:00
mcrakhman
3393ccf3f4
Fix streampool tests and marshal append 2024-08-14 14:53:32 +02:00
mcrakhman
0519718e51
Merge branch 'main' into GO-2482-full-sync-request-max-size
# Conflicts:
#	commonspace/headsync/diffsyncer.go
#	commonspace/object/acl/syncacl/requestfactory.go
#	commonspace/object/acl/syncacl/syncacl.go
#	commonspace/object/acl/syncacl/syncaclhandler.go
#	commonspace/object/acl/syncacl/syncaclhandler_test.go
#	commonspace/object/tree/synctree/requestfactory.go
#	commonspace/object/tree/synctree/synctree.go
#	commonspace/object/tree/synctree/synctreehandler.go
#	commonspace/object/tree/synctree/synctreehandler_test.go
#	commonspace/object/tree/synctree/treeremotegetter.go
#	commonspace/object/tree/synctree/treesyncprotocol.go
#	commonspace/object/tree/synctree/treesyncprotocol_test.go
#	commonspace/object/tree/synctree/utils_test.go
#	commonspace/objectsync/objectsync.go
#	commonspace/objectsync/synchandler/synchhandler.go
#	commonspace/requestmanager/requestmanager.go
#	commonspace/requestmanager/requestmanager_test.go
#	go.mod
#	net/rpc/rpctest/peer.go
#	net/secureservice/secureservice.go
2024-08-12 16:51:03 +02:00
mcrakhman
17af238f03
Rewrite to old streampool 2024-08-11 17:34:24 +02:00
mcrakhman
120561a7f6
Request manager and context tests 2024-08-05 18:43:51 +02:00
mcrakhman
f4beb91316
Acl tests 2024-08-05 18:35:59 +02:00
mcrakhman
012a7ee5f0
Change gogo/protobuf to anyproto/protobuf 2024-08-02 11:14:12 +02:00
mcrakhman
d29ebe48a6
Update versions 2024-07-30 21:32:57 +02:00
mcrakhman
3558639f8f
Revert "Update proto version"
This reverts commit 0822e08921.
2024-07-30 21:29:21 +02:00
mcrakhman
0822e08921
Update proto version 2024-07-30 21:06:42 +02:00
mcrakhman
258a891cb6
Update compatible version 2024-07-30 20:57:58 +02:00
mcrakhman
d24f229f67
Change gc time 2024-07-15 23:58:08 +02:00
mcrakhman
a5d2bbe830
Fast ttl for connections and marshal append 2024-07-15 23:29:25 +02:00
mcrakhman
4c42f499d1
Update to marshal append 2024-07-15 22:00:18 +02:00
mcrakhman
fc292e4a12
Remove proto version code 2024-07-04 17:23:08 +02:00
mcrakhman
ab8322da47
Reduce proto versions 2024-07-04 00:11:00 +02:00
mcrakhman
e05b2146fa
WIP compatibility 2024-07-03 10:56:04 +02:00
mcrakhman
e7c3edab82
Add peer version 2024-07-02 12:57:20 +02:00
mcrakhman
4024cfacd1
Add proto versions 2024-07-02 12:46:45 +02:00
mcrakhman
bab5cb694f
Add protocol version to context and add new sync logic 2024-07-02 11:38:03 +02:00