Commit graph

  • 6cb513c976 [#257] Upgrade NeoFS API Go module Leonard Lyubich 2022-05-30 22:05:35 +0300
  • 3953c2166e [#255] Create session token using arbitrary key Denis Kirillov 2022-05-30 11:40:28 +0300
  • 85e3c7b087 [#254] client: Fix incorrect response processing case Leonard Lyubich 2022-05-30 10:34:48 +0300
  • 3bbf7ee15d [#252] object/id: Fix typos in docs Leonard Lyubich 2022-05-25 20:22:39 +0300
  • 85affc3c93 object: Remove debug printline Leonard Lyubich 2022-05-25 18:51:21 +0300
  • f0a5eb6dbc [#251] object/address: Refactor and document package functionality Leonard Lyubich 2022-05-25 12:03:22 +0300
  • bef4618cd6 [#252] session: Add Object.Issuer method Leonard Lyubich 2022-05-25 19:04:09 +0300
  • 1f7fe6864d [#229] netmap: make context private Evgenii Stratonikov 2022-05-20 15:45:12 +0300
  • 60ef026923 [#248] session: Add Issuer method Leonard Lyubich 2022-05-23 19:15:11 +0300
  • c976332e20 [#242] object: Require only 1 field to be set for SplitInfo Evgenii Stratonikov 2022-05-17 17:18:49 +0300
  • 12ea1e8d74 [#238] session: Add container.IssuedBy method Alex Vanin 2022-05-04 17:49:55 +0300
  • 539ac9915e [#237] client: Sign container ID value at container removal Alex Vanin 2022-05-04 14:58:46 +0300
  • 526b45e207 [#197] session: Link issues for further TODO resolving Leonard Lyubich 2022-04-27 10:41:09 +0300
  • 5fe6d96bf1 [#197] session: Fix Container.AppliedTo method docs Leonard Lyubich 2022-04-26 13:38:45 +0300
  • 4cbbbdd3e2 [#197] pool: Change function signature Leonard Lyubich 2022-04-26 13:09:13 +0300
  • f0134ef26e [#197] pool: Remove no longer needed test func Leonard Lyubich 2022-04-26 12:56:21 +0300
  • e468f409d7 [#197] pool: Remove unused function parameter Leonard Lyubich 2022-04-26 12:52:01 +0300
  • 4dc3a7669e [#197] client: Link FIXME with an issue Leonard Lyubich 2022-04-22 14:00:35 +0300
  • 48434d9999 [#197] client: Remove no longer used type Leonard Lyubich 2022-04-21 19:13:27 +0300
  • 552c7875bf [#197] session: Refactor and document the package Leonard Lyubich 2022-04-07 19:09:15 +0300
  • 497053c785 [#228] ns: use neofs-contract for nns constants Denis Kirillov 2022-04-22 16:49:23 +0300
  • 6e81e13e1b [#218] client: Decode status at io.EOF in the client-side stream Alex Vanin 2022-04-20 19:06:47 +0300
  • 1ed426b8a6 [#199] owner: Rename to user, refactor and doc Leonard Lyubich 2022-04-11 09:30:22 +0300
  • d20999113a [#190] crypto/ecdsa: Actualize package docs Leonard Lyubich 2022-04-19 11:22:43 +0300
  • 6554c681c8 [#190] crypto: Doc RegisterScheme isn't thread-unsafe Leonard Lyubich 2022-04-19 11:18:29 +0300
  • 9f20d74d76 [#190] crypto/ecdsa: Use separate types for RFC-6979 signature algo Leonard Lyubich 2022-04-19 11:11:29 +0300
  • 7fe75d2cd9 [#190] crypto: Replace public key encoding methods to PublicKey Leonard Lyubich 2022-04-19 10:39:50 +0300
  • bcbffd516a [#190] crypto: Provide fmt.Stringer of the Scheme type Leonard Lyubich 2022-04-19 10:27:27 +0300
  • 2f9cc50fec [#190] crypto: Start Scheme enum from zero Leonard Lyubich 2022-04-19 10:25:42 +0300
  • ea043f4ca3 [#190] Refactor cryptographic functionality Leonard Lyubich 2022-04-05 14:13:34 +0300
  • 2deaaeef05 [#170] object: Fix comments about checksums Pavel Karpy 2022-04-13 12:21:01 +0300
  • 9b63c07c59 [#170] storagegroup: Refactor and document package functionality Pavel Karpy 2021-03-22 18:04:16 +0300
  • 1186f2f703 [#170] oid, cid: Add marshal format checks Pavel Karpy 2022-04-12 19:23:16 +0300
  • f7172adf18 [#170] oid, cid: Refactor and document package functionality Pavel Karpy 2022-04-11 19:25:14 +0300
  • 24d6c2221f [#170] bearer: Return presence flag in getters of optional fields Alex Vanin 2022-04-12 18:19:00 +0300
  • 27cd721422 [#170] bearer: Add docs, refactor Alex Vanin 2022-03-24 11:05:41 +0300
  • 96892d7bc4 [#170] checksum: Drop Empty method Pavel Karpy 2022-04-12 16:08:09 +0300
  • 168b3ee7a4 [#170] checksum: Add examples Pavel Karpy 2022-04-12 15:42:29 +0300
  • caa055236b [#170] checksum: Do not use pointers Pavel Karpy 2021-03-04 14:38:23 +0300
  • fd13e61266 [#170] checksum: Drop Empty method Pavel Karpy 2021-03-22 13:56:18 +0300
  • 9c502a9cae [#179] resolver: Support wss connection scheme in NNS.Dial Leonard Lyubich 2022-04-13 10:23:06 +0300
  • d51d18d5f3 [#179] ns: Select Neo connection scheme dynamically in NNS.Dial Leonard Lyubich 2022-04-12 20:34:32 +0300
  • 55283d3c91 [#179] Rename resolver package to ns Leonard Lyubich 2022-04-12 11:25:18 +0300
  • 75a5b6588d [#179] resolver: Use Client with WSClient in NNS Leonard Lyubich 2022-04-12 11:19:32 +0300
  • 146fc4f07a [#179] resolver: Refactor and document the package Leonard Lyubich 2022-03-18 11:32:00 +0300
  • c961aea144 [#170] version: Add specification string encoder Alex Vanin 2022-04-12 11:43:34 +0300
  • ade8822a2f [#170] version: Add docs, refactor Alex Vanin 2022-03-23 18:35:44 +0300
  • 3e75660802 [#205] pool: fix using default key for requests Denis Kirillov 2022-04-12 16:48:55 +0300
  • 53e064e556 [#206] pool: fix waitForContainerRemoved Denis Kirillov 2022-04-12 17:14:48 +0300
  • 385f1b10f9 [#203] pool: fix PrmContainerDelete Denis Kirillov 2022-04-12 13:16:07 +0300
  • 1e8aa6a99f [#85] pool: update tests Denis Kirillov 2022-04-08 09:33:59 +0300
  • 97c8274dc0 [#85] pool: use non-pointer client inside wrapper Denis Kirillov 2022-03-29 14:12:15 +0300
  • 9e8e12f6ae [#85] pool: make client interface methods private Denis Kirillov 2022-03-28 12:17:56 +0300
  • aa6a4950d5 [#85] pool: fix skipped tests Denis Kirillov 2022-03-25 11:34:09 +0300
  • e56eef495d [#85] pool: refactor client interface Denis Kirillov 2022-03-21 14:29:29 +0300
  • e50e6d2828 [#137] pool: simplify session creation Denis Kirillov 2022-04-05 12:15:13 +0300
  • df0573d521 [#137] pool: drop sessionTokenThreshold Denis Kirillov 2022-03-24 17:35:09 +0300
  • c4adb03f8e [#137] pool: drop retry for object operations Denis Kirillov 2022-03-24 17:19:30 +0300
  • fcfae4a249 [#137] Use callback response to update epoch Denis Kirillov 2022-02-17 15:27:49 +0300
  • 9814748958 [#137] pool: fix tests Denis Kirillov 2022-03-24 17:02:33 +0300
  • 7df00fb0eb [#137] Add exp to ResSessionCreate Denis Kirillov 2022-02-16 16:57:18 +0300
  • 11a25bb413 [#137] Expire session tokens locally Denis Kirillov 2022-02-16 09:57:14 +0300
  • b8d2158acd [#180] eacl: make equal methods functions Denis Kirillov 2022-03-28 11:15:52 +0300
  • a709cf5444 [#180] pool: make some operations synchronous Denis Kirillov 2022-03-28 11:06:23 +0300
  • 0dbea5452a [#180] pool: add WaitForContainerRemoved Denis Kirillov 2022-03-24 15:42:49 +0300
  • 47345a33da [#180] pool: add WaitForEACLPresence Denis Kirillov 2022-03-23 10:50:34 +0300
  • d568458fab [#180] eacl: add EqualTo for table Denis Kirillov 2022-03-18 13:25:05 +0300
  • a1e17ea1f2 [#193] pool: Return copy of session token in cache support/v1.0.0-rc.3 Alex Vanin 2022-04-06 11:05:08 +0300
  • 129012748e [#193] pool: Add test to check side effects in token cache Alex Vanin 2022-04-06 11:03:41 +0300
  • 2104945f9e [#193] pool: Return copy of session token in cache Alex Vanin 2022-04-06 11:05:08 +0300
  • f38a24e8b5 [#193] pool: Add test to check side effects in token cache Alex Vanin 2022-04-06 11:03:41 +0300
  • 0367c83f5a [#191] pool: use bearer token Denis Kirillov 2022-04-06 10:32:01 +0300
  • e0281c3b34 [#191] pool: use bearer token Denis Kirillov 2022-04-06 09:19:05 +0300
  • f18b4a2a75 [#177] *: Remove logger package Evgenii Stratonikov 2022-03-28 15:41:20 +0300
  • 58d4f4a55f [#170] acl: Document package functionality Pavel Karpy 2021-03-22 11:24:57 +0300
  • 030bbce2cf [#165] pool: drop prmCommon from container params Denis Kirillov 2022-03-17 12:53:04 +0300
  • 59b49dd7e6 [#165] pool: update WaitForContainerPresence Denis Kirillov 2022-03-16 16:06:43 +0300
  • 191d85e607 [#165] pool: change exported fields to setters Denis Kirillov 2022-03-15 15:49:14 +0300
  • 9be9697856 [#165] pool: make client interface unexported Denis Kirillov 2022-03-15 15:00:38 +0300
  • 52548fe176 [#165] pool: add docs Denis Kirillov 2022-03-15 11:54:15 +0300
  • 7811d8eefc [#165] pool: distinguish init step and run Denis Kirillov 2022-03-11 17:55:02 +0300
  • d03523a3bc [#165] pool: replace options with parameters Denis Kirillov 2022-03-11 16:06:08 +0300
  • ec5c223f29 [#165] pool: make private inner structs Denis Kirillov 2022-03-11 14:57:35 +0300
  • f5cabe26cb [#165] pool: drop builder Denis Kirillov 2022-03-11 14:45:36 +0300
  • aeb4ac638a [#170] accounting: Remove message sub-string from V2-methods Leonard Lyubich 2022-03-17 16:45:26 +0300
  • 7d31de57ec [#170] audit: Refactor and document package functionality Leonard Lyubich 2022-03-14 14:30:07 +0300
  • 48150852f3 [#170] accounting: Refactor and document package functionality Leonard Lyubich 2022-03-12 19:15:26 +0300
  • a55ffa4796 [#176] status: Do not lose built-in error text message Alex Vanin 2022-03-16 16:54:20 +0300
  • b006ade154 Update neofs-api-go to v2.12.1 Alex Vanin 2022-03-15 17:08:01 +0300
  • 3e12d0eb69 [#172] object: Allow to marshal SplitInfo to JSON Evgenii Stratonikov 2022-03-14 16:52:45 +0300
  • 7d19718e1d [#168] netmap: Add simple selector benchmark Alex Vanin 2022-03-11 12:18:41 +0300
  • b91e25f782 [#168] pool: Adopt replacement of pointer slices with struct slices Alex Vanin 2022-03-11 12:18:13 +0300
  • 9c5d3d9dfa [#168] client: Adopt replacement of pointer slices with struct slices Alex Vanin 2022-03-11 12:16:08 +0300
  • e89a0d88d2 [#168] container: Remove pointer tricks from setAttribute Alex Vanin 2022-03-11 12:59:23 +0300
  • 98d4b5c926 [#168] container: Replace []*Attribute with []Attribute Alex Vanin 2022-03-11 12:13:56 +0300
  • cef9872b39 [#168] policy: Adopt replacement of pointer slices with struct slices Alex Vanin 2022-03-11 12:46:21 +0300
  • cdcbaa1677 [#168] netmap: Replace pointer slices with non-pointer slices Alex Vanin 2022-03-11 12:13:08 +0300
  • e70bf05fb9 [#168] eacl: Replace pointer slices with non-pointer slices Alex Vanin 2022-03-11 12:02:53 +0300
  • ef96949cbf [#168] object: Replace pointer slices with non-pointer slices Alex Vanin 2022-03-11 12:00:54 +0300
  • 467358f15a [#168] reputation: Replace []*reputation.Trust with []reputation.Trust Alex Vanin 2022-03-11 11:56:54 +0300