aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-04-07more simplificationJosé Bollo1-38/+97
2016-04-07simplificationsJosé Bollo1-39/+7
2016-04-05allows connection to upgradeJosé Bollo1-1/+0
2016-04-05new main loop in placeJosé Bollo1-63/+46
2016-04-05start epoll integration by upollJosé Bollo1-0/+1
2016-04-05refactored verbosityJosé Bollo1-9/+10
2016-04-04work in progress, session handlingJosé Bollo1-4/+1
2016-04-01work in progressJosé Bollo1-7/+14
2016-03-31refactoring (in progress, tbf)José Bollo1-1/+1
2016-03-30static setup of sessionsJosé Bollo1-1/+1
2016-03-30refactor context usageJosé Bollo1-0/+1
2016-03-30refactoringJosé Bollo1-2/+37
2016-03-29splitting rest-api in two partsJosé Bollo1-0/+1
2016-03-23session: moves initialisation to mainJosé Bollo1-2/+3
2016-03-23session: removes file handlingJosé Bollo1-0/+2
2016-03-23main: simplificationJosé Bollo1-110/+105
2016-03-23several improvementsJosé Bollo1-110/+85
2016-03-23simplification of configJosé Bollo1-197/+117
2016-03-23main: fix typoJosé Bollo1-21/+20
2016-03-23removes save optionJosé Bollo1-16/+0
2016-03-17main: split the main in two partsJosé Bollo1-33/+49
2016-03-17main: use valid exit valueJosé Bollo1-15/+15
2016-03-17main: change location of AFB_options definitionJosé Bollo1-2/+9
2016-03-17local-def: dispatch some definitionsJosé Bollo1-1/+3
2016-03-16Add warning detection and improveJosé Bollo1-9/+5
2016-02-18main: fix parsing of option aliasJosé Bollo1-4/+8
2016-02-15add option for signaling readynessJosé Bollo1-0/+13
2016-02-14adds mode managementJosé Bollo1-4/+3
2016-02-09Adds a new option: modeJosé Bollo1-29/+47