summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bug 481815 - Support %S for wide character formatting in printf functions. Pa...NSPR_4_9_BETA4ted.mielczarek%gmail.com2011-11-031-3/+53
* Bug 674277 - Add PR_UINT64_MAX and PR_INT64_MAX macros for convenience on 64-...ted.mielczarek%gmail.com2011-10-251-0/+10
* bug 675593 - Add LTCG to AR_FLAGS when linking PGO with MSVC. Patch by ABE Hi...ted.mielczarek%gmail.com2011-10-131-0/+8
* bug 681558 - NSPR support for Android-x86. Patch by Makoto Kato <m_kato@ga2.s...ted.mielczarek%gmail.com2011-09-223-111/+122
* Bug 684758: pt_ConnectContinue should also check for PR_POLL_HUP. The bugNSPR_4_9_BETA3wtc%google.com2011-09-071-1/+2
* Bug 331316: add missing return statements to the main() function. Thewtc%google.com2011-09-072-0/+3
* Bug 684254: include sys/endian.h on Android to include htonl and friends.wtc%google.com2011-09-071-0/+5
* bug 681588 - Cleanup wrap malloc and its use on Android. Patch by Mike Hommey...NSPR_4_9_BETA2ted.mielczarek%gmail.com2011-08-296-141/+134
* bug 677191 - Use a different object file extension for the first phase of a G...ted.mielczarek%gmail.com2011-08-293-1/+30
* Bug 666376: Add the "append" module to allow appending to an existing NSPRwtc%google.com2011-08-291-2/+12
* bug 679334 - don't rm pgd files during Windows PGO builds, but clear them wit...ted.mielczarek%gmail.com2011-08-241-1/+7
* Bug 676584: change the other instance of XP_MACOSX to __APPLE__ forwtc%google.com2011-08-181-2/+2
* Bug 676584: Use atomic instructions for iOS. Minor cleanip.wtc%google.com2011-08-182-0/+20
* bug 676584 - allow forcing cross-compile with CROSS_COMPILE=1, to make target...NSPR_4_9_BETA1ted.mielczarek%gmail.com2011-08-182-111/+116
* bug 676584 - allow compiling NSPR for arm-darwin. r=wtcted.mielczarek%gmail.com2011-08-184-111/+178
* Bug 653737: add PR_INT64 and PR_UINT64 macros for specifying portablewtc%google.com2011-08-161-0/+17
* Bug 678993: remove lib/msgc from CVS.wtc%google.com2011-08-1517-5525/+0
* Bug 678993: update the lib/msgc makefiles to support objdir builds.wtc%google.com2011-08-152-3/+3
* Bug 676457: Avoid wasted space in PLArenaPools due to jemalloc rounding upwtc%google.com2011-08-132-2/+15
* Set NSPR version to 4.9 Beta.wtc%google.com2011-08-135-18/+18
|\
| * fixup commit for tag 'NSPR_4_8_9_RTM'NSPR_4_8_9_RTMcvs2hg2011-08-091-2/+2
* | Update version number to 4.8.9 final releasekaie%kuix.de2011-08-091-2/+2
* | bug 673799, bug 673817 - improve auto-discovery of Android platform and toolc...ted.mielczarek%gmail.com2011-08-082-110/+168
|/
* Bug 427858: code cleanup. Remove declarations for unimplemented functionsNSPR_4_8_9_BETA5wtc%google.com2011-08-031-31/+3
* Bug 674470: PR_MemMap returns NULL instead of (void *) -1 on error.wtc%google.com2011-07-281-2/+1
* bug 674880 - Properly set android build options on NDK5+. Patch by Mike Homme...ted.mielczarek%gmail.com2011-07-282-6/+6
* Bug 655058: Remove -freorder-blocks-and-partition from PGO build optionsNSPR_4_8_9_BETA4wtc%google.com2011-07-282-2/+2
* Bug 645459: on Mac OS X Intel, default to 32-bit builds and only append awtc%google.com2011-07-282-25/+29
* Bug 673223, Add function to obtain version of NSPR at runtime, r=wtckaie%kuix.de2011-07-273-0/+13
* Bug 654436: Add the PR_ARRAY_SIZE macro. Replace the 'countof' macro inwtc%google.com2011-07-262-18/+23
* bug 673224 - Change the various PR_*SEC_PER_*SEC constants to be signed, so w...ted.mielczarek%gmail.com2011-07-221-5/+5
* bug 663970 - detect CPU count more accurately on Linux systems that support h...ted.mielczarek%gmail.com2011-07-071-1/+40
* bug 661596 - Prevent NSPR from falling back to PR_Atomic functions on Mac whe...ted.mielczarek%gmail.com2011-07-061-2/+2
* bug 665978 - Delete old .gcda / .pgd files during PROFILE_GENERATE phase. Pat...ted.mielczarek%gmail.com2011-07-011-0/+8
* Bug 661351: Handle errors in sysconf in PR_GetPhysicalMemorySize on AndroidNSPR_4_8_9_BETA3wtc%google.com2011-06-021-1/+2
* bug 626035 - Modify the way arm compiler flags are set in configure. Patch by...ted.mielczarek%gmail.com2011-06-012-163/+477
* bug 617115 - Fixes for building with Android NDK r5. Patch by Brad Lassey <bl...NSPR_4_8_9_BETA2ted.mielczarek%gmail.com2011-05-263-188/+222
* bug 647820 - Don't use -mno-cygwin on mingw compilation. Patch by Jacek Caban...ted.mielczarek%gmail.com2011-05-162-4/+4
* Bug 650474: retry getaddrinfo() without AI_ADDRCONFIG on the EAI_BADFLAGSwtc%google.com2011-05-121-1/+1
|\
| * fixup commit for tag 'NSPR_4_8_9_BETA1'NSPR_4_8_9_BETA1cvs2hg2011-05-063-79/+0
|/
* Set NSPR version to 4.8.9 Beta.wtc%google.com2011-05-0610-14/+126
|\
| * Set NSPR version to 4.8.8.wtc%google.com2011-05-061-2/+2
| * Bug 513659: automatically lower the SO_RCVBUF on AF_INET6 sockets to 65535wtc%google.com2011-05-051-0/+27
| * Bug 650474: retry getaddrinfo without the AI_ADDRCONFIG flag ifwtc%google.com2011-05-041-0/+6
| * Regenerate configure using autoconf2.13 on Ubuntu Linux to reduce thewtc%google.com2011-05-041-23/+23
| * Backout nonworking, build-busting patches from bug 626035kaie%kuix.de2011-05-042-574/+176
| * Bug 626035, add automated update to nsprpub/configure (previous checkin updat...kaie%kuix.de2011-05-041-145/+416
| * Backout bug 645459, approved in bug 654468 comment 2 (end of comment).kaie%kuix.de2011-05-042-4/+0
| * bug 564851 - Add support for MSVC PGO. Patch by Tetsuro Kato <tete009+bugzill...NSPR_HEAD_20110503ted.mielczarek%gmail.com2011-05-033-0/+79
| * bug 626035 - modify the way arm compiler flags are set in configure. Patch by...ted.mielczarek%gmail.com2011-05-031-31/+158