summaryrefslogtreecommitdiff
Commit message (Collapse)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
| | | | | sockets. Instead, let _MD_unix_map_default_error handle them normally. r=wtc.
* 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
| | | | r=wtc.
* 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
| | | | | the alignment gap. Use an unsigned char* typecast for pointer arithmetic. r=matspal,choller.
* Bug 871064: _PR_InitThreads() should not call PR_SetThreadPriority().Wan-Teh Chang2013-05-132-1/+4
| | | | | Assert that we only pass priority=PR_PRIORITY_NORMAL to _PR_InitThreads(). r=gsvelto.
* 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
| | | | pr_NetAddrToStringGNI. r=kaie.
* Bug 861434: Update the log message for setpriority failure inWan-Teh Chang2013-04-251-1/+2
| | | | PR_SetThreadPriority. r=gsvelto.
* 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
| | | | PLArena. r=wtc,choller.
* Bug 861434: Adjust thread nice values relatively to the main thread'sGabriele Svelto2013-04-231-20/+41
| | | | nice value when using PR_SetThreadPriority() on Linux. r=wtc.
* Bug 861434: Document the limitations and current behavior ofWan-Teh Chang2013-04-191-0/+7
| | | | PR_SetThreadPriority. r=gsvelto,jlebar.
* 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
| | | | | Assume GetFileAttributesEx is available (true for Windows 2000 and later). Remove the _pr_useUnicode global variable.
* Bug 687033: assume GlobalMemoryStatusEx is available (true for WindowsWan-Teh Chang2013-03-291-41/+4
| | | | 2000 and later). r=m_kato.
* 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
| | | | using per-thread nice values. r=wtc.
* Bug 849089: Remove ac_cv_prog_host_cc_works=1. That variable was notWan-Teh Chang2013-03-082-5/+5
| | | | | being used and was set incorrectly, missing a semicolon to separate it from AC_MSG_RESULT. r=ted.
* 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
| | | | | | of PL_SizeOfArenaPoolExcludingPool. Fix comments. r=n.nethercote. Modified Files: plarena.c plarenas.h
* Bug 827271: Add support for Aarch64 (64-Bit ARM). The patch is contributedNSPR_4_9_6_BETA1wtc%google.com2013-02-102-1/+60
| | | | | | by Riku Voipio. r=wtc. Modified Files: _linux.cfg _linux.h
* Bug 782214: Auto detect android api version for x86. The patch iswtc%google.com2013-02-102-117/+133
| | | | contributed by Makoto Kato <m_kato@ga2.so-net.ne.jp>. r=ted,wtc.
* Bug 812085: Initialize Windows CRITICAL_SECTIONs without debug info andwtc%google.com2013-02-102-4/+56
| | | | | | | with nonzero spin count (1500). The patch is contributed by Chris Peterson <cpeterson@mozilla.com>. r=wtc. Modified Files: pr/include/md/_win95.h pr/src/md/windows/w95cv.c
* Bug 807883: Add the PL_SizeOfArenaPoolExcludingPool function to measure allwtc%google.com2013-02-103-0/+33
| | | | | | | | memory used by a PLArenaPool, excluding the PLArenaPool structure. The patch is contributed by Nicholas Nethercote <nnethercote@mozilla.com>. r=wtc. Modified Files: plarena.c plarenas.h plds.def
* Set NSPR version to 4.9.6 Beta.wtc%google.com2013-02-104-9/+10
| | | | | Modified Files: configure configure.in pr/include/prinit.h pr/tests/vercheck.c
* 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
| | | | | accessing lib->refCount. The patch is contributed by Julian Seward <jseward@acm.org>. r=wtc.
* bug 824742 - NSPR shouldn't require librt. Patch by Mike Hommey ↵NSPR_4_9_5_BETA2ted.mielczarek%gmail.com2013-01-031-1/+5
| | | | <mh@glandium.org>, r=ted
* bug 822932 - Android NDK r8b support for x86. Patch by Makoto Kato ↵ted.mielczarek%gmail.com2012-12-192-111/+130
| | | | <m_kato@ga2.so-net.ne.jp>, r=ted
* Bug 782815: optlen is of type socklen_t on Darwin and FreeBSD. The patch iswtc%google.com2012-12-141-1/+1
| | | | contributed by Jan Beich <jbeich@tormail.org>. r=wtc.
* Bug 634793: Add OpenBSD and Android to the list of exceptions to how NSPRNSPR_4_9_5_BETA1wtc%google.com2012-12-073-7/+33
| | | | | | | normally defines PRInt64 and PRUint64. From now on, NSPR's exact-width integer types will match the exact-width integer types defined in <stdint.h>. r=ehsan. Modified Files: prdepend.h prlong.h prtypes.h
* Bug 634793: Back out the previous "try build" checkin.wtc%google.com2012-12-023-45/+11
| | | | | Modified Files: config/prdepend.h pr/include/prlong.h pr/include/prtypes.h
* Bug 634793: a checkin to do a "try" build of a proposed patch (to definewtc%google.com2012-12-013-11/+45
| | | | | | the NSPR integer types as <stdint.h> types) on the NSS tinderboxes. Modified Files: config/prdepend.h pr/include/prlong.h pr/include/prtypes.h
* Set NSPR version to 4.9.5 Beta. Drop MKS shell support in configure.wtc%google.com2012-11-225-190/+11
| | | | | | | Modified Files: configure configure.in pr/include/prinit.h pr/tests/vercheck.c Removed Files: admin/repackage.sh
* 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
| | | | | | | | | | | | | | | | | | | | | | | | NEWS-OS, SunOS4, and SunOS 4.1.3_U1. Remove the os_ReliantUNIX.s file. TBR=ted. Modified Files: config/Makefile.in config/nsinstall.c lib/ds/Makefile.in lib/libc/src/Makefile.in lib/prstreams/Makefile.in lib/prstreams/tests/testprstrm/Makefile.in lib/tests/Makefile.in pr/include/gencfg.c pr/include/md/_unixos.h pr/include/private/primpl.h pr/src/Makefile.in pr/src/cplus/tests/Makefile.in pr/src/io/Makefile.in pr/src/io/prfile.c pr/src/io/prmapopt.c pr/src/linking/Makefile.in pr/src/linking/prlink.c pr/src/malloc/Makefile.in pr/src/md/prosdep.c pr/src/md/beos/beos_errors.c pr/src/md/unix/Makefile.in pr/src/md/unix/unix.c pr/src/md/unix/unix_errors.c pr/src/md/unix/uxproces.c pr/src/md/unix/uxrng.c pr/src/md/unix/uxwrap.c pr/src/misc/prtime.c pr/src/pthreads/Makefile.in pr/src/pthreads/ptio.c pr/src/threads/combined/Makefile.in pr/tests/Makefile.in pr/tests/dll/Makefile.in tools/Makefile.in Removed Files: pr/src/md/unix/os_ReliantUNIX.s