summaryrefslogtreecommitdiff
path: root/pr/src/md
Commit message (Expand)AuthorAgeFilesLines
* Bug 476996: removed the remaining XP_MAC code. The patch is contributed bywtc%google.com2009-05-061-4/+0
* Effectively revert revision 3.54's change to the definition of _md_iovectornelson%bolyard.com2009-05-051-0/+4
* Bug 488621: PR_Now() resolution on Windows Mobile is 1 second.nelson%bolyard.com2009-05-023-22/+238
* Bug 491045: Remove support for VMS (a.k.a., OpenVMS) from NSPR, r=wtcnelson%bolyard.com2009-05-014-404/+1
* Bug 432430: NSPR port to Symbian OS, r=nelsonnelson%bolyard.com2009-03-223-4/+31
* Bug 433790: removed obsolete Win16 source files from CVS. The patch iswtc%google.com2009-02-2313-3613/+0
* Bug 456449: The WinCE system header also defines the WIN32_FIND_DATAAwtc%google.com2009-02-091-17/+14
* Bug 456449: added a comment to note that the WIN32_FIND_DATAA structurewtc%google.com2009-02-071-0/+7
* Bug 456449: checked in the rest of the WinMobile WinCE porting changes fromwtc%google.com2009-02-071-61/+153
* Bug 456449: made FlipSlashes and FlipSlashesW static.wtc%google.com2009-02-061-2/+2
* Bug 456449: checked in some WinMobile WinCE porting changes from Bradwtc%google.com2009-02-061-10/+144
* Bug 456449: checked in WinMobile WinCE porting changes from Brad Lasseywtc%google.com2009-02-061-2/+69
* Bug 476996: removed files that were only used by the obsolete XP_MAC build.wtc%google.com2009-02-0517-8150/+0
* Bug 456449: checked in some more WinMobile WinCE porting changes fromwtc%google.com2009-02-047-5/+85
* Bug 465435: added a comment to explain the check against FD_SETSIZE inwtc%google.com2008-11-211-0/+6
* Bug 463562: load mmtimer.dll and look up timeGetTime at run time becausewtc%google.com2008-11-211-1/+20
* Bug 455829: read from /dev/urandom instead of /dev/random becausewtc%google.com2008-10-071-11/+11
* Bug 432430: Added the HAVE_NETINET_TCP_H configuration macro for platformswtc%google.com2008-08-231-0/+3
* Bug 432430: moved a closing parenthesis.NSPR_4_7_2_BETA2wtc%google.com2008-08-161-2/+2
* Bug 450210: removed a needless _PR_MD_CURRENT_THREAD call in _PR_MD_WRITE.wtc%google.com2008-08-141-1/+0
* Bug 370766: Ported NSPR to 64-bit Mac OS X (x86-64), except prlink.c. Thewtc%google.com2008-07-272-0/+97
* Bug 432430: Checked in the straightforward porting changes for Symbian OS.wtc%google.com2008-07-262-2/+3
* Bug 417044: Support building Mac universal binaries in a single pass.wtc%google.com2008-07-231-0/+43
* Bug 432430: the first part of the port to Symbian OS. The patch iswtc%google.com2008-06-241-0/+48
* Bug 332942: use 'uname -p' instead of 'uname -m' to determine if we'rewtc%google.com2008-06-071-2/+2
* Fix for bug 266215 . Add conversion code and assertions for iovec. r=wtcjulien.pierre.boogz%sun.com2008-05-162-2/+30
* Bug 432617: added a missing _MD_UNLOCK() in IsFileLocal. The patch iswtc%google.com2008-05-101-0/+3
* Bug 430884: removed the obsolete implementation based on Solaris threads.wtc%google.com2008-05-032-767/+0
* Bug 330720: white space adjustments.wtc%google.com2008-05-021-2/+0
* [OS/2] Bug 330720: remove support for the obsolete OS/2-VACPP from NSPR and u...mozilla%weilbacher.org2008-05-029-421/+6
* Bug 414392: include <string.h> for strncmp. The patch is contributed bywtc%google.com2008-01-281-0/+1
* Bug 204151: Search for existing NSPR_INHERIT_FDS environment variable inwtc%google.com2008-01-273-12/+29
* Bug 285157: fixed indentation.wtc%google.com2008-01-271-1/+1
* Bug 285157: Use GetFileAttributesEx if it exists. GetFileAttributesEx iswtc%google.com2008-01-272-94/+86
* Bug 296878: disable the use of os_Linux_ppc.s for 64-bit PowerPC buildswtc%google.com2008-01-241-0/+3
* Bug 296878: use native PowerPC atomic instructions on Linux PowerPC. Thewtc%google.com2008-01-211-0/+104
* Bug 333637: assembleCmdLine needs to quote an empty-string argument. TheNSPR_HEAD_20080120wtc%google.com2008-01-201-2/+5
* Removed dead files for Rhapsody, the old name of Darwin.wtc%google.com2007-11-211-137/+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-161-0/+9
* Fix for bug 369036. Prevent infinite loop in pt_SolarisSendFile. r=wtchang, n...julien.pierre.boogz%sun.com2007-08-291-1/+15
* Bug 387954 ? fix NT version of PR_Accept on IPv6 listen socket. r=wtcnelson%bolyard.com2007-07-251-16/+28
* 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
* 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-143-0/+116
* [OS/2] Bug 351246: Load Mozilla into Highmem on OS/2. Part 2, changes to NSPR...mozilla%weilbacher.org2006-12-122-0/+34
* Bug 236613: change to MPL/LGPL/GPL tri-license.gerv%gerv.net2006-12-1118-524/+592
* [OS/2] Bug 346376: Don't use PRTYC_IDLETIME class for thread priorities, r=mk...mozilla%weilbacher.org2006-10-051-6/+1
* [OS/2] Bug 333639: Add note about assembleCmdLine() usage and fix build warni...mozilla%weilbacher.org2006-10-051-2/+5
* Bugzilla Bug 353527: put the call to a conditionally defined function inwtchang%redhat.com2006-09-221-0/+2