summaryrefslogtreecommitdiff
path: root/agni.c
Commit message (Collapse)AuthorAgeFilesLines
* Added new commands CMD,SHA1. Added support of params for commands. Fixed ↵FreeArtMan2017-05-041-19/+17
| | | | some bugs with uninitialised buffers
* Move commands to seperate filesFreeArtMan2017-05-021-76/+23
|
* Commands are now removed from command queue if they are there too long. ↵FreeArtMan2017-05-021-118/+16
| | | | Commands removed if response for command is recieved
* callback execution worksFreeArtMan2017-04-201-77/+23
|
* Add command executor command checkFreeArtMan2017-04-201-7/+46
|
* Now basic funcionality works. Preparing to wrap up all codeFreeArtMan2017-03-201-41/+82
|
* Small clean upFreeArtMan2017-03-201-25/+2
|
* Basic response from 2 command, works for privatemessagesFreeArtMan2017-03-181-10/+38
|
* Now resp/request are matchedFreeArtMan2017-03-161-4/+9
|
* Now request and response matching idFreeArtMan2017-03-141-6/+67
|
* Code cleanupFreeArtMan2017-03-081-47/+3
|
* Request/Response between threads now worksFreeArtMan2017-03-081-58/+199
|
* Removed mq_ntf from main code. Commented out some messagesFreeArtMan2017-03-051-392/+165
|
* GLued up socket connectiona and messagingFreeArtMan2017-02-251-52/+86
|
* joined up socket connection code to main server thread. hardcoded ↵FreeArtMan2017-02-251-6/+147
| | | | echo/replay command is working
* removed new string creation function to util fileFreeArtMan2017-02-251-18/+3
|
* Formatring patch from Ms.IJ appliedFreeArtMan2017-02-251-17/+17
|
* Some lates updatesZoRo2017-02-241-47/+104
|
* Updated command parser. Event loop now support test commandsZoRo2017-02-081-3/+26
|
* Added matching table for executed commandsZoRo2017-02-071-12/+41
|
* merged _read/_write functions to have just one more direction paramZoRo2017-01-261-64/+37
|
* Made working basic mq IPC communicationZoRo2017-01-261-98/+400
|
* Initial commitZoRo2016-12-151-0/+512