aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-04-06websocket first version worksJosé Bollo5-21/+51
2016-04-05implementation of websocketsJosé Bollo3-62/+364
2016-04-05renaming of session APIJosé Bollo4-3/+12
2016-04-05allows connection to upgradeJosé Bollo7-70/+104
2016-04-05new main loop in placeJosé Bollo9-173/+138
2016-04-05fix context valuesJosé Bollo1-2/+1
2016-04-05start epoll integration by upollJosé Bollo5-1/+194
2016-04-05refactored verbosityJosé Bollo10-344/+92
2016-04-04work in progress, session handlingJosé Bollo9-257/+233
2016-04-02refactoring in progress (tbf)José Bollo2-8/+28
2016-04-01work in progress (tbf)José Bollo4-628/+236
2016-04-01work in progress (tbf)José Bollo4-127/+18
2016-04-01work in progressJosé Bollo11-347/+287
2016-03-31refactoring (in progress, tbf)José Bollo5-23/+89
2016-03-31refactoring (in progress, tbf)José Bollo13-125/+483
2016-03-31fix bugJosé Bollo2-2/+1
2016-03-30refactoring (in progress, tbf)José Bollo6-167/+286
2016-03-30static setup of sessionsJosé Bollo3-10/+13
2016-03-30renaming of field apiJosé Bollo1-9/+10
2016-03-30refactor context usageJosé Bollo4-9/+31
2016-03-30naming: globally unic identifierJosé Bollo1-4/+4
2016-03-30refactoringJosé Bollo10-724/+778
2016-03-29removes session filesJosé Bollo1-300/+0
2016-03-29splitting rest-api in two partsJosé Bollo11-732/+1044
2016-03-25websocket: initial (not integrated)José Bollo7-0/+694
2016-03-25http-svc: fix bugJosé Bollo1-1/+1
2016-03-25session: fix bugJosé Bollo1-2/+2
2016-03-23session: formatingJosé Bollo1-279/+330
2016-03-23afb-req-itf: small step for abstractingJosé Bollo3-8/+52
2016-03-23AFB_error: improves mangementJosé Bollo1-3/+3
2016-03-23cleanup: remove unused definitionsJosé Bollo1-0/+2
2016-03-23session: moves initialisation to mainJosé Bollo3-6/+4
2016-03-23session: removes file handlingJosé Bollo2-47/+51
2016-03-23main: simplificationJosé Bollo1-110/+105
2016-03-23several improvementsJosé Bollo4-152/+87
2016-03-23simplification of configJosé Bollo4-413/+118
2016-03-23moves more helpers from config to helper-apiJosé Bollo2-1/+10
2016-03-23rest-api: allow zero pluginJosé Bollo1-5/+0
2016-03-23main: fix typoJosé Bollo1-21/+20
2016-03-23removes save optionJosé Bollo1-16/+0
2016-03-23moves helpers from config to helper-apiJosé Bollo2-157/+125
2016-03-23http-svc: renamingJosé Bollo1-20/+30
2016-03-23afb-hreq: adds redirect for directoriesJosé Bollo1-31/+40
2016-03-23afb-hreq: creation of hreq classeJosé Bollo4-222/+282
2016-03-23http-svc: internal renamingJosé Bollo1-21/+21
2016-03-23http-svc: handle alises more efficientlyjobol1-12/+38
2016-03-23afb-method: creationjobol4-86/+141
2016-03-18http-svc: work in progress proposalJosé Bollo1-277/+590
2016-03-18http-svc: fix bug of uninitialized responseJosé Bollo1-3/+2
2016-03-17main: split the main in two partsJosé Bollo1-33/+49