• 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
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

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.

bb8d25f 2014-02-12 17:35:49 wbenny

* Fixed Main.cpp.

b456424 2014-02-12 00:17:57 wbenny

* Updated Makefile.

fcbc535 2014-02-12 00:12:38 wbenny

* Fixed compilation on x64 systems.

f146657 2014-02-12 00:08:46 wbenny

* Added LZMA version for UNIX systems.

fd4c036 2014-02-12 00:06:07 wbenny

* Fixed major compilations problems.

151ca0a 2014-02-11 23:56:03 wbenny

Merge branch 'issues/8'

07699fe issues/6 2014-02-11 23:50:46 wbenny

* Edited sample.

c9f50dc 2014-02-11 23:50:37 wbenny

* Better naming.

340883f issues/8 2014-02-11 07:44:29 wbenny

* Minor changes.

90b01c7 2014-02-11 07:31:45 wbenny

* Added BZIP2 compression support.

8fa9ab9 2014-02-11 06:43:02 wbenny

* Minor changes.

7aa0b96 2014-02-10 05:48:17 wbenny

* Minor changes.

08fbf77 2014-02-07 08:28:43 wbenny

* Fixed seeking.

fb66072 2014-02-07 08:28:08 wbenny

* ZipArchiveEntry::GetName now returns const std::string&.

994eb4c 2014-02-07 08:13:26 wbenny

* Treat streams as non-seekable.

0b47c7d 2014-02-07 06:08:03 wbenny

* Moved synchronization methods into their structs.