summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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杨威