Brian Smith
|
cb4d576dc4
|
Bug 669061: Upgrade to NSS 3.13 RC0, r=wtc
|
2011-10-07 13:37:26 -07:00 |
|
Kai Engert
|
cb1f2ad5ff
|
Bug 575620, landing NSS 3.12.7 beta 2
r=wtc
|
2010-07-19 07:45:52 +02:00 |
|
Wan-Teh Chang
|
22ffa7d3b6
|
Bug 504080: Update NSS from NSS_3_12_4_FIPS1_WITH_CKBI_1_75 to
NSS_3_12_4_FIPS4 in mozilla-central. r=kaie.
|
2009-07-28 17:01:39 -07:00 |
|
Kai Engert
|
004b63cc3f
|
Bug 473837, land NSS_3_12_3_BETA2
r=wtc
|
2009-01-21 04:43:31 +01:00 |
|
Kai Engert
|
2093e3d883
|
Backout 6c571dc80a99, bug 473837
|
2009-01-16 20:15:28 +01:00 |
|
Kai Engert
|
e61b3c01be
|
Bug 473837, Import NSS_3_12_3_BETA1
r=wtc
|
2009-01-16 20:01:34 +01:00 |
|
Benjamin Smedberg
|
381f8d9c63
|
Import NSS_3_12_RC4
|
2008-06-06 08:40:11 -04:00 |
|
hg@mozilla.com
|
05e5d33a57
|
Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
|
2007-03-22 10:30:00 -07:00 |
|
nelson%bolyard.com
|
5b368c8808
|
Remove dead code. Coverity 506. r=nelson,wtchang. Bug 337027.
Patch by Jon Smirl <jonsmirl@yahoo.com>
|
2006-06-07 18:36:26 +00:00 |
|
gerv%gerv.net
|
9bd361a285
|
Bug 236613: change to MPL/LGPL/GPL tri-license. Restore Id: lines.
|
2004-04-27 23:04:40 +00:00 |
|
gerv%gerv.net
|
3634d4d94b
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-25 15:03:26 +00:00 |
|
wtc%netscape.com
|
4f4355b894
|
Bugzilla bug 214674: made the Linux implementation of sslMutex really work.
They were no-ops in multiprocess mode before. The patch is Nelson
Bolyard's. r=wtc.
|
2003-08-28 22:23:59 +00:00 |
|
jpierre%netscape.com
|
58167f8fae
|
Fix NT build
|
2002-09-07 02:48:45 +00:00 |
|
jpierre%netscape.com
|
78ade1e7f9
|
Fix compiler warnings
|
2002-09-07 01:48:46 +00:00 |
|
wtc%netscape.com
|
5b50af192d
|
Bugzilla bug 145178: added OpenBSD build support. The patch is contributed
by Christopher Seawood <seawood@netscape.com>.
Modified Files: coreconf/config.mk sslmutex.c sslmutex.h
Added Files: coreconf/OpenBSD.mk
|
2002-05-18 03:24:17 +00:00 |
|
wtc%netscape.com
|
ec52ca8b50
|
Bugzilla bug 138532: use pipes instead of semaphores for NetBSD, which does
not have semaphore.h. Thanks to Chris Seawood <seawood@netscape.com> for
the patch. Modified files: sslmutex.h sslmutex.c
|
2002-05-16 13:36:03 +00:00 |
|
wtc%netscape.com
|
272f7f9153
|
Fixed build breakage on BeOS -- made the ifdef match the one in sslsnce.c.
|
2002-05-16 05:32:30 +00:00 |
|
nelsonb%netscape.com
|
ba4e5d74fc
|
Fix build error on NT.
|
2002-04-04 01:41:19 +00:00 |
|
nelsonb%netscape.com
|
f9e447b703
|
Make libSSL build for WinCE.
|
2002-04-04 00:14:12 +00:00 |
|
bishakhabanerjee%netscape.com
|
208526857e
|
Bug 127785 - checked in cseawood's patch
|
2002-02-27 21:49:41 +00:00 |
|
wtc%netscape.com
|
6c79ece2fe
|
Bugzilla bug 70217: ported NSS to BeOS. The patch is contributed by
Christopher Seawood <seawood@netscape.com>.
|
2002-02-22 04:23:30 +00:00 |
|
wtc%netscape.com
|
ddf21869a1
|
Bugzilla bug 125730: fixed OpenVMS build breakage. Thanks to Colin Blakes
<colin@theblakes.com> for the patch.
odified Files: sslmutex.c sslmutex.h sslsnce.c
|
2002-02-16 02:52:07 +00:00 |
|
jpierre%netscape.com
|
673f014f10
|
Fix Linux build
|
2001-10-08 18:49:17 +00:00 |
|
jpierre%netscape.com
|
80858924e3
|
Fix for 102251 . Just updating a comment
|
2001-10-06 00:16:56 +00:00 |
|
jpierre%netscape.com
|
b163eeba5a
|
Fix for 102251 . Implement 2-level locking for the SSL session cache to properly support SSL server applications using Windows NT fibers . Also optimize and enhance portability of locking primitives for single-process servers on all platforms by using a PRLock instead of cross-process locks . Reviewed by wtc
|
2001-10-06 00:14:33 +00:00 |
|
nelsonb%netscape.com
|
83a08b6967
|
Don't use PR_Atomic functions on AIX since PPC cpus require memory
barrier instructions.
|
2001-06-12 22:53:00 +00:00 |
|
nelsonb%netscape.com
|
2fb89eeb0a
|
Use NSPR's Atomic increment and decrement functions in the simulated
Posix semaphore code to make the non-contention case really fast.
Modified Files: sslmutex.c sslmutex.h
|
2001-06-12 01:10:01 +00:00 |
|
nelsonb%netscape.com
|
6166732e49
|
Portable POSIX-like unnamed semaphores that work in process-shared memory.
|
2001-06-08 02:56:31 +00:00 |
|