Commit Graph

  • 5849bf9936 [MemMap] Fix a data race Anton Tiurin 2015-06-11 21:49:27 +0300
  • 2263b01c1d Make MemMapFs.Remove() error for non-existent file Alex Tomlins 2015-08-08 22:55:14 +0100
  • 3c144b97d3 Fix MemMapFs.Remove() to really delete the file. Alex Tomlins 2015-08-08 22:47:18 +0100
  • 33a8ad0079 [MemMap] Fix a data race Anton Tiurin 2015-06-11 21:49:27 +0300
  • 0efc34d380 Merge branch 'master' of github.com:spf13/afero spf13 2015-05-25 21:11:05 -0400
  • e54aac2c6a Apply locking in InMemoryFile Jamie Wilkinson 2015-03-22 11:24:08 +1100
  • 72f083f81f Merge branch 'fix-memfile-eof' into read-write-data-race Jamie Wilkinson 2015-05-01 17:38:08 -0700
  • f073e62721 Merge remote-tracking branch 'refs/remotes/spf13/master' into fix-memfile-eof Jamie Wilkinson 2015-05-01 17:37:06 -0700
  • af8b55cd1f Add jaqx0r to the list of contributors. Jamie Wilkinson 2015-04-13 14:05:29 +1000
  • 925f67ead8 Fix extra whitespace. Jamie Wilkinson 2015-03-22 11:43:00 +1100
  • d82243906a Test that a read of nonzero bytes from an InMemFile does not return EOF in the same read op. Jamie Wilkinson 2015-03-22 11:34:14 +1100
  • 56a1f83590 Add a test for the EOF behaviour of Read. Jamie Wilkinson 2015-03-22 11:24:08 +1100
  • 3208fdc8dd Merge 31cee3c280 into 59eceeac13 Jamie Wilkinson 2015-05-01 21:12:26 +0000
  • 59eceeac13 Add jaqx0r to the list of contributors. Jamie Wilkinson 2015-04-13 14:05:29 +1000
  • e6e1bb0252 Fix extra whitespace. Jamie Wilkinson 2015-03-22 11:43:00 +1100
  • 33b62e7d34 Test that a read of nonzero bytes from an InMemFile does not return EOF in the same read op. Jamie Wilkinson 2015-03-22 11:34:14 +1100
  • 96c189ab50 Add a test for the EOF behaviour of Read. Jamie Wilkinson 2015-03-22 11:24:08 +1100
  • 31cee3c280 Add jaqx0r to the list of contributors. Jamie Wilkinson 2015-04-13 14:05:29 +1000
  • 84ea65ccb0 Add me to the list of contributors. Jamie Wilkinson 2015-04-13 14:04:44 +1000
  • d5b8c8a795 Lock when accessing f.close in InMemoryFile's Open() and Close(). Jamie Wilkinson 2015-04-13 13:38:06 +1000
  • baa868ac16 Merge branch 'read-write-data-race' Jamie Wilkinson 2015-04-04 15:55:56 +1100
  • f3be60bd43 Fix data race in InMemoryFile by using a sync.Mutex and locking in Read and Write methods. Jamie Wilkinson 2015-04-04 15:35:04 +1100
  • 60f86b33b7 Fix extra whitespace. Jamie Wilkinson 2015-03-22 11:43:00 +1100
  • 1fc8f2e636 Test that a read of nonzero bytes from an InMemFile does not return EOF in the same read op. Jamie Wilkinson 2015-03-22 11:34:14 +1100
  • a2476b5089 Add a test for the EOF behaviour of Read. Jamie Wilkinson 2015-03-22 11:24:08 +1100
  • 0604d3da5c Merge 8f359ac600 into 139e50e29a Wayne E. Seguin 2015-02-24 16:57:21 +0000
  • 139e50e29a 'fs' => 'afero' Wayne E. Seguin 2015-01-15 15:33:25 -0500
  • 8f359ac600 'fs' => 'afero' Wayne E. Seguin 2015-01-15 15:33:25 -0500
  • 2f8d7d6099 Merge 32d72b356a into 3effba0913 Anthony Fok 2014-12-12 18:33:39 +0000
  • 3effba0913 Correct directory permission of testDir Anthony Fok 2014-12-08 21:10:04 -0700
  • f20e72f15f adding List function to memmapfs spf13 2014-12-12 13:32:57 -0500
  • 32d72b356a Correct directory permission of testDir Anthony Fok 2014-12-08 21:10:04 -0700
  • 11dade3cc0 Adding Travis-CI support spf13 2014-11-01 00:25:15 -0400
  • 263a98f9ad MemDir now reports a size spf13 2014-10-31 23:39:14 -0400
  • f5d2472495 Adding proper open support for memfile spf13 2014-10-31 23:38:54 -0400
  • 0c3b992fe6 Adding chmod and chtimes support. spf13 2014-10-31 23:36:45 -0400
  • 0bc61700a3 afero is born spf13 2014-10-28 10:29:28 -0400
  • a454cef144 Initial commit Steve Francia 2014-10-28 10:19:05 -0400