Commit Graph

182 Commits

Author SHA1 Message Date
Mike Aizatsky 9bca6e5bbc [infra] flattening base-clang image
The image has lots of layers with lots of deleted files (sources and intermediates).
Flatten the image to reduce its size.
2016-10-06 14:57:40 -07:00
Mike Aizatsky d78f337aeb Update libfuzzer-pipeline.groovy 2016-10-06 14:26:09 -07:00
Mike Aizatsky 7ba63266d5 Update libfuzzer-pipeline.groovy 2016-10-06 14:04:44 -07:00
Mike Aizatsky 2681964959 Update README.md 2016-10-06 14:02:52 -07:00
Mike Aizatsky ef4d3ae0ee Update README.md 2016-10-06 13:59:17 -07:00
Mike Aizatsky e2ca7bcbe0 [infra] fixing build script location (/src/build.sh)
Fixing the location of build.sh gets rid of ENTRYPOINT. Which opens a possibility to implement different commands like:

````bash
docker run -ti expat compile
docker run -ti expat run <fuzzer_name> <input_data>
````

and keep the knowledge of build script location.

This is a breaking change.
2016-10-06 13:45:12 -07:00
Mike Aizatsky eb2dfeb5ee Update projects.md 2016-10-06 13:43:10 -07:00
Mike Aizatsky 080d7141ab Create projects.md 2016-10-06 13:41:43 -07:00
Mike Aizatsky ad34fb658b Update libfuzzer-pipeline.groovy 2016-10-06 13:19:49 -07:00
Kuang-che Wu 4dc6a2b23f [libchewing] first fuzzer
libchewing is a library for Chinese character input.
2016-10-06 13:08:01 -07:00
Mike Aizatsky e4c18c4797 Update Jenkinsfile 2016-10-05 19:05:24 -07:00
Mike Aizatsky 7bd88e8ce0 Update Jenkinsfile 2016-10-05 19:05:10 -07:00
Mike Aizatsky 421cd94928 Update Jenkinsfile 2016-10-05 19:03:28 -07:00
Mike Aizatsky 8cd8911eb3 Update Jenkinsfile 2016-10-05 18:59:26 -07:00
Mike Aizatsky 537a5ed7c4 Updated README.md 2016-10-05 15:07:52 -07:00
Mike Aizatsky 55dafa1543 [infra] added llvm-symbolizer to libfuzzer-runner 2016-10-05 14:26:40 -07:00
Mike Aizatsky c7194d1b58 [infra] base-images build script 2016-10-05 14:18:14 -07:00
Kuang-che Wu 76a7e284ef Remove leading blank line (#4) 2016-10-05 13:45:12 -07:00
Mike Aizatsky ab6efdeaa5 Update new_library.md 2016-10-04 11:58:18 -07:00
Mike Aizatsky 7c2f9e6b14 Update debugging.md 2016-10-04 11:57:14 -07:00
Mike Aizatsky 053a68f7e6 Update new_library.md 2016-10-04 11:55:46 -07:00
Mike Aizatsky b4cdd8729d Update debugging.md 2016-10-04 11:55:05 -07:00
Mike Aizatsky e7dbb49bfe Create debugging.md 2016-10-04 11:54:45 -07:00
Mike Aizatsky d204145f6b [infra] added gdb to libfuzzer-runner 2016-10-03 13:33:35 -07:00
Mike Aizatsky 8fa5964755 Create LICENSE 2016-10-03 12:24:25 -07:00
Mike Aizatsky ef68a9a79e Update building_running_fuzzers_external.md 2016-09-30 18:26:02 -07:00
Mike Aizatsky 72cbaf205b Update building_running_fuzzers_external.md 2016-09-30 18:25:52 -07:00
Mike Aizatsky f3c25cf420 Update building_running_fuzzers.md 2016-09-30 18:25:13 -07:00
Mike Aizatsky e50e8d5bcd Update building_running_fuzzers.md 2016-09-30 18:24:37 -07:00
Oliver Chang 8e4f09aaa6 Don't detect leaks in libfuzzer build images. 2016-09-29 13:18:39 -07:00
Oliver Chang eabd27ae77 [docs] Add note about running /bin/bash in container for new_library.md 2016-09-29 13:02:03 -07:00
Oliver Chang 9d94f2bec5 [helper] Add a "shell" command for running /bin/bash in an image. 2016-09-28 13:23:30 -07:00
Oliver Chang 5a77076301 [helper] Print docker command invocations 2016-09-28 12:44:45 -07:00
Mike Aizatsky 6fb6912b25 specifying default asan options 2016-09-27 15:57:51 -07:00
Mike Aizatsky 313068c270 Update new_library.md 2016-09-27 14:07:19 -07:00
Mike Aizatsky 5e449bd449 Update new_library.md 2016-09-27 13:56:30 -07:00
Mike Aizatsky 1b54290fa5 Update new_library.md 2016-09-27 13:53:38 -07:00
Mike Aizatsky 891cff7d6b Update new_library.md 2016-09-27 13:41:52 -07:00
Mike Aizatsky 2209427bb8 Update new_library.md 2016-09-27 12:27:58 -07:00
Mike Aizatsky e136fde0cf Update new_library.md 2016-09-27 12:18:01 -07:00
Mike Aizatsky 902855f86a Update new_library.md 2016-09-27 12:17:38 -07:00
Mike Aizatsky fad78fca51 Update README.md 2016-09-27 12:15:18 -07:00
Mike Aizatsky 4a3c28fa14 Update README.md 2016-09-27 12:14:29 -07:00
Mike Aizatsky 3e3dcd2c8c Update README.md 2016-09-27 11:59:07 -07:00
Mike Aizatsky 966e07ecd1 Update building_running_fuzzers_external.md 2016-09-27 11:41:16 -07:00
Mike Aizatsky aa87ec3ce6 Update new_library.md 2016-09-27 11:40:07 -07:00
Mike Aizatsky fba826e047 Update new_library.md 2016-09-27 11:39:04 -07:00
Mike Aizatsky 93f54f0e7b Update new_library.md 2016-09-27 11:33:54 -07:00
Mike Aizatsky 1c1023c6a4 Create building_running_fuzzers_external.md 2016-09-27 11:31:31 -07:00
Mike Aizatsky 984f46bfdb [sqlite3] syntax fix 2016-09-20 19:41:50 -07:00