Add gitlab issue/merge request templates
[src/app-framework-binder.git] / src / jobs.c
2020-01-08 José BolloUpdate copyright dates 59/23559/2
2019-11-06 Jose Bollojobs: Fix callsync hanging 67/22867/2
2019-10-17 José Bollosig-monitor: Fix exit in signal handler 99/22699/1
2019-09-13 José Bollojobs: Wake up an event loop if needed 17/22417/1
2019-08-19 Jose Bollojobs: Add starting mode for jobs 69/22169/2
2019-05-29 José Bollojobs: Fix infinite wait lock 38/21438/2
2019-04-02 José Bollojobs: Refactor exiting jobs 70/20870/1
2019-03-27 José Bolloevmgr: Isolate the event loop from jobs 45/20845/1
2019-03-27 José Bollosystem & jobs: Reverse link and acquiring events 44/20844/1
2019-03-27 José Bollowatchdog: Isolate the watchdog from jobs 19/20819/1
2019-03-27 José Bollojobs: Clean unneeded code 18/20818/1
2019-03-22 Frederic Marecjobs: Ensure validy of event loop 75/20775/2
2019-02-06 José BolloUpdate copyright date 69/19969/1 7.90.0 halibut/7.90.0 halibut_7.90.0
2019-02-06 Jose Bollojobs: Ensure releasing event loop 61/19961/1
2019-01-18 Jan-Simon MoellerMerge changes from topic 'spec-2089' 6.99.4 guppy/6.99.4 guppy_6.99.4
2019-01-16 Jose Bollojobs: Remove conditionnal REMOVE_SYSTEMD_EVENT 51/19651/1
2019-01-16 José Bollojobs: Separate internal threads from others 49/19649/1
2019-01-16 José Bollojobs: Refactor event loop handling 27/19527/2
2018-12-31 Jose Bollojobs: Fix a lock of call sync 95/19395/4
2018-09-06 José BolloMerge "main-afb-daemon: Export API after initialization"
2018-09-05 Jose Bollomain-afb-daemon: Export API after initialization 69/16469/2
2018-08-28 José BolloAllow choice to trap or not program faults 89/16389/1
2018-08-23 José Bollojobs: Abort when systemd's event loop lost 67/16267/1 5.99.4 flounder/5.99.4 flounder_5.99.4
2018-07-25 Jose BolloTune dependency to fdev-epoll 53/15753/1
2018-06-15 José Bolloapi-v3: First draft 63/14363/3
2018-06-13 joboljobs: Switch back to sd_event 61/14361/1
2018-06-13 José Bollojobs: Fix minor errors 37/14337/1
2018-06-13 José Bollojobs: Switch to fdev_epoll instead of sd_event 25/14325/1
2018-06-13 José Bollojobs: Cosmetic changes 21/14321/1
2018-02-27 José BolloUpdate date of copyright notices
2018-02-06 José Bollojobs: Add argument to start
2018-01-18 José Bollojobs: Integrate systemd watchdog by default
2018-01-18 José Bollojobs: Split jobs_get_sd_event
2017-12-01 José Bollojobs: Fix locks in event loops
2017-11-30 José Bollojobs: Fix possible race condition
2017-11-29 José Bollojobs: rewrite of the event loop handling
2017-11-20 José BolloMerge "Fix build for native package"
2017-11-17 José Bollofix build error
2017-11-17 José Bolloafb-proto-ws: Fix autolock in proto-ws
2017-11-03 José Bollojobs: Improve event loop integration
2017-10-09 José Bollojobs: add const qualifier for groups
2017-10-09 José BolloRemove tailing spaces and TODO file
2017-08-31 José Bollojobs: optimized version of fix starve
2017-08-30 José Bollojobs: fix starve
2017-06-02 José BolloFix error on initialisation
2017-04-13 José BolloSimplification and optimisation of jobs
2017-04-12 José Bolloreduce verbosity
2017-04-06 José BolloAdd an easy function for synchronous calls
2017-04-06 José BolloAvoid to stick on event loop
2017-04-04 José BolloAvoid to count child threads
2017-04-03 José BolloRework the jobs
2017-03-30 José BolloStart to implement the bindings V2
2017-03-30 José BolloOverall integration of job initialisation
2017-03-30 José BolloFix concurrency issues on event manager
2017-03-29 José BolloAdd comments
2017-03-28 José BolloRefactor job to allow synchronous calls
2017-03-28 José BolloFix bug in recycling jobs
2017-03-27 José BolloMake main thread used for common jobs
2017-03-22 José BolloRefactor of threading and signal monitor