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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Fix deserialize impl for RelayId.
Nick Mathewson
2022-10-15
1
-1
/
+1
|
*
linkspec: impl Hash for RelayIdRef
Nick Mathewson
2022-10-15
2
-1
/
+3
|
/
*
Merge branch 'reorganize_factory_code' into 'main'
Nick Mathewson
2022-10-13
6
-289
/
+363
|
\
|
*
chanmgr: Edit comments, fix docs
Nick Mathewson
2022-10-13
4
-18
/
+49
|
*
chanmgr: Remove RegistryAsFactory.
Nick Mathewson
2022-10-13
1
-11
/
+6
|
*
ChanMgr: Reorganize factory, builder, transport code.
Nick Mathewson
2022-10-13
6
-282
/
+330
|
/
*
Merge branch 'rustdoc_fixes_20221013' into 'main'
Nick Mathewson
2022-10-13
8
-21
/
+18
|
\
|
*
Fix some rustdoc errors.
Nick Mathewson
2022-10-13
8
-21
/
+18
|
/
*
Merge branch 'factory_redux' into 'main'
Nick Mathewson
2022-10-13
9
-136
/
+258
|
\
|
*
Flatten TimeoutChannelFactory into ChannelBuilder.
Nick Mathewson
2022-10-13
2
-48
/
+30
|
*
chanmgr: clean up some TODO pt-client items and documentation.
Nick Mathewson
2022-10-13
3
-80
/
+23
|
*
Allow multiple ChannelBuilders to share a ChanMgrEventSender.
Nick Mathewson
2022-10-13
2
-4
/
+9
|
*
chanmgr: Use ChannelFactory via a Box<dyn<ChannelFactory>>.
Nick Mathewson
2022-10-13
2
-4
/
+28
|
*
chanmgr: Move Timeout functionality into a decorator object.
Nick Mathewson
2022-10-13
2
-12
/
+51
|
*
Have ChannelBuilder use TransportHelper.
Nick Mathewson
2022-10-13
4
-27
/
+92
|
*
Implement ChannelFactory for (a wrapper of) TransportRegistry.
Nick Mathewson
2022-10-12
1
-1
/
+23
|
*
chanmgr: Clean up async-ness on factory types.
Nick Mathewson
2022-10-12
2
-12
/
+18
|
*
Rename mgr::ChannelFactory to mgr::AbstractChannelFactory
Nick Mathewson
2022-10-12
3
-19
/
+22
|
*
Add several accessors to ChannelMethod.
Nick Mathewson
2022-10-12
1
-0
/
+33
*
|
Merge branch 'readmes' into 'main'
Nick Mathewson
2022-10-12
42
-2109
/
+61
|
\
\
|
|
/
|
/
|
|
*
Abolish maint/readmes
Ian Jackson
2022-10-12
2
-13
/
+0
|
*
cargo fmt to remove blank lines
Ian Jackson
2022-10-12
35
-35
/
+0
|
*
Replace all README copies in src/lib.rs with includes
Ian Jackson
2022-10-12
35
-2048
/
+35
|
*
README doctests: fix tor-rtmock
Ian Jackson
2022-10-12
1
-2
/
+3
|
*
README doctests: fix safelog
Ian Jackson
2022-10-12
1
-0
/
+3
|
*
README doctests: fix fs-mistrust
Ian Jackson
2022-10-12
1
-3
/
+12
|
*
README doctests: fix arti-client
Ian Jackson
2022-10-12
1
-5
/
+5
|
*
README doctests: fix arti-client
Ian Jackson
2022-10-12
1
-3
/
+3
*
|
Merge branch 'bridge-rename' into 'main'
eta
2022-10-12
4
-23
/
+23
|
\
\
|
*
|
struct BridgeConfig: Rename from Bridge
Ian Jackson
2022-10-12
4
-22
/
+22
|
*
|
struct Bridge: add ref to ticket
Ian Jackson
2022-10-12
1
-1
/
+1
|
|
/
*
|
Merge branch 'bridge-config-example' into 'main'
Ian Jackson
2022-10-12
33
-18
/
+732
|
\
|
|
*
cfg tests: bridges: Document test case assumptions
Ian Jackson
2022-10-12
1
-0
/
+19
|
*
cfg tests: bridges: Remove now-redundant block { }
Ian Jackson
2022-10-12
1
-13
/
+11
|
*
cfg test: bridges: Test all three feature cases
Ian Jackson
2022-10-12
1
-4
/
+31
|
*
cfg tests: bridges: Prepare for more comprehensive testing
Ian Jackson
2022-10-12
1
-8
/
+20
|
*
cfg tests: Make ExampleSectionLines::resolve fallible
Ian Jackson
2022-10-12
1
-5
/
+5
|
*
Fix comment typo.
Nick Mathewson
2022-10-12
1
-1
/
+1
|
*
Fix error message
Nick Mathewson
2022-10-12
1
-1
/
+1
|
*
bridge config: Clarify that examples are nonfunctional
Ian Jackson
2022-10-12
1
-0
/
+2
|
*
bridges: Test configuration
Ian Jackson
2022-10-12
1
-0
/
+121
|
*
pt and bridges: Parse configuration
Ian Jackson
2022-10-12
2
-3
/
+84
|
*
config exhaust checking: Feature-limit some of the tests
Ian Jackson
2022-10-12
1
-11
/
+17
|
*
tor-config: Provide MultilineListBuilder
Ian Jackson
2022-10-12
2
-0
/
+208
|
*
tor-guardmgr: Export BridgeParseError from toplevel
Ian Jackson
2022-10-12
1
-1
/
+1
|
*
tor-config: Remove unneeded braces in an example
Ian Jackson
2022-10-12
1
-1
/
+1
|
*
tor-config: Provide BoolOrAuto
Ian Jackson
2022-10-12
1
-0
/
+107
|
*
tor_config: define_list_builder_helper: Support custom serde
Ian Jackson
2022-10-12
1
-2
/
+42
|
*
Add pt-client and bridge-client features to arti and arti-client
Ian Jackson
2022-10-12
6
-1
/
+15
|
*
bridges config example: Add much more example syntax
Ian Jackson
2022-10-12
1
-4
/
+14
[prev]
[next]