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 'publisher-do-not-retry-fatal' into 'main'
gabi-250
2023-12-13
1
-16
/
+1
|
\
\
\
\
|
*
|
|
|
tor-hsservice: If the error is fatal, do not retry the desc upload.
Gabriela Moldovan
2023-12-13
1
-16
/
+1
*
|
|
|
|
arti-client: TorClient.storage_mistrust: Correct doc comment
Ian Jackson
2023-12-13
1
-1
/
+6
*
|
|
|
|
tor-hsservice: Add more explanation of replay_log locking
Ian Jackson
2023-12-13
1
-0
/
+5
*
|
|
|
|
tor-hsservice: Add more explanation of replay_log locking
Ian Jackson
2023-12-13
1
-0
/
+6
*
|
|
|
|
tor-hsservice: Cargo.toml: sort
Ian Jackson
2023-12-13
1
-1
/
+1
*
|
|
|
|
tor-hsservice: replay: Note a bug
Ian Jackson
2023-12-13
1
-0
/
+4
*
|
|
|
|
tor-hsservice: Make IPT logs be persistent (fmt)
Ian Jackson
2023-12-13
1
-1
/
+3
*
|
|
|
|
tor-hsservice: Make IPT logs be persistent
Ian Jackson
2023-12-13
3
-7
/
+88
*
|
|
|
|
tor-hsservice ipt_mgr: Rename STORAGE_RETRY from KEYSTORE_RETRY
Ian Jackson
2023-12-13
1
-2
/
+2
*
|
|
|
|
tor-hsservice: Plumb state dir and its mistrust into ipt_mgr (fmt)
Ian Jackson
2023-12-13
1
-5
/
+2
*
|
|
|
|
tor-hsservice: Plumb state dir and its mistrust into ipt_mgr
Ian Jackson
2023-12-13
4
-4
/
+38
*
|
|
|
|
arti-client: Centralise state_dir variable (fmt)
Ian Jackson
2023-12-13
1
-5
/
+2
*
|
|
|
|
arti-client: Centralise state_dir variable
Ian Jackson
2023-12-13
1
-3
/
+4
*
|
|
|
|
tor-hsservice tests: replay: Pass nick to create_storage_handles_from_state_m...
Ian Jackson
2023-12-13
1
-1
/
+2
*
|
|
|
|
tor-hsservice tests: replay: Pass nick to create_storage_handles_from_state_mgr
Ian Jackson
2023-12-13
2
-3
/
+6
*
|
|
|
|
tor-hsservice tests: replay: Provide for a filesystem lockfile
Ian Jackson
2023-12-13
2
-2
/
+23
*
|
|
|
|
tor-hsservice tests: replay: Break out create_logged
Ian Jackson
2023-12-13
1
-13
/
+25
*
|
|
|
|
tor-hsservice: Move ReplayLog construction to ipt_mgr
Ian Jackson
2023-12-13
2
-9
/
+19
*
|
|
|
|
tor-hsservice: Note some TODOs relating to IPT teardown
Ian Jackson
2023-12-13
1
-0
/
+9
*
|
|
|
|
tor-hsservice: ReplayLog: Fix file magic
Ian Jackson
2023-12-13
1
-1
/
+1
*
|
|
|
|
tor-hsservice: ReplayLog: Slight tidying up
Ian Jackson
2023-12-13
1
-3
/
+5
*
|
|
|
|
tor-persist: Provide FsMistrustErrorExt, and use it
Ian Jackson
2023-12-13
7
-12
/
+68
*
|
|
|
|
fs-mistrust: Explain where a Verifier comes from
Ian Jackson
2023-12-13
1
-0
/
+2
|
/
/
/
/
*
|
|
|
Merge branch 'wallclock-time' into 'main'
gabi-250
2023-12-13
1
-1
/
+3
|
\
\
\
\
|
*
|
|
|
tor-hscrypto: Return 0 if the timestamp is before the start of the TP.
Gabriela Moldovan
2023-12-13
1
-1
/
+3
*
|
|
|
|
Merge branch 'publisher-errors' into 'main'
gabi-250
2023-12-13
7
-227
/
+209
|
\
\
\
\
\
|
*
|
|
|
|
tor-hsservice: Add TODO about removing the shutdown handling from the publisher.
Gabriela Moldovan
2023-12-13
1
-0
/
+5
|
*
|
|
|
|
tor-hsservice: Add TODO about changing a return type in ipt_set.
Gabriela Moldovan
2023-12-13
1
-0
/
+5
|
*
|
|
|
|
tor-hsservice: Add TODO about possibly making UploadStatus a type alias.
Gabriela Moldovan
2023-12-13
1
-0
/
+2
|
*
|
|
|
|
tor-hsservice: Add TODO about possibly retrying failed uploads.
Gabriela Moldovan
2023-12-13
1
-0
/
+6
|
*
|
|
|
|
tor-hsservice: Remove unused ReactorError type.
Gabriela Moldovan
2023-12-13
1
-84
/
+2
|
*
|
|
|
|
tor-hsservice: Replace ReactorError with FatalError (fmt).
Gabriela Moldovan
2023-12-13
2
-9
/
+6
|
*
|
|
|
|
tor-hsservice: Replace ReactorError with FatalError.
Gabriela Moldovan
2023-12-13
2
-30
/
+29
|
*
|
|
|
|
tor-hsservice: Add a NetdirProviderShutdown FatalError variant.
Gabriela Moldovan
2023-12-13
1
-1
/
+7
|
*
|
|
|
|
tor-hsservice: Add a FatalError::from_spawn.
Gabriela Moldovan
2023-12-13
1
-0
/
+12
|
*
|
|
|
|
tor-hsservice: Replace ReactorError::ShuttingDown with ShutdownStatus.
Gabriela Moldovan
2023-12-13
1
-13
/
+33
|
*
|
|
|
|
tor-hsservice: Make descriptor publisher wait for shutdown signal.
Gabriela Moldovan
2023-12-13
3
-3
/
+29
|
*
|
|
|
|
tor-hsservice: Move ShutdownStatus to svc.
Gabriela Moldovan
2023-12-13
2
-16
/
+18
|
*
|
|
|
|
tor-hsservice: Remove unused ReactorError variant.
Gabriela Moldovan
2023-12-13
1
-5
/
+0
|
*
|
|
|
|
tor-hsservice: Refactor upload_descriptor_with_retries to not return an error.
Gabriela Moldovan
2023-12-13
1
-67
/
+60
|
*
|
|
|
|
tor-hsservice: Abolish ReactorError::HsDescBuild.
Gabriela Moldovan
2023-12-13
2
-7
/
+3
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'todo-hscrypto' into 'main'
Alexander Færøy
2023-12-13
1
-4
/
+0
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
hscrypto: Remove a "TODO HSS" about a no-longer-unused type.
Nick Mathewson
2023-12-12
1
-4
/
+0
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge branch 'warn_on_dubious_hsproxy_config' into 'main'
Nick Mathewson
2023-12-12
2
-9
/
+52
|
\
\
\
\
|
*
|
|
|
Add NOTEs about similar code for address types.
Nick Mathewson
2023-12-12
2
-1
/
+10
|
*
|
|
|
hsproxy: warn on some dubious configurations
Nick Mathewson
2023-12-12
1
-8
/
+42
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge branch 'warn_report_onion_proxy' into 'main'
Ian Jackson
2023-12-12
1
-4
/
+1
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
arti: Use warn_report on anyhow::Error in onion_proxy
Nick Mathewson
2023-12-12
1
-4
/
+1
|
|
/
/
*
|
|
Merge branch 'tor_cell_todo' into 'main'
Ian Jackson
2023-12-12
1
-1
/
+0
|
\
\
\
|
|
/
/
|
/
|
|
[prev]
[next]