summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-06-04Build af-binder-devtools-native using GCC-9.1.1halibut_7.99.2halibut/7.99.27.99.2Bechir Mghirbi1-1/+2
2019-05-29afb-daemon: Add /tmp has fallback for uploadshalibut_7.99.1halibut/7.99.17.99.1José Bollo1-2/+6
2019-05-29jobs: Fix infinite wait lockJosé Bollo3-0/+10
2019-05-09Fix afb document typo.Li Xiaoming2-38/+38
2019-05-03afb-export: Fix requirement on multiple apisJosé Bollo8-28/+109
2019-04-30coverage: Add test of AFB_DEBUG_WAITJosé Bollo1-7/+24
2019-04-30coverage: Allow to run coverage everywhereJosé Bollo2-3/+9
2019-04-30Allow to tune installation directoriesJosé Bollo7-16/+18
2019-04-25doc: Improve comment on asynchronous callsJose Bollo4-1/+12
2019-04-23binding-wrap: Rework of context handlingJose Bollo2-33/+72
2019-04-23samples: wrong parameter for get_new_board()Phong Tran1-1/+1
2019-04-23Merge changes Id24d9bb0,I6807ed25José Bollo3-11/+11
2019-04-17change style initialization of struct afb_authPhong Tran1-9/+9
2019-04-17missing full initialization for struct afb_verb_v3Phong Tran2-2/+2
2019-04-16Merge "afb-migration-to-binding-v3: fix broken links"Jan-Simon Moeller1-3/+3
2019-04-16afb-migration-to-binding-v3: fix broken linksClément Bénier1-3/+3
2019-04-12Fix small issuesJose Bollo3-3/+6
2019-04-12coverage: Update MakefileJosé Bollo1-1/+7
2019-04-12Reordering of sample and tutorial bindingsJosé Bollo16-81/+40
2019-04-09Fix rpm packaging following review 20926Frederic Marec1-1/+1
2019-04-05Change agl-app-framework-binder.shFrederic Marec3-9/+9
2019-04-04afb-export: Fix heap corruptionJosé Bollo1-1/+1
2019-04-02Fix false ***buffer overflow*** detectionJosé Bollo12-29/+29
2019-04-02Add conditionnal support of dynamic bindingsJose Bollo17-24/+63
2019-04-02Add conditionnal support of bindings version 2Jose Bollo13-81/+185
2019-04-02Improve setting of optionsJose Bollo15-91/+109
2019-04-02jobs: Refactor exiting jobsJosé Bollo3-74/+63
2019-04-02Workaround an exit issueJosé Bollo2-1/+8
2019-04-02evmgr: Fix a "maybe uninitialized" issueJosé Bollo2-5/+6
2019-03-29Rename afb-config to afb-argsJosé Bollo8-32/+22
2019-03-29hooks: Allow to remove hooking (and/or trace)Jose Bollo26-400/+620
2019-03-29sig-monitor: Add compiling switchesJosé Bollo3-84/+206
2019-03-29afb-args: Use secure_getenvJosé Bollo1-3/+3
2019-03-27evmgr: Isolate the event loop from jobsJosé Bollo4-152/+281
2019-03-27system & jobs: Reverse link and acquiring eventsJosé Bollo7-39/+81
2019-03-27Rename afb-systemd to systemdJosé Bollo9-34/+36
2019-03-27watchdog: Isolate the watchdog from jobsJosé Bollo6-15/+88
2019-03-27jobs: Clean unneeded codeJosé Bollo1-2/+0
2019-03-27coverage: Allow removal of valgrindJosé Bollo2-1/+17
2019-03-25Prevent false positive during check sourceFrederic Marec1-1/+1
2019-03-22jobs: Ensure validy of event loopFrederic Marec1-0/+3
2019-03-12json2c: Fix a fatal warningJosé Bollo1-3/+3
2019-03-11c++: Add tutorial tuto-5 for C++ class base_api_tLoïc Collignon2-0/+94
2019-03-11c++: Inherit of class afb::apiLoïc Collignon1-12/+9
2019-03-11c++: Add the wrapper class 'afb::api'Loïc Collignon1-1/+155
2019-03-11c++: Reworked the event classLoïc Collignon1-8/+11
2019-03-11c++: Fix multiple definition and castLoïc Collignon1-6/+3
2019-03-11c++: Add verb initialisation for C++Jose Bollo2-6/+37
2019-03-11c++: Fix a wrong callback versionLoïc Collignon1-1/+1
2019-03-11c++: Drop support of binding APIv2Loïc Collignon1-87/+3