summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for branch 'GECKO190_20071106_RELBRANCH'GECKO190_20071106_RELBRANCHcvs2hg2007-10-160-0/+0
* [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
* 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