libusual.git
2014-12-30 Marko Kreenregex: simplify op_count_full error check master
2014-09-07 Marko Kreenstring: use memset_s for explicit_bzero
2014-09-01 Marko Kreenchacha: make faster
2014-08-30 Marko Kreencsrandom, keccak_prng, chacha: new modules
2014-08-30 Marko Kreenpthread: non-working once wrapper
2014-08-30 Marko Kreenwin32 cleanups
2014-08-30 Marko Kreenhashing: memhash
2014-07-14 Marko Kreenendian: WORDS_UNALIGNED_ACCESS_OK (draft)
2014-07-14 Marko Kreenmsvc: fail on non-x86, instead miscompiling
2014-07-14 Marko Kreenstring: explicit_bzero
2014-06-27 Marko Kreenstring: locale-independent float handling
2014-06-27 Marko Kreenstring: memstring functions
2014-06-21 Marko Kreenshlist: convert to offsets relateive to node itself
2014-06-21 Marko Kreenshlist: fix empty check
2014-06-21 Marko Kreentest_cxalloc: fix printf warning
2014-06-20 Marko Kreentest/compile: disable unused func warning
2014-06-20 Marko Kreenbits,endian: stop depending on libc
2014-06-20 Marko Kreenbase: support magic clang macros, cleanups
2014-06-19 Marko Kreendox: fix file locations
2014-06-19 Marko Kreenmake: tags
2014-06-19 Marko Kreencbtree: allow long keys
2014-06-19 Marko Kreencbtree: disallow double keys
2014-06-19 Marko Kreencxextra: custom alignment for pool
2014-06-19 Marko Kreentest_cfparser: allow run from top dir
2014-06-19 Marko Kreenutf8: validator
2014-06-12 Marko Kreenusual.m4: INSTALL - use absolute path
2014-06-12 Marko KreenRemove use of USUAL_ALLOC
2014-06-12 Marko Kreencxalloc: make cx=NULL mean USUAL_ALLOC
2014-06-12 Marko Kreenbits: multiply with overflow check
2014-06-12 Marko Kreencxextra: pool improvements
2014-06-12 Marko Kreencxextra/pool: initial size, realloc
2014-06-12 Marko Kreensocket: getpeercreds cleanups
2014-05-23 Marko Kreenkeccak: Sync with new SHA3 draft.
2014-05-03 Marko Kreenmk: refresh libusual2.temo
2014-05-03 Marko Kreencfparser: %include directive
2014-04-30 Marko Kreenheap: heap_destroy() works on NULL argument
2013-07-07 Marko Kreenusual/slab: sanitize object size and align.
2013-04-25 Marko Kreenantimake: sync with antimake repo
2013-04-25 Marko Kreenmakefile: make config.h installable again
2013-04-02 Marko Kreencfparser: require that first section must be present
2013-04-02 Marko Kreensocket: getpeercreds() - getpeereid() + pid
2013-04-02 Marko Kreenantimake: follow symlinks when searching extensions
2013-01-06 Marko Kreenm4/usual: fix ctype removal
2013-01-06 Marko Kreenamext-msvc: random cleanups
2013-01-06 Marko Kreenantimake: safer test result print
2013-01-06 Marko Kreenantimake: keep per-object mkdir always quiet
2013-01-06 Marko Kreenbase_win32: missing win32 includes
2013-01-06 Marko Kreenmsvc cleanup
2013-01-06 Marko Kreenantimake: use printf instead of echo
2013-01-06 Marko Kreenantimake: dont use readpath when loading extensions
2013-01-06 Marko Kreenmsvc fixes
2013-01-06 Marko Kreenantimake: mkdir is not needed in ar_lib
2013-01-06 Marko Kreenctype: always activate macros
2013-01-06 Marko Kreenamext-msvc: cleaups, safer mkdir
2013-01-06 Marko Kreenwchar: compat mbsnrtowcs(), tests
2013-01-05 Marko Kreentest: clean fmod_test
2013-01-05 Marko Kreentest/Makefile: cleanup
2013-01-05 Marko Kreenantimake: make sure DEPENDENCIES and nodist_SOURCES...
2013-01-05 Marko Kreenantimake: clean also EXTRA targets
2013-01-05 Marko Kreenantimake: call hooks also for EXTRA targets
2013-01-05 Marko Kreenantimake: don't clean LDADD/LIBADD files
2013-01-05 Marko KreenMSVC support
2013-01-05 Marko Kreenctype: provide isblank() if missing
2013-01-05 Marko Kreenbase_win32: type specifiers from inttypes.h
2013-01-05 Marko Kreentests: remove headers already included by base.h
2013-01-05 Marko Kreenantimake: support LIBDIR
2013-01-05 Marko KreenDrop Setup.mk
2013-01-05 Marko KreenSync test output with current 'make install'
2013-01-05 Marko Kreenmake install: handle subdirs properly
2013-01-05 Marko Kreenantimake temos: sync with crc module move
2013-01-05 Marko Kreenantimake: make OBJEXT include '.'
2013-01-05 Marko Kreenantimake: convert mkdir and printf to functions.
2013-01-05 Marko KreenAvoid libtool, build simple static library
2013-01-05 Marko Kreencfparser,cxalloc: avoid use of struct field specifiers.
2013-01-05 Marko Kreenlogging: Use __VA_ARGS__ for vararg macros
2013-01-05 Marko Kreenantimake: show mkdir commands if in verbose mode
2013-01-05 Marko Kreenantimake: use JoinPath when calculating feat file name
2013-01-04 Marko Kreenwchar: allow missing mbsnrtowcs()
2013-01-04 Marko Kreenpthread: missing HAVE_PTHREAD_H check
2013-01-04 Marko KreenRemove remaining C++ comments from source tree.
2013-01-04 Marko Kreenfind_modules: test with various awks
2013-01-04 Marko Kreenfind_modules: older awks might not have 'in'
2013-01-03 Marko Kreendlfcn: new module for dlopen compat functions
2013-01-03 Marko Kreencf_set_time_usec: Use explicit cast for float->int...
2013-01-03 Marko Kreentest/compile: fix daemonize() argument type
2013-01-03 Marko KreenMerge pull request #4 from fdr/c89-comments
2013-01-03 Marko Kreenusual/fnmatch: fnmatch compat
2013-01-03 Marko Kreenusual/wchar: wide-char utilities.
2013-01-03 Marko Kreenusual/hashing/siphash: SipHash-2-4
2013-01-03 Marko KreenMove simple hashes under separate subdirectory.
2013-01-03 Marko Kreenfind_module: avoid big regex
2012-12-22 Marko Kreencrypto: Add Keccak (SHA3) algorithm
2012-12-22 Marko Kreencrypto: SHA2 digests
2012-12-22 Marko Kreencrypto/digest: common framework for digests
2012-12-22 Marko Kreencrypto: reorder arguments in _final()
2012-12-22 Marko KreenMove crypto files
2012-12-22 Marko Kreenfind_modules: work with subdirs
2012-12-22 Marko Kreenmakefile: asm and size tagets
2012-12-22 Marko Kreentest_regex: skip test that glibc fails
2012-12-22 Marko Kreentest_endian: fix uint64 check
next