Re: [squid-dev] [PATCH] libsbuf

2016-02-29 Thread Kinkie
On Thu, Feb 25, 2016 at 11:56 PM, Alex Rousskov wrote: > On 02/25/2016 10:01 AM, Kinkie wrote: >> Hi all, >> please find attached a the bundle implementing libsbuf (merge >> proposal from lp:~squid/squid/sbuflab). >> >> It: >> - shuffles SBuf core files into

Re: [squid-dev] [PATCH] libsbuf

2016-02-25 Thread Kinkie
On Thu, Feb 25, 2016 at 6:50 PM, Amos Jeffries wrote: > On 26/02/2016 6:01 a.m., Kinkie wrote: >> Hi all, >> please find attached a the bundle implementing libsbuf (merge >> proposal from lp:~squid/squid/sbuflab). >> >> It: >> - shuffles SBuf core files into src/sbuf and

Re: [squid-dev] [PATCH] libsbuf

2016-02-25 Thread Amos Jeffries
On 26/02/2016 6:01 a.m., Kinkie wrote: > Hi all, > please find attached a the bundle implementing libsbuf (merge > proposal from lp:~squid/squid/sbuflab). > > It: > - shuffles SBuf core files into src/sbuf and implements sbuf/libsbuf.la > - refactors SBuf <-> String adaption functions into a

[squid-dev] [PATCH] libsbuf

2016-02-25 Thread Kinkie
Hi all, please find attached a the bundle implementing libsbuf (merge proposal from lp:~squid/squid/sbuflab). It: - shuffles SBuf core files into src/sbuf and implements sbuf/libsbuf.la - refactors SBuf <-> String adaption functions into a separate header, increasing decoupling - reduces the