index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-chanmgr
Commit message (
Expand
)
Author
Age
Files
Lines
*
Patchlevel bumps for remaining changed crates.
Nick Mathewson
2023-02-28
1
-5
/
+5
*
Bump tor-units version for breaking change.
Nick Mathewson
2023-02-28
1
-1
/
+1
*
Bump minor versions for significant breaking changes.
Nick Mathewson
2023-02-28
1
-6
/
+6
*
Merge branch 'logs' into 'main'
Nick Mathewson
2023-02-01
3
-6
/
+7
|
\
|
*
Use ErrorReport for errors in error! in tor-chanmgr
Ian Jackson
2023-01-30
1
-2
/
+3
|
*
Use ErrorReport for errors in warn! in tor-chanmgr
Ian Jackson
2023-01-30
1
-2
/
+2
|
*
Errors: Mark the type of an error, for clarity
Ian Jackson
2023-01-30
1
-2
/
+2
*
|
Bump minor version of tor-cell.
Nick Mathewson
2023-02-01
1
-2
/
+2
*
|
Bump the patch version of every crate that had API additions
Nick Mathewson
2023-02-01
1
-7
/
+7
*
|
Bump the patch-level version of crates with _minor_ changes.
Nick Mathewson
2023-02-01
1
-6
/
+6
|
/
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
8
-0
/
+8
*
Disable clippy::unlinlined-format-args
Nick Mathewson
2023-01-27
1
-0
/
+1
*
chanmgr: trace-level logs when launching connections.
Nick Mathewson
2023-01-06
2
-0
/
+15
*
Merge branch 'test-lints' into 'main'
eta
2023-01-06
4
-0
/
+33
|
\
|
*
test lint blocks: Add many many automatically
Ian Jackson
2022-12-12
4
-0
/
+33
*
|
doc: consistent summary line for the READMEs
Emil Engler
2022-12-20
1
-1
/
+1
|
/
*
Remove semver.md files now that 1.1.0 is released.
Nick Mathewson
2022-11-30
1
-1
/
+0
*
Bump the minor version of every crate.
Nick Mathewson
2022-11-30
1
-18
/
+18
*
Merge branch 'renaming' into 'main'
Nick Mathewson
2022-11-30
5
-11
/
+11
|
\
|
*
Rename TransportHelper => TransportImplHelper.
Nick Mathewson
2022-11-30
5
-11
/
+11
*
|
Downgrade a "TODO pt-client" comment
Nick Mathewson
2022-11-30
1
-1
/
+3
|
/
*
Merge branch 'bridge-addr-2' into 'main'
Nick Mathewson
2022-11-30
2
-7
/
+11
|
\
|
*
Separate BridgeAddr and PtTargetAddr
Ian Jackson
2022-11-30
2
-7
/
+11
*
|
Merge branch 'fix_pt_protocol' into 'main'
eta
2022-11-30
1
-11
/
+21
|
\
\
|
*
|
PT protocol: pt-spec conformance with password field
Nick Mathewson
2022-11-30
1
-4
/
+5
|
*
|
connect_via_proxy: Actually send initial handshake.
Nick Mathewson
2022-11-30
1
-3
/
+3
|
*
|
PT SOCKS tests: add a few more tests
Ian Jackson
2022-11-30
1
-1
/
+6
|
*
|
PT SOCKS tests: test name that only fits in V4
Ian Jackson
2022-11-30
1
-3
/
+7
|
|
/
*
/
Abolish ChanMgr::set_default_transport
Ian Jackson
2022-11-30
2
-19
/
+0
|
/
*
Merge branch 'todos-chanmgr' into 'main'
Nick Mathewson
2022-11-29
4
-9
/
+13
|
\
|
*
chanmgr: Distinguish failure to connect to proxy from other IO failures
Nick Mathewson
2022-11-29
2
-6
/
+12
|
*
chanmgr: remove a now-stale TODO.
Nick Mathewson
2022-11-29
1
-2
/
+0
|
*
chanmgr: Report Pt errors correctly.
Nick Mathewson
2022-11-29
1
-1
/
+1
*
|
Remove deprecated aliases in tor-linkspec.
Nick Mathewson
2022-11-29
2
-7
/
+7
|
/
*
Fix ChanMgr APIs for setting PtMgr etc to match what TorClient wants.
Nick Mathewson
2022-11-28
1
-7
/
+4
*
tor-chanmgr: Introduce the BootstrapReporter API, publicize ChanBuilder
eta
2022-11-28
6
-41
/
+111
*
Draft: Pluggable transport manager
eta
2022-11-28
2
-14
/
+42
*
Make ChannelMethod non-exhaustive
Ian Jackson
2022-11-24
1
-0
/
+6
*
tor-chanmgr: Invent [Box]ChanSensitive for two error payloads
Ian Jackson
2022-11-23
3
-4
/
+13
*
tor-chanmgr: Replace OwnedChanTarget with LoggedChanTarget in errors
Ian Jackson
2022-11-23
2
-9
/
+9
*
ChanMgr: Another attempt to build on CI.
Nick Mathewson
2022-11-23
1
-1
/
+7
*
ChanMgr: Rename Factory -> CompoundFactory
Nick Mathewson
2022-11-23
2
-5
/
+5
*
ChanMgr: Fix a few more conditional-compilation issues
Nick Mathewson
2022-11-23
3
-0
/
+3
*
ChanMgr: Remove Arc aliases.
Nick Mathewson
2022-11-23
1
-12
/
+6
*
Mark set-default-factory API as experimental.
Nick Mathewson
2022-11-23
2
-5
/
+4
*
Make ChannelFactory and AbstractPtMgr require Send+Sync
Nick Mathewson
2022-11-23
2
-6
/
+6
*
ChanMgr: Implement functions that replace channel factories.
Nick Mathewson
2022-11-23
4
-21
/
+113
*
ChanMgr: move the AbstractChanFactory into MgrState.
Nick Mathewson
2022-11-22
5
-18
/
+60
*
Merge branch 'main' into 'abstract-pt-mgr'
Nick Mathewson
2022-11-22
3
-4
/
+11
|
\
|
*
Merge branch 'mark-bridges-not-experimental' into 'main'
Nick Mathewson
2022-11-18
2
-4
/
+9
|
|
\
[next]