• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

mirage / ocaml-9p / 150

Builds Branch Commit Type Ran Committer Via Coverage
150 master Merge pull request #30 from djs55/create-fid Test and fix create (fid should be rebound) push 22 Nov 2015 05:24PM UTC djs55 travis-ci pending completion   set done
149 master lofs_test: avoid fork, use Lwt threads instead Now that we can shutdown a Lwt 9P server without using signals, we can run everything in a single process. Signed-off-by: David Scott <dave.scott@unikernel.com> Pull #30 22 Nov 2015 05:13PM UTC djs55 travis-ci pending completion   set done
145 master Regenerate OASIS Signed-off-by: David Scott <dave.scott@unikernel.com> Pull #28 22 Nov 2015 03:19PM UTC djs55 travis-ci pending completion   set done
143 master Merge pull request #27 from djs55/remove-spammiest-log Avoid debug logging on every packet sent and received push 19 Nov 2015 09:59PM UTC djs55 travis-ci pending completion   set done
141 master Avoid marshalling every packet to a string when not in debug mode The `Log.debug` function will create a string to be logged via ``` Fmt.kstrf (fun s -> if !print_debug then print_endline s) fmt ``` before deciding whether to print them or not.... Pull #26 19 Nov 2015 05:45PM UTC djs55 travis-ci pending completion   set done
140 master Merge pull request #25 from djs55/flush Support cancel/flush push 19 Nov 2015 05:38PM UTC djs55 travis-ci pending completion   set done
139 master Allow blocked threads to be "cancelled" This patch removes the `bool ref` cancellation buttons and replaces them with `Lwt.task` threads which can be used in `Lwt.pick` to wake up blocked implementations. Signed-off-by: David Scott <dave.scott@u... Pull #25 19 Nov 2015 05:31PM UTC djs55 travis-ci pending completion   set done
138 master Merge pull request #24 from samoht/master Add doc and release runes in Makefile push 17 Nov 2015 05:17PM UTC samoht travis-ci pending completion   set done
137 master Add doc and release runes in Makefile Pull #24 16 Nov 2015 04:02PM UTC samoht travis-ci pending completion   set done
135 master Try to fix coveralls Pull #22 16 Nov 2015 03:50PM UTC samoht travis-ci pending completion   set done
127 master Merge pull request #21 from samoht/master Fix pack linking issues push 11 Nov 2015 05:38AM UTC samoht travis-ci pending completion   set done
126 master Fix linking issue with packs (ocamlbuild/oasis is really broken regarding to pack files... this bug should have been caught when building the library, not when using it!) Pull #21 11 Nov 2015 03:41AM UTC samoht travis-ci pending completion   set done
125 master Merge pull request #19 from talex5/fids Provide a way to get Fids push 10 Nov 2015 01:32PM UTC talex5 travis-ci pending completion   set done
123 master Provide a way to get Fids Otherwise, the Client.LowLevel API cannot be used, because all the functions require a Fid but there is no way to get one (other than making them from ints, but that isn't safe). Pull #19 03 Nov 2015 04:12PM UTC talex5 travis-ci pending completion   set done
122 master Merge pull request #15 from talex5/mkdir Add Client.mkdir and Client.LowLevel.create push 03 Nov 2015 10:14AM UTC talex5 travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc