1
I Use This!
Activity Not Available

News

Analyzed 4 months ago. based on code collected 5 months ago.
Posted about 6 years ago by Vaclav Naydionov
* Support for building with msvc 2019 * Support for mingw gcc 8.1.0 * Support noexcept for clang 6.0 * micro_http: use pool of worker threads * Support building on Ubuntu 18.04 * Update Catch to v1.12.0 * Switch back to sprintf for compatibility * ... [More] Auth: Refactor micro_http a little * Auth: refactor HttpMessage; add Syslog support * Wrote a .spec file for building RPM [Less]
Posted about 6 years ago
/0.4.9/yborm-0.4.9-mingw810.zip
Posted about 6 years ago
/0.4.9/yborm-0.4.9-msvc2019.zip
Posted about 6 years ago
/0.4.9/yborm-0.4.9.tar.gz
Posted about 6 years ago
/dep-libs-win32/dep_libs_mingw810.zip
Posted about 6 years ago
/dep-libs-win32/boost_1_70_0-mini-msvc2019.zip
Posted about 6 years ago
/dep-libs-win32/boost_1_70_0-mini-mingw810.zip
Posted about 6 years ago
/dep-libs-win32/dep_libs_msvc2019.zip
Posted about 9 years ago
/0.4.8/yborm-0.4.8-mingw48-qt5.zip
Posted about 9 years ago by Vaclav Naydionov
* Fix broken DomainObj::find(); Fix warnings * Fix broken method Property::is_null(); More checks not to dereference NULL pointer * Fix possible buffer underrun * Sync micro_http with card-proxy * Fix problem with removing of non existent backup ... [More] file * #28: fixing defects found by Coverity Scan * #26: do not throw on saving a DataObject twice; * check if logger is present in EngineBase * #25: fixes for msvc * Fix resource exhaustion handling in main loop of micro_http listener. * #25: apply aliases for generated SELECT statements * #25: generate short mnemonic aliases for tables * Move the interlocked connection opening logic from drivers to SqlPool, make it optional * #24: do not use placement new/direct destructor calls: gcc5.2.1 bug? * Improve performance of operations with keys: optimized for int IDs * micro_http: Support setting back log size on a listening socket * Adjust logger format * Simplify logic of SqlPool * Logger: get/set/check the log level * ElementTree: easy access attributes with @ prefix * Update micro_http server and TcpSocket wrapper class * important: start a transaction on first select if explicit transaction is required; * pool: reopen a DB connection when got a DB error and no activity seen yet on the connection; * micro_http: added HttpHeaders class implementation in Auth example; * micro_http: analyze Content-Type more correctly; * micro_http: allow to set response body with no additional headers. * Fix XInclude processing for LibXML2 * fix broken object construction for explicit joins; * rename class ObjectList -> DataObjectList * added test for explicit joins * do not thow from destructor even if a connection fails to rollback [Less]