aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAge
* dht/client: Rewrite <insertion> in terms of cisw.Maxime Devos2023-03-04
* dht/client: Define equality procedure for datums.Maxime Devos2023-02-09
* dht/client: Rewrite <datum> in terms of cisw.Maxime Devos2023-02-09
* tests/util: Ignore location of slices.Maxime Devos2023-01-30
* bv-slice: Add procedure for comparing slices.Maxime Devos2023-01-15
* fs/network: Fix argument order of 'construct-request-loc-signature'.Maxime Devos2022-12-20
* fs: Normalise names.Maxime Devos2022-12-20
* tests/file-sharing: Test request-loc-signature round-tripping.Maxime Devos2022-12-03
* Extract test-roundtrip from tests/cadet.Maxime Devos2022-12-03
* Define arbitraries for generating bytevector slices.Maxime Devos2022-12-02
* Implement (gnu gnunet dht client) in terms of hashcodes.Maxime Devos2022-11-21
* Unskip DHT test.Maxime Devos2022-10-25
*-. Merge branches 'fs' (early part) and 'bytevector-slices'Maxime Devos2022-09-21
|\ \
| | * bv-slice: Implement slice-copy/bytevector.Maxime Devos2022-09-19
| * | fs/client: New client code.fsMaxime Devos2022-09-10
* | | tests/distributed-hash-table: Skip a to-be-investigated hanging test.Maxime Devos2022-09-12
| |/ |/|
* | bv-slice: Test capabilities of bv-slice/...Maxime Devos2022-09-11
* | bv-slice: Use new bv-slice/read-only bv-slice/write-only where appropriate.Maxime Devos2022-09-11
|/
* tests/config-parser: Use R7RS symbols instead of Guile's syntax.Maxime Devos2022-09-06
* tests/form: Use Unicode escapes instead of the unportable \x....Maxime Devos2022-09-04
* Use r7rs-symbols, for compatibility with Racket.Maxime Devos2022-09-03
* cadet/client: Handle closing channels.Maxime Devos2022-08-29
* data-string: Raise exceptions in case of bogus input.Maxime Devos2022-08-28
* value-parser: Distinguish -0 from +0 as floating point number.Maxime Devos2022-08-28
* value-parser: Recognise negative floating-point numbers.Maxime Devos2022-08-28
* tests/config-value-parser: Remove bogus skip.Maxime Devos2022-08-28
* tests/config-value-parser: Test value->float of negative numbers.Maxime Devos2022-08-28
* tests/distributed-hash-table: Unskip test.Maxime Devos2022-08-28
* tests/cadet: Test closing of CADET channels.Maxime Devos2022-08-28
* tests/cadet: Remove (pk ...) noise.Maxime Devos2022-08-26
* tests/cadet: Verify that messages are received.Maxime Devos2022-08-26
* tests/cadet: Simplify test by removing atomics.Maxime Devos2022-08-25
* tests/cadet: Verify the messages are actually ever sent.Maxime Devos2022-08-25
* tests/cadet: Fix book-keeping of the number of acknowledgements.Maxime Devos2022-08-25
* tests/cadet: Correct use of 'cond'.Maxime Devos2022-08-25
* tests/cadet: Partially test the 'acknowledgement' mechanism.Maxime Devos2022-08-25
* tests/utils: Allow changing fibers defaults in call-with-services/fibers.Maxime Devos2022-08-22
* tests/cadet: Test the use of the 'allow-send' counter a bit.Maxime Devos2022-08-22
* tests/mq-stream: Yield the current fiber, not the kernel-level thread.Maxime Devos2022-08-22
* crypto: Define procedures for decoding Crockford Base32-encoded public keys.Maxime Devos2022-08-15
* data-string: Test it.Maxime Devos2022-07-28
* tests/util: Remove reference to 'gc-timeout'.Maxime Devos2022-07-27
* tests/lost-and-found: Note that "concurrent losing" is a bit slow.Maxime Devos2022-07-27
* tests/mq: Skip "nothing lost when sending concurrently".Maxime Devos2022-07-27
* tests/mq: Add more information on "nothing lost when sending concurrently".Maxime Devos2022-07-27
* tests/mq: Notice "nothing lost when sending concurrently" non-deterministical...Maxime Devos2022-07-27
* tests/util: Fix non-deterministic hang in 'garbage-collectable'.Maxime Devos2022-07-27
* determine-reported-errors: Extract from the DHT tests.Maxime Devos2022-07-24
* cadet/client: Handle 'reconnect!!'.Maxime Devos2022-07-24
* tests/cadet: Enable "garbage collectable" test.Maxime Devos2022-07-24