treefrog-framework

TreeFrog Framework : High-speed C++ MVC Framework for Web Application

BSD-3-CLAUSE License

Stars
1.3K
Committers
26

Bot releases are hidden (Show)

treefrog-framework - TreeFrog Framework version 2.9.0 release Latest Release

Published by treefrogframework 4 months ago

  • Fix a bug of access log about status-code.
  • Modified to set NULL into DB when the value is QString() in TSqlObject.
  • Added a function, TAbstractModel::setProperties(const QJsonObject &properties).
  • Updated mongoc driver to v1.26.2.
  • Updated glog to v0.7.0.
treefrog-framework - TreeFrog Framework version 2.8.0 release2 for Windows

Published by treefrogframework 8 months ago

Upgraded PostgreSQL client library (libpq) to version 15 for windows.

treefrog-framework - TreeFrog Framework version 2.8.0 release

Published by treefrogframework 10 months ago

  • Support prepared statements for PostgreSQL and MySQL.
  • Fix compilation error on Emscripten.
treefrog-framework - TreeFrog Framework version 2.7.1 release

Published by treefrogframework over 1 year ago

  • Fix a bug of opening shared memory KVS.
  • Modified to reply NotFound when it can not invoke the action.
treefrog-framework - TreeFrog Framework version 2.7.0 release

Published by treefrogframework over 1 year ago

  • Fix possibility of thread conflicting when receiving packets.
  • Changed hash algorithm to HMAC of SHA3.
  • Added Memcached as session store.
  • Updated malloc algorithm of TSharedMemoryAllocator.
  • Updated system logger.
  • Performance improvement for pooling database connections.
treefrog-framework - TreeFrog Framework version 2.6.1 release

Published by treefrogframework over 1 year ago

  • Fix a bug of outputting access log.
  • Added a link option for LZ4 shared library on Linux of macOS.
treefrog-framework - TreeFrog Framework version 2.6.0 release

Published by treefrogframework almost 2 years ago

  • Implemented in-memory KVS for cache system.
  • Added a link option for Glog shared library.
  • Fix bugs of macros for command line interface.
  • Updated LZ4 to v1.9.4.
treefrog-framework - TreeFrog Framework version 2.5.0 release

Published by treefrogframework almost 2 years ago

  • Implemented flushResponse() function to continue the process after sending a response.
  • Updated glog to v0.6.0
  • Performance improvement for redis client.
  • Implemented memcached client. [Experimental]
  • Implemented a cache-store for memcached, TCacheMemcachedStore class.
treefrog-framework - TreeFrog Framework version 2.4.0 release

Published by treefrogframework about 2 years ago

  • Implemented memory store for cache.
  • Updated Mongo C driver to v1.21.2.
treefrog-framework - TreeFrog Framework version 2.3.1 release

Published by treefrogframework over 2 years ago

  • Fix compilation errors on Qt 6.3.
treefrog-framework - TreeFrog Framework version 2.3.0 release

Published by treefrogframework almost 3 years ago

  • Fix a bug of inserting a double-type value by SqlObject.
  • Implemented log output to calculate processing time of SQL query.
  • Implemented logics to set the log format of the SQL query log.
  • Implemented the treefrog command to show settings option.
  • Modified the timing of initializing sqlite cache store.
treefrog-framework - TreeFrog Framework version 2.2.0 release

Published by treefrogframework almost 3 years ago

  • Fix a bug of cache logic for sqlite.
  • Modified not to use core5compat module in running on Qt6.
  • Performance improvement.
treefrog-framework - TreeFrog Framework version 2.1.0 release

Published by treefrogframework about 3 years ago

  • Fix a bug of calculating length of receiving packets.
  • Added echo() function with a variantmap argument.
  • Implement the logic of the tspawn command to generate scaffolding for vue.js.
treefrog-framework - TreeFrog Framework version 2.0 beta2 release

Published by treefrogframework over 3 years ago

  • Updated the scaffold generator to generate WebAPI codes.
  • Modified the scaffold generator to generate service classes for the model layer.
treefrog-framework - TreeFrog Framework version 2.0 beta release

Published by treefrogframework over 3 years ago

  • Support for Qt version 5 and version 6.
  • Modified not to use obsolete functions of Qt.
treefrog-framework - TreeFrog Framework version 1.31.1 release

Published by treefrogframework over 3 years ago

  • Fix a bug of poll condition in redis driver.
treefrog-framework - TreeFrog Framework version 1.31.0 release

Published by treefrogframework over 3 years ago

  • Fix a bug of TMultiplexingServer (epoll server).
  • Modified not to use obsolete functions of Qt.
  • Modified to use std::call_once() function.
  • Added TAbstractSqlORMapper class.
  • Performance improvement.
treefrog-framework - TreeFrog Framework version 1.30.0 release

Published by treefrogframework about 4 years ago

  • Implemented logics for X-Forwarded-For Header.
  • Implemented ActionMailer.smtp.RequireTLS parameter in application.ini.
  • Added a option for showing URL routing to treefrog command.
  • Updated I/F of ORM functions.
  • Performance improvement.
treefrog-framework - TreeFrog Framework version 1.29.0 release

Published by treefrogframework over 4 years ago

  • Fix a bug of max-age of cookie.
  • Fix a bug of generating select-tag.
  • Modified to initialize boolean fields in classes generated.
  • Implemented publish() function in TActionController class.
  • Rename functions; renderAndStoreInCache() to renderAndCache(), renderFromCache() to renderOnCache(), removeFromCache() to removeCache().
treefrog-framework - TreeFrog Framework version 1.28.0 release

Published by treefrogframework over 4 years ago

  • Implemented to add a SameSite attribute to cookie.
  • Modified to add a max-age value to cookie.
  • Fix a bug of listing available controllers.
  • Fix a bug of showing a port number by -l option.
  • Fix a bug of content type in renderText() function.