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-chanmgr
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump minor versions
Ian Jackson
2024-02-05
1
-13
/
+13
*
Followup minor version bumps.
Nick Mathewson
2024-01-09
1
-1
/
+1
*
Patchlevel version bumps in preparation for 1.1.12.
Nick Mathewson
2024-01-09
1
-3
/
+3
*
Breaking version bumps in preparation for 1.1.12.
Nick Mathewson
2024-01-09
1
-11
/
+11
*
ChannelState::ready_to_expire: return true when rem time is zero
Jim Newsome
2023-12-13
1
-0
/
+5
*
ChannelState::ready_to_expire: refactor using let-else
Jim Newsome
2023-12-13
1
-18
/
+14
*
continually_expire_channels: don't round off expiration delay
Jim Newsome
2023-12-13
1
-1
/
+1
*
continually_expire_channels: refactor using let-else
Jim Newsome
2023-12-13
1
-3
/
+2
*
Bump minor versions in preparation for release
Nick Mathewson
2023-12-04
1
-10
/
+10
*
Bump patchlevel versions in preparation for release
Nick Mathewson
2023-12-04
1
-5
/
+5
*
In every crate, change rust-version to 1.70.
Nick Mathewson
2023-11-28
1
-1
/
+1
*
Upgrade to itertools 0.12.0
Nick Mathewson
2023-11-15
1
-1
/
+1
*
Patch version bumps in crates without breaking changes
Nick Mathewson
2023-10-31
1
-4
/
+4
*
Minor version bumps in crates with breaking changes.
Nick Mathewson
2023-10-31
1
-7
/
+7
*
Run "fixup-features" in preparation for release this week.
Nick Mathewson
2023-10-29
1
-1
/
+1
*
oneshot: Apply deferred rustfmt churn
Ian Jackson
2023-10-11
1
-1
/
+1
*
oneshot: Use veneer in tor-chanmgr
Ian Jackson
2023-10-11
2
-1
/
+2
*
Patchlevel bumps to crates whose dependencies just changed.
Nick Mathewson
2023-10-02
1
-1
/
+1
*
Minor-version bumps, for crates with breaking changes.
Nick Mathewson
2023-10-02
1
-1
/
+1
*
Patchlevel bumps, with dependents affected.
Nick Mathewson
2023-10-02
1
-8
/
+8
*
Remove semver.md now that 1.1.8 is out.
Nick Mathewson
2023-09-05
1
-2
/
+0
*
Update patchlevel for crates with nontrivial changes.
Nick Mathewson
2023-09-05
1
-12
/
+12
*
Add initial support for running a PT in server mode
Saksham Mittal
2023-08-24
3
-3
/
+5
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
8
-0
/
+8
*
Resolve a pair of warnings about redundant closures.
Nick Mathewson
2023-08-22
1
-1
/
+1
*
Run add_warnings on all files.
Nick Mathewson
2023-08-04
1
-2
/
+2
*
Increment patchlevel versions of crates with minor changes
Nick Mathewson
2023-08-01
1
-6
/
+6
*
Update minor versions on crates that have had breaking changes
Nick Mathewson
2023-08-01
1
-4
/
+4
*
Fix a pair of rustdoc links in chanmgr.
Nick Mathewson
2023-07-19
1
-2
/
+2
*
Move an import to resolve a warning.
Nick Mathewson
2023-07-13
1
-1
/
+2
*
Explain better why you would use build_unmanaged_channel
Nick Mathewson
2023-07-13
1
-2
/
+7
*
Resolve numerous typos in `ChanMgr::build_unmanaged_channel` code
gabi-250
2023-07-13
1
-4
/
+4
*
chanmgr: Remove now-unused (and never usable) builder() method.
Nick Mathewson
2023-07-13
1
-12
/
+0
*
chanmgr: Document makeup and timeout behavior of our factories
Nick Mathewson
2023-07-13
1
-0
/
+22
*
chanmgr: Add an experimental build_unmanaged_channel() method.
Nick Mathewson
2023-07-13
1
-0
/
+26
*
Gate builder() behind experimental-api feature
Saksham Mittal
2023-07-12
1
-1
/
+1
*
Merge branch 'channelfactory' into 'main'
Nick Mathewson
2023-07-12
1
-1
/
+7
|
\
|
*
Make CompoundFactory private for external code
Saksham Mittal
2023-07-07
1
-1
/
+0
|
*
Mark builder() as experimental
Saksham Mittal
2023-07-06
1
-0
/
+1
|
*
Import ChannelFactory instead of CompoundFactory
Saksham Mittal
2023-07-06
1
-3
/
+3
|
*
Rename get_channelbuilder() to builder()
Saksham Mittal
2023-07-06
1
-1
/
+1
|
*
Conditionally make CompoundFactory public
Saksham Mittal
2023-07-06
1
-1
/
+2
|
*
Remove now unnecessary lines for import
Saksham Mittal
2023-07-05
1
-2
/
+0
|
*
Import CompoundFactory regardless of feature level
Saksham Mittal
2023-07-05
1
-3
/
+1
|
*
Create new method to expose CompoundFactory
Saksham Mittal
2023-07-05
1
-0
/
+9
|
*
Expose CompoundFactory for later exposure in API
Saksham Mittal
2023-07-05
1
-1
/
+1
*
|
Merge branch 'clippy-allow' into 'main'
Ian Jackson
2023-07-11
9
-0
/
+9
|
\
\
|
*
|
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
9
-0
/
+9
*
|
|
rng ranges: Use gen_range_checked().expect() in obvious cases (fmt)
Ian Jackson
2023-07-10
1
-2
/
+3
*
|
|
rng ranges: Use gen_range_checked().expect() in obvious cases
Ian Jackson
2023-07-10
1
-2
/
+3
|
/
/
[next]