index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
arti-hyper
/
src
/
lib.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
1
-0
/
+1
*
Run add_warnings on all files.
Nick Mathewson
2023-08-04
1
-2
/
+2
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+2
*
Run add_warning to remove `missing_panics_doc` deny.
Nick Mathewson
2023-07-06
1
-1
/
+0
*
lints: Run maint/add_warning to actually apply new lints
Ian Jackson
2023-06-21
1
-0
/
+2
*
s/ProtocolFailed/ProtocolViolation/g where possible
Neel Chauhan
2023-04-08
1
-1
/
+1
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
1
-0
/
+1
*
Disable clippy::unlinlined-format-args
Nick Mathewson
2023-01-27
1
-0
/
+1
*
test lint blocks: Add many many automatically
Ian Jackson
2022-12-12
1
-0
/
+9
*
Spelling fixes and normalizations on some high-level crates
Nick Mathewson
2022-11-07
1
-1
/
+1
*
Run add_warnings.
Nick Mathewson
2022-11-03
1
-0
/
+1
*
cargo fmt to remove blank lines
Ian Jackson
2022-10-12
1
-1
/
+0
*
Replace all README copies in src/lib.rs with includes
Ian Jackson
2022-10-12
1
-9
/
+1
*
enable doc_auto_cfg feature on every crate when documenting for docs.rs
trinity-1686a
2022-08-24
1
-0
/
+1
*
Add unit tests for arti-hyper's uri -> host,port,tls conversion
spongechameleon
2022-07-05
1
-0
/
+73
*
Run maint/add_warning crates/*/src/{lib,main}.rs
Ian Jackson
2022-06-23
1
-0
/
+3
*
lints: Add let_unit_value allow to all crates
Ian Jackson
2022-05-31
1
-0
/
+1
*
lints: Add lint block delimiters to every crate
Ian Jackson
2022-05-31
1
-0
/
+2
*
Replace manual Clone impl with educe in arti-hyper
Ian Jackson
2022-03-02
1
-7
/
+3
*
Fix rustdoc errors.
Nick Mathewson
2022-03-01
1
-1
/
+1
*
arti-hyper: Upgrade from an example to an "adaptation layer"
Ian Jackson
2022-03-01
1
-0
/
+8
*
arti-hyper: Expand docs
Ian Jackson
2022-03-01
1
-1
/
+15
*
arti-hyper: Drop obsolete comment about not doing TLS
Ian Jackson
2022-03-01
1
-2
/
+0
*
arti-hyper: Add vacuous doc comments as required by clippy
Ian Jackson
2022-02-28
1
-0
/
+3
*
EK::RemoteProtocolFailed replaces OtherRemote
Ian Jackson
2022-02-28
1
-1
/
+1
*
Fix rustfmt
Ian Jackson
2022-02-28
1
-9
/
+10
*
arti-hyper: Abolish a bool in favour of a custom private enum
Ian Jackson
2022-02-28
1
-12
/
+19
*
arti-hyper: Box the http variant (bare DataStream)
Ian Jackson
2022-02-28
1
-7
/
+6
*
arti-hyper: Fix duplicative doc comment not to be wrong
Ian Jackson
2022-02-28
1
-1
/
+1
*
arti-hyper: Actually support TLS
Ian Jackson
2022-02-28
1
-17
/
+38
*
arti-hyper: Provide TLS connector and make space for TLS stream
Ian Jackson
2022-02-28
1
-18
/
+58
*
Manually implement Clone for ArtiHttpConnector
Ian Jackson
2022-02-28
1
-1
/
+7
*
arti-hyper: Disable clippy::clone_on_ref_ptr
Ian Jackson
2022-02-28
1
-1
/
+0
*
arti-hyper: impl HasKind for ConnectionError
Ian Jackson
2022-02-23
1
-0
/
+14
*
arti-hyper: Add note about missing https support
Ian Jackson
2022-02-23
1
-0
/
+3
*
arti-hyper: Add vacuous doc comments to placate clippy
Ian Jackson
2022-02-23
1
-0
/
+3
*
arti-hyper: Move support code into library
Ian Jackson
2022-02-23
1
-0
/
+112
*
arti-hyper: Introduce new ConnectionError type
Ian Jackson
2022-02-23
1
-0
/
+28
*
arti-hyper: empty crate skeleton
Ian Jackson
2022-02-23
1
-0
/
+32