Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / danburkert/memmap-rs issues and pull requests

#99 - Safety comments are missing

Issue - State: open - Opened by RalfJung 11 months ago

#98 - replace the tempdir crate with tempfile

Pull Request - State: open - Opened by alexanderkjall over 2 years ago

#97 - Implement the StableDeref trait

Pull Request - State: open - Opened by SimonSapin almost 3 years ago - 1 comment

#96 - ❌ mmap.binary_search EXC_BAD_ACCESS

Issue - State: closed - Opened by sollyu over 3 years ago - 2 comments

#95 - feat: add support for lock and private on nix based systems

Pull Request - State: open - Opened by dignifiedquire almost 4 years ago

#94 - add resize()

Pull Request - State: open - Opened by qiujiangkun almost 4 years ago

#92 - Code 87 when attempting to write files

Issue - State: closed - Opened by asevans48 about 4 years ago - 1 comment

#91 - Error when mapping large files on Windows

Issue - State: closed - Opened by Skielex over 4 years ago - 2 comments

#90 - Is this crate still maintained?

Issue - State: open - Opened by fogti over 4 years ago - 15 comments

#89 - Use custom bindings instead of winapi crate.

Pull Request - State: closed - Opened by RazrFalcon almost 5 years ago - 15 comments

#88 - Support `Mmap` on platforms without real mmap support

Issue - State: closed - Opened by bjorn3 about 5 years ago - 4 comments

#87 - Expose page_size pub function as part of crate api

Issue - State: open - Opened by scriptandcompile about 5 years ago

#86 - Implement StableDeref?

Issue - State: open - Opened by Boddlnagg about 5 years ago

#85 - Add address option to MMapOptions

Pull Request - State: open - Opened by tinco about 5 years ago - 7 comments

#84 - Allow anonymous RWX mappings

Issue - State: open - Opened by yrp604 over 5 years ago - 1 comment

#83 - Should anonymous mappings be MAP_SHARED by default?

Issue - State: open - Opened by yrp604 over 5 years ago

#82 - Add an `map_copy_read_only` API

Pull Request - State: closed - Opened by fogti over 5 years ago - 1 comment

#81 - Add an `map_copy_read_only` API

Issue - State: open - Opened by rocallahan over 5 years ago - 4 comments

#80 - exclude CI files

Pull Request - State: open - Opened by ignatenkobrain over 5 years ago

#79 - Possible overflow while mapping large files on 32 bit systems

Issue - State: open - Opened by faulesocke over 5 years ago - 1 comment

#78 - Use with DirectIO

Issue - State: closed - Opened by FallingSnow almost 6 years ago - 2 comments

#77 - guarantee that length will never exceed isize::MAX

Pull Request - State: open - Opened by oconnor663 almost 6 years ago - 6 comments

#76 - Allow mapping memory safely using `volatile` crate?

Issue - State: closed - Opened by goose121 almost 6 years ago - 4 comments

#75 - avoid silently truncating the offset

Pull Request - State: open - Opened by oconnor663 almost 6 years ago - 2 comments

#74 - PoC: possible repro for issue 69

Pull Request - State: open - Opened by danburkert almost 6 years ago - 2 comments

#73 - Fix large offset/lengths on 32-bit platforms

Pull Request - State: closed - Opened by danburkert almost 6 years ago

#72 - Mmap fails for empty files on Windows

Issue - State: open - Opened by NightRa almost 6 years ago - 21 comments

#71 - Rollup

Pull Request - State: closed - Opened by danburkert almost 6 years ago

#70 - Docs should say why file-backed maps are unsafe

Issue - State: closed - Opened by federicomenaquintero almost 6 years ago - 4 comments

#69 - what happens if we exceed isize::MAX on 32-bit platforms?

Issue - State: open - Opened by oconnor663 almost 6 years ago - 10 comments

#68 - Support madvise.

Issue - State: open - Opened by m-ou-se almost 6 years ago - 4 comments

#67 - Incorrectly uses usize instead of u64 for file offsets

