Export to GitHub

managed-lzma - default

Source Commits


Commits

Author Date Commit Message
tobias.kaes@gmail.com Jul 5, 2014 55 Applied patch from git Allow encoder settings to be specified instead of using
tobias.kaes@gmail.com Jul 5, 2014 54 Added VS 2013 project files
tobias.kaes@gmail.com Jul 5, 2014 53 Removed unnecessary interop code
tobias.kaes@gmail.com Jul 5, 2014 52 Applied changes from github Removed superfluous todo item https://github.com/m
tobias.kaes@gmail.com Jan 7, 2014 51 Fix: LZMA streams were not returning the stream length.
tobias.kaes Dec 10, 2012 50 Small cleanup: moved variable declarations to initializations.
tobias.kaes Dec 10, 2012 49 Avoid struct indexer where possible.
tobias.kaes Dec 10, 2012 48 Reduce GC pressure: use struct instead of repeatedly allocating temporary arrays
tobias.kaes Oct 29, 2012 47 Minor simplification.
tobias.kaes Oct 29, 2012 46 Performance: branch over return value instead of passing delegates (avoids creat
tobias.kaes Oct 28, 2012 45 Buffering of decoder output to improve random access to file streams.
tobias.kaes Oct 21, 2012 44 Bugfix: Multithreaded FinishFileSet waited for thread to finish and then called
tobias.kaes@gmail.com Oct 21, 2012 43 Some idea how to better sync unimportant allocations.
tobias.kaes@gmail.com Oct 19, 2012 42 Removed an unnecessary interface.
tobias.kaes@gmail.com Oct 16, 2012 41 Reformatted comments.
tobias.kaes Oct 12, 2012 40 Prototype to allow multiple active encoders for an archive writer. Still needs s
tobias.kaes Oct 10, 2012 39 It is possible for LZMA to process input data without producing output. Handle g
tobias.kaes Oct 7, 2012 38 Added caching to the LZMA buffer allocator to allow reuse across encoders. This
tobias.kaes Oct 7, 2012 37 Removed generic array allocators.
tobias.kaes Oct 4, 2012 36 Implemented lower/upper bounds for archive size while having a running encoder.
tobias.kaes Oct 4, 2012 35 Optimization: Array.Clear is much faster than a plain old loop.
tobias.kaes Sep 25, 2012 34 7z archives no longer need a readable stream for writing.
tobias.kaes Aug 20, 2012 33 Added a parameter to specify the thread count.
tobias.kaes@gmail.com Aug 19, 2012 32 Naming of threads for easier debugging.
tobias.kaes@gmail.com Aug 19, 2012 31 Whitespace.
tobias.kaes@gmail.com Aug 19, 2012 30 Refactored some code to take into account the new subclass/baseclass relation.
tobias.kaes@gmail.com Aug 17, 2012 29 Made the multi-threaded match finder a subclass of the basic match finder. Requi
tobias.kaes@gmail.com Aug 17, 2012 28 Minor clarification and fixed some warnings.
tobias.kaes@gmail.com Aug 12, 2012 27 Added a threaded buffer for LZMA2 to let the encoder consume streams as they are
tobias.kaes@gmail.com Aug 10, 2012 26 New set of configurations for unit test, now also for VS 2012.
tobias.kaes@gmail.com Aug 10, 2012 25 Use ifdef to change threading implementation for unit tests. Change object synch
tobias.kaes@gmail.com Aug 10, 2012 24 New set of configurations for unit test. Only VS 2010 for now, VS 2012 will foll
tobias.kaes@gmail.com Aug 9, 2012 23 Fixed VS 2010 build.
tobias.kaes Aug 8, 2012 22 Added support for storing timestamps in 7z archive.
tobias.kaes Aug 8, 2012 21 Added ToString on BitVector to help debugging.
tobias.kaes Aug 8, 2012 20 Adjust build settings for external consumers. I'll need a special build configur
tobias.kaes Aug 8, 2012 19 Fixed some places where a pointer-struct was not necessary.
tobias.kaes Aug 8, 2012 18 Removed unused project folder.
tobias.kaes Aug 8, 2012 17 Changed the master project to support building as a stand-alone assembly.
tobias.kaes Aug 8, 2012 16 Removed .NET 2.0 support again, it is currently not required by anyone.
tobias.kaes@gmail.com Aug 7, 2012 15 User Buffer.BlockCopy instead of looping over the array.
tobias.kaes Aug 6, 2012 14 Fix: implement reverse memcpy.
tobias.kaes Aug 5, 2012 13 Need to support upper bounds of archive size while having an encoder open. For n
tobias.kaes@gmail.com Aug 5, 2012 12 Cleanup: moved some variable declarations to the place they are actually used th
tobias.kaes@gmail.com Aug 5, 2012 11 Fix: Opening a specific stream had a bug in the offset/size calculation. FolderI
tobias.kaes@gmail.com Aug 5, 2012 10 Skipping empty streams does not work yet, feature disabled. Instead the empty st
tobias.kaes Aug 2, 2012 9 Bugfix: 7z header was invalid if there were empty files in the archive. Compatib
tobias.kaes@gmail.com Jul 27, 2012 8 Minor cleanups.
tobias.kaes Jun 26, 2012 7 Renamed some really unreadable local variables.
tobias.kaes Jun 26, 2012 6 Fix: property normalization should run on a copy to not modify input structure.
tobias.kaes Jun 26, 2012 5 Cleanup: elimination of explicitly referencing 'this'.
tobias.kaes Jun 25, 2012 4 Fixed VS 2010 projects.
tobias.kaes Jun 25, 2012 3 Adjust SVN properties to ignore build output and temporary files.
tobias.kaes Jun 24, 2012 2 Initial commit.
Jun 18, 2012 1 Initial directory structure.