summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Bug 1581890 - formatted code with artistic style utility. r=glandiumKai Engert2019-09-2425-3306/+3894
* Bug 1581890 - move comment into definition. r=glandiumKai Engert2019-09-241-1/+2
* Bug 1581890 - remove whitespace from end of line in h/c/cpp. r=glandiumKai Engert2019-09-2417-533/+533
* Bug 1535665 - Remove IRIX support. r=kaieLudovic Hirlimann2019-06-295-22/+0
* Bug 1535665 - removing OLD unsupported unix Systems part 1 OSF1/Tru64. r=kaieLudovic Hirlimann2019-06-292-8/+0
* Bug 327111 - Remove unnecessary/incomplete copyright notices in Tools output....ui.manish2019-02-073-3/+3
* Bug 1306642, ASAN poisoning functions shouldn't be dllimport on Windows, r=kaieMasatoshi Kimura2018-08-151-2/+13
* Bug 1318979 - Suppress unused dummy variable warnings, r=kaieMartin Thomson2016-11-213-0/+21
* Bug 1295056 - Return consistent results for PL_str*cmp when one of the pointe...NSPR_4_13_BETA2Mike Hommey2016-08-152-8/+16
* Bug 1252639 (part 2) - Move contents of plarenas.h into plarena.h. r=glandium.Nicholas Nethercote2016-03-092-77/+75
* Bug 1252639 (part 1) - Remove the shared PLArena freelist. r=glandium.Nicholas Nethercote2016-03-042-135/+19
* bug 1237869 - Tweak NSPR to build with Mozilla's build system. r=glandiumTed Mielczarek2016-01-151-3/+3
* Bug 1205157, add typecasts to handle signed integer parameters, r=ttaubertNSPR_4_10_10_RC1Kai Engert2015-10-161-10/+10
* Fix bug 1205157, r=wtcRyan Sleevi2015-10-152-11/+26
* Bug 50549: Link to ws2_32.lib instead of wsock32.lib under WindowsWan-Teh Chang2014-03-092-2/+2
* Bug 927687: Avoid unsigned integer wrapping in PL_ArenaAllocate. r=rrelyea.NSPR_4_10_2_BETA2Wan-Teh Chang2013-10-301-2/+6
* Bug 770534: eliminate possible pointer overflow in PL_ArenaAllocate().Kamil Dudka2013-10-281-2/+2
* Bug 844513: PL_ARENA_ALLOCATE should not let PL_ArenaAllocate unpoisonNSPR_4_10_BETA2Wan-Teh Chang2013-05-213-5/+5
* Bug 844513: Add ASan memory check annotations (manual poisoning) toNSPR_4_10_BETA1Mats Palmgren2013-04-242-7/+86
* Bug 807883: Add 'const' to the 'pool' parameter and 'arena' local variableNSPR_4_9_6_BETA2wtc%google.com2013-02-112-6/+6
* Bug 807883: Add the PL_SizeOfArenaPoolExcludingPool function to measure allwtc%google.com2013-02-103-0/+33
* Bug 804806: Remove code related to NCR, NEC, NEXTSTEP, SINIX, SNI, SONY,NSPR_4_9_4_BETA2wtc%google.com2012-11-135-45/+3
* Bug 716564 - update licence to MPL 2. r=gerv.wtc%google.com2012-05-3145-1544/+136
* bug 681588 - Cleanup wrap malloc and its use on Android. Patch by Mike Hommey...NSPR_4_9_BETA2ted.mielczarek%gmail.com2011-08-291-4/+0
* Bug 678993: remove lib/msgc from CVS.wtc%google.com2011-08-1517-5525/+0
* Bug 678993: update the lib/msgc makefiles to support objdir builds.wtc%google.com2011-08-152-3/+3
* Bug 676457: Avoid wasted space in PLArenaPools due to jemalloc rounding upwtc%google.com2011-08-132-2/+15
* Bug 427858: code cleanup. Remove declarations for unimplemented functionsNSPR_4_8_9_BETA5wtc%google.com2011-08-031-31/+3
* Bug 629653: Fix two cases where PL_ArenaRelease fails to "free" memory itwtc%google.com2011-02-051-2/+2
* Bug 557712: NSPR tests under lib/tests do not compile for Android.wtc%google.com2010-07-301-0/+4
* Bug 581465: A modern and standards compliant implementation. The patchwtc%google.com2010-07-234-481/+487
* Bug 547064: build nsprpub/lib/tests for Windows Mobile. The patch iswtc%google.com2010-07-231-4/+8
* Bug 547677: plgetopt: missing associated value fails to cause PL_OPT_BAD ifnelson%bolyard.com2010-04-252-12/+39
* Bug 347106: Need function to clear out PLArenas in PLArenaPools for securitynelson%bolyard.com2010-03-284-9/+30
* Remove unused header plresolv.h from CVS. r=christophe.wtc%google.com2010-01-271-108/+0
* Remove obsolete MANIFEST files for the Classic Mac build system.wtc%google.com2010-01-233-21/+0
* Bug 506502 - Remove "MOZ_BITS == 16" parts (in dbm and nsprpub); (Cv1) Remove...sgautherie.bz%free.fr2009-08-045-26/+0
* Bug 492779: Added comments to plbase64.h to explain how to avoid PRUint32wtc%google.com2009-05-221-0/+10
* Bug 492779: assert that PL_strlen's return value doesn't overflow PRInt32wtc%google.com2009-05-222-6/+21
* Bug 492779: In PL_Base64Encode and PL_Base64Decode, ensure that allwtc%google.com2009-05-152-3/+11
* Bug 476996: removed obsolete XP_MAC code for Mac OS Classic.wtc%google.com2009-05-061-75/+0
* Bug 476996: removed the remaining XP_MAC code. The patch is contributed bywtc%google.com2009-05-066-114/+0
* Bug 491045: Remove support for VMS (a.k.a., OpenVMS) from NSPR, r=wtcnelson%bolyard.com2009-05-013-94/+0
* Bug 433790: removed obsolete Win16 code from mozilla/nsprpub/lib. Thewtc%google.com2009-02-228-364/+0
* Bug 313282: Include <string.h> for strlen.wtc%google.com2008-08-231-0/+1
* Bug 313282: comnined strccmp.c (rev. 3.7) and strcstr.c (rev. 3.8) intowtc%google.com2008-06-073-127/+88
* Bug 313282: we can call strlen instead of PL_strlen after checking theirwtc%google.com2008-06-011-5/+5
* Bug 430684: PL_ArenaFinish should zero the static variablewtc%google.com2008-05-171-0/+2
* Bug 430884: restored the -lpthread linker options (and the associatedwtc%google.com2008-05-033-0/+21
* Bug 430884: removed the obsolete implementation based on Solaris threads.wtc%google.com2008-05-033-40/+0