summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix build on HP-UX. Regression from bug 391771.christophe.ravel.bugs%sun.com2007-12-101-1/+0
* | Ignored leaks update - using simplier patterns.slavomir.katuscak%sun.com2007-12-101-77/+23
* | Bug 398397: Patch. r=nelson,r=julienslavomir.katuscak%sun.com2007-12-102-121/+263
* | Fix build on Linux. Regression from bug 391771 .julien.pierre.boogz%sun.com2007-12-071-0/+1
* | Bug 393183 - Patch. r=nelson,sr=christopheslavomir.katuscak%sun.com2007-12-061-1/+3
* | Fix for bug 391771 . pk11_config_name and pk11_config_strings leaked on shutd...julien.pierre.boogz%sun.com2007-12-062-1/+19
* | Fix for bug 406258 . zlib doe snot compile with VC9 . r=nelson,wtcjulien.pierre.boogz%sun.com2007-12-011-1/+2
* | Bug 332610 - test reports success despite build missing. r = Julien, Nelsonbiswatosh.chakraborty%sun.com2007-11-301-0/+13
* | Bug 400842: Fixed Valgrind log parsing. r=nelson,r=julienslavomir.katuscak%sun.com2007-11-271-2/+3
* | Bug 403465: Fix. r=christophe,r=julienslavomir.katuscak%sun.com2007-11-271-1/+1
* | Fix for bug 353577 . Remove NSS_CLASSIC code. r=nelson, wtcjulien.pierre.boogz%sun.com2007-11-214-189/+0
* | Bug 353577 and bug 404610: Delete PURE_STAN code and code outsidewtc%google.com2007-11-212-12/+0
* | Bug 353577 and bug 404610: minor formatting changes. tbr=julien.pierrewtc%google.com2007-11-213-8/+7
* | Ignored leaks update - fixed stacks of bug 397487.slavomir.katuscak%sun.com2007-11-161-7/+1
* | Fix for bug 353577 . Delete PURE_STAN code and code outside NSS_3_4_CODE . r=...julien.pierre.boogz%sun.com2007-11-1627-2373/+9
* | Fix for bug 403957 . nss_InitLock should be replaced with PZ_NewLock in softo...julien.pierre.boogz%sun.com2007-11-162-7/+5
* | Fix for bug 399304 . Replace use of nss_InitLock with PZ_NewLock . Patch cont...julien.pierre.boogz%sun.com2007-11-151-2/+2
* | Bug 391815: Added OCSP testing. r=alexei,r=julienslavomir.katuscak%sun.com2007-11-152-127/+97
* | Fix for bug 227049 . Add Windows 64 bits (AMD64) support for NSS libraries. r...julien.pierre.boogz%sun.com2007-11-147-0/+24
* | Fix for bug 401792 . Restore support for cygwin in all.sh . r=slavo, alexeijulien.pierre.boogz%sun.com2007-11-145-5/+49
* | Set NSS version to 3.11.9 Beta.christophe.ravel.bugs%sun.com2007-11-142-6/+6
* | Fix for bug 399304 . Initialize cert trust and refcount locks early. r=relyea...julien.pierre.boogz%sun.com2007-11-104-10/+131
|\ \
* | | fixup commit for tag 'NSS_3_11_8_RTM'NSS_3_11_8_RTMcvs2hg2007-11-091-74/+0
|/ /
* | Bug 325672: NSS needs a function to indicate usability of the bypass featurechristophe.ravel.bugs%sun.com2007-11-091-1/+1
* | Fix for bug 401057 . crmftest crashes in crmf_copy_bitstring . Patch contribu...julien.pierre.boogz%sun.com2007-11-081-9/+8
* | Fix for bug 396653. Get rid of lib/asn1 which is unused. r=nelson, rrelyeajulien.pierre.boogz%sun.com2007-11-079-3091/+2
* | Fix for bug 401071 . pk11mode crashes on win64 . r=nelsonjulien.pierre.boogz%sun.com2007-11-071-0/+3
* | Set NSS version to 3.11.8 (RTM)christophe.ravel.bugs%sun.com2007-10-313-5/+5
* | Fix for bug 399669 . Make all.sh work with MinGW/MSYS . r=glen.beasley,slavom...julien.pierre.boogz%sun.com2007-10-312-4/+16
* | 400811 SSL_CanBypass memory leak fix r=julien,sr=nelsonglen.beasley%sun.com2007-10-311-1/+3
* | Ignored leaks update.slavomir.katuscak%sun.com2007-10-291-21/+2
* | Ignored leaks update.slavomir.katuscak%sun.com2007-10-181-0/+1
* | Ignored leaks update.slavomir.katuscak%sun.com2007-10-181-0/+2
* | Fixed TMP_COUNT initialization.slavomir.katuscak%sun.com2007-10-161-0/+1
* | Bug 398419: Patch to parse valgrind output in awk.slavomir.katuscak%sun.com2007-10-161-132/+63
* | Bug 398419: Adding variable needed to successfull run of previous patch.slavomir.katuscak%sun.com2007-10-151-0/+2
* | Bug 398419: Patch to parse dbx output in awk.slavomir.katuscak%sun.com2007-10-151-39/+68
* | Ignored leaks update.slavomir.katuscak%sun.com2007-10-151-0/+6
* | Ignored leaks update.slavomir.katuscak%sun.com2007-10-121-0/+1
* | Ignored leaks update.slavomir.katuscak%sun.com2007-10-111-0/+7
* | Bug 398882: Fixed bug in Christophe's patch (missing AWK settings).slavomir.katuscak%sun.com2007-10-111-0/+2
* | Bug 398882: leading "**" in "ignored" file matches all leakschristophe.ravel.bugs%sun.com2007-10-101-18/+59
* | Ignored leaks update.slavomir.katuscak%sun.com2007-10-101-0/+7
* | Ignored leaks update.slavomir.katuscak%sun.com2007-10-101-21/+3
* | Bug 384639 - Adding option to disable library unloading also in optimized build.slavomir.katuscak%sun.com2007-10-106-15/+5
* | derdec.c. Bug 352929. Reviewed by Wan-Teh and Nelsonbiswatosh.chakraborty%sun.com2007-10-011-334/+0
* | Backing out derdec.c ver 1.3.28.1 and commiting back ver 1.3biswatosh.chakraborty%sun.com2007-10-011-0/+334
* | Modified Files:secder.hbiswatosh.chakraborty%sun.com2007-10-011-19/+0
* | Modified Files: derdec.cbiswatosh.chakraborty%sun.com2007-10-011-334/+0
* | Ignored leaks update.slavomir.katuscak%sun.com2007-10-011-0/+3