Skip to content
Snippets Groups Projects

Repository graph

You can move around the graph by using the arrow keys.
Select Git revision
  • develop
  • master default protected
  • v1.2.11
  • v1.2.10
  • v1.2.9
  • v1.2.8
  • v1.2.7.3
  • v1.2.7.2
  • v1.2.7.1
  • v1.2.7
  • v1.2.6.1
  • v1.2.6
  • v1.2.5.3
  • v1.2.5.2
  • v1.2.5.1
  • v1.2.5
  • v1.2.4.5
  • v1.2.4.4
  • v1.2.4.3
  • v1.2.4.2
  • v1.2.4.1
  • v1.2.4
22 results
Created with Raphaël 2.2.013Apr517Feb32Jan26Dec4Nov314Oct75Aug119Apr31Jan812Oct3Jun16Apr30Mar18Feb1516Jan152131Dec30430Oct272625241411328Sep212010Jul17Jun5Apr29Jan26Nov4Oct16Sep515Aug2128Jul7526Jan29Dec2Jul26Apr2424Aug323May228Apr1324Mar232224Feb231821Jan24Oct11129Sep24Aug1814138Jul69Jun3226May22201732129Apr22126Mar221817161413121110943220Feb19181312111054130Jan292821201816151413729Dec282319181714131110830Nov2721191323Oct20189752130Sep26242322119Avoid adding empty gzip member after gzflush with Z_FINISH.develop upstrea…develop upstream/developExplicitly note that the 32-bit check values are 32 bits.Use ARM crc32 instructions if the ARM architecture has them.Add use of the ARMv8 crc32 instructions when requested.Correct comment in crc32.c.Don't bother computing check value after successful inflateSync().Use atomic test and set, if available, for dynamic CRC tables.Speed up software CRC-32 computation by a factor of 1.5 to 3.Add crc32_combine_gen() and crc32_combine_op() for fast combines.Add tables for crc32_combine(), to speed it up by a factor of 200.Fix the zran.c example to work on a multiple-member gzip file.Add gznorm.c example, which normalizes gzip files.Show all the codes for the maximum tables size in enough.c.Clarify that prefix codes are counted in enough.c.Use inline function instead of macro for index in enough.c.Clean up code style in enough.c, update version.Use a macro for the printf format of big_t in enough.c.Use a structure to make globals in enough.c evident.Assure that the number of bits for deflatePrime() is valid.Fix a bug that can crash deflate on some input when using Z_FIXED.Correct the initialization requirements for deflateInit2().Emphasize the need to continue decompressing gzip members.Add legal disclaimer to README.Fix deflateEnd() to not report an error at start of raw deflate.Remove old assembler code in which bugs have manifested.Make the names in functions declarations identical to definitions.Avoid an undefined behavior of memcpy() in _tr_stored_block().Avoid undefined behaviors of memcpy() in gz*printf().Avoid an undefined behavior of memcpy() in gzappend().Avoid the use of ptrdiff_t.Handle case where inflateSync used when header never processed.Don't compute check value for raw inflate if asked to validate.Add address checking in clang to -w option of configure.Return an error if the gzputs string length can't fit in an int.Small speedup to inflate [psumbera].Update use of errno for newer Windows CE versions.Avoid some conversion warnings in gzread.c and gzwrite.c.Have Makefile return non-zero error code on test failure.Avoid a conversion error in gzseek when off_t type too small.Fix CLEAR_HASH macro to be usable as a single statement.
Loading