• 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. Time Author
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.

3e71d7b issues/12 2014-03-10 04:22:47 wbenny

* Fixed (de)serialization of CentralDirectoryFileHeader.

1f85e2f 2014-03-10 04:19:12 wbenny

* Remove ICompressionMethod::SetIsStored().

921f13b 2014-02-22 20:58:55 wbenny

* Makefile cosmetic changes.

22e4239 issues/10 2014-02-22 20:49:16 wbenny

* Improved makefile.

f1f771b 2014-02-22 20:20:31 wbenny

* Ommit format warning on unix systems.
* Cosmetic changes.

9137504 2014-02-19 04:41:52 wbenny

* Added char_type to all streambuffs.

9280556 2014-02-19 04:29:17 wbenny

* Added nullstream.

87bcde9 2014-02-13 05:55:47 wbenny

* Minor changes.

756cf84 2014-02-13 05:42:35 wbenny

* Formatting.

dad0e6c 2014-02-13 05:05:11 wbenny

* Remove dependency on std::make_unique.