Re: [dev] URI Parser

2019-07-05 Thread Adrian Grigore
Hi all, Sorry for the late reply! Laslo: 1. I'm in period of experiment with different stuff, including self hosting, I bought a https://www.pine64.org/devices/single-board-computers/rock64/ so , I'll maybe host a git or cvs (I get it, I never worked with cvs ever so I think it's a good idea to

Re: [dev] URI Parser

2019-06-13 Thread sylvain . bertrand
Hi, Try to follow roughly the coding guideline from the linux kernel. lower case, no typedefs, sized types (u8, u32, s32...) and cast in case of the use of an external API, use of goto for "very sequential code error management", etc. I do even remove keywords from the already way too rich synt

Re: [dev] URI Parser

2019-06-13 Thread Kurt Van Dijck
On do, 13 jun 2019 08:49:58 +0200, Laslo Hunhold wrote: > On Thu, 13 Jun 2019 01:22:48 +0300 > Adrian Grigore wrote: > > Dear Adrian, > > > I started writing a RFC3986 compliant URI parser. It's not done yet. > > Can I get some feedback? > > > > https://adi.tilde.institute/tmp/uri.h > > https:/

Re: [dev] URI Parser

2019-06-12 Thread Laslo Hunhold
On Thu, 13 Jun 2019 01:22:48 +0300 Adrian Grigore wrote: Dear Adrian, > I started writing a RFC3986 compliant URI parser. It's not done yet. > Can I get some feedback? > > https://adi.tilde.institute/tmp/uri.h > https://adi.tilde.institute/tmp/parseuri.c please find my feedback and suggestions

[dev] URI Parser

2019-06-12 Thread Adrian Grigore
Hi guys, I started writing a RFC3986 compliant URI parser. It's not done yet. Can I get some feedback? https://adi.tilde.institute/tmp/uri.h https://adi.tilde.institute/tmp/parseuri.c -- Thank you, Adi, Freelance Developer http://adi.tilde.institute/