summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for branch 'NSS_RFC4507BIS_BRANCH'NSS_RFC4507BIS_BRANCHcvs2hg2007-12-210-0/+0
* Bug 409224: don't use the obsolete gcc flag -no-cpp-precomp. The patch isNSS_RFC4507BIS_BASEwtc%google.com2007-12-212-26/+22
* Bugzilla bug 404399: getaddrinfo with AI_NUMERICHOST is slow on Mac OS XNSPR_HEAD_20071218wtc%google.com2007-12-191-2/+12
* Fix for bug 406862 . Make NSPR release target work with MSYS.julien.pierre.boogz%sun.com2007-12-132-40/+2
* Bug 405290: implemented version checking for NSPR. The patch iswtc%google.com2007-12-111-2/+17
* Bug 404272: define HAVE_LONG_LONG only if it is not yet defined.wtc%google.com2007-11-2623-15/+54
* Removed dead files for Rhapsody, the old name of Darwin.wtc%google.com2007-11-214-511/+1
* Bug 354248: log the error information retrieved by NSLinkEditError inwtc%google.com2007-11-211-4/+10
* Fix for bug 402669 . Crash in PR_Socket with IPv6 emulation on VMS and WinNT ...julien.pierre.boogz%sun.com2007-11-071-3/+3
* Bug 401768: enable us to build with gcc 3.3 and an SDK on Mac OS X 10.5wtc%google.com2007-10-312-32/+55
* Bug 400957: free logBuf in _PR_LogCleanup to fix a memory leak. r=kengert.wtc%google.com2007-10-241-0/+3
* [OS/2] Bug 399647: fix OS/2 build break in prlog.c and correct warning, r=wtcNSPR_HEAD_20071016FIREFOX_3_0b2_RELEASEFIREFOX_3_0b2_RC1FIREFOX_3_0b1_RELEASEFIREFOX_3_0b1_RC3FIREFOX_3_0b1_RC2FIREFOX_3_0b1_RC1mozilla%weilbacher.org2007-10-163-9/+14
* Partial fix for bug 254987 . Reset some variables after cleanup to prevent a...NSPR_HEAD_20071009julien.pierre.boogz%sun.com2007-09-271-0/+5
* Fix for bug 318877 . NSPR initialization crashes if OS_TARGET is WINNT on AMD...julien.pierre.boogz%sun.com2007-09-131-11/+11
* Fix for bug 383857 . NSPR still uses the MSVC -G5 flag . r=wtcjulien.pierre.boogz%sun.com2007-09-132-6/+0
* Bug 244478: allow a logging line to be longer than LINE_BUF_SIZE (512)wtc%google.com2007-09-031-28/+53
* Bug 239371: allow PR_ParseTimeString to accept 5-digit years (but lesswtc%google.com2007-09-021-4/+14
* Bug 392722: fixed the bug that nsinstall chokes on double slashes in path.wtc%google.com2007-09-011-3/+3
* Fix for bug 369036. Prevent infinite loop in pt_SolarisSendFile. r=wtchang, n...julien.pierre.boogz%sun.com2007-08-292-1/+32
* Bug 391499: Put the pr_GetAddrInfoByNameFB function inside an ifdef so thatNSPR_HEAD_20070820MOZILLA_1_9a8_RELEASEwtc%google.com2007-08-141-1/+33
* Bug 364334: reject too much junk at the end of a date/time string.wtc%google.com2007-08-081-6/+1
* Bug 346354 - Add test program for new PL_CreateLongOptState function. r=wtcnelson%bolyard.com2007-08-082-2/+43
* Bug 386742: added a new function, PR_ParseTimeStringToExplodedTime, whichwtc%google.com2007-08-073-50/+76
* Bug 346354 - add capability to parse string command line options, r=wtcnelson%bolyard.com2007-08-043-47/+197
* Bug 387954 ? fix NT version of PR_Accept on IPv6 listen socket. r=wtcnelson%bolyard.com2007-07-256-24/+55
* Bugzilla Bug 385347: change "CompanyName" to "Mozilla Foundation\0" andwtc%google.com2007-07-204-8/+4
* Bug 383977, Crash on exit caused by thread local storage cleanup [@ PL_DHashT...WEB_CONTENT_HANDLING_20070621_POST_HANDLER_SERVICE_20070720WEB_CONTENT_HANDLING_20070621_POSTMERGE_20070719_FIXEDNSPR_HEAD_20070713MOZILLA_1_9a7_RELEASEMOZILLA_1_9a7_RC1kaie%kuix.de2007-07-071-2/+14
* Bug 350616: use Microsoft (R) Manifest Tool to build tests. The patch isBOB_3_12_ALPHA_TEST_1wtc%google.com2007-06-091-0/+6
* Bug 350616: detect and use Microsoft (R) Manifest Tool. The patch iswtc%google.com2007-06-094-102/+160
* Bugzilla bug 375985: Moved the definition of PR_STATIC_ASSERT from perror.hwtc%google.com2007-05-282-15/+8
* Bug 371247: checked in some changes for OpenBSD. The patch is contributedwtc%google.com2007-05-266-3/+16
* Bug 369722: the IEEE_ARM macro should not be defined for ARM EABI. Thewtc%google.com2007-05-141-2/+3
* Fix for bug 353899 . PR_CallOnce and PR_CallOnceWithArg do not set NSPR error...julien.pierre.bugs%sun.com2007-05-105-2/+16
* Bug 377451. Fix crash in cvt_s when string is longer than precision.nelson%bolyard.com2007-04-261-6/+13
* Bug 376062. Ignore failure of wsaioctlProc( SIO_SET_COMPATIBILITY_MODE,nelson%bolyard.com2007-04-191-9/+3
* fix for bug #376062: can't connect with the internet on Wista RC1sspitzer%mozilla.org2007-04-121-4/+15
* Fixing bug 375985. Add compile time assertions to NSPR. r=wtchang@gmail.comjwatt%jwatt.org2007-04-021-0/+15
* Bugzilla bug 363997: define the WSAOVERLAPPED type properly to fix MinGWwtchang%redhat.com2007-03-151-7/+2
* Bugzilla bug 363997: when running on Windows Vista, set the sockets in thewtchang%redhat.com2007-03-144-0/+118
* Bug 34843: PR_StringToNetAddr and PR_NetAddrToString should callwtchang%redhat.com2007-03-013-5/+129
* Bug 369467: use a more robust way to ensure the pointer p does not pointwtchang%redhat.com2007-02-151-3/+4
* Bug 362768: implemented NSPR shared library finalization function for AIX.wtchang%redhat.com2007-01-202-1/+4
* Bug 329807: define struct _md_sockaddr_in6 because HP-UX's structwtchang%redhat.com2007-01-171-0/+18
* Bugzilla bug 362768: improved comments.wtchang%redhat.com2007-01-161-1/+8
* Bug 365997: declared the variable 'dst' as pointer to const.wtchang%redhat.com2007-01-161-1/+1
* Bug 365997: changed timetest to test the years 2005-2008 rather than thewtchang%redhat.com2007-01-161-59/+69
* Bug 365997: updated PR_USPacificTimeParameters with the new US Daylightwtchang%redhat.com2007-01-161-48/+82
* Bugzilla bug 362768: restored the _pt_thread_death call in _PR_Fini becausewtchang%redhat.com2007-01-131-2/+0
* Bug 329807: set USE_IPV6=1 (define _PR_INET6) on HP-UX B.11.23 or later,wtchang%redhat.com2007-01-133-6/+7
* Bugzilla bug 362768: commented out the _pt_thread_death call in _PR_Finiwtchang%redhat.com2007-01-121-0/+2