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-memquota
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump versions of internal arti crates for Arti 1.3.2
Nick Mathewson
2025-01-07
1
-10
/
+10
*
Merge branch 'mod-module-files' into 'main'
Nick Mathewson
2025-01-07
1
-0
/
+1
|
\
|
*
clippy: deny `mod_module_files`
Steven Engler
2025-01-06
1
-0
/
+1
*
|
fix: fix typos
Dimitris Apostolou
2025-01-06
1
-1
/
+1
|
/
*
Upgrade to itertools 0.14.0
Nick Mathewson
2025-01-06
1
-1
/
+1
*
add_warnings, *: Allow clippy::needless_lifetimes
Nick Mathewson
2024-12-03
1
-0
/
+1
*
Bump all the unstable tor- and arti- crates to 0.25.0.
Gabriela Moldovan
2024-12-02
1
-10
/
+10
*
Bump the versions of the non-{arti-,tor-} crates.
Gabriela Moldovan
2024-12-02
1
-2
/
+2
*
cargo: Update `thiserror` to `2`
Clara Engler
2024-11-12
1
-1
/
+1
*
Merge branch 'versions' into 'main'
Ian Jackson
2024-10-30
1
-12
/
+12
|
\
|
*
Bump minor versions of crates with new APIs/impls
Ian Jackson
2024-10-30
1
-2
/
+2
|
*
Bump unstable tor-* and arti-* crates to 0.24.0
Ian Jackson
2024-10-30
1
-10
/
+10
*
|
cargo: Run fixup-features (formatting)
Ian Jackson
2024-10-30
1
-1
/
+2
*
|
cargo: Run fixup-features
Ian Jackson
2024-10-30
1
-1
/
+1
|
/
*
tor-memquota: Declare memquota feature stable, and default
Ian Jackson
2024-10-22
2
-2
/
+28
*
Merge branch 'mq-fix' into 'main'
Ian Jackson
2024-10-22
4
-4
/
+28
|
\
|
*
tor-memquota: Fix rustfmt-damaged indentation
Ian Jackson
2024-10-22
1
-5
/
+5
|
*
memquota: Fix error message strings
Ian Jackson
2024-10-21
1
-2
/
+2
|
*
memquota: In debug builds, reliably detect use of dropped Account
Ian Jackson
2024-10-21
1
-0
/
+13
|
*
memquota: Fix a test not to rely on accessing cache with dead Account
Ian Jackson
2024-10-21
1
-1
/
+1
|
*
memquota: Log a trace message when a claim fails
Ian Jackson
2024-10-21
2
-1
/
+9
|
*
memquota: Log a message at info on startup, if enabled
Ian Jackson
2024-10-21
1
-0
/
+3
*
|
Merge branch 'bug1531' into 'main'
Ian Jackson
2024-10-21
6
-17
/
+17
|
\
\
|
|
/
|
/
|
|
*
Convert a few crates to slotmap-careful
Neel Chauhan
2024-10-17
6
-17
/
+17
*
|
memquota: suppress clippy::single_match warning.
Nick Mathewson
2024-10-17
1
-0
/
+1
|
/
*
Merge branch 'mq-prevent' into 'main'
Ian Jackson
2024-10-15
3
-2
/
+4
|
\
|
*
Introduce mpsc_channel_no_memquota and use it in the places it's wanted (fmt)
Ian Jackson
2024-10-15
1
-1
/
+2
|
*
Introduce mpsc_channel_no_memquota and use it in the places it's wanted
Ian Jackson
2024-10-15
3
-2
/
+3
*
|
memquota: Change ToplevelAccount to be an alias for Arc<MemoryQuotaTracker>
Ian Jackson
2024-10-15
2
-1
/
+2
*
|
memquota: Provide a method Arc::<MemoryQuotaTracker>::new_noop()
Ian Jackson
2024-10-15
1
-1
/
+15
|
/
*
Merge branch 'mq-doc' into 'main'
Ian Jackson
2024-10-09
3
-28
/
+13
|
\
|
*
memquota: Further docs tweaks
Ian Jackson
2024-10-09
1
-2
/
+3
|
*
mq docs: Add some cross-references from tor-memquota to tor-proto
Ian Jackson
2024-10-07
2
-0
/
+8
|
*
mq docs: Add a link
Ian Jackson
2024-10-07
1
-1
/
+1
|
*
mq docs: Move arti queues text to tor_proto::memquota
Ian Jackson
2024-10-07
1
-24
/
+0
|
*
mq docs: Uncomment docs about mq_queue, and remove the TODO
Ian Jackson
2024-10-07
1
-4
/
+4
*
|
tor-memquota: miri: disable tests that use coarsetime
Ian Jackson
2024-10-08
3
-3
/
+9
|
/
*
Merge branch 'mcost' into 'main'
Ian Jackson
2024-10-02
5
-5
/
+375
|
\
|
*
tor-memquota: Fix more hard tabs.
Ian Jackson
2024-10-02
1
-2
/
+2
|
*
tor-memquota: Replace MemoryCostStructuralCopy with assert_copy_static (fmt)
Ian Jackson
2024-10-02
1
-1
/
+1
|
*
tor-memquota: Replace MemoryCostStructuralCopy with assert_copy_static
Ian Jackson
2024-10-02
2
-23
/
+13
|
*
tor-memquota: Move and reword a comment
Ian Jackson
2024-10-02
1
-3
/
+5
|
*
tor-memquota: Add an example for HasMemoryCost derive
Ian Jackson
2024-10-02
2
-0
/
+40
|
*
Abolish SIZE in favour of std::mem::size_of
Ian Jackson
2024-10-02
2
-22
/
+10
|
*
tor-memquota: Provide explicit "indirect size" feature in derive
Ian Jackson
2024-10-02
1
-0
/
+6
|
*
Use std::num::NonZeroFoo
Ian Jackson
2024-10-02
1
-4
/
+5
|
*
tor-memquota: Export Account at the toplevel
Ian Jackson
2024-10-02
1
-1
/
+1
|
*
tor-memquota: Provide facilities for deriving HasMemoryCost
Ian Jackson
2024-10-02
4
-1
/
+344
|
*
tor-memquota: Make EnabledToken constructors const
Ian Jackson
2024-10-02
1
-2
/
+2
*
|
Merge branch 'misc' into 'main'
Ian Jackson
2024-10-02
1
-0
/
+5
|
\
\
|
|
/
|
/
|
[next]