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
*
CHANGELOG.md: spelling fix. (Thanks eta!)
arti-v0.0.3
Nick Mathewson
2022-01-11
1
-1
/
+1
*
Release.md: Small fixes
Nick Mathewson
2022-01-11
1
-2
/
+4
*
Bump all crate versions to 0.0.3.
Nick Mathewson
2022-01-11
30
-169
/
+169
*
Update README.md files (automated)
Nick Mathewson
2022-01-11
2
-2
/
+5
*
Run "cargo update".
Nick Mathewson
2022-01-11
1
-147
/
+153
*
Clear semver_status.md entries for 0.0.2
Nick Mathewson
2022-01-11
1
-32
/
+1
*
Draft changelog for 0.0.3.
Nick Mathewson
2022-01-11
1
-1
/
+108
*
Check off some large items in README.md
Nick Mathewson
2022-01-11
1
-4
/
+4
*
Add more names to exclude_contributors.txt
Nick Mathewson
2022-01-11
1
-0
/
+2
*
Merge branch 'logfiles'
Nick Mathewson
2022-01-10
7
-66
/
+296
|
\
|
*
Apply suggestions to better describe the purpose of LogGuards.
Ian Jackson
2022-01-10
1
-4
/
+5
|
*
Tracing configuration for logfiles, per-target filters
Nick Mathewson
2022-01-10
7
-59
/
+282
|
*
Move tracing setup into a separate module.
Nick Mathewson
2022-01-10
2
-43
/
+49
|
/
*
Merge branch 'eta/fix-doc-comment' into 'main'
eta
2022-01-10
1
-1
/
+1
|
\
|
*
Fixup broken doc comment from arti!220
eta
2022-01-10
1
-1
/
+1
|
/
*
Merge branch 'ticket_281' into 'main'
eta
2022-01-10
3
-24
/
+32
|
\
|
*
Expose and rename stream timeout config.
Nick Mathewson
2022-01-10
3
-24
/
+32
*
|
Merge branch 'ticket_280' into 'main'
eta
2022-01-10
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Make the arti_client::Result type public.
Nick Mathewson
2022-01-10
1
-2
/
+2
|
/
*
Merge branch 'ticket_178' into 'main'
eta
2022-01-10
5
-15
/
+232
|
\
|
*
Only replace netdir once we have enough guard MDs.
Nick Mathewson
2022-01-06
1
-9
/
+73
|
*
Tests for new guardmgr functionality.
Nick Mathewson
2022-01-06
2
-0
/
+83
|
*
Add API to check if primary MDs are missing.
Nick Mathewson
2022-01-06
4
-2
/
+46
|
*
guardmgr: Don't use no-md guards for data circs.
Nick Mathewson
2022-01-06
1
-5
/
+31
*
|
Merge branch 'bug274' into 'main'
eta
2022-01-10
1
-1
/
+14
|
\
\
|
*
|
Fix busy-loop when consensus is near expiring.
Nick Mathewson
2022-01-07
1
-1
/
+14
*
|
|
Merge branch 'minimize_deps' into 'main'
eta
2022-01-10
30
-190
/
+202
|
\
\
\
|
*
|
|
Move our "minimal versions" code to a script.
Nick Mathewson
2022-01-07
2
-2
/
+14
|
*
|
|
Minimize the required version for each dependency.
Nick Mathewson
2022-01-07
28
-188
/
+188
*
|
|
|
Merge branch 'with_prefs' into 'main'
Ian Jackson
2022-01-10
6
-16
/
+39
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Use *_with_prefs() for Option<ConnectPrefs> callers in TorClient::connect
Neel Chauhan
2022-01-08
6
-16
/
+39
|
/
/
/
*
|
|
Merge branch 'circ_self_by_ref'
Nick Mathewson
2022-01-07
5
-48
/
+66
|
\
\
\
|
*
|
|
ClientCirc: change some methods to take &self
Nick Mathewson
2022-01-07
1
-11
/
+6
|
*
|
|
circmgr: Fix a pair of clippy warnings.
Nick Mathewson
2022-01-07
1
-2
/
+2
|
*
|
|
tor-circmgr: Remove Arc around ClientCirc
Ian Jackson
2022-01-07
5
-24
/
+41
|
*
|
|
tor-circmgr: tests: Do fake circuit equality by id
Ian Jackson
2022-01-07
1
-2
/
+2
|
*
|
|
tor-circmgr: tests: Introduce and use FakeCirc::eq()
Ian Jackson
2022-01-07
1
-13
/
+19
|
*
|
|
tor-circmgr: Replace some Arc::clone with .clone()
Ian Jackson
2022-01-07
1
-5
/
+5
|
*
|
|
tor-circmgr: Require that AbstractCirc are Clone
Ian Jackson
2022-01-07
1
-1
/
+1
*
|
|
|
Merge branch 'remove-type-annotation' into 'main'
Nick Mathewson
2022-01-07
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
tor-circmgr: Remove a type annotation in a method call
Ian Jackson
2022-01-07
1
-1
/
+1
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge branch 'dearcify_clientcirc_buildable' into 'main'
Ian Jackson
2022-01-07
2
-14
/
+7
|
\
\
\
\
|
|
/
/
/
|
/
|
/
/
|
|
/
/
|
*
/
De-Arc-ify Buildable for ClientCirc
Neel Chauhan
2022-01-06
2
-14
/
+7
|
/
/
*
|
Merge branch 'remove_unused_rngs' into 'main'
eta
2022-01-06
2
-51
/
+23
|
\
\
|
*
\
Merge branch 'main' into 'remove_unused_rngs'
eta
2022-01-06
34
-23
/
+55
|
|
\
\
|
|
/
/
|
/
|
|
*
|
|
Merge branch 'refactor/unwrap-or-default' into 'main'
eta
2022-01-06
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
prefer 'unwrap_or_default' to manual constructor
Daniel Eades
2022-01-01
1
-1
/
+1
*
|
|
Move a comment to the right place.
Nick Mathewson
2022-01-06
1
-4
/
+2
*
|
|
Merge remote-tracking branch 'origin/mr/214'
Nick Mathewson
2022-01-06
30
-13
/
+42
|
\
\
\
|
*
|
|
extend lints to include 'clippy::all'
Daniel Eades
2021-12-28
30
-13
/
+42
|
|
/
/
[next]