Commits
- Commit:
c51929ed264f5ae9a6209841ed1b2a090548104f- From:
- Murilo Ijanc <murilo@ijanc.org>
- Date:
build vendored rlibs through a single pattern rule
The two recipes were near-duplicates; collapse them into
\$(BUILD)/lib%.rlib: vendor/%.rs and use a target-scoped export
so that HTTP_VERSION is set only when building libhttp.rlib.
- Commit:
b03e969704190d3dd4f1d7fdff6dcc3f895b8161- From:
- Murilo Ijanc <murilo@ijanc.org>
- Date:
regenerate VENDOR via marmita(1)
The manifest is now produced and refreshed by marmita(1) using
the format documented there. While here, correct the jackson
origin URL (the upstream path is /jackson, not /json/jackson)
and bump http to 72e29eb.
- Commit:
a5d0ad4ab8c21ea6cdd76276102799f2439361c7- From:
- Murilo Ijanc <murilo@ijanc.org>
- Date:
Use vendored http library for HTTPS.
- replace the libtls Conn, the inline HTTP formatter, the chunked
decoder, and the URL parser with http::get and http::post
- drop parse_http_response, decode_chunked, header_value,
parse_https_url, and the local percent_encode/decode/url_form
- shrink mod ffi to just the crypto primitives needed for PKCE
(SHA256, arc4random_buf)
- vendor http at ssh://ijanc@ijanc.org/http commit ebd3a89
- Commit:
feb508df949b89fcb4d5657355742041eddae7d3- From:
- Murilo Ijanc <murilo.ijanc@kovi.com.br>
- Date:
Initial import.
