summaryrefslogtreecommitdiffstats
path: root/src/main.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-09Remove tailing spaces and TODO fileJosé Bollo1-1/+0
2017-09-07Improve handling of verbosity in bindingsJosé Bollo1-1/+0
2017-09-05Fix segmentation fault when random tokenJosé Bollo1-2/+4
2017-09-01Give priority to option --bindingJosé Bollo1-1/+1
2017-08-29main: set name even for syslogJosé Bollo1-2/+2
2017-08-29Add option --name for naming the processJosé Bollo1-0/+5
2017-08-25Add option --weak-ldpaths (for weak loading path)José Bollo1-0/+1
2017-08-25afb-api-so: fix a bug in error detectionJosé Bollo1-1/+1
2017-07-31Fix fallthrough warningsJosé Bollo1-1/+1
2017-07-31debugging: add calls to 'personality'José Bollo1-0/+7
2017-07-05afb-debug: add features for debuggingJosé Bollo1-0/+14
2017-07-05main: improve startJosé Bollo1-4/+4
2017-07-03Make status commonJosé Bollo1-2/+2
2017-06-02Fix error on initialisationJosé Bollo1-1/+6
2017-06-01Add hooking for eventsJosé Bollo1-0/+2
2017-05-31fix bad exit status reportJosé Bollo1-1/+0
2017-05-30Adds hooks for service (svc)José Bollo1-0/+2
2017-05-05Improve includesJosé Bollo1-0/+1
2017-05-04Prepare bindings version 2José Bollo1-1/+1
2017-04-21afb-monitor: draft of monitoringJosé Bollo1-0/+3
2017-04-21main: init session module firstJosé Bollo1-3/+5
2017-04-20Add default api to apisetJosé Bollo1-1/+1
2017-04-19simplify main fileJosé Bollo1-9/+2
2017-04-13Introduce apiset for grouping apisJosé Bollo1-17/+23
2017-04-12Add credential data to xreqJosé Bollo1-0/+3
2017-04-12Optimisation of xreqJosé Bollo1-8/+6
2017-04-11Add startup call in command lineJosé Bollo1-0/+101
2017-04-10Refactor of initialisationJosé Bollo1-8/+9
2017-04-10Refactor setting of directoriesJosé Bollo1-6/+5
2017-04-10Fix typoJosé Bollo1-1/+1
2017-04-10Isolate interupt managementJosé Bollo1-7/+44
2017-04-07Add hooking of daemon interfaceJosé Bollo1-6/+6
2017-04-06Reactivate hooking of requestsJosé Bollo1-1/+2
2017-04-04Use SIGHUP instead of SIGKILLJosé Bollo1-4/+3
2017-04-04Launch job at a earlier stepJosé Bollo1-1/+1
2017-04-03Rework the jobsJosé Bollo1-2/+2
2017-03-30Overall integration of job initialisationJosé Bollo1-24/+5
2017-03-30Fix concurrency issues on event managerJosé Bollo1-18/+1
2017-03-30Refactor initialisation of the daemonJosé Bollo1-50/+66
2017-03-29Add commentsJosé Bollo1-17/+18
2017-03-27Make main thread used for common jobsJosé Bollo1-7/+21
2017-03-27Remove option readyfdJosé Bollo1-7/+0
2017-03-27Replace session's value with sessions's cookiesJosé Bollo1-1/+1
2017-03-22Refactor of threading and signal monitorJosé Bollo1-4/+4
2017-03-21Instanciate the environment variablesJosé Bollo1-50/+95
2017-03-13Beginning of integration as systemd serviceJosé Bollo1-2/+5
2017-03-13notify systemd of being startedJosé Bollo1-0/+2
2017-02-21Fix issue in initialisation of api by sessionsJosé Bollo1-2/+3
2017-01-12Improves documentation and directory managementJosé Bollo1-6/+11
2017-01-05First step for grouping processesJosé Bollo1-4/+17