Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | now the server sends something when the client snds a bad command so the ↵ | bloodstalker | 2017-03-05 | 2 | -4/+60 | |
| | | | | client wont hang. | |||||
* | general fixes | bloodstalker | 2017-03-05 | 1 | -16/+15 | |
| | ||||||
* | the received message is no longer overwritten. things are displayed correctly. | bloodstalker | 2017-03-05 | 1 | -6/+16 | |
| | ||||||
* | now runs a command and returns the output, missing stderr | bloodstalker | 2017-03-04 | 1 | -2/+25 | |
| | ||||||
* | now uses fgets we don't habe the whitespace problem anymore | bloodstalker | 2017-03-04 | 1 | -1/+9 | |
| | ||||||
* | the server header | bloodstalker | 2017-03-03 | 1 | -0/+32 | |
| | ||||||
* | the server source.right now i need to test it so it's a standalone. later it ↵ | bloodstalker | 2017-03-03 | 1 | -0/+103 | |
| | | | | will be run by mutatord. | |||||
* | the client hader | bloodstalker | 2017-03-03 | 1 | -0/+32 | |
| | ||||||
* | the client sourcefiles | bloodstalker | 2017-03-03 | 1 | -0/+95 | |
| | ||||||
* | fixed some typos | bloodstalker | 2017-03-03 | 1 | -17/+16 | |
| | ||||||
* | updated for the new files | bloodstalker | 2017-03-03 | 1 | -5/+16 | |
| | ||||||
* | updated for the new files | bloodstalker | 2017-03-03 | 1 | -0/+10 | |
| | ||||||
* | mandatory stuff | bloodstalker | 2017-03-01 | 1 | -1/+7 | |
| | ||||||
* | added stuff to write to the log file | bloodstalker | 2017-03-01 | 1 | -10/+50 | |
| | ||||||
* | fixed a typo | bloodstalker | 2017-03-01 | 1 | -1/+1 | |
| | ||||||
* | generated by bear | bloodstalker | 2017-03-01 | 1 | -0/+7 | |
| | ||||||
* | daemon header | bloodstalker | 2017-02-28 | 1 | -0/+29 | |
| | ||||||
* | daemon sourcefile | bloodstalker | 2017-02-28 | 1 | -0/+83 | |
| | ||||||
* | the daemon makefile | bloodstalker | 2017-02-28 | 1 | -0/+27 | |
| | ||||||
* | just added a comment | bloodstalker | 2017-02-28 | 1 | -0/+1 | |
| | ||||||
* | added the C2 option | bloodstalker | 2017-02-27 | 1 | -1/+1 | |
| | ||||||
* | added inclusion guard | bloodstalker | 2017-02-27 | 1 | -0/+6 | |
| | ||||||
* | added the missing C1 option, with one more thing i'm trying. | bloodstalker | 2017-02-27 | 1 | -4/+22 | |
| | ||||||
* | the previous fix to supprt arguments having double-quotes was not working. ↵ | bloodstalker | 2017-02-27 | 1 | -1/+1 | |
| | | | | now its fixed. | |||||
* | updated | bloodstalker | 2017-02-26 | 1 | -1/+1 | |
| | ||||||
* | added variable indirection for the exec_options since the new options have ↵ | bloodstalker | 2017-02-26 | 1 | -1/+1 | |
| | | | | double quotes and their untimely expansion messes things up | |||||
* | now the option vector is being populated and updated correctly based on the ↵ | bloodstalker | 2017-02-26 | 1 | -6/+6 | |
| | | | | input args | |||||
* | took out a comment | bloodstalker | 2017-02-23 | 1 | -1/+0 | |
| | ||||||
* | fixes for StringOptionsParser. not done yet. | bloodstalker | 2017-02-23 | 1 | -31/+62 | |
| | ||||||
* | now travis build work properly | bloodstalker | 2017-02-22 | 1 | -1/+1 | |
| | ||||||
* | uncommented a method | bloodstalker | 2017-02-22 | 1 | -1/+1 | |
| | ||||||
* | added the functionality to handle Misrac98 and MisraC2012 plus the rule ↵ | bloodstalker | 2017-02-22 | 1 | -13/+101 | |
| | | | | check disabling features | |||||
* | trying to fix the coverage build crash issue | bloodstalker | 2017-02-20 | 1 | -1/+2 | |
| | ||||||
* | announcing SaferCPlusPlus implementation by project mutator | bloodstalker | 2017-02-20 | 1 | -0/+1 | |
| | ||||||
* | the header for m0, contains the maps | bloodstalker | 2017-02-20 | 1 | -0/+326 | |
| | ||||||
* | added some more stuff for rule check disabling,enabling, added equivalency ↵ | bloodstalker | 2017-02-20 | 1 | -0/+49 | |
| | | | | map for MisraC1998 | |||||
* | enabled core dumps, checking whether it works. | bloodstalker | 2017-02-20 | 1 | -0/+5 | |
| | ||||||
* | running with j2, its faster... | bloodstalker | 2017-02-20 | 1 | -2/+2 | |
| | ||||||
* | checking whether core dumps are enabled | bloodstalker | 2017-02-20 | 1 | -12/+2 | |
| | ||||||
* | updated | bloodstalker | 2017-02-20 | 1 | -2/+2 | |
| | ||||||
* | fixed some build mode options | bloodstalker | 2017-02-20 | 1 | -2/+2 | |
| | ||||||
* | fixed some build mode options | bloodstalker | 2017-02-20 | 1 | -1/+1 | |
| | ||||||
* | fixed some build mode options | bloodstalker | 2017-02-20 | 1 | -3/+3 | |
| | ||||||
* | added the debug libraries, maybe it fixes the cov build crash | bloodstalker | 2017-02-18 | 1 | -1/+1 | |
| | ||||||
* | trying to fix the whole coverage-build-breaking deal | bloodstalker | 2017-02-17 | 1 | -1/+1 | |
| | ||||||
* | coverity is re-enabled | bloodstalker | 2017-02-17 | 1 | -8/+8 | |
| | ||||||
* | cosmetic change | bloodstalker | 2017-02-15 | 1 | -1/+0 | |
| | ||||||
* | minor change | bloodstalker | 2017-02-15 | 1 | -3/+3 | |
| | ||||||
* | minor change | bloodstalker | 2017-02-15 | 1 | -3/+3 | |
| | ||||||
* | fixed some paths | bloodstalker | 2017-02-15 | 1 | -4/+4 | |
| |