aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-05Adds options --no-httpd and --execJosé Bollo1-20/+139
2017-01-04allows to repeat option --ldpathsJosé Bollo1-16/+5
2017-01-04Refactor of file main.cJosé Bollo1-602/+191
2017-01-03Improves naming of session's moduleJosé Bollo1-2/+2
2017-01-03Adds 2017 to copyrightsJosé Bollo1-2/+2
2016-12-14main: Removes setting roothttp to . by defaultJosé Bollo1-5/+4
2016-10-28hook: adding of hook feature for requestsJosé Bollo1-1/+36
2016-10-10Threads: handles request with threadsJosé Bollo1-2/+8
2016-09-15Ignore the SIGPIPEJosé Bollo1-0/+3
2016-08-31Add the option roothttpJosé Bollo1-4/+18
2016-08-31bindings: adds ability to use data of applicationsJosé Bollo1-0/+6
2016-08-03websocket transparancy for C/S bindingsJosé Bollo1-0/+20
2016-07-27fix unexpected ending spacesJosé Bollo1-15/+15
2016-06-23vocabulary: moving from 'plugin' to 'binding'José Bollo1-16/+16
2016-06-13Service instanciationJosé Bollo1-0/+4
2016-05-30add option --session-maxJosé Bollo1-2/+15
2016-05-30applies timeout setting for apisJosé Bollo1-0/+1
2016-05-24add log macros for pluginsJosé Bollo1-0/+1
2016-05-20set version to 0.5José Bollo1-1/+1
2016-05-20fix one-page-application redirectJosé Bollo1-2/+2
2016-05-20plugin: improves error detectionJosé Bollo1-2/+6
2016-05-17provides developper filesJosé Bollo1-1/+1
2016-05-13cleaning copyrightsJosé Bollo1-2/+2
2016-05-13new verbose and clean upJosé Bollo1-8/+1
2016-05-11improves signal handling & call monitoringJosé Bollo1-50/+3
2016-05-10implmentation of dbus-service activatedJosé Bollo1-1/+65
2016-05-10refactored loggingJosé Bollo1-73/+66
2016-05-10Refactoring requests and context handlingJosé Bollo1-0/+1
2016-05-04Switch to libsystemd eventsJosé Bollo1-2/+6
2016-04-19refactoring context handlingJosé Bollo1-1/+2
2016-04-17set download pathJosé Bollo1-0/+5
2016-04-17cleaner http handling in mainJosé Bollo1-60/+62
2016-04-14renamingsJosé Bollo1-65/+62
2016-04-14removes use of printfJosé Bollo1-6/+6
2016-04-08restoring cookie of sessionJosé Bollo1-0/+5
2016-04-07split api handlingJosé Bollo1-7/+7