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
...
*
|
|
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
*
|
Merge remote-tracking branch 'origin/mr/102'
Nick Mathewson
2021-10-26
6
-55
/
+350
|
\
\
|
*
|
Overhaul the way WaitFor and the MockSleepProvider work
eta
2021-10-26
6
-55
/
+350
*
|
|
Merge branch 'pb_lite_squashed'
Nick Mathewson
2021-10-26
5
-11
/
+236
|
\
\
\
|
*
|
|
Avoid a strange borrow syntax in tor_guardmgr::sample
Nick Mathewson
2021-10-26
1
-3
/
+3
|
*
|
|
Do not blame a guard for failures on non-random circuits.
Nick Mathewson
2021-10-26
2
-4
/
+41
|
*
|
|
Implement a "lightweight" form of pathbias detection.
Nick Mathewson
2021-10-26
3
-5
/
+193
*
|
|
|
Tests and refactoring for IsolationMap.
Nick Mathewson
2021-10-26
1
-13
/
+50
*
|
|
|
TorClient::resolve_ptr should take an IpAddr.
Nick Mathewson
2021-10-26
3
-10
/
+14
*
|
|
|
More tests for arti_client::address
Nick Mathewson
2021-10-26
1
-15
/
+106
*
|
|
|
Merge branch 'isolate_clients'
Nick Mathewson
2021-10-26
3
-55
/
+134
|
\
\
\
\
|
*
|
|
|
Turn StreamIsolation into a separate type.
Nick Mathewson
2021-10-25
3
-43
/
+103
|
*
|
|
|
Add an isolate_client() function to create an isolated TorClient.
Nick Mathewson
2021-10-25
1
-15
/
+34
|
|
/
/
/
*
|
|
|
Upgrade curve25519-dalek requirement to 3.2.0
Nick Mathewson
2021-10-25
1
-1
/
+1
*
|
|
|
Fix typos and cleanup
Dimitris Apostolou
2021-10-25
5
-9
/
+9
|
/
/
/
*
|
|
guardmgr: Don't use guards that are marked as unlisted.
Nick Mathewson
2021-10-25
2
-7
/
+22
*
|
|
s/arti-arti-client/arti-client/ and regenerate readme files
Nick Mathewson
2021-10-25
5
-6
/
+6
[prev]
[next]