Re: [PATCH v3 1/2] Split httpserver module into httpserver-api and httpserver-html5-gui

2017-11-16 Thread Nadav Har'El
On Mon, Aug 21, 2017 at 10:54 PM, Waldemar Kozaczuk wrote: > Split httpserver into httpserver-api, httpserver-html5-gui and > httpserver modules. The new httpserver-api module is a subset of original > httpserver and implements same OSv REST API without any modularity or > other functionality cha

Re: [PATCH v3 1/2] Split httpserver module into httpserver-api and httpserver-html5-gui

2017-09-10 Thread Nadav Har'El
Thanks, I committed (sorry for the delay). As usual when git submodules are involved, I had somewhat of a mess applying this patch (needed to manually remove some old directories and "git submodule update"), I hope users and jenkins will not be bit by this. -- Nadav Har'El n...@scylladb.com On

Re: [PATCH v3 1/2] Split httpserver module into httpserver-api and httpserver-html5-gui

2017-09-06 Thread Waldek Kozaczuk
Bump! On Monday, August 21, 2017 at 3:54:10 PM UTC-4, Waldek Kozaczuk wrote: > > Split httpserver into httpserver-api, httpserver-html5-gui and > httpserver modules. The new httpserver-api module is a subset of original > httpserver and implements same OSv REST API without any modularity or > o

[PATCH v3 1/2] Split httpserver module into httpserver-api and httpserver-html5-gui

2017-08-21 Thread Waldemar Kozaczuk
Split httpserver into httpserver-api, httpserver-html5-gui and httpserver modules. The new httpserver-api module is a subset of original httpserver and implements same OSv REST API without any modularity or other functionality changes. Another new httpserver-html5-gui module contains static conten