aboutsummaryrefslogtreecommitdiff
path: root/lib/secure-streams/secure-streams-serialize.c
AgeCommit message (Expand)Author
2021-11-08sspc: proxy: coverity: handle unknown metadata nameAndy Green
2021-11-08ss-deserialize: add pointless h NULL checkAndy Green
2021-08-16cpd: pass up lws_ss_request_tx retAndy Green
2021-07-04sspc: add concurrency stressAndy Green
2021-07-01logs: log contextsAndy Green
2021-07-01logs: introduce log_cxAndy Green
2021-06-22ss: check serialize null policyAndy Green
2021-06-04sspc: handle nonexistent metadata cleanlyAndy Green
2021-06-04coverity: h->cwsi must be valid if we are handling rx on itAndy Green
2021-05-28ss: sspc: handle destroy for client_connect and request_txJed Lu
2021-04-15ss: wire up EVENT_WAIT_CANCELLEDAndy Green
2021-04-05ss: sspc: add conmon performance telemetryAndy Green
2021-04-05Fault injectionAndy Green
2021-03-15logs: prioritize WITH_NO_LOGS even in releaseAndy Green
2021-03-14ssproxy: break immediately after determining we will not allow the streamAndy Green
2021-03-08lws_metricsAndy Green
2021-02-26sspc: only do CREATING if its our first rodeoAndy Green
2021-02-20ss: state violations need to report lifecycle tagsAndy Green
2021-01-22Wconversion: workarounds for CentOS7Andy Green
2021-01-11ss: enforce only valid state transitionsAndy Green
2021-01-05sspc: clear proxy conn timeout on ackAndy Green
2021-01-05sspc: allow NULL rx and state in ssiAndy Green
2021-01-05sspc: ssv1: return policy about client dsh allocationAndy Green
2021-01-05sspc: ssv1: pass client PID into proxy for taggingAndy Green
2021-01-05sspc: ssv1: add serialization protocol versioningAndy Green
2021-01-05type comparisons: fixesAndy Green
2021-01-04sspc: cleanup bridged wsiAndy Green
2021-01-04ss: proxy_buflen in policy sets proxy max dsh alloc per streamtypeAndy Green
2021-01-04ss: enforce balanced CONNECT vs DISCONNECTAndy Green
2021-01-04lws_lifecycleAndy Green
2020-12-24ss: client_connect and request_tx also return dispositionsAndy Green
2020-12-24sspc: handle not inheritedAndy Green
2020-12-01sspc: double free + rx ret not checkedYichen Gu
2020-10-19docs: switch to use mainAndy Green
2020-10-19ss: metadata: rename value to add reminder about heapAndy Green
2020-09-22sspc: http map proxying fixesJed Lu
2020-09-20sspc: extend RXPRE_CONNSTATE to handle 8 or 32-bit statesAndy Green
2020-09-16ss: rx metadataAndy Green
2020-09-04sspc: client: call CREATING on linkup to proxyAndy Green
2020-08-31sspc: extend assert length check to explicit codeAndy Green
2020-08-18coverity: 62570: back up assert with unconditional NULL checkAndy Green
2020-08-17sspc: proxy: extend DESTROY_MEAndy Green
2020-08-17sspc: add translation helpers and comments about pss usage between client and...Andy Green
2020-08-17sspc: client: audit all deserialize *pss references and confirmed checked for...Jed Lu
2020-08-13sspc-proxy-fragmented-dsh-must-use-fragmented-flagsAndy Green
2020-08-13sspc: fix intree build for sspc examples and increase post example bodyAndy Green
2020-08-13sspc: make it clear we can only get RPAR_STREAMTYPE in WAIT_INITIAL_TX stateAndy Green
2020-08-12sspc: ss timeout check is onward still alive before settingAndy Green
2020-08-10sspc: make sure NUL on metadata nameAndy Green
2020-08-10sspc: http POST: synthesize CONNECTED to provoke client body writeAndy Green