index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
node
/
ops
/
http2.rs
Age
Commit message (
Expand
)
Author
2024-10-24
refactor(ext/node): use concrete error types (#26419)
Leo Kettmeir
2024-10-15
fix(ext/node): handle http2 server ending stream (#26235)
Toby Ealden
2024-07-29
fix(ext/node): prevent panic in http2.connect with uppercase header names (#2...
Satya Rohith
2024-07-18
Reland "refactor(fetch): reimplement fetch with hyper instead of reqwest" (#2...
Bartek Iwańczuk
2024-07-15
fix(std/http2): release window capacity back to remote stream (#24576)
Rano | Ranadeep
2024-07-13
Revert "refactor(fetch): reimplement fetch with hyper instead of reqwest (#24...
Ryan Dahl
2024-07-13
refactor(fetch): reimplement fetch with hyper instead of reqwest (#24237)
Sean McArthur
2024-07-02
chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24388)
Bartek Iwańczuk
2024-06-19
Revert "chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24056)" (#24262)
Bartek Iwańczuk
2024-06-13
chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24056)
Bartek Iwańczuk
2024-06-10
fix(ext/node): send data frame with end_stream flag on _final call (#24147)
Satya Rohith
2024-06-07
chore(ext/node): remove dead op (#24131)
Satya Rohith
2024-05-23
fix(ext/node): return cancelled flag in get_response_body_chunk op (#23962)
Satya Rohith
2024-05-16
fix(ext/node): fix grpc error_handling example (#23755)
Satya Rohith
2024-03-09
fix(node): require of pkg json imports was broken (#22821)
David Sherret
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-27
refactor: simplify hyper, http, h2 deps (#21715)
Bartek Iwańczuk
2023-12-23
chore(ext/node): use BufView natively in http2 (#21688)
Matt Mastracci
2023-10-25
chore: update deno_core and port all remaining ops to `op2` (#20954)
Bartek Iwańczuk
2023-09-23
refactor: rewrite ext/node/http2 to op2 macro (#20629)
Bartek Iwańczuk
2023-09-15
feat(ext/node): http2.connect() API (#19671)
Bartek Iwańczuk