summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Set NSPR version to 4.9.4.NSPR_4_9_4_RTMwtc%google.com2012-11-211-2/+2
* Bug 804806: Remove code related to NCR, NEC, NEXTSTEP, SINIX, SNI, SONY,NSPR_4_9_4_BETA2wtc%google.com2012-11-1334-430/+42
* Bug 757593: Change to 1000 ticks per second (NSPR minimum), down fromNSPR_4_9_4_BETA1wtc%google.com2012-11-104-11/+15
* Bug 757593: Fix build error. _MD_INTERVAL_INIT used to be defined inwtc%google.com2012-10-251-7/+1
* Bug 757593: Make PR_IntervalNow monotonic for Android, Linux, Mac OS X, andwtc%google.com2012-10-2421-51/+100
* Bug 804806: Remove the _xxx.cfg, _xxx.h, and xxx.c files for ncr, nec,wtc%google.com2012-10-2426-3478/+23
* Bug 804833: Allow PR_FormatTime and PR_FormatTimeUSEnglish withwtc%google.com2012-10-231-13/+0
* Set NSPR version to 4.9.4 Beta.wtc%google.com2012-10-235-13/+13
* Set NSPR version to 4.9.3.NSPR_4_9_3_RTMwtc%google.com2012-10-231-2/+2
* Bug 749849: Assert that the pthread_key_delete call in _PR_Fini succeeds.wtc%google.com2012-10-231-1/+2
* Bug 749849: Delete the _PT_PTHREAD_KEY_DELETE macro. Fix a comment typo.wtc%google.com2012-10-232-5/+2
* Backing out bug 749849 patch v6 as an attempt to fix the recently introduced ...kaie%kuix.de2012-10-222-9/+9
* Bug 767759: Add support for the new x32 ABI. The patch is contributed byNSPR_4_9_3_BETA2wtc%google.com2012-10-191-0/+49
* Bug 749849: Delete the _PT_PTHREAD_KEY_DELETE macro. Have PR_Cleanup callwtc%google.com2012-10-192-9/+9
* Bug 795213: the variable used for the return value of GETADDRINFO() shouldNSPR_4_9_3_BETA1wtc%google.com2012-09-28634-28220/+5405
|\
| * Bug 794316: update the 'higher' pointer of the layer right below the newwtc%google.com2012-09-282-0/+15
| * Set NSPR version to 4.9.3 Beta.wtc%google.com2012-09-285-13/+13
| * Bug 794316: add a regression test pushtop.c. r=michal.novotny.wtc%google.com2012-09-284-0/+65
| * Bug 794316: fix the bug that PR_PushIOLayer doesn't push a layer on the topwtc%google.com2012-09-261-0/+5
| * Bug 749849 - NSPR pthread_key_t leak and memory corruption, fix contributed b...kaie%kuix.de2012-07-242-0/+4
| * Set NSPR version to 4.9.2.NSPR_4_9_2_RTMwtc%google.com2012-07-191-2/+2
| * Bug 758837: add a comment to explain the source of the 15-char name lengthwtc%google.com2012-06-221-3/+8
| * Bug 758837: Fix an off-by-one error in the thread name reduction code inNSPR_4_9_2_BETA2wtc%google.com2012-06-202-11/+10
| * Bug 758837: Use a smarter way to reduce the thread names passed towtc%google.com2012-06-191-1/+9
| * Bug 763410: comment out the code in _PR_MD_SET_CURRENT_THREAD_NAME on MinGWwtc%google.com2012-06-132-0/+4
| * Bug 758837: Rename PR_SetThreadName to PR_SetCurrentThreadName and changeNSPR_4_9_2_BETA1wtc%google.com2012-06-064-16/+10
| * Dummy white space change to force the Tinderboxes to rebuild.wtc%google.com2012-06-051-1/+0
| * Bug 758837: target the PR_SetThreadName and PR_GetThreadName functions atwtc%google.com2012-05-311-1/+1
| * Set NSPR version to 4.9.2 Beta.wtc%google.com2012-05-315-13/+14
| |\
| | * fixup commit for tag 'NSPR_4_9_1_RTM'NSPR_4_9_1_RTMcvs2hg2012-05-3110-202/+0
| |/
| * Set NSPR version to 4.9.1.wtc%google.com2012-05-311-2/+2
| * Bug 716564 - update licence to MPL 2. r=gerv.wtc%google.com2012-05-3146-1579/+139
| * Bug 758837: add the PR_SetThreadName and PR_GetThreadName functions forwtc%google.com2012-05-2610-0/+202
| * bug 729019 - Add Android/mips support. Patch by Mike Hommey <mh@glandium.org>...NSPR_4_9_1_BETA2ted.mielczarek%gmail.com2012-05-192-111/+129
| * bug 756575 - android-platform detection is broken for android-x86. Patch by M...ted.mielczarek%gmail.com2012-05-192-111/+129
| * bug 735223 - Drop support for ancient Android NDKs. Patch by Mike Hommey <mh@...ted.mielczarek%gmail.com2012-05-192-144/+134
| * Bug 290726: Ship a nspr.pc file when doing make install. The patch iswtc%google.com2012-05-184-1/+17
| * Bug 754649: Add support for Hurd. The patch is contributed by Mike Hommeywtc%google.com2012-05-183-5/+3
| * Bug 699567: fix bugs pointed out by compiler warnings. r=bbondy.NSPR_4_9_1_BETA1wtc%google.com2012-05-081-2/+2
| * Bug 693329: fix a bug in the previous checkin. The patch is contributed bywtc%google.com2012-05-072-6/+6
| * Bug 693329: Share Android and Linux definitions to avoid anythingwtc%google.com2012-05-042-115/+42
| * Bug 482002: Update dtoa.c from http://www.netlib.org/fp/dtoa.c datedwtc%google.com2012-04-191-39/+45
| * Bug 739469: fix an off-by-one error in PR_GetUniqueIdentity() when morewtc%google.com2012-04-031-6/+13
| * Bug 736962: Don't wrap PR_Malloc and other NSPR allocation functions.wtc%google.com2012-03-232-2/+0
| * Bug 716564 - add copy of MPL 2 as LICENSE file. r=wtc.gerv%gerv.net2012-03-061-0/+373
| * Bug 716564 - update licence to MPL 2. r=wtc.gerv%gerv.net2012-03-06569-19618/+1716
| * Bug 274013: map EHOSTDOWN to PR_HOST_UNREACHABLE_ERROR. The patch iswtc%google.com2012-02-271-0/+1
| * bug 693329 - Update Android/x86 port. Patch by Makoto Kato <m_kato@ga2.so-net...ted.mielczarek%gmail.com2012-02-212-45/+65
| * bug 722125 - NSPR always builds as armv5te on Android. Patch by Makoto Kato <...ted.mielczarek%gmail.com2012-02-172-6/+6
| * bug 331299 - op_noacc.c: In function main: 94: warning: control reaches end o...ted.mielczarek%gmail.com2012-02-161-13/+14