Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
b026487
initial import of spawn_worker crate
pawelchcki Feb 14, 2023
174245c
Fix compatibility with rust 1.60
pawelchcki Feb 14, 2023
018959e
add prefer dynamic test
pawelchcki Feb 14, 2023
2a0d109
speedup alpine builds
pawelchcki Feb 14, 2023
1ffcf5a
fix compilation on windows
pawelchcki Feb 14, 2023
322c61e
Add update LICENSE file
pawelchcki Feb 14, 2023
b8d8062
windows wip
pawelchcki Feb 15, 2023
1c98a13
Merge remote-tracking branch 'origin/main' into pawel/spawn_windows
pawelchcki May 31, 2023
5ca4e99
wip windows
pawelchcki May 31, 2023
0a616c9
Merge remote-tracking branch 'origin/main' into pawel/spawn_windows
pawelchcki Jul 26, 2023
b6fd526
win32 trampoline
pawelchcki Jul 26, 2023
b292420
Windows for IPC
bwoebi Aug 2, 2023
38f7822
Merge branch 'pawel/spawn_windows' of https://github.com/DataDog/libd…
bwoebi Aug 28, 2023
4a477ee
Initial windows version of sidecar
bwoebi Aug 28, 2023
c5394e3
Restore unix compatibility
bwoebi Aug 29, 2023
5249ff5
Avoid NamedPipeServer on client side
bwoebi Sep 11, 2023
6dc6644
Only inherit the handles we actually want inherited
bwoebi Sep 14, 2023
f16c2f4
More context
bwoebi Sep 18, 2023
45b0456
Try multithreaded tokio runtime on windows
bwoebi Sep 25, 2023
3b49769
Merge branch 'main' of https://github.com/DataDog/libdatadog into sid…
bwoebi Sep 26, 2023
1105898
Fmt, clippy, licenses, tests fixes
bwoebi Oct 2, 2023
6834850
confusion around feature prefer_dynamic
bwoebi Oct 3, 2023
5a88774
Merge branch 'main' of https://github.com/DataDog/libdatadog into sid…
bwoebi Jan 29, 2024
d12076f
Log tmp
bwoebi Jan 24, 2024
419e932
Add sidecar dump
bwoebi Jan 24, 2024
2483ea8
Add dynamic log file
bwoebi Jan 26, 2024
5cb01c5
Fmt
bwoebi Jan 26, 2024
6028367
Adjust log level
bwoebi Jan 30, 2024
7c1ebf4
Add a few comments
bwoebi Jan 30, 2024
8e03b45
Merge branch 'bob/log' of https://github.com/DataDog/libdatadog into …
bwoebi Jan 30, 2024
e9e72e2
dll for sidecar
bwoebi Jan 30, 2024
52099ff
Avoid panic!()ing when pid path could not be resolved
bwoebi Feb 5, 2024
3dd9639
Use FILE_FLAG_DELETE_ON_CLOSE for the spawned sidecar process
bwoebi Feb 6, 2024
a05fc9f
Fmt
bwoebi Feb 6, 2024
3bf697c
Merge branch 'main' of github.com:DataDog/libdatadog into sidecar-win…
bwoebi Feb 6, 2024
9360abb
style: fix platform-specific unused import
morrisonlevi Feb 7, 2024
01b8877
Cleaning up unnecessary pub use
bwoebi Feb 7, 2024
885e410
Drop a bit of unused code
bwoebi Feb 7, 2024
2afc234
Shorten some comments
bwoebi Feb 13, 2024
31e79b3
Merge branch 'main' of github.com:DataDog/libdatadog into sidecar-win…
bwoebi Feb 13, 2024
e707176
Merge branch 'main' of github.com:DataDog/libdatadog into sidecar-win…
bwoebi Feb 14, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
107 changes: 82 additions & 25 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading