summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug 362768: implemented NSPR shared library finalization function for majorwtchang%redhat.com2007-01-112-0/+66
* Bug 254983: implemented PR_DetachThread for Unix. r=nelsonbwtchang%redhat.com2007-01-111-1/+11
* Bug 365703: added a level of parenthesis. Suggested by Mike Hommey.wtchang%redhat.com2007-01-052-2/+2
* Bug 365703: turn off logging and tracing if the effective group ID iswtchang%redhat.com2007-01-052-2/+2
* Bugzilla Bug 362134: fixed a crash in dtoa when running with reduced CPUwtchang%redhat.com2006-12-211-1/+1
* Bugzilla Bug 360933: removed dead code (for the plevent.h functions and forwtchang%redhat.com2006-12-1912-1483/+1
* Bugzilla Bug 360933: removed the 'windows' directory from CVS.wtchang%redhat.com2006-12-191-4/+0
* Bugzilla Bug 360933: removed dead code (for the plevent.h functions, whichwtchang%redhat.com2006-12-193-469/+0
* [OS/2] Bug 351246: Load Mozilla into Highmem on OS/2. Part 2, changes towtchang%redhat.com2006-12-141-101/+121
* [OS/2] Bug 351246: Load Mozilla into Highmem on OS/2. Part 2, changes to NSPR...mozilla%weilbacher.org2006-12-123-0/+48
* Bug 236613: added newline to the end of file.wtchang%redhat.com2006-12-121-1/+1
* Bug 236613: change to MPL/LGPL/GPL tri-license.gerv%gerv.net2006-12-1119-524/+594
* Bugzilla Bug 363092: removed the pthread_kill macro definition. Mac OS Xwtchang%redhat.com2006-12-081-7/+0
* Bugzilla Bug 363092: made 10.2 the default Mac OS X ppc deployment target.wtchang%redhat.com2006-12-082-206/+85
* Bugzilla Bug 362246: enable large-file support on Mac OS X.wtchang%redhat.com2006-12-061-1/+1
* Bugzilla Bug 354593: checked in minor changes suggested by Nelson. r=nelsonwtchang%redhat.com2006-12-011-5/+8
* Bugzilla Bug 354593: fixed a race condition in the creation of the lockwtchang%redhat.com2006-11-304-6/+22
* Bugzilla Bug 355999: fix up for kfreebsd support. The patch is contributedwtchang%redhat.com2006-11-302-0/+13
* Bugzilla Bug 353729: handle PR_vsmprintf failure in PR_vfprintf. r=timelesswtchang%redhat.com2006-11-301-0/+3