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-rpcbase
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Refactor invoke_fn macro to make inventory optional
Nick Mathewson
2024-04-08
1
-14
/
+19
*
Globally rename rpc_invoke_fn to static_rpc_invoke_fn
Nick Mathewson
2024-04-08
1
-11
/
+11
*
Refactor: remove existence of HasConstTypeId_ as a trait
Nick Mathewson
2024-04-08
5
-49
/
+48
*
Port many of the macros in tor-rpcbase to use derive-deftly.
Nick Mathewson
2024-04-04
7
-197
/
+207
*
rpcbase: Require that every Object is Send + Sync + 'static
Nick Mathewson
2024-04-04
1
-2
/
+2
*
Update unstable `tor/arti-*` crates to 0.17.0.
Nick Mathewson
2024-04-02
1
-3
/
+3
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
5
-0
/
+5
*
Fix typos in doc comments
Tobias Stoeckmann
2024-03-06
1
-1
/
+1
*
deny clippy::unchecked_duration_subtraction
trinity-1686a
2024-02-29
1
-0
/
+1
*
Bump minor versions
Ian Jackson
2024-02-05
1
-1
/
+1
*
tor-rpcbase: Add an allow
Ian Jackson
2024-01-31
1
-0
/
+1
*
Bump to latest erased-serde.
Nick Mathewson
2024-01-09
1
-1
/
+1
*
Breaking version bumps in preparation for 1.1.12.
Nick Mathewson
2024-01-09
1
-2
/
+2
*
Two more patchlevel bumps
Nick Mathewson
2023-12-04
1
-1
/
+1
*
Bump patchlevel versions in preparation for release
Nick Mathewson
2023-12-04
1
-1
/
+1
*
In every crate, change rust-version to 1.70.
Nick Mathewson
2023-11-28
1
-1
/
+1
*
no-dependant bumps for crates with changed dependencies.
Nick Mathewson
2023-10-31
1
-1
/
+1
*
Patch version bumps in crates without breaking changes
Nick Mathewson
2023-10-31
1
-1
/
+1
*
Bump patchlevel (not dependents) on crates with trivial changes
Nick Mathewson
2023-09-05
1
-1
/
+1
*
Update patchlevel for crates with nontrivial changes.
Nick Mathewson
2023-09-05
1
-2
/
+2
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
5
-0
/
+5
*
Run add_warnings on all files.
Nick Mathewson
2023-08-04
1
-2
/
+2
*
Bump patchlevel versions of crates with trivial changes
Nick Mathewson
2023-08-01
1
-1
/
+1
*
Increment patchlevel versions of crates with minor changes
Nick Mathewson
2023-08-01
1
-1
/
+1
*
Fix typos
Dimitris Apostolou
2023-07-22
1
-1
/
+1
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
6
-0
/
+6
*
Run add_warning to remove `missing_panics_doc` deny.
Nick Mathewson
2023-07-06
1
-1
/
+0
*
Bump patchlevel versions on crates with smaller changes
Nick Mathewson
2023-06-30
1
-2
/
+2
*
lints: Run maint/add_warning to actually apply new lints
Ian Jackson
2023-06-21
1
-0
/
+2
*
Merge branch 'rpcdoc' into 'main'
Ian Jackson
2023-06-20
1
-0
/
+2
|
\
|
*
rpc: Cross-reference up from tor-rpcbase re where DispatchTable lives
Ian Jackson
2023-06-16
1
-0
/
+2
*
|
rpc: Remove some verbiage about 'static, and demo that it's OK without
Ian Jackson
2023-06-15
1
-7
/
+15
*
|
rpc: Give the name `O` to "the type associated with this CastTable"
Ian Jackson
2023-06-15
1
-8
/
+12
*
|
rpc: Add Simple test case for CastTable
Ian Jackson
2023-06-15
1
-3
/
+20
*
|
rpc: Move boxing from macro to CastTable::insert (formatting)
Ian Jackson
2023-06-15
1
-3
/
+1
*
|
rpc: Move boxing from macro to CastTable::insert
Ian Jackson
2023-06-15
1
-4
/
+4
*
|
rpc: Make CastTable::insert be more type-safe
Ian Jackson
2023-06-15
1
-6
/
+21
|
/
*
RPC: Functionality to downcast dyn Object to a dyn Trait.
Nick Mathewson
2023-06-12
4
-14
/
+510
*
rpc: make decl_object! responsible for writing impl Object {} blocks.
Nick Mathewson
2023-06-07
2
-4
/
+1
*
RPC: Let objects declare that they need a GlobalId.
Nick Mathewson
2023-06-05
1
-1
/
+17
*
Bump crate versions in preparation for v1.1.5 release.
Nick Mathewson
2023-06-01
1
-3
/
+3
*
rpc: Remove downgrade_owned for now
Nick Mathewson
2023-05-24
2
-15
/
+0
*
rpc: Implement functionality to remove objects from a session
Nick Mathewson
2023-05-24
2
-0
/
+36
*
rpc: fix documentation for methods in Context.
Nick Mathewson
2023-05-24
1
-6
/
+4
*
Run fixup-features --no-annotate for initial Cargo.toml fixes.
Nick Mathewson
2023-05-15
1
-0
/
+3
*
RPC: Add "register" methods to RequestContext.
Nick Mathewson
2023-05-04
2
-0
/
+30
*
Increment crate versions.
Nick Mathewson
2023-05-03
1
-3
/
+3
*
RPC: Log all internal errors.
Nick Mathewson
2023-04-19
1
-3
/
+7
*
rpc: Simplify and clarify SendUpdateError.
Nick Mathewson
2023-04-19
1
-7
/
+13
*
Arti: Add ability to remember the list of methods names.
Nick Mathewson
2023-04-19
2
-2
/
+39
[prev]
[next]