summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add morph file.baserock/morphMark Doffman2013-09-251-0/+8
* Added tag NSPR_4_10_1_RTM for changeset f1edf4123d7eWan-Teh Chang2013-09-180-0/+0
* Set NSPR version to 4.10.1.NSPR_4_10_1_RTMWan-Teh Chang2013-09-181-2/+2
* Added tag NSPR_4_10_1_BETA2 for changeset 398f17927407Wan-Teh Chang2013-08-210-0/+0
* Bug 907512: Don't mask filesystem-related errors when using Unix domainNSPR_4_10_1_BETA2Jim Blandy2013-08-201-20/+0
* Added tag NSPR_4_10_1_BETA1 for changeset f6804cfde4e1Wan-Teh Chang2013-07-240-0/+0
* Set NSPR version to 4.10.1 Beta.NSPR_4_10_1_BETA1Wan-Teh Chang2013-07-234-8/+9
* Re-run autoconf-2.13 to update the line numbers in configure.Wan-Teh Chang2013-07-231-109/+109
* Bug 888273: re-enable RFC 1323 window scaling factor of 8 for Windows.Patrick McManus2013-07-231-99/+2
* Added tag NSPR_4_10_RTM for changeset e340a6460b89Kai Engert2013-05-280-0/+0
* Set version to NSPR 4.10 final releaseNSPR_4_10_RTMKai Engert2013-05-281-2/+2
* Added tag NSPR_4_10_BETA2 for changeset 119d4ef3679cWan-Teh Chang2013-05-220-0/+0
* Bug 844513: PL_ARENA_ALLOCATE should not let PL_ArenaAllocate unpoisonNSPR_4_10_BETA2Wan-Teh Chang2013-05-213-5/+5
* Bug 871064: _PR_InitThreads() should not call PR_SetThreadPriority().Wan-Teh Chang2013-05-132-1/+4
* Bug 331169: Remove obsolete Sleep(0) during socket connection on Windows, r=wtcBrian Smith2013-05-061-8/+0
* Bug 859066: Fix the "variable 'md_af' set but not used" warning inWan-Teh Chang2013-05-031-1/+1
* Bug 861434: Update the log message for setpriority failure inWan-Teh Chang2013-04-251-1/+2
* Added tag NSPR_4_10_BETA1 for changeset 608d1530807dKai Engert2013-04-250-0/+0
* Bug 844513: Add ASan memory check annotations (manual poisoning) toNSPR_4_10_BETA1Mats Palmgren2013-04-242-7/+86
* Bug 861434: Adjust thread nice values relatively to the main thread'sGabriele Svelto2013-04-231-20/+41
* Bug 861434: Document the limitations and current behavior ofWan-Teh Chang2013-04-191-0/+7
* Bug 859830: deprecate ANDROID_VERSION in favor of android/api-level.h. r=tedVicamo Yang2013-04-112-5/+0
* Bug 856196: prlong.c only needs to include prlong.h. r=kaie.Wan-Teh Chang2013-03-291-1/+1
* Bug 856196: Pass lpPreviousCount=NULL to ReleaseSemaphore. r=kaie.Wan-Teh Chang2013-03-291-3/+1
* Bug 687033: Support Windows/arm. r=wtc.Makoto Kato2013-03-292-10/+8
* Bug 687033: remove WINCE and Win9x support. r=m_kato.Wan-Teh Chang2013-03-292-380/+1
* Bug 687033: assume GlobalMemoryStatusEx is available (true for WindowsWan-Teh Chang2013-03-291-41/+4
* Bug 851263 - set nspr version to 4.10 beta, r=wtcKai Engert2013-03-144-11/+12
* Bug 849089: Quote the AC_CHECK_HEADER call for dlfcn.h. r=ted.Wan-Teh Chang2013-03-141-2/+2
* Bug 841651: Implement PR_SetThreadPriority() on Linux-based platformsGabriele Svelto2013-03-144-3/+77
* Bug 849089: Remove ac_cv_prog_host_cc_works=1. That variable was notWan-Teh Chang2013-03-082-5/+5
* Bug 845556, add .hgignore file, r=wtcKai Engert2013-03-031-0/+5
* convert CVS tagscvs2hg2013-02-210-0/+0
* Bug 807883: Add 'const' to the 'pool' parameter and 'arena' local variableNSPR_4_9_6_BETA2wtc%google.com2013-02-112-6/+6
* Bug 827271: Add support for Aarch64 (64-Bit ARM). The patch is contributedNSPR_4_9_6_BETA1wtc%google.com2013-02-102-1/+60
* Bug 782214: Auto detect android api version for x86. The patch iswtc%google.com2013-02-102-117/+133
* Bug 812085: Initialize Windows CRITICAL_SECTIONs without debug info andwtc%google.com2013-02-102-4/+56
* Bug 807883: Add the PL_SizeOfArenaPoolExcludingPool function to measure allwtc%google.com2013-02-103-0/+33
* Set NSPR version to 4.9.6 Beta.wtc%google.com2013-02-104-9/+10
* Set NSPR version to 4.9.5.NSPR_4_9_5_RTMwtc%google.com2013-01-311-2/+2
* Bug 831793: PR_UnloadLibrary should consistently hold pr_linker_lock whenwtc%google.com2013-01-291-1/+8
* bug 824742 - NSPR shouldn't require librt. Patch by Mike Hommey <mh@glandium....NSPR_4_9_5_BETA2ted.mielczarek%gmail.com2013-01-031-1/+5
* bug 822932 - Android NDK r8b support for x86. Patch by Makoto Kato <m_kato@ga...ted.mielczarek%gmail.com2012-12-192-111/+130
* Bug 782815: optlen is of type socklen_t on Darwin and FreeBSD. The patch iswtc%google.com2012-12-141-1/+1
* Bug 634793: Add OpenBSD and Android to the list of exceptions to how NSPRNSPR_4_9_5_BETA1wtc%google.com2012-12-073-7/+33
* Bug 634793: Back out the previous "try build" checkin.wtc%google.com2012-12-023-45/+11
* Bug 634793: a checkin to do a "try" build of a proposed patch (to definewtc%google.com2012-12-013-11/+45
* Set NSPR version to 4.9.5 Beta. Drop MKS shell support in configure.wtc%google.com2012-11-225-190/+11
* 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