Issue - State: open - Opened by peter-bertok almost 6 years ago - 2 comments

#66 - Documentation improvements

Pull Request - State: closed - Opened by dekellum about 6 years ago - 4 comments

#65 - File offsets should be u64, not usize

Pull Request - State: closed - Opened by Dr-Emann about 6 years ago - 9 comments

#64 - Empty Files not working

Issue - State: closed - Opened by PSeitz over 6 years ago - 2 comments

#63 - Simplify appveyor config

Pull Request - State: closed - Opened by danburkert over 6 years ago

#62 - Winapi

Pull Request - State: closed - Opened by danburkert over 6 years ago

#61 - Add `try_clone` method.

Pull Request - State: closed - Opened by Object905 over 6 years ago - 1 comment

#60 - Add AsRef and AsMut implementation.

Pull Request - State: closed - Opened by Object905 over 6 years ago - 4 comments

#59 - How to access char devices?

Issue - State: closed - Opened by victorcrimea over 6 years ago - 4 comments

#58 - Inline deref codepath methods

Pull Request - State: closed - Opened by sfackler over 6 years ago - 1 comment

#57 - Fix small typo in README

Pull Request - State: closed - Opened by gabrfarina over 6 years ago - 1 comment

#56 - rustfmt

Pull Request - State: closed - Opened by danburkert over 6 years ago

#55 - Remove unused mut

Pull Request - State: closed - Opened by eclipseo over 6 years ago - 3 comments

#54 - Build error with rust 1.21

Issue - State: closed - Opened by eclipseo over 6 years ago - 5 comments

#53 - MAP_POPULATE on linux?

Issue - State: open - Opened by pftbest almost 7 years ago - 1 comment

#52 - https://linux.die.net/man/2/mremap

Issue - State: closed - Opened by posix4e almost 7 years ago - 1 comment

#51 - Add madvise wrapper

Pull Request - State: closed - Opened by Vurich almost 7 years ago - 3 comments

#50 - Triage the issue tracker

Issue - State: closed - Opened by dtolnay almost 7 years ago - 1 comment

#49 - File ownership

Issue - State: closed - Opened by Lapin0t almost 7 years ago - 3 comments

#48 - add addr(*mut u8) to set the desired target address

Pull Request - State: open - Opened by ghost almost 7 years ago - 5 comments

#47 - Documentation / user guide

Issue - State: open - Opened by dhardy almost 7 years ago - 7 comments

#46 - Remove Protection

Pull Request - State: closed - Opened by danburkert about 7 years ago - 2 comments

#45 - Added examples for anonymous() and file()

Pull Request - State: closed - Opened by omh1280 about 7 years ago - 6 comments

#44 - Replace try! with ?

Pull Request - State: closed - Opened by opilar about 7 years ago - 1 comment

#43 - Bugfix/remove try

Pull Request - State: closed - Opened by opilar about 7 years ago

#42 - Overhaul the API

Pull Request - State: closed - Opened by bugaevc about 7 years ago - 13 comments

#41 - Add #[doc(html_root_url)] annotation to crate root

Pull Request - State: closed - Opened by opilar about 7 years ago - 1 comment

#40 - Minor cleanups

Pull Request - State: closed - Opened by samueltardieu about 7 years ago - 1 comment

#39 - Adds badges to Cargo.toml #35

Pull Request - State: closed - Opened by cldershem about 7 years ago - 1 comment

#38 - Tracking issue for crate evaluation

Issue - State: open - Opened by sfackler about 7 years ago - 7 comments

#37 - Document error conditions for fallible methods in a separate "Errors" section

Issue - State: open - Opened by sfackler about 7 years ago - 1 comment

#36 - Add #[doc(html_root_url = "...")] annotation to crate root

Issue - State: closed - Opened by sfackler about 7 years ago - 1 comment

#35 - Add CI badges to Cargo.toml

Issue - State: closed - Opened by sfackler about 7 years ago - 1 comment

