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
/
tor-ptmgr
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
|
/
*
Use tor_basic_utils::PathExt::display_lossy
Ian Jackson
2024-03-05
1
-1
/
+2
*
deny clippy::unchecked_duration_subtraction
trinity-1686a
2024-02-29
1
-0
/
+1
*
Merge branch 'todo-not-hss' into 'main'
Alexander Færøy
2023-10-22
1
-1
/
+1
|
\
|
*
Remove an "HSS" from a "TODO HSS" comment in ptmgr
Nick Mathewson
2023-10-16
1
-1
/
+1
*
|
tor-ptmgr: Handle unsupported escapes
Emil Engler
2023-10-17
1
-1
/
+8
|
/
*
oneshot: Apply deferred rustfmt churn
Ian Jackson
2023-10-11
1
-1
/
+1
*
oneshot: Use veneer in tor-ptmgr
Ian Jackson
2023-10-11
1
-1
/
+1
*
Resolve ClientTransportLaunched and ServerTransportLaunched in different arms
Saksham Mittal
2023-09-13
1
-24
/
+26
*
Rename ClientTransportGaveError to TransportGaveError
Saksham Mittal
2023-09-13
2
-4
/
+4
*
Deduplicate ClientTransportLaunched and ServerTransportLaunched
Saksham Mittal
2023-09-11
1
-106
/
+135
*
Deduplicate ClientTransportFailed and ServerTransportFailed
Saksham Mittal
2023-09-11
1
-22
/
+11
*
Import sealed module to avoid syntactic vinegar
Saksham Mittal
2023-09-11
1
-14
/
+15
*
tor-ptmgr: Test for empty values
Emil Engler
2023-09-07
1
-0
/
+7
*
tor-ptmgr: Test for missing values
Emil Engler
2023-09-07
1
-0
/
+6
*
tor-ptmgr: Test for forbidden `=`
Emil Engler
2023-09-07
1
-0
/
+6
*
tor-ptmgr: Test argument ending with backslash
Emil Engler
2023-09-07
1
-0
/
+6
*
tor-ptmgr: Test unsupported octal sequences
Emil Engler
2023-09-07
1
-0
/
+9
*
tor-ptmgr: Test escape sequences
Emil Engler
2023-09-07
1
-0
/
+8
*
Add cognitive-complexity exceptions for clippy.
Nick Mathewson
2023-09-05
1
-0
/
+2
*
Add initial support for running a PT in server mode
Saksham Mittal
2023-08-24
2
-301
/
+642
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
1
-0
/
+1
*
Run add_warnings on all files.
Nick Mathewson
2023-08-04
1
-2
/
+2
*
tor-guardmgr: bridges: fix typo in getter doc
Ian Jackson
2023-07-21
1
-1
/
+1
*
tor-guardmgr: bridges: getter for ManagedTransportConfigBuilder.protocols
Ian Jackson
2023-07-20
1
-0
/
+9
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
2
-0
/
+2
*
Throughout: Use *_report!() macros for reporting Errors.
Nick Mathewson
2023-07-07
2
-10
/
+6
*
Run add_warning to remove `missing_panics_doc` deny.
Nick Mathewson
2023-07-06
1
-1
/
+0
*
Additional documentation around bridges/PT configuration
Nick Mathewson
2023-07-03
1
-2
/
+11
*
lints: Run maint/add_warning to actually apply new lints
Ian Jackson
2023-06-21
1
-0
/
+2
*
Use ErrorReport - run rustfmt
Ian Jackson
2023-01-30
1
-1
/
+5
*
Use ErrorReport for errors in error! in tor-ptmgr
Ian Jackson
2023-01-30
1
-1
/
+2
*
Use ErrorReport for errors in warn! in tor-ptmgr
Ian Jackson
2023-01-30
1
-3
/
+3
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
1
-0
/
+1
*
Disable clippy::unlinlined-format-args
Nick Mathewson
2023-01-27
1
-0
/
+1
*
ptmgr: Add more logs when looking/creating a PT.
Nick Mathewson
2023-01-06
1
-24
/
+46
*
ptmgr: Add more logging to IPC code.
Nick Mathewson
2023-01-06
1
-9
/
+34
*
Fix typos
Dimitris Apostolou
2022-12-09
1
-1
/
+1
*
Hang onto a PT object after it is launched
Nick Mathewson
2022-11-30
1
-0
/
+1
*
ptmgr todo: Remove dead code allow
Ian Jackson
2022-11-30
1
-2
/
+0
*
ptmgr: No need for state_dir in PtMgr
Ian Jackson
2022-11-30
1
-4
/
+1
*
ptmgr todo: Tolerate exposing the Vec for now
Ian Jackson
2022-11-30
1
-1
/
+1
*
Merge branch 'no_empty_select' into 'main'
eta
2022-11-30
1
-1
/
+9
|
\
|
*
ptmgr: Do not construct an empty select_all future.
Nick Mathewson
2022-11-30
1
-1
/
+9
*
|
ptmgr: change error UnconfiguredTransportDueToConcurrentReconfiguration
Ian Jackson
2022-11-30
2
-6
/
+8
*
|
ptmgr: Clarify E::NotAFile
Ian Jackson
2022-11-30
1
-2
/
+6
*
|
ptmgr: Fix kind for E::StatedirCreateFailed
Ian Jackson
2022-11-30
1
-1
/
+1
|
/
*
ptmgr: report an error if PT transports don't match requested.
Nick Mathewson
2022-11-29
2
-2
/
+9
*
Register transport in pt reactor even if it has no pending requests
Nick Mathewson
2022-11-29
1
-1
/
+1
*
ptmgr: Use anonymize_home when displaying paths in errors
Nick Mathewson
2022-11-29
1
-3
/
+4
[prev]
[next]