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
*
Cargo.lock: v0.0.1 is now published.
arti-v0.0.1
Nick Mathewson
2021-10-29
1
-26
/
+26
*
tor-persist: serde usage now requires derive feature.
Nick Mathewson
2021-10-29
1
-2
/
+1
*
Bump all crate versions to 0.0.1
Nick Mathewson
2021-10-29
26
-123
/
+123
*
Remove alternative-name handling from exclude_contributors.txt
Nick Mathewson
2021-10-29
1
-4
/
+2
*
thanks.sh: Remove tempdir on exit.
Nick Mathewson
2021-10-29
1
-0
/
+2
*
Fix shellcheck warnings in thanks.sh
Nick Mathewson
2021-10-29
1
-3
/
+3
*
Merge remote-tracking branch 'origin/mr/113'
Nick Mathewson
2021-10-29
2
-0
/
+37
|
\
|
*
Add an attempt at autogenerating contributor lists for releases
eta
2021-10-29
2
-0
/
+37
*
|
Add a list_crates.py script, for help with foreach scripting.
Nick Mathewson
2021-10-29
1
-0
/
+23
|
/
*
Typo fix in Changelog
Nick Mathewson
2021-10-29
1
-1
/
+1
*
Add a script to enforce topological sorting in workspace Cargo.toml
Nick Mathewson
2021-10-29
1
-0
/
+91
*
Update Cargo.lock in preparation for Arti 0.0.1 release.
Nick Mathewson
2021-10-29
1
-71
/
+71
*
Update README.md files
Nick Mathewson
2021-10-29
1
-6
/
+10
*
Begin a CHANGELOG.md for Arti 0.0.1
Nick Mathewson
2021-10-29
1
-0
/
+84
*
Merge remote-tracking branch 'origin/mr/112'
Nick Mathewson
2021-10-29
4
-31
/
+130
|
\
|
*
Improve docs of more (potentially re-exported) arti-client types
eta
2021-10-29
4
-31
/
+130
*
|
Improve some documentation links
Nick Mathewson
2021-10-29
6
-13
/
+15
|
/
*
Try writing a bit more documentation for configuration types.
Nick Mathewson
2021-10-28
3
-11
/
+62
*
Use correct link for AsyncWriteExt::flush
Nick Mathewson
2021-10-28
1
-1
/
+1
*
Typo fix in an expect() message.
Nick Mathewson
2021-10-28
1
-1
/
+1
*
Encourage the use of TorClient::clone().
Nick Mathewson
2021-10-28
1
-1
/
+2
*
DataStream: document the importance of flush().
Nick Mathewson
2021-10-28
1
-3
/
+12
*
arti-client example: Try to make the comments a little more clear.
Nick Mathewson
2021-10-28
1
-6
/
+10
*
Update README.md files
Nick Mathewson
2021-10-28
2
-19
/
+95
*
Add removed paragraphs to Architecture.md
Nick Mathewson
2021-10-28
1
-0
/
+16
*
Merge remote-tracking branch 'origin/mr/111'
Nick Mathewson
2021-10-28
3
-16
/
+146
|
\
|
*
Improve top-level arti-client documentation, add example code
eta
2021-10-28
3
-16
/
+146
*
|
Oops: add missing data files
Nick Mathewson
2021-10-28
2
-0
/
+109
*
|
tor-dirmgr: tests for GetMicrodescsState
Nick Mathewson
2021-10-28
1
-0
/
+100
*
|
tor-dirmgr: tests for download schedules.
Nick Mathewson
2021-10-28
1
-0
/
+23
*
|
tor-chanmgr: remove PendingChanError as unnecessary.
Nick Mathewson
2021-10-28
2
-37
/
+6
*
|
Merge branch 'test_dirmgr'
Nick Mathewson
2021-10-28
5
-3
/
+515
|
\
\
|
*
|
tor-dirmgr: Test for GetCertsState
Nick Mathewson
2021-10-28
4
-5
/
+253
|
*
|
tor-dirmgr: Tests for GetConsensusState.
Nick Mathewson
2021-10-28
2
-0
/
+242
|
*
|
tor-dirmgr::state: Mock the view of current time.
Nick Mathewson
2021-10-28
1
-3
/
+25
|
|
/
*
|
Fix clippy warnings in tests.
Nick Mathewson
2021-10-28
1
-5
/
+5
*
|
Merge remote-tracking branch 'origin/mr/110'
Nick Mathewson
2021-10-28
1
-136
/
+233
|
\
\
|
*
|
tor_circmgr: Refactor and re-enable build_timeout() test
Nick Mathewson
2021-10-27
1
-136
/
+233
|
|
/
*
|
Mark request_retried test as ignored
Nick Mathewson
2021-10-28
1
-0
/
+1
*
|
move integration tests to scripts
Trinity Pointard
2021-10-28
5
-8
/
+49
|
/
*
Small FAQ update.
Nick Mathewson
2021-10-27
1
-1
/
+1
*
Add missing entries to Architecture.md
Nick Mathewson
2021-10-27
1
-0
/
+5
*
Upgrade to fslock version 0.2
Nick Mathewson
2021-10-27
5
-7
/
+6
*
Improve and future-proof the `arti` CLI
eta
2021-10-27
8
-171
/
+224
*
Update our disclaimers and limitations sections.
Nick Mathewson
2021-10-27
13
-92
/
+38
*
Add Futureproof<T> wrapper type, use for GuardDisabled enum
eta
2021-10-27
3
-7
/
+77
*
Add #[serde(flatten)] HashMap fields to serializable objects
eta
2021-10-27
4
-6
/
+29
*
Fix some clippy-nightly warnings.
Nick Mathewson
2021-10-26
4
-12
/
+18
*
Clarify that new SleepProvider methods are testing-only.
Nick Mathewson
2021-10-26
1
-0
/
+9
*
circmgr: Split request_timeout test into two.
Nick Mathewson
2021-10-26
1
-0
/
+7
[next]