Author Archives: Michael Pounov

About Michael Pounov

Software & Network Solutions

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