aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/singlejar/output_jar.cc
Commit message (Expand)AuthorAge
* Cut the dependency of singlejar on Bazel (the test still depend on it, but th...Gravatar Lukacs Berki2016-11-21
* Implement --nocompress_suffixes option.Gravatar Sasha Smundak2016-09-26
* Add '0xCAFE' extra field to the first entry of the output jar (which is META-...Gravatar Sasha Smundak2016-09-26
* Use WriteBytes instead of AppendFile to write entries.Gravatar Sasha Smundak2016-09-22
* Fix test for whether the timestamp in the local header needs replacement.Gravatar Googler2016-09-16
* Attempt to free wrong buffer.Gravatar Sasha Smundak2016-09-15
* Change C++ singlejar to use stdio for all output, instead of a mix ofGravatar Googler2016-09-14
* Allow OutputJar subclass to customize entry handling behavior.Gravatar Sasha Smundak2016-08-31
* Add an option to the Concatenator to insert a newline before the contents of ...Gravatar Sasha Smundak2016-08-31
* When creating new files, set creator version to 2.0 instead of Unix spec 3.0....Gravatar Sasha Smundak2016-08-31
* Save CEN (Central Directory) offset and size values in the End of Central Dir...Gravatar Sasha Smundak2016-08-30
* Remove entries' Unix timestamp extra fields when --normalize is present.Gravatar Sasha Smundak2016-08-30
* When --exclude_build_data option is present, build-data.properties file shoul...Gravatar Sasha Smundak2016-08-26
* Generate Zip64 End Of Central Directory record if the output archive is >4G o...Gravatar Sasha Smundak2016-08-23
* The value of the --resources flag is <PATH>:<NAME>, not <NAME>:<PATH>Gravatar Sasha Smundak2016-08-19
* Implement --compression and --dont_change_compression.Gravatar Sasha Smundak2016-08-18
* Preparation for enabling --compression/--dont_change_compression options:Gravatar Sasha Smundak2016-08-17
* Implement --normalize option. Refactor file writing code in OutputJar. Refact...Gravatar Sasha Smundak2016-08-16
* Implement --include_prefixes.Gravatar Sasha Smundak2016-08-16
* Provide ExtraCombiner method.Gravatar Sasha Smundak2016-08-11
* Combiners overhaul: introduce Combiner interface common to all combiners, use...Gravatar Sasha Smundak2016-08-10
* Initial checkin of the OutputJar and main.Gravatar Sasha Smundak2016-08-08