New tests.
[mono.git] / mcs / class / System.Core / System.IO.MemoryMappedFiles / ChangeLog
1 2010-04-15  Jb Evain  <jbevain@novell.com>
2
3         * MemoryMappedFile.cs: implement CreateOrOpen.
4
5 2010-04-14  Jb Evain  <jbevain@novell.com>
6
7         * MemoryMappedViewAccessor.cs
8         * MemoryMappedFile.cs
9         * MemoryMappedViewStream.cs:
10                 Properly retrieve the size of the mmapped file. Fixes the
11                 unit tests.
12
13 2009-12-14  Miguel de Icaza  <miguel@novell.com>
14
15         * MemoryMappedFile.cs: Make this by default use the native
16         interface (Mono.Unix.Native.Syscall) to map files and only support
17         the FileStream.Handle when the user explicitly uses this API.
18
19         The reason is that currently the code depends on the io-layer
20         keeping parity between our handles and Unix file descriptors, this
21         removes this dependency for most cases. 
22
23 2009-12-13  Miguel de Icaza  <miguel@novell.com>
24
25         * MemoryMappedViewAccessor.cs: Derive from
26         UnmanagedMemoryAccessor, remove explicit IDisposable inheritance.
27         (CreatePosix): Call Initialize on the base class to initialize. 
28         (Dispose): Kill methods. 
29         (Flush): Add.
30         (MapPosix): no need to return out mmap_size, it is always size.
31
32         * MemoryMappedFile.cs: Add FlushPosix.
33
34         * MemoryMappedViewStream.cs: Update API.
35         
36 2009-12-10  Miguel de Icaza  <miguel@novell.com>
37
38         * MemoryMappedFile.cs: Updated to the new Beta API, fill in some
39         blanks, map some new flags, obey some settings, throw some
40         exceptions. 
41
42 2009-09-05  Zoltan Varga  <vargaz@gmail.com>
43
44         * MemoryMappedViewAccessor.cs: New net 4.0 class.
45
46         * MemoryMappedViewStream.cs: Move the mmap code to MemoryMappedFile.cs,
47         so it can be used by ViewAccessor as well.
48
49 2009-08-30  Zoltan Varga  <vargaz@gmail.com>
50
51         * MemoryMappedViewStream.cs: Implement this for unix.
52
53 2009-08-29  Zoltan Varga  <vargaz@gmail.com>
54
55         * MemoryMapped*.cs: New files, stubs for the new MemoryMappedFile
56         apis in net 4.0.
57