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
...
*
|
|
|
Merge branch 'state' into 'main'
Ian Jackson
2024-01-24
8
-64
/
+159
|
\
\
\
\
|
*
|
|
|
tor-persist: state_dir: Demote anyhow to dev dep
Ian Jackson
2024-01-24
1
-2
/
+2
|
*
|
|
|
tor-persist: load_store: More documentation
Ian Jackson
2024-01-24
1
-3
/
+29
|
*
|
|
|
Fix doc comments.
Nick Mathewson
2024-01-24
2
-2
/
+2
|
*
|
|
|
tor-persist: state_dir: Implement the StorageHandle methods
Ian Jackson
2024-01-24
1
-6
/
+36
|
*
|
|
|
tor-persist: state_dir: (intend to) use tor_persist::Error
Ian Jackson
2024-01-24
1
-16
/
+4
|
*
|
|
|
tor-persist: have load_store module provide deletion
Ian Jackson
2024-01-24
2
-0
/
+10
|
*
|
|
|
tor-persist: Provide load_store module for use by state_dir
Ian Jackson
2024-01-24
3
-22
/
+58
|
*
|
|
|
tor-persist: Use correct pathnames in errors
Ian Jackson
2024-01-24
1
-5
/
+8
|
*
|
|
|
state-dir: Use a real lock guard
Ian Jackson
2024-01-24
2
-4
/
+6
|
*
|
|
|
state-dir: Move from tor-hsservice to tor-persist
Ian Jackson
2024-01-24
5
-12
/
+12
|
|
/
/
/
*
|
|
|
Merge branch 'onion-svc-status' into 'main'
gabi-250
2024-01-24
8
-97
/
+258
|
\
\
\
\
|
*
|
|
|
tor-hsservice: Explain why the publisher never transitions to Recovering.
Gabriela Moldovan
2024-01-24
1
-0
/
+48
|
*
|
|
|
tor-hsservice: Update the IptManager status.
Gabriela Moldovan
2024-01-24
1
-2
/
+7
|
*
|
|
|
tor-hsservice: Remove Publisher::status().
Gabriela Moldovan
2024-01-24
1
-14
/
+0
|
*
|
|
|
tor-hsservice: Remove some TODOs about setting the OnionService status.
Gabriela Moldovan
2024-01-24
1
-2
/
+0
|
*
|
|
|
tor-hsservice: Change TODO to reference #1194.
Gabriela Moldovan
2024-01-24
1
-2
/
+2
|
*
|
|
|
tor-hsservice: Map the publisher status to a State variant.
Gabriela Moldovan
2024-01-24
1
-1
/
+8
|
*
|
|
|
tor-hsservice: Update the publisher state on shutdown.
Gabriela Moldovan
2024-01-24
1
-2
/
+10
|
*
|
|
|
tor-hsservice: Implement {Publisher, IptMgr}StatusSender.
Gabriela Moldovan
2024-01-24
1
-23
/
+54
|
*
|
|
|
tor-hsservice: Implement OnionServiceStatus::current_problem.
Gabriela Moldovan
2024-01-24
1
-1
/
+9
|
*
|
|
|
tor-hsservice: Rename OnionServiceStatus fields.
Gabriela Moldovan
2024-01-24
1
-7
/
+7
|
*
|
|
|
tor-hsservice: Remove outdated TODO.
Gabriela Moldovan
2024-01-24
1
-2
/
+0
|
*
|
|
|
tor-hsservice: Add separate status structs for the svc subsystems.
Gabriela Moldovan
2024-01-24
1
-7
/
+48
|
*
|
|
|
tor-hsservice: Replace StartupError with Problem.
Gabriela Moldovan
2024-01-24
1
-10
/
+16
|
*
|
|
|
tor-hsservice: Make UploadError public.
Gabriela Moldovan
2024-01-24
4
-1
/
+4
|
*
|
|
|
tor-hsservice: Implement Into<RetryError<E>> for BackoffError.
Gabriela Moldovan
2024-01-24
1
-0
/
+11
|
*
|
|
|
tor-hsservice: Remove unused BackoffError variants.
Gabriela Moldovan
2024-01-24
1
-31
/
+1
|
*
|
|
|
tor-hsservice: Reassign a TODO to #1194.
Gabriela Moldovan
2024-01-24
1
-2
/
+2
|
*
|
|
|
tor-hsservice: Remove unused field.
Gabriela Moldovan
2024-01-24
1
-4
/
+0
|
*
|
|
|
tor-hsservice: Give the IptManager a StatusSender.
Gabriela Moldovan
2024-01-24
2
-0
/
+15
|
*
|
|
|
tor-hsservice: Give the publisher a StatusSender.
Gabriela Moldovan
2024-01-24
3
-0
/
+20
|
*
|
|
|
tor-hsservice: Add separate StatusSender types for the publisher and IPT mgr.
Gabriela Moldovan
2024-01-24
1
-0
/
+10
|
|
/
/
/
*
|
|
|
Merge branch 'fix-wallclock-bug-again' into 'main'
gabi-250
2024-01-24
2
-5
/
+42
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
tor-netdir: Add a unit test for HsDirParams::offset_within_srv_period.
Gabriela Moldovan
2024-01-24
2
-1
/
+38
|
*
|
|
tor-hsservice: Make offset_within_srv_period() work with timestamps from newe...
Gabriela Moldovan
2024-01-24
1
-4
/
+4
|
|
/
/
*
|
|
Merge branch 'hss_errorkinds' into 'main'
Nick Mathewson
2024-01-24
5
-48
/
+57
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
hss: Report errors from keep_intro_established.
Nick Mathewson
2024-01-24
1
-3
/
+3
|
*
|
hss: Refactor keep_intro_established to avoid needing NetDir
Nick Mathewson
2024-01-24
1
-22
/
+9
|
*
|
hss: Downgrade MissingHsIdKeypair TODO
Nick Mathewson
2024-01-24
1
-1
/
+1
|
*
|
hss: Change ticket about ErrorKind for IntroPointNotListed
Nick Mathewson
2024-01-24
1
-1
/
+1
|
*
|
hss: Clean up errors while expecting intro_established
Nick Mathewson
2024-01-24
1
-11
/
+25
|
*
|
hss: Correct the Kind for EstablishTimeout.
Nick Mathewson
2024-01-24
1
-1
/
+1
|
*
|
hss: Return LocalResourceAlreadyInUse on StateLocked.
Nick Mathewson
2024-01-23
1
-2
/
+1
|
*
|
hss: Return summarized errorkind for RendCirc error.
Nick Mathewson
2024-01-23
1
-2
/
+3
|
*
|
tor-circmgr: Expose ErrorKind-combining calculation.
Nick Mathewson
2024-01-23
2
-5
/
+13
*
|
|
Merge branch 'fslock-guard-windows-fix' into 'main'
Nick Mathewson
2024-01-24
2
-6
/
+29
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
fslock-guard: Add links to documentation about windows approach
Nick Mathewson
2024-01-24
1
-0
/
+7
|
*
|
fslock-guard: use winapi to test file-equivalency on windows
Nick Mathewson
2024-01-23
2
-6
/
+22
*
|
|
tor-hsservice: Fix typos etc.
gabi-250
2024-01-24
1
-2
/
+2
[prev]
[next]