Remove legacy networking code, vol 2

2018-02-28 Thread SZAVAI Gyula
[PATCH setup 1/2] NetIO: Remove unused url parsing code [PATCH setup 2/2] Improve file:// url handling netio.cc | 85 ++--- netio.h| 11 ++- nio-ie5.cc | 3 +-- 3 files changed, 21 insertions(+), 78 de

Re: Remove legacy networking code

2018-02-24 Thread Jon Turney
On 28/01/2018 21:47, Jon Turney wrote: On 26/01/2018 16:56, SZAVAI Gyula wrote: [PATCH setup 1/5] Remove direct(legacy) connection type [PATCH setup 2/5] Rename IDC_NET_IE5 to IDC_NET_PRECONFIG [PATCH setup 3/5] Remove NetIO_File [PATCH setup 4/5] Add Proxy class [PATCH setup 5/5] Remove NetIO_H

Re: Remove legacy networking code

2018-01-28 Thread Jon Turney
On 26/01/2018 16:56, SZAVAI Gyula wrote: [PATCH setup 1/5] Remove direct(legacy) connection type [PATCH setup 2/5] Rename IDC_NET_IE5 to IDC_NET_PRECONFIG [PATCH setup 3/5] Remove NetIO_File [PATCH setup 4/5] Add Proxy class [PATCH setup 5/5] Remove NetIO_HTTP Thanks, this is great. A few mino

Remove legacy networking code

2018-01-26 Thread SZAVAI Gyula
[PATCH setup 1/5] Remove direct(legacy) connection type [PATCH setup 2/5] Rename IDC_NET_IE5 to IDC_NET_PRECONFIG [PATCH setup 3/5] Remove NetIO_File [PATCH setup 4/5] Add Proxy class [PATCH setup 5/5] Remove NetIO_HTTP ConnectionSetting.cc | 11 ++--- Makefile.am | 6 --- net.cc