]> mj.ucw.cz Git - libucw.git/history - ucw
Released as 6.5.16.
[libucw.git] / ucw /
2024-02-21 Pavel CharvatReleased as 6.5.16. master v6.5.16
2024-02-15 Pavel CharvatFastbufs: Some improvements in documented rules for...
2024-02-12 Milan RusekFBSocket: Fix possible crashes when switching read...
2023-02-07 Milan RusekBuild: Added support for aarch64 architecture. v6.5.15
2022-03-23 Pavel CharvatReleased as 6.5.14. v6.5.14
2022-03-23 Pavel CharvatRandom: Switched flags and buf_size arguments of strong...
2022-03-23 Pavel CharvatRandom: Small fixes in documentation.
2022-03-22 Pavel CharvatRandom: Implemented strong random source.
2022-03-22 Pavel CharvatRandom: Detect and use getrandom() to seed fastrand.
2022-03-22 Pavel CharvatRandom: Defined random_gen_seed() to simplify old programs.
2022-03-22 Pavel CharvatRandom: Implemented fastrand_double().
2022-03-22 Pavel CharvatRandom: fastrand_mem() is now deterministic.
2022-03-22 Pavel CharvatRandom: Use full 64bit output from xoroshiro128+, but...
2022-03-22 Pavel CharvatRandom: Removed sub-32bit generators.
2022-03-22 Pavel CharvatRandom: Implemented new pseudo-random interface.
2022-03-22 Pavel CharvatRandom: Old pseudo-random implementation moved to rando...
2022-02-22 Maria MatejkaUpdating Maria's name
2022-01-17 Pavel CharvatBuild: Silenced some false compilation warnings on...
2022-01-16 Pavel CharvatReleased as 6.5.13. v6.5.13
2021-11-11 Pavel CharvatTrans: Duplicate exception ids to transaction pool.
2021-07-21 Martin MaresRename our gettid() wrapper to ucw_gettid()
2020-08-13 Pavel CharvatLogging: msg() now does not change errno (easier usage...
2020-05-22 Pavel Charvatstkstring: Fixed bug in stk_fsize().
2020-02-28 Pavel CharvatReleased as 6.5.12. v6.5.12
2020-02-28 Pavel Charvatio-careful: Fixed missing #include
2020-02-26 Jan Filip Chadimaio-careful: Do not fail if a system call is interrupted...
2019-11-12 Pavel CharvatReleased as 6.5.11. v6.5.11
2019-09-07 Pavel CharvatTests: Silenced few warnings on new compilers.
2019-09-07 Pavel CharvatConfig: Added support for terabyte values, for example...
2019-03-22 Pavel CharvatReleased as 6.5.10. v6.5.10
2019-03-22 Pavel CharvatBuild: Silenced few -Wimplicit-fallthrough warnings.
2019-02-11 Martin MaresTests: xtypes-test sets an explicit timezone
2019-02-11 Martin MaresTests: table-test now works on 32-bit architectures
2019-02-11 Martin MaresConfigure::Doc: Add missing newlines in warnings
2019-02-11 Martin MaresConfigure: Recognize "armhf" architecture
2018-08-11 Martin MaresConfigure: Settings for powerpc
2018-05-06 Martin MaresCompatibility with GCC < 4.0 is not needed any longer
2018-04-09 Martin Maresconf.h: Added a hack to silence GCC's warnings about...
2018-03-30 Martin MaresConfigure: TestBool did not record a false value correctly
2018-03-23 Pavel CharvatReleased as 6.5.9. v6.5.9
2018-02-12 Pavel CharvatMain blockio: Added const keyword to block_io_write().
2018-02-12 Pavel CharvatMain recio: Fixed crashes when a second rec_io_add...
2018-02-11 Pavel CharvatMain recio: Avoid calling of read_handler() with zero...
2018-02-11 Pavel CharvatMain recio: Added const keyword to rec_io_write().
2018-02-05 Pavel CharvatCRC: Added const keywords.
2018-02-04 Pavel CharvatFbGrow: Fixed assertion error after a refill of empty...
2018-02-04 Pavel CharvatFastbuf: Fixed compilation with LOCAL_DEBUG.
2018-01-10 Pavel CharvatBase64: Improved documentation of base64_decode().
2018-01-10 Pavel CharvatReleased as 6.5.8. v6.5.8
2018-01-10 Pavel Charvatbgets_mp(): Rewritten implementation.
2018-01-10 Pavel CharvatMerge branch 'master' of ssh://git.ucw.cz/projects...
2018-01-10 Pavel Charvatbgets_mp(): Added a non-intuitive warning to documentation.
2018-01-10 Pavel CharvatReleased as 6.5.7. v6.5.7
2018-01-02 Pavel CharvatBase64: Rewritten base64 encoder and decoder.
2017-12-28 Pavel CharvatRevert "Unicode: Added reading of 32bit UTF-8 unicode...
2017-12-17 Pavel CharvatCLists, SLists: Extended interface for merging of link...
2017-12-14 Pavel CharvatUnicode: Added reading of 32bit UTF-8 unicode values...
2017-09-11 Pavel CharvatReleased as 6.5.6 v6.5.6
2017-09-11 Pavel CharvatUCW::Configure: Fixed compatibility with old perl.
2017-09-06 Martin MaresDoc: Added explanation of FB exceptions vs. fb_tie() v6.5.5
2017-09-06 Martin MaresUCW::Configure::Perl: Split off configuration of Perl...
2017-09-06 Martin MaresUCW::Configure: Flush STDOUT after logging
2017-09-05 Martin MaresFastbufs: bclose() on caller-allocated fastbuf is allowed
2017-09-05 Pavel CharvatBuild: "make install" should install also UCW::Configur...
2017-09-04 Pavel CharvatBuild: Added support for custom PKG_CONFIG_PATH in...
2017-09-04 Pavel CharvatReleased as 6.5.4 v6.5.4
2017-08-31 Pavel CharvatLizard: Fixed a typo in documentation.
2017-08-31 Pavel CharvatFB Socket: Fixed tracking of written bytes.
2017-08-26 Pavel CharvatMempool: Fix bug in a DBG() message.
2017-07-22 Martin MaresDebian: The build system is packaged as a part of libuc... v6.5.3
2017-07-22 Martin MaresXtype docs: Fixed a typo
2017-07-22 Martin MaresReleased as v6.5.3
2017-07-22 Martin MaresDebian: A separate package for (most) Perl modules
2017-02-26 Pavel CharvatOpt: Fixed compilation warnings in tests.
2017-02-26 Pavel CharvatLizard: Fixed compilation warning in tests.
2017-02-22 Martin MaresUCW::Configure: Translate local filenames to "./file"
2017-02-22 Martin MaresUCW::CGI: Encode UTF-8 characters in cookies properly
2017-02-21 Martin Maresfb-param: Fixed a typo found by warnings in newer GCC
2016-08-15 Pavel CharvatCRC: Fixed possible integer underflow when called on...
2015-09-14 Martin MaresUCW::CGI: Added an option for preserving whitespaces...
2015-07-22 Pavel CharvatReleased libucw-6.5.1 v6.5.1
2015-07-17 Martin MaresReleased libucw-6.5 v6.5
2015-07-17 Martin MaresDoc: Release notes for version 6.5
2015-07-17 Martin MaresUnicode: Fixed a test case
2015-07-17 Martin MaresMempools: Optimize mp_append_utf8_32()
2015-07-08 Martin MaresStrtonum: Fixed a typo in a comment
2015-07-08 Martin MaresUnicode: Reject denormalized UTF-8 sequences
2015-07-08 Martin MaresABI cleanups
2015-07-08 Martin MaresFastbuf: fw-hex escapes DEL, too
2015-07-08 Martin MaresFastbuf: Added fw-hex wrapper
2015-07-08 Martin MaresUnicode: Fixed a comment in unicode_sanitize_char()
2015-07-08 Martin MaresMempools: Added mp_append_utf8_32()
2015-04-09 Martin MaresMempools: Renamed mp_append_[v]printf() back to its...
2015-04-08 Martin MaresWill release as v6.4 v6.4
2015-03-06 Martin MaresMainloop: Avoid polling for an empty set of events
2015-02-13 Martin MaresWill release as v6.3 v6.3
2015-02-13 Martin MaresDoc: Release notes for version 6.3
2015-02-13 Martin MaresXML: Brief documentation of LibUCW-XML
2015-02-13 Martin MaresMerge branch 'dev-xml-ns'
2015-02-13 Martin MaresMerge branch 'dev-xml'
next