search for: 870,13

Displaying 2 results from an estimated 2 matches for "870,13".

Did you mean: 70,13
2016 Dec 08
4
[PATCH] generator: Share Common_utils code.
...enerate_golang_bindtests () = generate_lang_bindtests ( fun f args optargs -> - pr " if err := g.%s (" (String.capitalize f); + pr " if err := g.%s (" (String.capitalize_ascii f); let needs_comma = ref false in List.iter ( @@ -869,13 +870,13 @@ and generate_golang_bindtests () = | c -> sprintf "'%c'" c in pr "[]byte{%s}" - (String.concat ", " (List.map quote_char (explode s))) + (String.concat ", " (List.map quote_ch...
2018 Jan 19
16
[nbdkit PATCH v2 00/13] Add filters + FUA support to nbdkit
A combination of the work that both Rich and I have been doing lately, where filters use only the new API with flags on every command that the client can send over the wire (we can then add support for more flags in nbdkit without having to add new callbacks, as NBD adds more flags upstream). Eric Blake (4): protocol: Split flags from cmd field in requests backend: Pass flags argument through