• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

RSS
Rev. Tiempo Autor
176e4b6 master 2018-07-17 00:22:00 Mikhail

Merged in mboldyrev/ziplib (pull request #4)

* Fixed local file header extra field reading.

76a5389 2018-07-17 00:15:00 Mikhail Boldyrev

* Fixed local file header extra field reading.

b8ea9b8 2017-02-20 22:00:50 Adam Seering

Merged in aseering/ziplib (pull request #2)

Fix Deflate decoder

Approved-by: Andrew Lamb
Approved-by: Pawel Defee
Approved-by: wbenny

65d893a 2017-01-25 09:36:13 Adam Seering

Update Deflate decoder to handle the case where zlib's 'inflate()' consumes all input without producing any output

bd816c2 dev/v0.1 2014-07-06 19:05:07 wbenny

* Removed unnecessary files.

b86b1e3 issues/2 2014-06-28 09:22:01 Petr Benes

* Initial commit for unit tests.

1737af5 issues/18 2014-06-28 08:50:12 Petr Benes

* Fixed several bugs.

cbcac24 issues/16 2014-05-19 05:12:50 wbenny

* Rename serialization to storage (serialize - store, deserialize - load).

78e54ff 2014-05-19 05:10:30 wbenny

* Remove dependency on char_type in non-stream classes and use uint8_t instead.
* Move serialize/deserialize functions into utils::stream namespace.

af7a39b 2014-05-18 02:31:02 wbenny

* ZipLib is now using "char" streams.

e3ff846 issues/9 2014-03-24 04:38:06 wbenny

* Added forgotten new properties classes.

50e2fd3 2014-03-24 01:22:57 wbenny

* Merge encoder/decoder properties into one common property type for each compression/encryption method.

b33e204 2014-03-23 00:38:24 wbenny

* Continue of cosmetic changes.

597ba80 2014-03-23 00:29:33 wbenny

* Cosmetic changes (make in-class member initialization).

519f998 2014-03-23 00:12:57 wbenny

* Removed unnecessary get_bytes_read/written methods - they are replaced by auditstream.

1f57da5 2014-03-22 09:44:10 wbenny

* Buffer capacity manipulation moved to base class MethodTemplate.

f82b51e 2014-03-22 09:42:54 wbenny

* DataDescriptor manipulation moved to zipcrypto properties.

52d1f0e 2014-03-22 09:19:35 wbenny

* Make BufferCapacity the member of base compression/encryption interface.

9d1cc8e 2014-03-22 08:42:51 wbenny

* Removed unnecessary nullptr checks.

948a1bb 2014-03-22 08:42:41 wbenny

* Changed sample for testing purposes.

7eaecfe 2014-03-22 08:30:07 wbenny

* Initial AES implementation.

a6a3e22 2014-03-10 04:49:58 wbenny

* Protect ICompressionMethod ctor.

defbeb5 2014-03-10 04:42:09 wbenny

* Add AES library into solution.

2e91692 2014-03-10 04:38:30 wbenny

* Include cstdint to compression_interface.

784086d 2014-03-10 04:38:12 wbenny

* Change include order.

3dd386a 2014-03-10 04:37:37 wbenny

* Its better to convert int_type to char_type in streambuffs.

0165969 2014-03-10 04:36:47 wbenny

* Fix compression decoder init method.

b8b68c7 2014-03-10 04:36:19 wbenny

* Make time utils functions static.

444dd92 2014-03-10 04:35:58 wbenny

* Minor changes in teestream.

89fac74 2014-03-10 04:35:40 wbenny

* Fixed memstream.