summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Change version numbers to 4.12 RTMNSPR_4_12_RTMKai Engert2016-02-121-2/+2
|
* Added tag NSPR_4_12_BETA2 for changeset 85f6c6480115Kai Engert2016-02-020-0/+0
|
* Bug 782111: Fix usage of pthread_set_name_np() on BSDs. r=wtcNSPR_4_12_BETA2Jan Beich2016-01-311-3/+9
|
* Bug 1244320: Rename HAVE_CLOCK_MONOTONIC to _PR_HAVE_CLOCK_MONOTONIC toJan Beich2016-01-306-6/+6
| | | | avoid conflict with mozilla-config.h. r=wtc
* Bug 1244320: Switch BSDs to clock_gettime(CLOCK_MONOTONIC). r=wtc.Jan Beich2016-01-293-3/+3
|
* Added tag NSPR_4_12_BETA1 for changeset 09f5287f368dKai Engert2016-01-290-0/+0
|
* Bug 1194678 - Add PR_GetEnvSecure. r=tedNSPR_4_12_BETA1Jed Davis2016-01-298-17/+92
|
* bug 1237869 - Tweak NSPR to build with Mozilla's build system. r=glandiumTed Mielczarek2016-01-153-4/+8
| | | | | | | Fixes three issues that occur when building using Mozilla's build system instead of NSPR's build system: 1) The top-level configure defines WIN32_LEAN_AND_MEAN which makes a Windows header not get included for ntinrval.c. 2) Visibility issue with __mmap2 on Android in unix.c. 3) Visibility issue with __asan_{poison,unpoison}_memory in plarena.h.
* Bug 1128029, Fix compilation with musl libc, r=tedFelix Janda2016-01-121-2/+1
|
* Bug 1236334: Correctly return exit status on failure. r=wtc.Guido G?nther2016-01-091-1/+3
|
* Bug 1236244: server_test: reuse address to avoid test failures whenGuido G?nther2016-01-091-3/+14
| | | | | tests get run quickly after each other (as with e.g. runtests.sh). r=wtc.
* Bug 1236333: server_test -d should enable debugging. r=wtcGuido G?nther2016-01-041-1/+1
|
* Bug 1225479 - Fixed uninitialized variables warnings at compilation r=wtcPaul Bignier2015-12-024-8/+8
|
* Bug 1234406: Set PRThread->md.id and PRThread->id when attachingAaron Klotz2015-12-221-1/+6
| | | | existing Win32 threads. r=wtc
* Add NSPR support for FreeBSD aarch64. r=wtcAndrew Turner2015-12-072-0/+48
|
* Bug 1228432: Remove the obsolete -m68020-60 compiler flag for Linux m68k.Andrew Cagney2015-11-262-8/+0
| | | | r=wtc.
* Bug 1174015: Keep the maxlen member of SprintfState under PR_INT32_MAX.Wan-Teh Chang2015-11-251-5/+27
| | | | r=kaie.
* Bug 1209397, PR_DuplicateEnvironment getting undefined in NSPR 4.10.9, r=wtcJed Davis2015-11-201-0/+6
|
* fix the incorrect "incompatible_version" version arrayKai Engert2015-11-201-1/+0
|
* Set version number to 4.12 BetaSylvestre Ledru2015-11-184-7/+8
|
* Added tag NSPR_4_11_RTM for changeset ebae38973a1aSylvestre Ledru2015-11-180-0/+0
|
* Set version number to 4.11 finalNSPR_4_11_RTMSylvestre Ledru2015-11-181-2/+2
|
* Added tag NSPR_4_11_BETA1 for changeset e7fe1abea77c, DONTBUILDKai Engert2015-10-200-0/+0
|
* Bug 1129968, fix mips assertion fail when creating thread with custom stack ↵NSPR_4_11_BETA1James Cowgill2015-10-191-1/+1
| | | | size, r=wtc
* Bug 1129878, enable atomic instructions on mips, r=wtc,hevJames Cowgill2015-10-192-1/+13
|
* Set version numbers to 4.11 BetaKai Engert2015-10-194-12/+12
|
* Added tag NSPR_4_10_10_RTM for changeset 21a7c4a68ca6Kai Engert2015-10-190-0/+0
|
* Added tag NSPR_4_10_10_RC1 for changeset bd8fb4498fa6NSPR_4_10_10_RTMKai Engert2015-10-160-0/+0
|
* Bug 1205157, add typecasts to handle signed integer parameters, r=ttaubertNSPR_4_10_10_RC1Kai Engert2015-10-161-10/+10
|
* Added tag NSPR_4_10_10_RC0 for changeset 1db615e81138Kai Engert2015-10-150-0/+0
|
* Set version number to 4.10.10 finalNSPR_4_10_10_RC0Kai Engert2015-10-151-2/+2
|
* Fix bug 1205157, r=wtcRyan Sleevi2015-10-152-11/+26
|
* Bug 1199867: Fix mips64 condition testing, avoiding e.g. wrong typesMike Hommey2015-08-311-1/+1
| | | | being picked up on 32-bits mips. r=wtc.
* set version to 4.10.10 betaKai Engert2015-08-194-9/+9
|
* Added tag NSPR_4_10_9_RTM for changeset 2c9a94fefea6Kai Engert2015-08-190-0/+0
|
* set version number to 4.10.9 finalNSPR_4_10_9_RTMKai Engert2015-08-191-2/+2
|
* Added tag NSPR_4_10_9_BETA3 for changeset 25dc5f36603fKai Engert2015-08-050-0/+0
|
* bug 1174749 - remove nspr ios configure bit. r=wtcNSPR_4_10_9_BETA3Ted Mielczarek2015-04-142-15/+0
|
* Bug 1174781: Check the return value of PR_sscanf. r=ted.Wan-Teh Chang2015-07-151-1/+4
|
* Bug 1088790: Conditionally compile the ssize_t test cases for UnixWan-Teh Chang2015-07-151-3/+11
| | | | only. r=ted.
* Bug 1030692: Fix the static and import library names for theWan-Teh Chang2015-07-011-6/+7
| | | | OS_TARGET=WINNT build configuration. r=ted.
* Bug 1030692: Link with mswsock.lib on Windows. r=ted.Wan-Teh Chang2015-07-011-2/+2
|
* Bug 1169185 - Add support for OpenRISC (or1k). r=wtc.Christian Svensson2015-05-282-0/+59
|
* Bug 856404 - Don't default HOST_* variables to target ones whenJacek Caban2015-05-182-66/+0
| | | | cross compiling. r=ted
* Bug 856404 - Use correct static library prefix on mingw. r=ted,wtc.Jacek Caban2015-05-181-2/+2
|
* Bug 1160125 - Fixed MSVC version detection when CC is set to a wrapperJacek Caban2015-05-182-2/+10
| | | | (like sccache). r=ted
* Bug 1163346: Fix up support for mips64 and mips*el on FreeBSD. r=wtc.Jan Beich2015-05-122-25/+36
|
* Bug 1163346: Add NSPR support for FreeBSD mips/mips64. r=wtc.Jan Beich2015-05-112-0/+95
|
* Added tag NSPR_4_10_9_BETA2 for changeset 0d955d2bbbecTed Mielczarek2015-05-080-0/+0
|
* Bug 1021167 - Delete the variable poll_list in case of error. r=wtc.NSPR_4_10_9_BETA2Sylvestre Ledru2015-04-281-0/+1
|