summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-11-06jobs: Fix callsync hanginghalibut_8.0.6halibut_8.0.5halibut_8.0.4halibut_8.0.3halibut/8.0.6halibut/8.0.5halibut/8.0.4halibut/8.0.38.0.68.0.58.0.48.0.3Jose Bollo1-26/+62
2019-10-17sig-monitor: Fix exit in signal handlerJosé Bollo2-3/+26
2019-08-20Fix client disconnection closehalibut_8.0.2halibut_8.0.1halibut/8.0.2halibut/8.0.18.0.28.0.1José Bollo3-9/+9
2019-07-30Fix detection of error in call synchronoushalibut_8.0.0halibut/8.0.08.0.0Jose Bollo1-1/+1
2019-07-18Fix bad memory access at client disconnectionJosé Bollo4-13/+12
2019-07-18Tag broadcasted events with UUID and hopJosé Bollo9-38/+138
2019-07-18afb-evt: Refactor processing of broadcasted eventsJosé Bollo6-87/+68
2019-07-18uuid: Add module for UUID generationJosé Bollo4-70/+125
2019-07-12afb-client-demo: Allow pipe of messageshalibut_7.99.3halibut/7.99.37.99.3Jose Bollo1-17/+25
2019-07-12afb-xreq: Forbids (un)subscribes after replyJose Bollo1-12/+22
2019-07-12Revert "afb-stub-ws: Allow unordered process of messages"José Bollo1-1/+1
2019-07-12afb-evt: send events in separate jobJose Bollo2-42/+227
2019-07-12afb-evt: Improve compatibility to guppyJosé Bollo1-89/+99
2019-07-09afb-args: Fix output of --versionJosé Bollo1-13/+5
2019-07-09Fix invalid TRACE setting in print versionSebastien Douheret1-1/+1
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-03afb-export: Fix requirement on multiple apisJosé Bollo8-28/+109
2019-04-30Allow to tune installation directoriesJosé Bollo2-8/+10
2019-04-12Fix small issuesJose Bollo2-3/+5
2019-04-04afb-export: Fix heap corruptionJosé Bollo1-1/+1
2019-04-02Fix false ***buffer overflow*** detectionJosé Bollo11-28/+28
2019-04-02Add conditionnal support of dynamic bindingsJose Bollo16-20/+63
2019-04-02Add conditionnal support of bindings version 2Jose Bollo13-81/+185
2019-04-02Improve setting of optionsJose Bollo14-85/+101
2019-04-02jobs: Refactor exiting jobsJosé Bollo3-74/+63
2019-04-02evmgr: Fix a "maybe uninitialized" issueJosé Bollo1-1/+2
2019-03-29Rename afb-config to afb-argsJosé Bollo8-32/+22
2019-03-29hooks: Allow to remove hooking (and/or trace)Jose Bollo25-400/+614
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-22jobs: Ensure validy of event loopFrederic Marec1-0/+3
2019-03-12json2c: Fix a fatal warningJosé Bollo1-3/+3
2019-03-07afb-stub-ws: Allow unordered process of messagesJosé Bollo1-1/+1
2019-02-08afb-stub-ws: Fix concurrent memory issuesJosé Bollo1-3/+4
2019-02-06Update copyright datehalibut_7.90.0halibut/7.90.07.90.0José Bollo133-135/+135
2019-02-06jobs: Ensure releasing event loopJose Bollo1-1/+2
2019-01-18afb-hsrv: Avoid call to getnameinfoJosé Bollo1-6/+12
2019-01-16jobs: Remove conditionnal REMOVE_SYSTEMD_EVENTJose Bollo3-128/+0
2019-01-16jobs: Separate internal threads from othersJosé Bollo1-61/+92
2019-01-16jobs: Refactor event loop handlingJosé Bollo3-125/+184
2019-01-16afb-proto-ws: Serialize incoming messageJosé Bollo3-7/+6
2019-01-04afb-api-v3: Fix potential buffer overflowJose Bollo1-4/+5
2018-12-31jobs: Fix a lock of call syncJose Bollo1-24/+59