• 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
07699fe issues/6 2014-02-11 23:50:46 wbenny

* Edited sample.

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

* Better naming.

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.

b86c36e 2014-02-07 05:18:39 wbenny

* Compression algorithms separated into standalone projects.

4c113aa 2014-02-07 04:51:42 wbenny

* Strip unused code from zlib.

ce00429 2014-02-07 04:32:20 wbenny

* Compression en/decoders can now accept properties.

52c0ed1 2014-02-07 04:31:41 wbenny

* Updated methods.

be37529 2014-02-07 04:31:09 wbenny

* Added missing file into the project.

b54ab1a 2014-02-07 04:30:52 wbenny

* Rewritten ICompressionMethod.

afafd30 2014-02-07 04:28:33 wbenny

* iostream_t -> iostream_type

0a9a5a8 2014-02-06 05:25:00 wbenny

* Initial commit of ZipLib rewrite.
* Removed ThreadSafeHolder.
* Added LZMA sdk + LZMA compression support.

b227d62 v0.01 2013-06-02 23:02:04 wbenny

Removed old comment.

2fa7f58 2013-06-02 23:01:08 wbenny

Implemented ZipArchive::InternalDestroy() for unloading internal stream.

4dbace5 2013-06-02 22:08:17 wbenny

Get rid of warning when building project with x64 compiler.

0b54e96 2013-06-02 21:50:19 wbenny

Fixed memory leak in the GetDecompressionStream() method.

4b18e0d 2013-06-02 21:35:15 wbenny

Added support for smart pointers

ee0d798 2013-06-02 19:40:49 wbenny

SetCompressionStream is now receiving reference instead of the pointer.

6b5501b 2013-06-02 18:02:08 wbenny

Removed confusing operator -> from ZipArchive class.

bc1b499 2013-06-02 08:39:02 wbenny

threadsafe_holder class is now more general.

9033c2f 2013-06-02 08:33:18 wbenny

InternalSharedBuffer can be now used by multiple threads concurrently.

834a84b 2013-06-02 05:33:24 wbenny

Edited Makefile

fc77789 2013-06-02 04:47:08 wbenny

Typo

12c9891 2013-06-02 04:37:47 wbenny

Edited Makefile.

59e4295 2013-06-02 04:04:06 wbenny

Added licence file

7ecfd9b 2013-05-31 08:10:27 wbenny

Make deflate stream compatible with FreeBSD.