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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
tor-proto: use InternalError for internal errors.
Nick Mathewson
2022-02-15
13
-45
/
+84
|
*
|
tor-cell: provide HasKind.
Nick Mathewson
2022-02-15
9
-31
/
+81
*
|
|
Merge branch 'ticket_344' into 'main'
eta
2022-02-16
1
-5
/
+24
|
\
\
\
|
*
|
|
Fix a rustdoc error.
Nick Mathewson
2022-02-15
1
-1
/
+1
|
*
|
|
Refactor tor-netdoc a bit more, to use Bug right.
Nick Mathewson
2022-02-15
1
-4
/
+23
|
|
|
/
|
|
/
|
*
/
|
Move persistent state flush from client to circmgr
Yuan Lyu
2022-02-15
2
-15
/
+13
|
/
/
*
|
Minimal compilation fix: InternalError=>Bug
Nick Mathewson
2022-02-15
1
-2
/
+2
*
|
Merge branch 'doc-errors' into 'main'
Nick Mathewson
2022-02-15
21
-399
/
+579
|
\
\
|
|
/
|
/
|
|
*
Typo fix from@eta
eta
2022-02-15
1
-1
/
+1
|
*
Refactor tor_netdoc::Error
Nick Mathewson
2022-02-14
16
-378
/
+552
|
*
netdoc: Make doc-build errors a separate type
Nick Mathewson
2022-02-14
7
-13
/
+30
|
*
netdoc: remove Error::Untimely.
Nick Mathewson
2022-02-14
1
-11
/
+0
*
|
tor_error::Bug: change Display impl to use kind
Ian Jackson
2022-02-15
1
-2
/
+2
*
|
BadApiUsage: change Display impl capitalisation
Ian Jackson
2022-02-15
1
-1
/
+1
*
|
Rename BadApiUsage from BadAPIUsage
Ian Jackson
2022-02-15
2
-5
/
+5
*
|
tor-socksproto: Use bad_api_usage! rather than ad-hoc Invalid error
Ian Jackson
2022-02-15
2
-8
/
+3
*
|
Make Bug from InternalError, add bad_api_usage! and into_bad_api_usage!
Ian Jackson
2022-02-15
4
-42
/
+97
*
|
New name and semantics for BadAPIUsage (was BadArgument)
Ian Jackson
2022-02-15
2
-4
/
+13
*
|
Merge branch 'error-socksproto-autoconvert' into 'main'
Nick Mathewson
2022-02-14
2
-14
/
+7
|
\
\
|
*
|
Run rustfmt.
Nick Mathewson
2022-02-14
1
-12
/
+5
|
*
|
Provide, and use From impl for InternalError
Ian Jackson
2022-02-14
2
-8
/
+8
*
|
|
Merge branch 'explain_into_tor_addr' into 'main'
Nick Mathewson
2022-02-14
1
-4
/
+25
|
\
\
\
|
*
|
|
More docs for IntoTorAddr
Nick Mathewson
2022-02-14
1
-4
/
+25
|
|
/
/
*
|
|
Merge branch 'ticket_337' into 'main'
eta
2022-02-14
2
-38
/
+11
|
\
\
\
|
*
|
|
Simplify wait_for_bootstrap to use a Mutex.
Nick Mathewson
2022-02-14
2
-38
/
+11
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'warn_not_deny' into 'main'
eta
2022-02-14
30
-30
/
+30
|
\
\
\
|
*
|
|
Change deny(clippy::all) to warn(clippy::all).
Nick Mathewson
2022-02-14
30
-30
/
+30
|
|
/
/
*
|
|
Merge remote-tracking branch 'origin/mr/313'
Nick Mathewson
2022-02-14
1
-2
/
+2
|
\
\
\
|
*
|
|
tor_socksproto::Error HasKind fix two delegations
Ian Jackson
2022-02-14
1
-2
/
+2
*
|
|
|
Merge branch 'error-kind-protocol' into 'main'
Ian Jackson
2022-02-14
2
-6
/
+19
|
\
\
\
\
|
*
|
|
|
Split up ErrorKind::ProtocolViolation
Ian Jackson
2022-02-14
2
-6
/
+19
|
|
/
/
/
*
|
|
|
Merge branch 'error-kind-notimp' into 'main'
Ian Jackson
2022-02-14
4
-15
/
+32
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
ErrorKind::NotImplemented: fix two tests
Ian Jackson
2022-02-14
2
-2
/
+2
|
*
|
|
Split up ErrorKind::NoSupport
Ian Jackson
2022-02-14
4
-13
/
+30
|
|
/
/
*
|
|
Merge branch 'error-kind-config-transition' into 'main'
Nick Mathewson
2022-02-14
1
-0
/
+3
|
\
\
\
|
*
|
|
Clarify ErrorKind::InvalidConfigTransition
Ian Jackson
2022-02-14
1
-0
/
+3
|
|
/
/
*
|
|
Merge branch 'useless_qm' into 'main'
Nick Mathewson
2022-02-14
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
dirmgr: Remove a useless Ok(x?)
Nick Mathewson
2022-02-14
1
-1
/
+1
|
|
/
*
|
Merge branch 'update_if_zero' into 'main'
Nick Mathewson
2022-02-14
2
-4
/
+38
|
\
\
|
|
/
|
/
|
|
*
Use atomic set-and-check to update OptTimestamps if none.
Nick Mathewson
2022-02-09
2
-4
/
+38
*
|
Rename bootstrap_existing to bootstrap.
Nick Mathewson
2022-02-11
2
-12
/
+10
*
|
Merge branch 'eta/unbootstrapped-clients' into 'main'
Nick Mathewson
2022-02-11
11
-93
/
+384
|
\
\
|
*
|
Allow creating unbootstrapped `TorClient`s (and `DirMgr`s)
eta
2022-02-11
11
-93
/
+384
*
|
|
Merge branch 'connect_examples' into 'main'
eta
2022-02-11
1
-5
/
+64
|
\
\
\
|
*
|
|
Write some examples for TorClient::connect()
Nick Mathewson
2022-02-11
1
-5
/
+64
*
|
|
|
socksproto: fix one more error type.
Nick Mathewson
2022-02-11
1
-1
/
+1
*
|
|
|
socksproto: Simplify Truncated handling
Nick Mathewson
2022-02-11
3
-20
/
+20
*
|
|
|
Move the Truncated error into tor-errors.
Nick Mathewson
2022-02-11
5
-19
/
+30
*
|
|
|
Try to resolve the "Truncated" error in tor-socksproto
Nick Mathewson
2022-02-11
4
-50
/
+66
*
|
|
|
tor-socksproto: Implement HasKind
Nick Mathewson
2022-02-11
4
-10
/
+92
|
/
/
/
[prev]
[next]