summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added tag NSPR_4_34_1_RTM for changeset 8ade27144af6NSPR_4_34_BRANCHKai Engert2022-08-040-0/+0
|
* set version number to 4.34.1 releaseNSPR_4_34_1_RTMKai Engert2022-08-041-2/+2
|
* Added tag NSPR_4_34_1_BETA1 for changeset 92ac7252529aKai Engert2022-08-040-0/+0
|
* Set version number to 4.34.1 betaNSPR_4_34_1_BETA1Kai Engert2022-08-024-7/+7
|
* Bug 1760611 - Add file descriptor sanity checks in NSPR poll. r=glandiumJed Davis2022-08-021-1/+6
| | | | Thanks to Jesse Schwartzentruber for the suggestion.
* create 4.34 branchKai Engert2022-05-250-0/+0
|
* Added tag NSPR_4_34_RTM for changeset e7a3ef720ee0Kai Engert2022-05-250-0/+0
|
* set version to 4.34 finalNSPR_4_34_RTMKai Engert2022-05-251-2/+2
|
* Bug 1769293 - Add API PR_GetPrefLoopbackAddrInfo. r=rrelyeaKai Engert2022-05-133-0/+74
| | | | Differential Revision: https://phabricator.services.mozilla.com/D146333
* set version number to 4.34 betaKai Engert2021-12-174-8/+8
|
* Added tag NSPR_4_33_RTM for changeset 5f753966dc01Kai Engert2021-12-170-0/+0
|
* Set version number to 4.33 finalNSPR_4_33_RTMKai Engert2021-12-171-2/+2
|
* Added tag NSPR_4_33_BETA1 for changeset 1938a740809aKai Engert2021-12-030-0/+0
|
* Bug 1299823 - Rename PR_X* symbols, remove unused ones. r=kaieNSPR_4_33_BETA1Mike Hommey2021-11-303-24/+9
| | | | | | | | | | | | | | | None of these symbols are in a public header, they are not NSPR_API, and only available on XP_UNIX builds, which in the vast majority of cases, means built with -fvisibility=hidden (i.e. the symbols are not even exported in the first place). The convention for non-exported symbols is to start with _PR rather than PR, so we rename those symbols. The PR_XWait, PR_XNotify and PR_XNotifyAll symbols are however never used, so we just remove them. Differential Revision: https://phabricator.services.mozilla.com/D132448
* Bug 1742269 - Remove ${srcdir} from AC_CONFIG_AUX_DIR. r=kaieMike Hommey2021-11-301-1/+1
| | | | | | | | | Per autoconf documentation: dir can be either absolute or relative to srcdir. ${srcdir} is thus unnecessary (and is not supported by autoreconf) Differential Revision: https://phabricator.services.mozilla.com/D131728
* set version number to 4.33 betaKai Engert2021-06-304-8/+8
|
* Added tag NSPR_4_32_RTM for changeset 40050f21eeedKai Engert2021-06-300-0/+0
|
* set version number to 4.32 finalNSPR_4_32_RTMKai Engert2021-06-301-2/+2
|
* Added tag NSPR_4_32_BETA1 for changeset 70665131062bKai Engert2021-06-100-0/+0
|
* Bug 1643866 - Use a larger buffer for internal calls to PR_GetHostByName. ↵NSPR_4_32_BETA1Kai Engert2021-06-102-3/+8
| | | | | | r=glandium Differential Revision: https://phabricator.services.mozilla.com/D79921
* Bug 1713681 - Add set/getsockopt for the don't-fragment option. ↵Dragana Damjanovic2021-06-094-2/+134
| | | | | | r=kaie,bwc,valentin Differential Revision: https://phabricator.services.mozilla.com/D116658
* set version number to 4.32 betaKai Engert2021-05-264-8/+8
|
* Added tag NSPR_4_31_RTM for changeset 0d82c2ba909bKai Engert2021-05-260-0/+0
|
* Set version number to 4.31 finalNSPR_4_31_RTMKai Engert2021-05-261-2/+2
|
* Added tag NSPR_4_31_BETA1 for changeset 565813a2e07bKai Engert2021-04-280-0/+0
|
* Bug 1686138 - Lock access to PRCallOnceType members in PR_CallOnce* for ↵NSPR_4_31_BETA1Dana Keeler2021-04-271-14/+32
| | | | thread safety. r=kaie
* set version numbers to 4.31 betaKai Engert2021-03-164-7/+8
|
* Added tag NSPR_4_30_RTM for changeset 023a0ccfcb5cKai Engert2021-03-160-0/+0
|
* set version numbers to 4.30 finalNSPR_4_30_RTMKai Engert2021-03-161-2/+2
|
* Added tag NSPR_4_30_BETA1 for changeset cbbfa71c7e4aKai Engert2021-02-240-0/+0
|
* Bug 1693762 - Extend the thread name length limit to 63 characters on Mac. ↵NSPR_4_30_BETA1Florian Quèze2021-02-241-2/+9
| | | | r=kaie
* Bug 1674381 - Update pr/include/md/_openbsd.h to allow OpenBSD to build. r=kaieLandry Breuil2020-12-091-2/+6
|
* Added tag NSPR_4_30_BETA0 to clarify that previous commit message was wrong, ↵Kai Engert2020-09-170-0/+0
| | | | this is version 4.30 beta
* set version numbers to 4.31 betaNSPR_4_30_BETA0Kai Engert2020-09-174-8/+8
|
* Added tag NSPR_4_29_RTM for changeset a717c2ade3c3Kai Engert2020-09-170-0/+0
|
* set version numbers to 4.29 finalNSPR_4_29_RTMKai Engert2020-09-171-2/+2
|
* Bug 1554614 - Add support for e2k target. r=kaieMichael Shigorin2020-09-112-0/+49
|
* Bug 1658671 - Add missing #include for unistd.h for getopt. r=kaieMike Hommey2020-08-202-0/+8
| | | | Differential Revision: https://phabricator.services.mozilla.com/D86796
* Bug 1658671 - Add configure support for aarch64 darwin. r=kaieMike Hommey2020-08-202-2/+22
| | | | Differential Revision: https://phabricator.services.mozilla.com/D86795
* Bug 1658671 - Refresh config.guess and config.sub. r=kaieMike Hommey2020-08-204-1694/+1964
| | | | | | | And remove our patch. As far as I can tell, it was only necessary a long time ago, when Firefox was using weird triples for Android. Differential Revision: https://phabricator.services.mozilla.com/D86794
* Bug 484411 - Remove XP_MACOSX and OS_TARGET=MacOSX. r=kaieMike Hommey2020-08-204-165/+139
| | | | | | | | | | | With support for macOS < 10.3 dropped, we don't need to care about special cases for 10.1 anymore, which were the last places using XP_MACOSX, which we can remove. And as per the previous change, OS_TARGET=MacOSX is not used anymore. The value will now be Darwin on all Darwin-based platforms. Also, as per the previous change, we don't need to check for Carbon anymore. Differential Revision: https://phabricator.services.mozilla.com/D86793
* Bug 484411 - Remove Code Fragment Manager support code. r=kaieMike Hommey2020-08-205-357/+10
| | | | | | | | | The API has been deprecated since macOS 10.5, 12 years ago. The replacement API we use instead (dlopen), has been available since macOS 10.3, and NSPR has been using it on x86_64 and iPhoneOS for a long time. It is time to switch other Darwin-based platforms. Differential Revision: https://phabricator.services.mozilla.com/D86792
* set version numbers to 4.29 betaKai Engert2020-08-214-7/+7
|
* Bug 1657124 - specialize atomic functions for aarch64 Darwin; r=glandiumNathan Froyd2020-08-181-2/+11
| | | | | | | | | | Other Darwin architectures (x86/x86-64/ppc) have assembly versions of these functions. ARM and AArch64, for whatever reason, lean on OS-specific functions. These functions are deprecated in macOS 10.12 and later, though, leading to a flood of warning spam. Implementing them as compiler intrinsics is a much more reasonable thing to do. Differential Revision: https://phabricator.services.mozilla.com/D85876
* Bug 1659137 - remove superfluous .previous comments from assembly files; ↵Nathan Froyd2020-08-184-4/+4
| | | | | | | | | r=glandium These have been cargo-culted all over the place and are totally unnecessary, not to mention potentially confusing. Let's delete them. Differential Revision: https://phabricator.services.mozilla.com/D87092
* Bug 1656187 - Follow-up to change forgotten configure, too. r=kaieJan-Marek Glogowski2020-08-171-0/+1
|
* Added tag NSPR_4_28_BETA1 for changeset a2d5b5f2796f DONTBUILDKai Engert2020-07-310-0/+0
|
* Bug 1656187 - Allow cross-compiling to cygwin. r=kaieNSPR_4_28_BETA1Jan-Marek Glogowski2020-07-301-0/+1
|
* Bug 1655367 - Use an explicit type for name_len, avoid int type warning. ↵Kai Engert2020-07-301-1/+1
| | | | | | r=cpeterson Differential Revision: https://phabricator.services.mozilla.com/D85384
* Set version numbers to 4.28 beta. DONTBUILDKai Engert2020-07-234-8/+8
|