aboutsummaryrefslogtreecommitdiff
path: root/lib/abstract
AgeCommit message (Expand)Author
2021-05-04license: fix two old headers from pre-MIT changeAndy Green
2020-05-27cmakelist: Augean Stables refactorAndy Green
2020-01-05cleaningAndy Green
2019-11-04format strings: ban %.*s as some platforms lack itAndy Green
2019-10-10abstract: existing connection compareAndy Green
2019-10-10muxable client: make http support genericAndy Green
2019-08-26freertos: rename esp32 plat to freertosAndy Green
2019-08-26clean: internally use LWS_WITH_CLIENT and _SERVERAndy Green
2019-08-15private.h: rename to contain dirAndy Green
2019-08-14license: switch LGPLv2.1+SLE parts to MITAndy Green
2019-08-08sequencer: upgrade timeout to use usAndy Green
2019-08-08sequencer: add second aux message argAndy Green
2019-08-05lws_retry_bo_t: generic retry backoffAndy Green
2019-07-22lws_sequencer_t: allow wsi bindingAndy Green
2019-06-29unit test sequencerAndy Green
2019-06-26abstract: allow completely generic instantiation and destructionAndy Green
2019-06-19abstract: add abstract transport tokensAndy Green
2019-05-04smtp: make abstractAndy Green