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 arti- and tor- crates to 0.23.0
Nick Mathewson
2024-09-30
1
-18
/
+18
*
Minor bumps on non-tor/arti crates
Nick Mathewson
2024-09-30
1
-2
/
+2
*
Merge branch 'msrv-1.77-and-rusqlite-update' into 'main'
David Goulet
2024-09-26
1
-1
/
+1
|
\
|
*
Upgrade MSRV to 1.77
Nick Mathewson
2024-09-25
1
-1
/
+1
*
|
Merge branch 'upgrades-20240925' into 'main'
Nick Mathewson
2024-09-26
2
-4
/
+4
|
\
\
|
|
/
|
/
|
|
*
Upgrade to derive_more version 1.0.0
Nick Mathewson
2024-09-25
2
-4
/
+4
*
|
socks users: copy the correct amount in our drain logic.
Nick Mathewson
2024-09-24
1
-1
/
+1
*
|
socks users: detect closed sockets.
Nick Mathewson
2024-09-24
1
-1
/
+11
|
/
*
rtcompat: Rename TcpProvider to NetStreamProvider.
Nick Mathewson
2024-09-24
4
-12
/
+12
*
rtcompat: Remove accept() from TcpListener
Nick Mathewson
2024-09-24
1
-1
/
+7
*
Bump MSRV from 1.70 to 1.75.
Wesley Aptekar-Cassels
2024-09-16
1
-1
/
+1
*
tor-chanmgr: add experimental `ChanMgr::handle_incoming`
Steven Engler
2024-09-11
7
-4
/
+153
*
tor-chanmgr: make `CompoundFactory` generic over `ChannelFactory`
Steven Engler
2024-09-11
2
-30
/
+21
*
tor-netdir: Allow access to the `ConsensusBuilder` when building test netdirs.
Gabriela Moldovan
2024-09-09
1
-2
/
+2
*
socksproto: Add a const for suggested buffer length.
Nick Mathewson
2024-09-09
1
-1
/
+2
*
Bump all the unstable tor- and arti- crates to 0.22.0.
Gabriela Moldovan
2024-09-03
1
-18
/
+18
*
oneshot-fused-workaround: Set the initial version to 0.1.0.
Gabriela Moldovan
2024-09-03
1
-1
/
+1
*
Fix formatting issues introduced by fixup-features.
Gabriela Moldovan
2024-09-03
1
-1
/
+3
*
Run fixup-features in preparation for release.
Gabriela Moldovan
2024-09-03
1
-1
/
+1
*
extract tor_async_utils::oneshot into ::oneshot-fused-workaround
Jim Newsome
2024-08-28
2
-1
/
+2
*
Don't need to tell docs.rs to enable `docsrs` cfg
Kunal Mehta
2024-08-02
1
-1
/
+0
*
Bump versions for tor- and arti- crates to 0.21.0
Nick Mathewson
2024-08-01
1
-18
/
+18
*
Update versions of 0.x tor-* and arti-* crates
Ian Jackson
2024-06-27
1
-18
/
+18
*
Update to itertools 0.13.0
Ian Jackson
2024-06-25
1
-1
/
+1
*
Remove semver.md files.
Gabriela Moldovan
2024-06-05
1
-3
/
+0
*
Bump all the unstable tor- and arti- crates to 0.19.
Gabriela Moldovan
2024-06-05
1
-18
/
+18
*
Merge branch 'chan_arc' into 'main'
Nick Mathewson
2024-05-28
7
-32
/
+37
|
\
|
*
Make Channel non-Clone.
Nick Mathewson
2024-05-16
1
-2
/
+2
|
*
proto: Make Channel explicitly Arc<.>
Nick Mathewson
2024-05-16
7
-30
/
+35
*
|
chanmgr: Delegate to Channel::engage_padding_activities explicitly.
Nick Mathewson
2024-05-17
1
-1
/
+1
|
/
*
Re-run maint/add_warning.
Nick Mathewson
2024-05-06
1
-2
/
+2
*
Bump versions of 0.x tor-* and arti-* crates
Ian Jackson
2024-04-30
1
-18
/
+18
*
Update unstable `tor/arti-*` crates to 0.17.0.
Nick Mathewson
2024-04-02
1
-18
/
+18
*
Bump patchlevel versions on non-{tor/arti} crates.
Nick Mathewson
2024-04-02
1
-1
/
+1
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
8
-0
/
+8
*
Merge branch 'deny-unchecked-duration-substraction' into 'main'
Ian Jackson
2024-03-05
1
-0
/
+1
|
\
|
*
deny clippy::unchecked_duration_subtraction
trinity-1686a
2024-02-29
1
-0
/
+1
*
|
Bump the minor version, for crates with breaking changes.
Gabriela Moldovan
2024-03-04
1
-1
/
+1
*
|
Bump patchlevel of pre-1.0.0 crates with new APIs.
Gabriela Moldovan
2024-03-04
1
-7
/
+7
*
|
Bump patchlevel (not dependents) on crates with trivial changes.
Gabriela Moldovan
2024-03-04
1
-1
/
+1
|
/
*
educe: Use std's default for enums where default variant is unit
Ian Jackson
2024-02-12
1
-4
/
+2
*
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
[next]