Re: [Firebird-net-provider] Zlib library

2016-08-17 Thread Jiří Činčura
> I would still like to see a shim

Honestly. If somebody sponsors my time, I'll do it. Else I'll take the
straight to the finish approach.

-- 
Mgr. Jiří Činčura
Independent IT Specialist

--
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] Zlib library

2016-08-17 Thread Jiří Činčura
> Looks like SharpZipLib it is. I checked right now and it's using MIT
> license now, which should allow to take a piece of code and use.

I was wrong. They use GPL. So it's going to be code from Ionic. I doubt
most developers care as long as it works. :D

-- 
Mgr. Jiří Činčura
Independent IT Specialist

--
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] Zlib library

2016-08-02 Thread Ralf Jansen
I would still like to see a shim and as one default implementation you could 
use SharpZibLib.

Von: Jiří Činčura [mailto:j...@cincura.net]
Gesendet: Freitag, 29. Juli 2016 15:05
An: firebird-net-provider@lists.sourceforge.net
Betreff: Re: [Firebird-net-provider] Zlib library

Umm, yeah. Massive 9 votes.
[cid:image001.png@01D1ECB0.CF4E27E0]

Looks like SharpZipLib it is. I checked right now and it's using MIT license 
now, which should allow to take a piece of code and use.

--
Mgr. Jiří Činčura
Independent IT Specialist

--
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] Zlib library

2016-07-29 Thread Jiří Činčura
Umm, yeah. Massive 9 votes.
 

Looks like SharpZipLib it is. I checked right now and it's using MIT
license now, which should allow to take a piece of code and use.

--
Mgr. Jiří Činčura
Independent IT Specialist
--
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] Zlib library

2016-07-17 Thread Jiří Činčura
OK. Vote here http://goo.gl/X4hCxG . Not sure we'll get enough votes,
though, to make it significant for decision. Arguments are welcome as
well.

-- 
Mgr. Jiří Činčura
Independent IT Specialist

--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports.http://sdm.link/zohodev2dev
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] Zlib library

2016-06-21 Thread Jiří Činčura
One thing I realized now. We might also consider is future .NET
Core/CoreCLR support...

-- 
Mgr. Jiří Činčura
Independent IT Specialist

--
Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] Zlib library

2016-06-21 Thread Jiří Činčura
> There is also ILMerge option to include dependency in a package.

Somebody would probably need to study the license, whether that's
allowed. Also hiding it is nice, but giving "some credits" isn't a bad
thing either (and I don't mean some line in README).

-- 
Mgr. Jiří Činčura
Independent IT Specialist

--
Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] Zlib library

2016-06-21 Thread Jiří Činčura
> SharpZipLib looks to be more actively maintained and with clearer and
> more
> permissive licensing. It's a dependency of most of my project anyway so I
> would not mind it.

Kind of. On the other hand when it's done, like *done*, there's not much
to change.

> An alternative to an external dependency is an intree copy with
> unnecesary
> bits(eg. bzip2,tar) removed.

Depends on the license. But that's option as well. Only problem is
maintaining it up to date...

> Out of curiosity why is DeflateStream/GZipStream not enough?

Deflate is raw data compression. Zlib that core guys used, needs some
zlib headers etc. Same as gzip, that has different headers etc. 

-- 
Mgr. Jiří Činčura
Independent IT Specialist

--
Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] Zlib library

2016-06-21 Thread Геннадий Забула
There is also ILMerge option to include dependency in a package.

On 21 June 2016 at 11:02, Gerdus van Zyl  wrote:
> SharpZipLib looks to be more actively maintained and with clearer and more
> permissive licensing. It's a dependency of most of my project anyway so I
> would not mind it.
> An alternative to an external dependency is an intree copy with unnecesary
> bits(eg. bzip2,tar) removed.
>
> Out of curiosity why is DeflateStream/GZipStream not enough?
>
> On Mon, Jun 20, 2016 at 6:57 PM, Jiří Činčura  wrote:
>>
>> Hi *,
>>
>> Other topic to think about. The compression is Firebird is based on zlib
>> compression. That one is not in the framework. So unless somebody
>> contributes solid and proven implementation, when and if the compression
>> will make it to master, I'd have to introduce dependency. Maybe some sort of
>> optional.
>>
>> I successfully tested zlib from Ionic and SharpZipLib libraries.
>>
>> Discuss… ;)
>>
>> --
>> Mgr. Jiří Činčura
>> Independent IT Specialist
>>
>>
>> --
>> What NetFlow Analyzer can do for you? Monitors network bandwidth and
>> traffic
>> patterns at an interface-level. Reveals which users, apps, and protocols
>> are
>> consuming the most bandwidth. Provides multi-vendor support for NetFlow,
>> J-Flow, sFlow and other flows. Make informed decisions using capacity
>> planning
>> reports. http://sdm.link/zohomanageengine
>> ___
>> Firebird-net-provider mailing list
>> Firebird-net-provider@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
>
>
>
>
> --
> 
> Gerdus van Zyl
> www.infireal.com
>
> --
> Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San
> Francisco, CA to explore cutting-edge tech and listen to tech luminaries
> present their vision of the future. This family event has something for
> everyone, including kids. Get more information and register today.
> http://sdm.link/attshape
> ___
> Firebird-net-provider mailing list
> Firebird-net-provider@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
>

--
Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] Zlib library

2016-06-21 Thread Gerdus van Zyl
SharpZipLib looks to be more actively maintained and with clearer and more
permissive licensing. It's a dependency of most of my project anyway so I
would not mind it.
An alternative to an external dependency is an intree copy with unnecesary
bits(eg. bzip2,tar) removed.

Out of curiosity why is DeflateStream/GZipStream not enough?

On Mon, Jun 20, 2016 at 6:57 PM, Jiří Činčura  wrote:

> Hi *,
>
> Other topic to think about. The compression is Firebird is based on zlib
> compression. That one is not in the framework. So unless somebody
> contributes solid and proven implementation, when and if the compression
> will make it to master, I'd have to introduce dependency. Maybe some sort
> of optional.
>
> I successfully tested zlib from Ionic and SharpZipLib libraries.
>
> Discuss… ;)
>
> --
> Mgr. Jiří Činčura
> Independent IT Specialist
>
>
> --
> What NetFlow Analyzer can do for you? Monitors network bandwidth and
> traffic
> patterns at an interface-level. Reveals which users, apps, and protocols
> are
> consuming the most bandwidth. Provides multi-vendor support for NetFlow,
> J-Flow, sFlow and other flows. Make informed decisions using capacity
> planning
> reports. http://sdm.link/zohomanageengine
> ___
> Firebird-net-provider mailing list
> Firebird-net-provider@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
>



-- 

Gerdus van Zyl
www.infireal.com
--
Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider