-
Recent Posts
Recent Comments
Archives
- August 2022
- January 2022
- January 2021
- January 2020
- December 2019
- July 2018
- April 2018
- January 2018
- December 2017
- August 2017
- February 2017
- December 2016
- August 2016
- May 2016
- July 2015
- June 2015
- May 2015
- January 2015
- September 2014
- June 2014
- April 2014
- March 2014
- February 2014
- January 2014
- December 2013
- November 2013
- October 2013
- September 2013
- August 2013
- July 2013
- June 2013
- May 2013
- April 2013
- March 2013
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- November 2010
Categories
Author Archives: Michael Pounov
New version of libaitcfg was released
IMPORTANT:: The new 5.0 major version of libaitcfg was released with many changes. Changelog: Full redesign and rework of library code Changed data structures and types! Changed API function names! Improve search engine Stored data in different way into engine … Continue reading
Posted in elwix
Leave a comment
ELWIX released two new versions of core libraries
ELWIX released two new versions of libaitio version 2.5 and libaitrpc version 3.1 libaitio Changelog:: Added new type DATA in ait_val_t variable. Data type grow variable length with given size as append data bytes to end of variable. In this … Continue reading
Posted in elwix
Leave a comment
Heads up! ELWIX adopts pkgsrc package system …
Great news from ELWIX nest. Project adopts pkgsrc package system from NetBSD. That’s a big step of ELWIX system up to new level of flexibility and various purposes. I made many changes into build process to fit pkgsrc to system. … Continue reading
Posted in elwix
Leave a comment
Big rework of libaitrpc and depend libraries
Hello fellows! After many sleepless nights I finished big changes in libaitrpc and each of his depends. Ok, let begin with described changes:: libaitio ver 2.4 – add new macros and remove url APIs libaitrpc ver 3.0 – Major changes … Continue reading
Posted in elwix
Leave a comment
New ELWIX library libaitwww version 1.0 is released
New ELWIX library libaitwww version 1.0 is released before few hours. Purpose of this library is for easy,fast and safe CGI management of variables from C programs. libaitwww supports various kinds request as GET, HEAD, POST and even multi-part POST … Continue reading
Posted in elwix
Leave a comment
libaitsess version 3.1
Short time after last version 3.0 of libaitsess ELWIX release new one. With new shiny thread safety memory management system. New memory system is organized into separate memory pools (mpool_t*). At this time you could use many memory pools in … Continue reading
Posted in elwix
Leave a comment
Wow, ELWIX new version of libaitsess has released …
Yeah, new version 3.0 of libaitsess ELWIX library was released … 🙂 ChangeLog:: (some of many major changes made into library) Refactoring all shared memory management Change session structures Redesign of API calls Change API arguments and logic Change working … Continue reading
Posted in elwix
Leave a comment
New version of libaitio ver 2.4 released
ELWIX core library libaitio has been released! ChangeLog:: Major feature is Buffered file I/O management over Memory areas! This improvements of memory management with standard file API calls from libc Next step from previous feature is replaced memory management with … Continue reading
Posted in elwix
Leave a comment
New library libaitmqtt released
At last! First part from MQTT project is released and added to ELWIX. libaitmqtt is backend library for MQTT project and regards for processing MQTT messages. Library libaitmqtt is main part of programs who use MQTT protocol for communication. Since … Continue reading
Posted in elwix
Leave a comment
New version of ELWIX library libaitsched
New current version 1.4 of ELWIX scheduler library is branched and stable libaitsched version 1.3 has released with some shiny new features 🙂 add own scheduler timespec macros change schedTimer task argument from timeval to timespec structure refactoring all timer … Continue reading
Posted in elwix
Leave a comment