Age | Commit message (Expand) | Author | Files | Lines |
2019-01-04 | Call the freeCB function a manual timer stop call | Romain Forlot | 1 | -1/+1 |
2019-01-04 | Little code cleaning. | Romain Forlot | 5 | -25/+12 |
2019-01-03 | Adding packaging files | Romain Forlot | 8 | -0/+147 |
2018-12-27 | Split the Qt part of the afb-helperssandbox/claneys/shared-lib | Romain Forlot | 2 | -39/+93 |
2018-12-17 | Static lib: pass afb-helpers to a static libraryguppy_6.99.3guppy/6.99.36.99.3 | Clément Bénier | 6 | -52/+278 |
2018-12-17 | wrap-json: Improvements | José Bollo | 1 | -21/+25 |
2018-12-13 | Revert "Added afb_list.h" | Jan-Simon Moeller | 1 | -755/+0 |
2018-12-13 | Added afb_list.h | Thierry Bultel | 1 | -0/+755 |
2018-12-13 | filescan-utils: follow symbolic links in search | Thierry Bultel | 1 | -1/+3 |
2018-12-13 | wrap-json: Fix duplicated lines in header file | José Bollo | 1 | -3/+0 |
2018-12-13 | Add '@' as binder middle name separator. | Romain Forlot | 1 | -1/+1 |
2018-12-13 | Enhance 'wrap_json_clone_depth' description | Jonathan Aillet | 1 | -1/+5 |
2018-12-13 | Fix: use of GetBindingDirPath without dynapi | Romain Forlot | 2 | -2/+10 |
2018-12-13 | Retrieve directory list from environment variables | Romain Forlot | 2 | -4/+96 |
2018-12-13 | Remove the file .gitmodules | Jose Bollo | 1 | -3/+0 |
2018-12-13 | Remove unnecessary 'AFB_DEBUG' redefinition | Jonathan Aillet | 1 | -1/+1 |
2018-12-13 | Use binding version to handle dynapi | Jonathan Aillet | 2 | -9/+4 |
2018-12-13 | At search, use the prefix parameter as a prefix | Jonathan Aillet | 1 | -1/+1 |
2018-12-13 | Remove deprecated use of cmake/Qt macro | Loïc Collignon | 1 | -1/+2 |
2018-12-13 | Rename method to avoid conflict with Qt's one | Loïc Collignon | 2 | -2/+2 |
2018-12-13 | Fix warnings due to json-c evolution | Sebastien Douheret | 1 | -3/+3 |
2018-12-13 | wrap-json: new helper functions for comparison | jobol | 3 | -29/+447 |
2018-12-13 | Removed anonymous function in ScanDir and fixed warnings | Sebastien Douheret | 1 | -71/+78 |
2018-12-13 | wrap-json: Add clone facility | José Bollo | 3 | -1/+97 |
2018-12-13 | Disabled debug code (only used for testing). | Sebastien Douheret | 1 | -1/+1 |
2018-12-13 | Correction to include dynamic api correctly | Jonathan Aillet | 1 | -1/+2 |
2018-12-13 | Fixed build warnings with gcc >= 7.3 | Sebastien Douheret | 1 | -3/+3 |
2018-12-13 | Added afb-helpers-utils.h | Thierry Bultel | 1 | -0/+17 |
2018-12-13 | Fixed compilation warnings with gcc-7.2.0 | Thierry Bultel | 1 | -5/+5 |
2018-12-13 | Fixed spelling | Sebastien Douheret | 2 | -3/+3 |
2018-12-13 | More secure way to use strncat and strncpy | Romain Forlot | 1 | -3/+3 |
2018-12-13 | Fix: compile errors depending API version | Romain Forlot | 1 | -4/+7 |
2018-12-13 | wrap-json: Fix warnings | jobol | 1 | -4/+4 |
2018-12-13 | wrap-json: Update the documentation | jobol | 1 | -0/+13 |
2018-12-13 | wrap-json: Accept null as valid base64 | jobol | 1 | -9/+18 |
2018-12-13 | wrap-json: Record result of tests | jobol | 1 | -0/+405 |
2018-12-13 | wrap-json: Fix bug decoding empty base64 | jobol | 1 | -1/+2 |
2018-12-13 | wrap-json: Improve base64 en-de-coding | jobol | 1 | -8/+26 |
2018-12-13 | Fix: wrong searchPath parameter | Romain Forlot | 1 | -5/+10 |
2018-12-13 | Documentate, formating, linting. | Romain Forlot | 4 | -16/+51 |
2018-12-13 | Adapt function to dynamic API | Romain Forlot | 2 | -7/+8 |
2018-12-13 | Formating | Romain Forlot | 2 | -15/+10 |
2018-12-13 | Make CURL Wrapping functions optional | Romain Forlot | 1 | -10/+22 |
2018-12-13 | Add new function to retrieve HTTP response code | Romain Forlot | 2 | -0/+11 |
2018-12-13 | POST using unescaped arguments | Romain Forlot | 4 | -15/+103 |
2018-12-13 | Added a Qt's websocket client to AFB into helpers | Loïc Collignon | 4 | -1/+264 |
2018-12-13 | Fix GCC < v7 warning on maybe unitialized variable | Romain Forlot | 1 | -2/+2 |
2018-12-13 | wrap-json: Add base64 byte buffer support | jobol | 2 | -4/+225 |
2018-12-13 | Rename cmake target accordingly to the git repo | Romain Forlot | 1 | -1/+1 |
2018-12-13 | Adds a CURL wrapper library to help using libcurl | Romain Forlot | 5 | -1/+707 |