summaryrefslogtreecommitdiff
Commit message (Collapse)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 ↵NSPR_HEAD_20071009julien.pierre.boogz%sun.com2007-09-271-0/+5
| | | | assertions in reinitialization of NSPR. r=wtc
* Fix for bug 318877 . NSPR initialization crashes if OS_TARGET is WINNT on ↵julien.pierre.boogz%sun.com2007-09-131-11/+11
| | | | AMD64. Fix casts to work with updated Windows SDK headers. r=wtchang
* 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
| | | | | characters. The patch is contributed by Dan Witte <dwitte@stanford.edu>. r=wtc.
* Bug 239371: allow PR_ParseTimeString to accept 5-digit years (but lesswtc%google.com2007-09-021-4/+14
| | | | | than 32767, the maximum 16-bit signed integer). The patch is contributed by Dan Witte <dwitte@stanford.edu>. r=wtc.
* Bug 392722: fixed the bug that nsinstall chokes on double slashes in path.wtc%google.com2007-09-011-3/+3
| | | | | The patch is contributed by Fabien Tassin <fta+bugzilla@sofaraway.org>. r=wtc.
* Fix for bug 369036. Prevent infinite loop in pt_SolarisSendFile. r=wtchang, ↵julien.pierre.boogz%sun.com2007-08-292-1/+32
| | | | nelson
* Bug 391499: Put the pr_GetAddrInfoByNameFB function inside an ifdef so thatNSPR_HEAD_20070820MOZILLA_1_9a8_RELEASEwtc%google.com2007-08-141-1/+33
| | | | | | | | it is only defined when it is needed. In PR_EnumerateAddrInfo, added a while loop to skip socket addresses returned by getaddrinfo that are larger than PRNetAddr. Convert AF_INET6 to/from PR_AF_INET6. Set the sa_len field of struct sockaddr before passing it to getnameinfo. r=cbiesinger,nhosoi
* Bug 364334: reject too much junk at the end of a date/time string.wtc%google.com2007-08-081-6/+1
| | | | | | Fixed a typo that makes us fail to parse "AST" as a timezone. The patch is contributed by Mats Palmgren <mats.palmgren@bredband.net>. r=wtc.
* 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
| | | | | | | is the same as PR_ParseTimeString except that it returns the result in a PRExplodedTime structure. The patch is contributed by Christian Eyrich <ch.ey@gmx.net>. r=wtc. Modified Files: prtime.h nspr.def prtime.c
* 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
| | | | | remove the optional "LegalCopyright". r=sspitzer Modified Files: plds.rc plc.rc prstrms.rc nspr.rc
* Bug 383977, Crash on exit caused by thread local storage cleanup [@ ↵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
| | | | | | PL_DHashTableOperate] r=wtc
* Bug 350616: use Microsoft (R) Manifest Tool to build tests. The patch isBOB_3_12_ALPHA_TEST_1wtc%google.com2007-06-091-0/+6
| | | | contributed by Ted Mielczarek <ted.mielczarek@gmail.com>. r=wtc
* Bug 350616: detect and use Microsoft (R) Manifest Tool. The patch iswtc%google.com2007-06-094-102/+160
| | | | | contributed by Ted Mielczarek <ted.mielczarek@gmail.com>. r=wtc Modified files: configure configure.in autoconf.mk.in rules.mk
* Bugzilla bug 375985: Moved the definition of PR_STATIC_ASSERT from perror.hwtc%google.com2007-05-282-15/+8
| | | | | | | | to prlog.h, where the related PR_ASSERT macro is defined. Define PR_STATIC_ASSERT as an extern declaration rather than a typedef. The patch is adapted from Igor Bukanov's patch in JavaScript bug 381236 JS_STATIC_ASSERT. r=igor@mir2.org. Modified files: prerror.h prlog.h
* Bug 371247: checked in some changes for OpenBSD. The patch is contributedwtc%google.com2007-05-266-3/+16
| | | | | | by Martynas Venckus <martynas@openbsd.org>. r=nelsonb,wtc. Modified Files: configure configure.in lib/tests/Makefile.in _openbsd.cfg _openbsd.h prnetdb.c
* Bug 369722: the IEEE_ARM macro should not be defined for ARM EABI. Thewtc%google.com2007-05-141-2/+3
| | | | patch is contributed by romaxa <romaxa@gmail.com>. r=darin,wtc
* Fix for bug 353899 . PR_CallOnce and PR_CallOnceWithArg do not set NSPR ↵julien.pierre.bugs%sun.com2007-05-105-2/+16
| | | | error code if once->initialized is TRUE and once->status is PR_FAILURE . r=wtc
* Bug 377451. Fix crash in cvt_s when string is longer than precision.nelson%bolyard.com2007-04-261-6/+13
| | | | r=wtc,julien.pierre
* Bug 376062. Ignore failure of wsaioctlProc( SIO_SET_COMPATIBILITY_MODE,nelson%bolyard.com2007-04-191-9/+3
| | | | patch by Seth Spitzer <sspitzer@mozilla.com> r=wtc, r=Masatoshi Kimura
* fix for bug #376062: can't connect with the internet on Wista RC1sspitzer%mozilla.org2007-04-121-4/+15
| | | | r=wtc, r=Masatoshi Kimura
* 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
| | | | | build failure. The patch is contributed by Martijn Wargers <martijn.martijn@gmail.com>. r=wtc.
* Bugzilla bug 363997: when running on Windows Vista, set the sockets in thewtchang%redhat.com2007-03-144-0/+118
| | | | | | | compatibility mode so that the new TCP/IP stack in Windows Vista can interoperate with all the TCP/IP implementations. The patch is contributed by Seth Spitzer <sspitzer@mozilla.com>. r=wtc,biesi Modified Files: _win95.h w95io.c w95sock.c w95thred.c
* Bug 34843: PR_StringToNetAddr and PR_NetAddrToString should callwtchang%redhat.com2007-03-013-5/+129
| | | | | | getaddrinfo and getnameinfo if they exist. Based on the patch contributed by Noriko Hosoi <nhosoi@redhat.com>. r=nhosoi Modified files: _win95.h _winnt.h prnetdb.c
* Bug 369467: use a more robust way to ensure the pointer p does not pointwtchang%redhat.com2007-02-151-3/+4
| | | | | before the array big. The patch is contributed by Wolfgang Rosenauer <mozilla@rosenauer.org>. r=wtc
* Bug 362768: implemented NSPR shared library finalization function for AIX.wtchang%redhat.com2007-01-202-1/+4
| | | | | r=nelsonb Modified files: pr/src/Makefile.in ptthread.c
* Bug 329807: define struct _md_sockaddr_in6 because HP-UX's structwtchang%redhat.com2007-01-171-0/+18
| | | | sockaddr_in6 is only 32-bit aligned. r=nelsonb
* 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
| | | | | years 1993-1996. This tests its ability to use both the old and new DST rules. Patch by Nelson Bolyard of Sun Microsystems. r=alexei.volkov
* Bug 365997: updated PR_USPacificTimeParameters with the new US Daylightwtchang%redhat.com2007-01-161-48/+82
| | | | Saving Time rule. By Nelson Bolyard of Sun Microsystems. r=wtc.
* Bugzilla bug 362768: restored the _pt_thread_death call in _PR_Fini becausewtchang%redhat.com2007-01-131-2/+0
| | | | | the cause of the hang on Mozilla shutdown (JavaScript bug 366869) has been fixed.
* Bug 329807: set USE_IPV6=1 (define _PR_INET6) on HP-UX B.11.23 or later,wtchang%redhat.com2007-01-133-6/+7
| | | | | based on information from HP. r=nelsonb,darin Modified files: configure configure.in _hpux.h
* Bugzilla bug 362768: commented out the _pt_thread_death call in _PR_Finiwtchang%redhat.com2007-01-121-0/+2
| | | | | that was causing a hang on Mozilla shutdown. It may not be safe to call NSPR thread private data destructors in _PR_Fini.
* Bug 362768: implemented NSPR shared library finalization function for majorwtchang%redhat.com2007-01-112-0/+66
| | | | | Unix platforms. r=nelsonb Modified files: pr/src/Makefile.in ptthread.c
* 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
| | | | Modified files: prlog.c prtrace.c
* Bug 365703: turn off logging and tracing if the effective group ID iswtchang%redhat.com2007-01-052-2/+2
| | | | | | different from the real group ID. The patch is suggested by Mike Hommey <mh+mozilla@glandium.org>. r=nelsonb,wtc. Modified files: prlog.c prtrace.c
* Bugzilla Bug 362134: fixed a crash in dtoa when running with reduced CPUwtchang%redhat.com2006-12-211-1/+1
| | | | | float precision. Original patch for jsdtoa.c in JavaScript by Keith Victor <keith@virtock.com>. r=wtc.
* Bugzilla Bug 360933: removed dead code (for the plevent.h functions and forwtchang%redhat.com2006-12-1912-1483/+1
| | | | | | | | | | | Win16 support). Modified Files: README.TXT Removed Files: w16gui/.cvsignore w16gui/Makefile.in w16gui/popfile.c w16gui/popfind.c w16gui/popfont.c w16gui/poppad.c w16gui/poppad.h w16gui/poppad.ico w16gui/poppad.rc w16gui/popprnt0.c w16gui/readme.1st
* 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
| | | | | have been moved to XPCOM). Removed files: makefile readme.1st winevent.c
* [OS/2] Bug 351246: Load Mozilla into Highmem on OS/2. Part 2, changes towtchang%redhat.com2006-12-141-101/+121
| | | | NSPR. By Peter Weilbacher <mozilla@weilbacher.org>. r=mkaply, sr=wtc
* [OS/2] Bug 351246: Load Mozilla into Highmem on OS/2. Part 2, changes to ↵mozilla%weilbacher.org2006-12-123-0/+48
| | | | NSPR. r=mkaply, sr=wtc