2023-03-31
|
Header tweak: #include from "limb/*" to <limb/*>
|
Olivier Brunel
|
2023-03-31
|
Update to latest changes in comain
|
Olivier Brunel
|
2023-03-28
|
Add gccattributes.h & don't export internal functions
|
Olivier Brunel
|
2023-03-26
|
Add hmac.h & hmac()
|
Olivier Brunel
|
2023-03-26
|
Add hashers for SHA1, SHA256 & SHA512
|
Olivier Brunel
|
2023-03-26
|
doc: Various (minor) fixes
|
Olivier Brunel
|
2023-03-26
|
Add hasher for BLAKE3
|
Olivier Brunel
|
2023-03-26
|
blake3: Tweak interface
|
Olivier Brunel
|
2023-03-26
|
Add hashers for SHA3 224, 256, 384 & 512
|
Olivier Brunel
|
2023-03-26
|
Add hasher.h & hasher_hash()
|
Olivier Brunel
|
2023-03-26
|
sha3: Tweak interface
|
Olivier Brunel
|
2023-03-26
|
Add buffer_puthex() and PUTMSG_HEX() macro
|
Olivier Brunel
|
2023-03-26
|
doc: Small tweaks/fixes
|
Olivier Brunel
|
2023-03-25
|
Add loadopt.h & loadopt() for "full" options parsing
|
Olivier Brunel
|
2023-03-24
|
Add parseopt.h & parseopt() to parse command-line args
|
Olivier Brunel
|
2023-03-24
|
Add byte_get_match{,_full}()
|
Olivier Brunel
|
2023-03-24
|
Add bytestr.h & byte_str()
|
Olivier Brunel
|
2023-03-23
|
doc: Minor fixes/tweaks
|
Olivier Brunel
|
2023-03-23
|
buffer_putmsg(): Add support for decimal values
|
Olivier Brunel
|
2023-03-21
|
Merge branch 'revamp-output' into next
|
Olivier Brunel
|
2023-03-21
|
Update dependencies for mkrabintables
|
Olivier Brunel
|
2023-03-21
|
Update output.h macros
|
Olivier Brunel
|
2023-03-21
|
Add obuffers.h and related functions
|
Olivier Brunel
|
2023-03-21
|
Add obuffer.h and related functions
|
Olivier Brunel
|
2023-03-21
|
Update put() to buffer_putmsg()
|
Olivier Brunel
|
2023-03-17
|
Add siovec_memcmp()
|
Olivier Brunel
|
2023-03-17
|
Add siovec_off() to return the byte at a given offset
|
Olivier Brunel
|
2023-03-17
|
Add siovec_gather0()/siovec_seek_gather0()
|
Olivier Brunel
|
2023-03-17
|
Add siov_search()
|
Olivier Brunel
|
2023-03-15
|
Add copyright/license header to files
|
Olivier Brunel
|
2023-03-14
|
Add siovec_seek_{bytechr,bytein,gather}
|
Olivier Brunel
|
2023-03-14
|
Add doc for header files
|
Olivier Brunel
|
2023-02-28
|
Add sareadlink0() & sareadlinkat0() to ensure the..
|
Olivier Brunel
|
2023-02-28
|
sareadlinkat: Just return -1 on error (as documented)
|
Olivier Brunel
|
2023-02-28
|
Minor doc tweaks/fixes
|
Olivier Brunel
|
2023-02-28
|
Add sacoloff(), saoff2ptr() and sacolptr()
|
Olivier Brunel
|
2023-02-28
|
Add rm_rfat(), rmstarat() and their *{,_in}_tmp..
|
Olivier Brunel
|
2023-02-28
|
Add salsat(), plus salst() and salstat() macros
|
Olivier Brunel
|
2023-02-28
|
meta/libs/limb: Minor refactor
|
Olivier Brunel
|
2023-02-28
|
Add opendirat()
|
Olivier Brunel
|
2023-02-25
|
Add hmap_{init,set,get,free}() for hash table management
|
Olivier Brunel
|
2023-02-25
|
Add hlookup() to compute 32bit hash for hashmap lookup
|
Olivier Brunel
|
2023-02-22
|
Add buffer_putesc{all,s,} and ESC support for put()
|
Olivier Brunel
|
2023-02-22
|
put: Take a buffer as destination; Add PUT_LFF..
|
Olivier Brunel
|
2023-02-22
|
mkrabintables: Fix some bitshifts
|
Olivier Brunel
|
2023-02-20
|
Add a few macros/functions to u16/u32/u64
|
Olivier Brunel
|
2023-02-20
|
Minor comment tweak
|
Olivier Brunel
|
2023-02-20
|
u16/u32/u64: Update interface
|
Olivier Brunel
|
2023-02-20
|
blake3: Update interface
|
Olivier Brunel
|
2023-02-20
|
sha3: Update interface
|
Olivier Brunel
|