summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-08-15fix TSG-22207, after tcp reorder,trigger many TCP_STREAM messages one time.dev-native-stellarlijia
2024-08-14add raw payload and decompress payload md5sum test.lijia
2024-08-13add get_session_addr, tcp_segment_get_data, tcp out-of-order test case.lijia
2024-08-10fix zlib inflate dead looplijia
2024-08-09adapt native stellar platformlijia
2024-07-18Add BODY_START message; add http_url_decode(); disable CONNECT tunnel.HEADv2.0.4dev-on-stellar2.0lijia
2024-06-25upgrade llhttp to v9.2.1, not support whitespace before header name.lijia
2024-06-24feat: add history and lastest different version test stage.lijia
2024-06-21add asymmetric test case.lijia
2024-06-20Merge branch 'feat-connect-tunnel' into 'dev-on-stellar2.0'李佳
feat: TSG-20446, support http tunnel with CONNECT method. See merge request stellar/http_decoder!7
2024-06-20feat: TSG-20446, support http tunnel with CONNECT method.lijia
2024-06-06add fieldstat4 statistics, push transaction free msg in session closing state.v2.0.3lijia
2024-06-03Adapt to stellar2.0;update API,add HDR_END,BODY_END,TRANSACTION_NEW,FREE msg.v2.0.2lijia
2024-04-19Merge branch 'perf-startline-cache' into 'develop'develop李佳
perf: Do not cache the uri, method if request line is complete, for TSG-20459. See merge request stellar/http_decoder!6
2024-04-19perf: Do not cache the uri, method if request line is complete, for TSG-20459.lijia
2024-04-12Merge branch 'api-unit-test' into 'develop'李佳
Add unit tests. See merge request stellar/http_decoder!5
2024-04-12Add unit tests.lijia
2024-04-12Merge branch 'delete-getxxx-api-dir' into 'develop'李佳
Remove the dir of http_message_get_xxx API, because msg type already contains this information See merge request stellar/http_decoder!4
2024-04-12Remove the dir of http_message_get_xxx API, because msg type already ↵lijia
contains this information
2024-04-11Merge branch 'test-based-on-stellar' into 'develop'李佳
Test case based on stellar See merge request stellar/http_decoder!3
2024-04-11Test case based on stellar李佳
2024-04-10Merge branch 'get-transaction-seq' into 'develop'李佳
add http_message_get_transaction_seq() API; add base64 encode format for... See merge request stellar/http_decoder!2
2024-04-10add http_message_get_transaction_seq() API; add base64 encode format for...李佳
2024-04-09Merge branch 'rpm_build' into 'develop'李佳
fix build RPM package, update cmake/Preinsall, cmake/PreUninstall See merge request stellar/http_decoder!1
2024-04-09fix build RPM package, update cmake/Preinsall, cmake/PreUninstall李佳
2024-04-08add payload md5sum test; add self-consistent test.lijia
2024-04-08Separate from stellar-on-sapp project.lijia
2024-04-07Update file readme.mdmaster杨威