summaryrefslogtreecommitdiffstats
path: root/src/afb-websock.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-08Update copyright datesJosé Bollo1-1/+1
2019-02-06Update copyright datehalibut_7.90.0halibut/7.90.07.90.0José Bollo1-1/+1
2018-03-16afb-websock: Fix a double freeJosé Bollo1-0/+2
2018-03-16afb-websock: Fix double closeJosé Bollo1-0/+2
2018-02-27Update date of copyright noticesJosé Bollo1-1/+1
2018-02-22fdev: Introduce fdev for file event handlingJosé Bollo1-3/+11
2017-08-11afb-websocket: update websocket protocolJosé Bollo1-1/+0
2017-05-04fix a warningJosé Bollo1-1/+1
2017-04-26Use upgrade abitlity of libmicrohttpdJosé Bollo1-21/+44
2017-04-13Introduce apiset for grouping apisJosé Bollo1-6/+6
2017-03-31Factorize common code for handling requestsJosé Bollo1-1/+1
2017-01-03Adds 2017 to copyrightsJosé Bollo1-1/+1
2016-05-19websocket: accept empty protocolJosé Bollo1-1/+5
2016-05-18propagate context creation to websocketJosé Bollo1-1/+1
2016-05-13cleaning copyrightsJosé Bollo1-1/+1
2016-05-12better naming for protocolJosé Bollo1-3/+2
2016-05-12fix https caseJosé Bollo1-4/+9
2016-05-10Refactoring requests and context handlingJosé Bollo1-1/+2
2016-05-04Switch to libsystemd eventsJosé Bollo1-2/+5
2016-04-21websocket implementing cleanupJosé Bollo1-1/+1
2016-04-21improves decoupling from afbJosé Bollo1-35/+54
2016-04-08restoring cookie of sessionJosé Bollo1-20/+8
2016-04-08new websocket handlingJosé Bollo1-402/+75
2016-04-08refactored websocketsJosé Bollo1-3/+15
2016-04-07typoJosé Bollo1-3/+1
2016-04-07improves websocketsJosé Bollo1-9/+11
2016-04-07split api handlingJosé Bollo1-4/+3
2016-04-07more simplificationJosé Bollo1-2/+0
2016-04-07improves file handlingJosé Bollo1-2/+2
2016-04-06fix a memory leakJosé Bollo1-4/+1
2016-04-06websocket first version worksJosé Bollo1-3/+10
2016-04-05implementation of websocketsJosé Bollo1-60/+362
2016-04-01work in progressJosé Bollo1-1/+2
2016-03-31refactoring (in progress, tbf)José Bollo1-2/+2
2016-03-30refactoring (in progress, tbf)José Bollo1-1/+0
2016-03-30naming: globally unic identifierJosé Bollo1-4/+4
2016-03-30refactoringJosé Bollo1-4/+0
2016-03-29splitting rest-api in two partsJosé Bollo1-27/+52
2016-03-25websocket: initial (not integrated)José Bollo1-0/+195