#34 - Add examples to methods

Issue - State: closed - Opened by sfackler about 7 years ago - 5 comments

#33 - Overhaul API

Issue - State: closed - Opened by sfackler about 7 years ago - 11 comments

#32 - Expand crate-level documentation

Issue - State: open - Opened by sfackler about 7 years ago - 3 comments

#31 - Separate virtual page allocation from memory maps backed by page file

Issue - State: closed - Opened by retep998 about 7 years ago - 3 comments

#30 - Support discontinuous memory maps

Issue - State: closed - Opened by willglynn over 7 years ago - 3 comments

#29 - memmap doesn't support an execute-only mapping.

Issue - State: closed - Opened by CBSears over 7 years ago - 3 comments

#28 - Please update to fs2 0.4

Issue - State: closed - Opened by joshtriplett over 7 years ago - 1 comment

#27 - Incorrect behavior if file length can't fit in usize

Issue - State: closed - Opened by comex over 7 years ago

#26 - Huge Pages

Issue - State: open - Opened by josephDunne over 7 years ago - 10 comments

#25 - Safety of Mmap::as_slice ?

Issue - State: open - Opened by SimonSapin over 7 years ago - 30 comments

#24 - Made windows related dependencies optional

Pull Request - State: closed - Opened by newpavlov over 7 years ago - 1 comment

#23 - Implement Read + Seek for Views?

Issue - State: closed - Opened by nagisa almost 8 years ago - 5 comments

#22 - Allow executable mappings

Pull Request - State: closed - Opened by jonas-schievink about 8 years ago - 7 comments

#21 - Add MAP_FIXED mode

Issue - State: open - Opened by danburkert about 8 years ago - 4 comments

#20 - Expose a low-level API in lib.rs

Issue - State: closed - Opened by ghost over 8 years ago - 16 comments

#19 - Execute protection

Issue - State: closed - Opened by cptaffe over 8 years ago - 1 comment

#18 - Clarification

Issue - State: closed - Opened by alexreg over 8 years ago - 14 comments

#17 - Please publish the newer version to crates.io

Issue - State: closed - Opened by zonyitoo over 8 years ago - 2 comments

#16 - Fix versions of used dependencies

Pull Request - State: closed - Opened by badboy over 8 years ago - 4 comments

#15 - Failed to build under i686-pc-windows-gnu

Issue - State: closed - Opened by zonyitoo over 8 years ago - 3 comments

#14 - rename project to memmap

Pull Request - State: closed - Opened by danburkert almost 9 years ago - 1 comment

#13 - Stack

Pull Request - State: closed - Opened by danburkert almost 9 years ago

#12 - Carve strikes again

Pull Request - State: closed - Opened by xrl almost 9 years ago - 12 comments

#11 - View

Pull Request - State: closed - Opened by danburkert almost 9 years ago - 3 comments

#10 - Carve

Pull Request - State: closed - Opened by xrl almost 9 years ago - 4 comments

#9 - improve constructor functions

Pull Request - State: closed - Opened by danburkert almost 9 years ago - 1 comment

#8 - make Mmap slice operations unsafe

Pull Request - State: closed - Opened by danburkert almost 9 years ago

#7 - How to slice up mmap to share chunks of the same mmap?

Issue - State: closed - Opened by xrl almost 9 years ago - 6 comments

#6 - Warning removal, unused import.

Pull Request - State: closed - Opened by ghost almost 9 years ago - 1 comment

#5 - Unused import

Pull Request - State: closed - Opened by retep998 almost 9 years ago - 1 comment

#4 - data-race safety

Issue - State: closed - Opened by danburkert almost 9 years ago - 4 comments

#3 - Support for msync

Issue - State: closed - Opened by posix4e almost 9 years ago - 5 comments

#2 - Add named map support

Pull Request - State: closed - Opened by overdrivenpotato about 9 years ago - 3 comments

#1 - Put on crates.io

Issue - State: closed - Opened by teburd about 9 years ago - 11 comments