]> Cypherpunks repositories - keks.git/shortlog
keks.git
2025-01-16 Sergey MatveevFix typo in name
2025-01-14 Sergey Matveevtextdump-tester
2025-01-14 Sergey MatveevAdditional TAI64NA generation strategy
2025-01-14 Sergey MatveevAdditional BLOB generation won't hurt
2025-01-14 Sergey MatveevSlightly shorter big.Int initialisation
2025-01-14 Sergey MatveevDo not modify big.Int during encoding
2025-01-14 Sergey MatveevSimplify ≥0 check
2025-01-14 Sergey MatveevAbility to skip UTC→TAI conversion during encoding
2025-01-14 Sergey MatveevHonest bytewise map's key ordering
2025-01-14 Sergey MatveevAbility to skip TAI→UTC conversion
2025-01-10 Sergey MatveevLess stateful BLOB decoding
2025-01-10 Sergey MatveevAdd missing anchors
2025-01-10 Sergey MatveevFix pki/cer.c workability
2025-01-08 Sergey MatveevAdd optional offsets storage
2024-12-28 Sergey MatveevUnify Go and C printers output
2024-12-27 Sergey MatveevGo implementation has fewer limitations
2024-12-26 Sergey MatveevHighly optimised and revised Go's decoding/encoding
2024-12-25 Sergey MatveevMinor trivial changes to documentation
2024-12-18 Sergey MatveevNo need in Raw's tag separation from the body
2024-12-16 Sergey MatveevStatic linking is good
2024-12-16 Sergey MatveevInclude run time in totals
2024-12-16 Sergey MatveevExplicitly set items initial capacity
2024-12-16 Sergey MatveevDecode context options
2024-12-16 Sergey MatveevAdd missing copyright information
2024-12-15 Sergey MatveevGreat renaming
2024-12-15 Sergey MatveevCheck mk-fuzz-inputs output
2024-12-15 Sergey MatveevStreaming BLOBs
2024-12-15 Sergey MatveevHexadecimal encoding is easier to read
2024-12-15 Sergey MatveevStreaming encoding/decoding
2024-12-15 Sergey MatveevCover ErrInvalid in switches
2024-12-15 Sergey MatveevLess panics
2024-12-15 Sergey MatveevRemove excess expectEOC state
2024-12-15 Sergey MatveevUnroll loops
2024-12-15 Sergey MatveevAdd invalid item type for zeroed memory
2024-12-15 Sergey MatveevRemove unneeded code
2024-12-15 Sergey MatveevMissing quotes
2024-12-12 Sergey MatveevRemove excess "pki" prefix from the namespace
2024-12-12 Sergey MatveevLeave -algo default value for convenience
2024-12-12 Sergey MatveevMake clean scripts source directory agnostic
2024-12-12 Sergey MatveevMissing clean call
2024-12-12 Sergey MatveevMissing break
2024-12-12 Sergey MatveevRefactor and reorganise yacpki
2024-12-12 Sergey MatveevPrettier panic output
2024-12-12 Sergey MatveevNon exportable const
2024-12-12 Sergey MatveevProperly regrouped imports
2024-12-12 Sergey MatveevMore docstrings
2024-12-12 Sergey MatveevLess pointers
2024-12-12 Sergey MatveevLeave less junk after creating testdata
2024-12-11 Sergey MatveevBig code reorganisation
2024-12-11 Sergey MatveevFuzz program for cyac
2024-12-11 Sergey MatveevConsider possible tail existence
2024-12-11 Sergey MatveevWider code fuzz coverage
2024-12-11 Sergey MatveevFix an endless cycle
2024-12-11 Sergey MatveevFix reflected value type
2024-12-11 Sergey MatveevCombine single error
2024-12-11 Sergey MatveevSimpler encode API
2024-12-11 Sergey MatveevDo not allow lonely EOC
2024-12-11 Sergey MatveevMissing buffer size check
2024-12-11 Sergey MatveevKeep test-related code in tests
2024-12-09 Sergey MatveevHasher field must be publicly accessible
2024-12-05 Sergey MatveevProtection from recursion DoS
2024-12-05 Sergey MatveevYet another tiny optimisation
2024-12-05 Sergey MatveevFuzzing related scripts
2024-12-05 Sergey MatveevTrivial tiny performance optimisations
2024-12-05 Sergey MatveevAbility to set leapsecUTCAllow from CLI
2024-12-04 Sergey MatveevPrevent uncaught recursion limits during decoding
2024-12-04 Sergey MatveevCheck that leapsecUTCAllow is propagated everywhere
2024-12-04 Sergey MatveevSimpler and more robust datetime overflow check
2024-12-04 Sergey MatveevMonocypher-based cyac ed25519-blake2b cer-verify
2024-12-03 Sergey MatveevAdd various suggested hash algorithms and Ed25519-BLAKE...
2024-12-03 Sergey MatveevFix terminology
2024-12-02 Sergey MatveevDummy test for Raw-encoding coverage
2024-12-02 Sergey MatveevMore set-related coverage
2024-12-01 Sergey MatveevPure hex (non escaped) encoding is easier to read and...
2024-12-01 Sergey MatveevMissing invalid UTF-8 strategies
2024-11-30 Sergey MatveevAnother compare optimisation
2024-11-30 Sergey MatveevAdd pyac-related tests
2024-11-30 Sergey MatveevNote what exact version hypothesis was used
2024-11-30 Sergey MatveevAdd copyright information
2024-11-30 Sergey MatveevUnify returned NotEnoughData sizes
2024-11-30 Sergey MatveevAdd missing known TAI64 values
2024-11-30 Sergey MatveevSlight optimisation, reduce calls to .keys()
2024-11-30 Sergey MatveevFix grammar
2024-11-30 Sergey MatveevSplit TAI-related tests for each separate type
2024-11-30 Sergey MatveevMissing non-minimal TAI64 testing
2024-11-30 Sergey MatveevReplace hard-coded tests with symmetric ones
2024-11-30 Sergey MatveevSplit long lines
2024-11-30 Sergey MatveevWe can easily check exact Raw's value
2024-11-30 Sergey MatveevMove Leapsec-related tests outside common ones
2024-11-30 Sergey MatveevExplicitly check that length sorting works
2024-11-30 Sergey MatveevCombine encode/decode tests
2024-11-30 Sergey MatveevMove everything-strategy as it will be used
2024-11-30 Sergey MatveevRename test for clearness
2024-11-30 Sergey MatveevMore symmetric tests
2024-11-30 Sergey MatveevSplit long strings tests
2024-11-30 Sergey MatveevSplit strings testing
2024-11-30 Sergey MatveevSingle-test cases can omit test name
2024-11-30 Sergey MatveevSplit int-related combined tests
2024-11-30 Sergey MatveevUnacceptable string representations
2024-11-30 Sergey MatveevUnify case in hexadecimal strings
next