summaryrefslogtreecommitdiff
path: root/security/coreconf
Commit message (Expand)AuthorAgeFilesLines
* Bug 845556, reorganize NSS directory layout, moving files, very large changes...Kai Engert2013-02-2898-11779/+0
* Bug 841992: Remove the SunOS5.x.mk files for SunOS 5.9-5.11 (Solaris 9-11).wtc%google.com2013-02-198-118/+0
* Bug 841992: Use coreconf/SunOS5.mk for all Solaris versions. r=kaie.wtc%google.com2013-02-182-3/+14
* Bug 841664: Drop (32-bit) SPARC V8 processor support on Solaris. r=kaie.wtc%google.com2013-02-151-2/+2
* Bug 828066: Don't use -I/usr/dt/include -I/usr/openwin/include on Solaris.wtc%google.com2013-01-101-2/+0
* Bug 772144 - Run the NSS test suite on ARM/Android, Patch by rrelyea/kaie, r=...kaie%kuix.de2013-01-084-3/+46
* Bug 820564: Drop support for Solaris versions older than Solaris 8wtc%google.com2012-12-1210-157/+0
* Bug 818771: use the standard two-argument form of gettimeofday() onwtc%google.com2012-12-128-16/+0
* Bug 611451: Use the -exported_symbols_list linker option instead of thewtc%google.com2012-12-082-5/+3
* Bug 654611: Remove WinCE code from NSS. The patch is contributed bywtc%google.com2012-11-146-188/+6
* Bug 794896: Remove the unused makefile target $(DIRS). The '+' is notwtc%google.com2012-10-253-14/+3
* Bug 794896 - Make the NSS build system friendly to pymake, patch by Mike Homm...kaie%kuix.de2012-10-192-22/+16
* Bug 754139 - update license to MPL 2. r=bsmith.gerv%gerv.net2012-07-041-36/+3
* Bug 716563 - update license to MPL 2. r=rrelyea.gerv%gerv.net2012-05-03104-3643/+312
* Bug 717906, Flash does not work under Linux since bug 708570 landedkaie%kuix.de2012-01-181-0/+1
* Bug 694148: Remove the NS_USE_NATIVE build variable from coreconf. r=kaie.NSS_3_13_1_BETA1wtc%google.com2011-10-191-9/+0
* Bug 647820: Use -mwindows instead of -mno-cygwin on mingw compilation. Thewtc%google.com2011-09-141-2/+2
* Bug 680878: Support for building NSS for iOS. The patch is contributed bywtc%google.com2011-08-241-0/+4
* Bug 661609: merge Linux2.4.mk and Linux2.6.mk into Linux.mk so that we canwtc%google.com2011-07-039-318/+13
* Bug 645460: Default to 32-bit NSS builds on OS X 10.6 (Snow Leopard) andwtc%google.com2011-04-061-0/+2
* Bug 591553: Use NSS_X86_OR_X64 on i386 Mac OS Xnelson%bolyard.com2011-02-061-0/+2
* Bug 629839: use the GCC -dumpversion option to support clang. The patch iswtc%google.com2011-01-291-1/+1
* Bug 573367: compile with -D_CRT_NONSTDC_NO_WARNINGS to suppress Visual C++wtc%google.com2010-09-011-1/+2
* Bug 567134: use the -DYNAMICBASE linker option for Visual C++ 8 (2005) SP1wtc%google.com2010-08-181-2/+32
* Bug 585247: Add -rpath-link to LDFLAGS for Maemo / Scratchbox.wtc%google.com2010-08-131-0/+6
* Bug 464276: remove -DUSE_DEBUG_RTL, which is not being used. r=nelson.wtc%google.com2010-08-101-1/+1
* Bug 580679: 1. Remove unnecessary -I flags from the NSS makefiles.wtc%google.com2010-07-301-4/+0
* Bug 575174: Change -gstabs+ to -gdwarf-2. See bug 415316. The patch iswtc%google.com2010-07-291-1/+1
* Bug 483461: Use gcc/g++ instead of cc/c++ as the compiler commands. Usewtc%google.com2010-07-291-4/+4
* Bug 575174: Use MOZ_DEBUG_FLAGS on Linux, Mac, and Windows. The patch iswtc%google.com2010-07-283-3/+15
* Bug: Don't use NO_CHECK_FORK in NSS 3.13 or later. Use NO_FORK_CHECKwtc%google.com2010-07-211-5/+1
* Bug 497251: Set FREEBL_NO_DEPEND to 0 to force a "depend" build. r=rrelyea.wtc%google.com2010-06-241-1/+4
* Bug 570334: Support a CPU_ARCH of x86_64, which is set by mingw-w64. Thewtc%google.com2010-06-231-1/+1
* Bug 562636: Memory leak when decoding PKCS12, r=rrelyeanelson%bolyard.com2010-06-181-1/+1
* Bug 497251: build with FREEBL_NO_DEPEND=1 by default on Linux. r=rrelyea.wtc%google.com2010-06-121-0/+8
* Bug 519550: Add the SQLITE_LIB_NAME variable for specifying an alternatewtc%google.com2010-06-121-0/+4
* Bug 551188: support building nss on hpux with gcc and GNU-as, r=nelsonnelson%bolyard.com2010-05-011-1/+21
* Bug 506041: Correct misspellings in source code commentsnelson%bolyard.com2010-04-253-3/+3
* Bug 544191: Use system zlib on Mac OS X. When using system zlib, -lz haswtc%google.com2010-02-041-1/+2
* Bug 537829: List -ansi before $(DSO_CFLAGS) to make it possible to overridewtc%google.com2010-01-151-11/+9
* Bug 494603: Update NSS's copy of sqlite3 to 3.6.22. Build libsqlite3.dylibwtc%google.com2010-01-081-1/+3
* Bug 532417: Support building NSS in a directory with spaces in path nameswtc%google.com2009-12-081-1/+2
|\
* | Bug 510435: Removed unused make variable DSO_LDFLAGS. r=christophe.ravel.wtc%google.com2009-09-0310-13/+1
* | Fix for bug 510141. Consolidate NO_FORK_CHECK and NO_CHECK_FORK symbols. r=glenjulien.pierre.boogz%sun.com2009-08-252-6/+4
* | Bug 511227: Set CPU_ARCH appropriately. The patch is contributed bywtc%google.com2009-08-221-3/+8
* | Bug 367664: trivial formatting changes (align the = signs).wtc%google.com2009-08-141-6/+6
* | Bug 494107: trivial formatting change.wtc%google.com2009-08-141-1/+1
|/
* Fix for bug 494107 . Fix HP-UX ia64/32 bits build. r=wtcjulien.pierre.boogz%sun.com2009-08-131-2/+6
* Bug 367664: Miscellaneous RISC OS supportnelson%bolyard.com2009-08-112-7/+11
* Fix for bug 508259 . Automatically disable fork check in Linux 2.4 build . r=...julien.pierre.boogz%sun.com2009-08-101-0/+2