| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 1310944 - Implement deterministic PRNG for fuzzing mode r=franziskus | Tim Taubert | 2016-10-25 | 1 | -0/+10 |
* | Bug 1312718 - Fix non-test-builds with GYP r=bustage | Tim Taubert | 2016-10-25 | 1 | -0/+1 |
* | Bug 1312718 - Fix -Dtest_build=1 on mac/xcode r=franziskus | Tim Taubert | 2016-10-25 | 1 | -47/+50 |
* | Bug 1312397 - add test builds to gyp, r=ttaubert | Franziskus Kiefer | 2016-10-24 | 1 | -44/+53 |
* | Bug 1309505 - Add warning flags to gyp build, r=franziskus | Martin Thomson | 2016-10-21 | 2 | -6/+73 |
* | Bug 1308463 - Make gyp build system generate chk files r=franziskus | Tim Taubert | 2016-10-22 | 1 | -0/+27 |
* | Bug 1311615 - Building with gyp should copy headers, libs, executables to the... | Tim Taubert | 2016-10-21 | 4 | -41/+44 |
* | Bug 1310954 - Bring back Linux x64 debug and build ASan(+LSan+UBSan) with -O1... | Tim Taubert | 2016-10-18 | 1 | -0/+6 |
* | Bug 1253912 - drop more than suite b support, r=mt,rrelyea | Franziskus Kiefer | 2016-08-03 | 1 | -4/+0 |
* | Bug 1310168 - Allow CC/CCC in makefiles and use it on TC, r=ttaubert | Franziskus Kiefer | 2016-10-12 | 2 | -8/+8 |
* | bug 1237872 - Add gyp build system for NSS. r=fkiefer | Ted Mielczarek | 2016-09-23 | 8 | -0/+525 |
* | Bug 1308874 - Land basic libFuzzer fuzzing framework r=franziskus | Tim Taubert | 2016-10-12 | 1 | -0/+4 |
* | Bug 1308092 - Deferred assignment for OBJDIR_NAME, r=franziskus | Martin Thomson | 2016-10-07 | 1 | -6/+6 |
* | Bug 1308092 - Include _GCOV in obj file path when coverage is enabled, r=ttau... | Martin Thomson | 2016-10-06 | 1 | -25/+22 |
* | Bug 1307443 - Make UBSan additional to ASan, not exclusive r=franziskus | Tim Taubert | 2016-10-04 | 1 | -1/+1 |
* | Bug 1307443 - Add USE_UBSAN=1 to set -fsanitize=undefined r=franziskus | Tim Taubert | 2016-10-04 | 1 | -1/+7 |
* | Bug 1303224 - Remove the PKCS#11 bypass r=franziskus,mt | Tim Taubert | 2016-09-16 | 1 | -5/+0 |
* | Bug 1303627 - Fix indent. r=me | EKR | 2016-09-18 | 1 | -3/+3 |
* | Bug 1303627 - Add gcov support for Mac/Linux. r=ttaubert | Jed Davis | 2016-06-28 | 2 | -0/+12 |
* | Bug 1290334 - Use a LD variable instead of LINK. r=wtc | Mike Hommey | 2016-07-29 | 3 | -4/+4 |
* | Bug 1290334 - Use single quotes for core_abspath. r=wtc | Mike Hommey | 2016-07-29 | 1 | -1/+1 |
* | Bug 1290334 - Use $(CURDIR) for PWD when it's a Windows path. r=wtc | Mike Hommey | 2016-07-29 | 1 | -1/+5 |
* | Bug 1290334 - Force-set CPU_ARCH to x386 or x86_64 depending on USE_64. r=wtc | Mike Hommey | 2016-07-29 | 1 | -0/+2 |
* | Bug 1290334 - Support building under MINGW64. r=wtc | Mike Hommey | 2016-07-29 | 1 | -4/+4 |
* | Bug 1283604 - Enable TLS 1.3 by default, add NSS_DISABLE_TLS_1_3 option, r=ka... | Martin Thomson | 2016-07-01 | 1 | -8/+0 |
* | Bug 1246801 - Disable tail call elimination when running with ASan/LSan r=fra... | Tim Taubert | 2016-06-27 | 1 | -1/+1 |
* | Bug 1227795 - Add NSS_DISABLE_LIBPKIX to allow compiling without libpkix, r=f... | Eugen Sawin | 2016-06-22 | 1 | -0/+4 |
* | Bug 1280844 - Fix a null check in parse.c. r=mt. | Nicholas Nethercote | 2016-06-21 | 1 | -3/+10 |
* | Bug 1280844 - Remove useless assert() in pathsub.c. r=mt. | Nicholas Nethercote | 2016-06-21 | 1 | -2/+0 |
* | Bug 1274313 - Ensure NSS_NO_PKCS11_BYPASS=1 is propagated to ssl_gtests r=ekr | Tim Taubert | 2016-06-04 | 1 | -0/+5 |
* | Bug 1262768, NSS 3.24 impacts Windows performance tests, patch by Bob Relyea,...NSS_3_24_BETA6 | Kai Engert | 2016-04-11 | 1 | -0/+11 |
* | backout 8b5c760a62d4, bug 1262768 | Kai Engert | 2016-04-11 | 1 | -11/+0 |
* | Bug 1262768, NSS 3.24 impacts Windows performance tests, r=kaieNSS_3_24_BETA5 | Robert Relyea | 2016-04-11 | 1 | -0/+11 |
* | Bug 1250891 - Improve Clang detection. r=glandium f=mt f=gaston f=franziskus | Jan Beich | 2016-03-06 | 1 | -2/+15 |
* | Backed out changeset ec517552a5c2, r=bustage | Franziskus Kiefer | 2016-03-30 | 1 | -11/+2 |
* | Bug 1250891 - Improve Clang detection, r=glandium f=mt f=gaston | Franziskus Kiefer | 2016-03-30 | 1 | -2/+11 |
* | Bug 1258589: Support building C++ tests for 32-bit x86 Mac OS X. | Wan-Teh Chang | 2016-03-21 | 1 | -0/+3 |
* | Bug 1254406 - Remove excess check against CC_NAME, r=ttaubert | Martin Thomson | 2016-03-09 | 1 | -1/+1 |
* | Backed out changeset 2e605fde0fa9 (bug 1254406) | Tim Taubert | 2016-03-09 | 1 | -1/+1 |
* | Bug 1254406 - Remove excess check against CC_NAME, r=ttaubert | Martin Thomson | 2016-03-09 | 1 | -1/+1 |
* | Bug 1233568: Fix a few issues noticed after this landed. r=wtc. | Jed Davis | 2016-03-08 | 2 | -3/+3 |
* | Bug 1250891, don't use gcc -ansi on BSD, r=glandium, DONTBUILD | Jan Beich | 2016-03-03 | 3 | -3/+3 |
* | Bug 1233568: Add ASAN_TAG to OBJDIR_TAG. r=wtc. | Tyson Smith | 2016-02-28 | 1 | -3/+14 |
* | Bug 1233568: Add support for building with Address Sanitizer. r=wtc. | Jed Davis | 2016-02-27 | 3 | -0/+28 |
* | Bug 1246928 - Add NSS_DISABLE_CHACHAPOLY to allow compiling without ChaCha20/... | Tim Taubert | 2016-02-11 | 1 | -0/+4 |
* | Bug 917571 - Add ChaCha20+Poly1305 cipher r=mt,wtc,ekr | Tim Taubert | 2016-02-11 | 1 | -8/+17 |
* | Backed out changeset db4f87eed8ff (bug 917571) | Tim Taubert | 2016-02-10 | 1 | -17/+8 |
* | Bug 917571 - Add ChaCha20+Poly1305 cipher r=mt,wtc,ekr | Tim Taubert | 2016-02-09 | 1 | -8/+17 |
* | Backed out changeset f4a05e89dfad (bug 917571) | Tim Taubert | 2016-02-09 | 1 | -17/+8 |
* | Bug 917571 - Add ChaCha20+Poly1305 cipher r=mt,wtc | Tim Taubert | 2015-11-24 | 1 | -8/+17 |