]> Repositorios git - scryer-prolog.git/shortlog
scryer-prolog.git
2020-06-12 Mark Thomcredit Ulrich Neumerkel for partial strings in README
2020-06-11 Mark Thomremove most cuts from bimetatrans_ruleml.pl
2020-06-11 Mark Thomfix printing of atoms like '.x' (#585)
2020-06-11 Mark Thomeliminate unnecessary find_min_time_ predicate in least...
2020-06-10 Mark ThomMerge pull request #582 from triska/format_time
2020-06-10 Markus TriskaADDED: format_time//2 for describing strings involving...
2020-06-10 Mark Thomscryer and prolog_parser version bump (#581)
2020-06-10 Mark Thomprolog_parser version bump, scryer version bump
2020-06-09 Mark ThomMerge pull request #579 from triska/master
2020-06-09 Markus TriskaENHANCED: throw Prolog exception on expired certificates
2020-06-09 Mark ThomMerge pull request #577 from triska/tls
2020-06-09 Markus TriskaADDED: Encrypted client connections in library(sockets...
2020-06-07 Markus TriskaADDED: type checks for type boolean
2020-06-07 Mark ThomMerge pull request #578 from triska/format_improvements
2020-06-07 Mark ThomMerge pull request #576 from triska/crypto_curve_scalar...
2020-06-07 Markus Triskatype check for ~d and ~D specifiers
2020-06-07 Markus TriskaENHANCED: format_//2 now evaluates arithmetic expressio...
2020-06-07 Markus Triskabetter domain error in format_//2
2020-06-07 Markus Triskaadd type check for scalar argument in crypto_curve_scal...
2020-06-07 Markus Triskause secp256k1 in the example
2020-06-07 Markus TriskaENHANCED: Faster Rust-based crypto_curve_scalar_mult...
2020-06-05 Mark Thoms/prolog-implementation/prolog-system (cargo does not...
2020-06-05 Mark Thombump version number
2020-06-05 Mark Thomupdate prolog_parser version, correct atom_chars/2...
2020-06-05 Mark Thomremove double_quotes checks from unnecessary places...
2020-06-04 Mark Thomremove unreachable branch in increment_s_ptr (#575)
2020-05-30 Mark Thomcorrect unexpected bad variables while ensuring better...
2020-05-27 Mark ThomMerge branch 'master' of https://github.com/mthom/rusty-wam
2020-05-27 Mark Thomorder generation of variable names in attributed goals...
2020-05-27 Mark Thomplug missing variables in equations (#488), exclude...
2020-05-27 Mark ThomMerge pull request #568 from triska/logo
2020-05-26 Markus TriskaADDED: Logo.
2020-05-26 Mark ThomMerge pull request #524 from matt2xu/decode_utf8
2020-05-23 Mark ThomMerge pull request #563 from triska/master
2020-05-23 Mark Thomthrow evaluable type error for unrecognized atoms in...
2020-05-23 Mark ThomAdd type errors where appropriate in arith_eval_by_meta...
2020-05-23 Mark Thomthrow type_error(number, E) in arith_eval_by_metacall...
2020-05-23 Mark Thom(**)/2 should always evaluate to floating point (#558)
2020-05-23 Mark Thomupdate (^)/2 in light of Draft Technical Corrigendum...
2020-05-23 Markus TriskaADDED: halt/1, halting with specified exit code
2020-05-23 Mark Thomaddress arity discrepancies in builtins.n and call... v0.8.123
2020-05-23 Mark ThomMerge pull request #560 from notoria/cargo
2020-05-23 Mark ThomMerge pull request #557 from mthom/docker
2020-05-23 notoriaAdded some informations in Cargo.toml
2020-05-22 Mark Thomuse -1 as eof_code for binary streams (#555)
2020-05-22 Mark ThomMerge pull request #556 from panasenco/docker docker origin/docker
2020-05-22 Matthieu WipliezImplementation of UTF-8 bytes to chars
2020-05-22 panasencoPhrasing
2020-05-22 panasencoFixed link in Dockerfile documentation. Updated README...
2020-05-22 panasencoRevert "Revert "Created and Tested Dockerfile""
2020-05-22 Mark ThomMerge branch 'master' of https://github.com/mthom/rusty-wam
2020-05-22 Mark Thomcorrect get_byte/1 not emitted -1 upon discovery of...
2020-05-22 Mark ThomMerge pull request #552 from mthom/master
2020-05-22 Mark ThomMerge pull request #554 from triska/format3
2020-05-22 Markus TriskaENHANCED: Faster format/3 for binary streams.
2020-05-22 Markus TriskaADDED: format/3, writing formatted output to a stream
2020-05-22 Mark Thommodify int_pow so that a power of -1 is valid (#548)
2020-05-21 Mark ThomMerge pull request #545 from triska/ed25519
2020-05-21 Markus Triskadocument that lists of integers can be specified if...
2020-05-20 Markus Triskacorrect mode indication for ed25519_verify/4
2020-05-20 Markus Triska"PrivateKey" --> "KeyPair"
2020-05-20 Markus Triskaremove several mentions of list of bytes in predicate...
2020-05-20 Markus Triskarequire PKCS#8 v2 format for better security
2020-05-20 Markus TriskaADDED: ed25519_keypair_public_key/2, relating a key...
2020-05-20 Markus Triskaclarify format of public key
2020-05-20 Markus TriskaADDED: ed25519_new_keypair/1 to dynamically create...
2020-05-20 Markus Triskause LessSafeKey to simplify the implementation of authe...
2020-05-20 Markus Triska"codes" --> "bytes"
2020-05-20 Markus TriskaADDED: Public key signatures and signature verification...
2020-05-19 Mark Thomrevert printing of characters
2020-05-19 Mark ThomMerge pull request #537 from triska/master
2020-05-19 Markus Triskaimport member/2 from library(lists)
2020-05-19 Mark ThomMerge pull request #536 from mthom/revert-517-docker
2020-05-19 Mark ThomRevert "Created and Tested Dockerfile" revert-517-docker origin/revert-517-docker
2020-05-19 Mark ThomMerge pull request #533 from triska/master
2020-05-19 Mark ThomMerge pull request #534 from triska/phrase_from_file_3
2020-05-19 Markus TriskaADDED: phrase_from_file/3 in library(pio)
2020-05-19 Markus Triskabetter error handling in crypto_data_hkdf/4
2020-05-19 Markus Triskacrypto_data_hkdf/4: do not crash for length > usize...
2020-05-19 Markus Triskause more fixnums in cryptographic routines
2020-05-19 Markus Triskacorrect option processing in crypto_data_decrypt/6
2020-05-19 Markus Triskause Fixnums for bytes in hashing.
2020-05-19 Markus Triskause matching to select the hashing algorithm
2020-05-19 Mark ThomMerge pull request #517 from panasenco/docker
2020-05-19 Mark Thomcorrect fixnum overflow on negation (#528)
2020-05-19 Markus TriskaADDED: Support for BLAKE2 algorithms in crypto_data_hash/3.
2020-05-19 Markus TriskaADDED: Support for SHA-3 algorithms in crypto_data_hash/3
2020-05-19 Mark Thomaccomodate \0\ in partial strings, print null as \0...
2020-05-18 Mark Thomadd Addr::Lis as case in PartialStringTail (#530)
2020-05-18 Mark ThomMerge pull request #527 from triska/master
2020-05-18 Mark Thomfix partial_string_tail panic (#530)
2020-05-18 Markus Triskastronger validation of input lists for cryptographic...
2020-05-18 Markus Triskacrypto_data_hkdf/4: Fail if the length is too long.
2020-05-18 Markus Triskacrypto_password_hash/3: fail if the number of iteration...
2020-05-18 Markus Triskacentralize reasoning about encoding
2020-05-18 Markus Triskaraise instantiation errors for variable encoding
2020-05-18 Markus Triskatype check for length argument in crypto_data_hkdf/4
2020-05-18 Markus Triskathrow instantiation error if the list of options contai...
2020-05-18 panasencoUpdated README with Docker install instructions
2020-05-18 panasencoManaged to create a 77MB scryer-prolog Docker image
next