aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/singlejar/output_jar.cc
Commit message (Expand)AuthorAge
* [singlejar] Port mapped_file for WindowsGravatar Loo Rong Jie2018-08-08
* [singlejar] Set binary flag for WindowsGravatar Loo Rong Jie2018-08-07
* [singlejar] Change off_t and ssize_t to C standard ptrdiff_tGravatar Loo Rong Jie2018-07-18
* [singlejar] Various portability fixes for MSVCGravatar Loo Rong Jie2018-07-10
* [singlejar] Replace setbuffer with setvbufGravatar Loo Rong Jie2018-07-03
* In singlejar runs with --check_desugar_deps, error out when encountering j$.*...Gravatar kmb2018-03-27
* Internal changeGravatar Laszlo Csomor2018-03-09
* Bug fix: a call to OutputJar::ReserveCdh potentially invalidates the addressesGravatar asmundak2018-01-17
* Adjust the singlejar binary to accept an optional comma-separated "label" withGravatar Googler2017-10-27
* Exclude Android dependency checking from Bazel's singlejar build.Gravatar kmb2017-10-23
* add option to singlejar to double-check correct default and static interface ...Gravatar kmb2017-10-12
* fix singlejar signedness problemsGravatar Benjamin Peterson2017-07-05
* Support directories in --resourcesGravatar cushon2017-04-24
* Create parent directories for resourcesGravatar cushon2017-04-04
* Handle huge (>4GB) output jars.Gravatar Sasha Smundak2017-01-04
* 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