aboutsummaryrefslogtreecommitdiff
path: root/lib/plat
AgeCommit message (Expand)Author
2020-03-04freertos: forward-port lwip version adaptationsAndy Green
2020-03-04cleaning: windowsAndy Green
2020-03-04rtos diet: http: remove headers at buildtime according to configAndy Green
2020-03-04malloc_trim: move out of unix plat and into lwswsAndy Green
2020-02-21unix plat: use eventfd in place of pipe where possibleOliver Langlois
2020-02-04event lib: update http client multi to work with it and clean destroy flowAndy Green
2020-02-04libev: continue idle loop if forced serviceZevv
2020-01-17linkit: support build using public sdkAndy Green
2020-01-15freertos: lws_cancel_service udp as pipeAndy Green
2020-01-14coverity: fixes plugin error path leak and logging method sign checkAndy Green
2020-01-11windows: clean type warningsAndy Green
2020-01-11lws_get_random: change length to size_t for coverityAndy Green
2020-01-05cleaningAndy Green
2020-01-02h2: LCCSCF_H2_MANUAL_RXFLOW and refactor txcrAndy Green
2019-12-22_GNU_SOURCE: only define if not already definedAndy Green
2019-12-08async dns: android: fix build errorMicon Frink
2019-11-12cov263976: paranoid check is dead code to coverityAndy Green
2019-11-01unix: sul schedule rename internal api and call regardless of existing timeoutAndy Green
2019-11-01windows: service: do sul check and service regardless of service timeoutKristján Valur Jónsson
2019-10-28Use IPPROTO_TCP if getprotobyname("tcp") fails.Kristján Valur Jónsson
2019-10-27Improve logging when setting sock opts on windowsKristján Valur Jónsson
2019-10-27sul: more paranoid casting vs libc header typesAndy Green
2019-10-23windows: clean warnings around int usageKristján Valur Jónsson
2019-10-23windows: LWS_EXTERN must be 'extern' if not building DLLKristján Valur Jónsson
2019-10-12lws_system: dhcpclientAndy Green
2019-10-12adopt: udp iface and AF_PACKETAndy Green
2019-10-12illumos: fixes for build warningsZhiwen Zheng
2019-09-22lws_validity: unified connection validity trackingAndy Green
2019-09-22service: resurrect timeout_ms being -1 as return immediatelyAndy Green
2019-09-22detailed latency statsAndy Green
2019-09-19asynchronous dns for ipv4 and ipv6Andy Green
2019-09-06sul: remove NULL service calls from all platsAndy Green
2019-09-06SmartOS: detection/build to all IllumosMike Owens
2019-08-26freertos: rename esp32 plat to freertosAndy Green
2019-08-26debloat: remove things from being built by default that should be conditionalAndy Green
2019-08-15private.h: rename to contain dirAndy Green
2019-08-14license: switch LGPLv2.1+SLE parts to MITAndy Green
2019-08-12Subject: Build on SmartOSMike Owens
2019-08-12stats: move to pt and improve presentationAndy Green
2019-08-09sul: all timed objects use a single pt sul listAndy Green
2019-08-09seq: LWS_WITH_SEQUENCER default-onAndy Green
2019-08-08unify us sorted waitsAndy Green
2019-08-08sequencer: upgrade timeout to use usAndy Green
2019-08-08rtos: use mbedtls random apiAndy Green
2019-08-02android: build fixeshjfbswb
2019-08-01lws_lookup: fix wsi table when unrelated_to_ulimitAndy Green
2019-08-01solve compilation problems on vs2012hjfbswb
2019-07-13esp32: add local esp_attrAndy Green
2019-07-13COVA10653: check for zalloc failAndy Green
2019-07-02esp32: remove extra constJackson Ming Hu