summaryrefslogtreecommitdiff
path: root/pr/src/md
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for branch 'AVIARY_1_0_20040515_BRANCH'THUNDERBIRD_0_6_RELEASETHUNDERBIRD_0_6_BASENETSCAPE_7_2_RELEASEMOZILLA_1_7_RELEASEMOZILLA_1_7_RC3MOZILLA_1_7_RC2MOZILLA_1_7_RC1MOZILLA_1_7_3_RELEASEMOZILLA_1_7_2_RELEASEMOZILLA_1_7_2_BASEMOZILLA_1_7_1_RELEASECAMINO_0_8_RELEASECAMINO_0_8_BETACAMINO_0_8_1_RELEASEAVIARY_20040809_MERGEPOINTAVIARY_1_0_20040515_BASEcvs2hg2004-04-1648-2004/+3995
* Bugzilla bug 115149: clean up threads properly on non-emx platforms.wtc%netscape.com2001-12-203-45/+25
* Fix bug 106999 -- implement Mac atomic operations using Open Transport routin...sfraser%netscape.com2001-12-071-0/+20
* Bugzilla bug 113906: Made _PR_MD_OPEN more efficient. The patch iswtc%netscape.com2001-12-071-16/+25
* Convert all rhapsody (pre-beta-macosx) references to darwin.seawood%netscape.com2001-10-265-39/+5
* Rename rhapsody to darwinseawood%netscape.com2001-10-251-1/+1
* Bugzilla bug 77197: use spawn in Neutrino because fork & exec does notwtc%netscape.com2001-10-171-0/+42
* Bugzilla bug 105154: fixed a timing problem in OS/2's implementation ofwtc%netscape.com2001-10-161-2/+6
* Fix for 100353 -- handle polling for read and write on different threads, and...sfraser%netscape.com2001-10-091-129/+172
* Fix for bug 71718. Make Mac NSPR work on dual CPU Mac OS X macines by using M...sfraser%netscape.com2001-09-276-44/+432
* Remove commented out references to mozilla xp_*.h files.cls%seawood.org2001-09-221-7/+0
* Fix for bug 97866. Fixes async file I/O to ensure that we always call WaitOnT...sfraser%netscape.com2001-09-201-29/+26
* Bugzilla bug 98741: replaced NPL by MPL/GPL.wtc%netscape.com2001-09-071-14/+30
* Bugzilla bug 98741: removed the extra NPL header.wtc%netscape.com2001-09-071-17/+1
* Merged brendan's fix from NSPRPUB_CLIENT_BRANCH (now obsolete).wtc%netscape.com2001-08-191-2/+0
* Bugzilla bug 95744: handle the case that ENOTEMPTY and EEXIST have theNSPRPUB_CLIENT_TAGwtc%netscape.com2001-08-171-0/+5
* _MD_pr_poll should exit with error if select returns -1 and errno is not EINTR.cls%seawood.org2001-08-141-4/+10
* Bugzilla bug 84361: added large file support for Linux.wtc%netscape.com2001-06-271-2/+0
* Bugzilla bug 87493: PR_Accept() should retry after getting ECONNABORTED.wtc%netscape.com2001-06-241-1/+1
* Bugzilla bug 81011: Changed the return type of _PR_MD_TEST_AND_LOCK fromwtc%netscape.com2001-06-241-2/+2
* Bugzilla Bug 63049: 64-bit Solaris does not need the libultrasparc4.sowtc%netscape.com2001-06-243-7/+216
* Bugzilla bug #85673: added assembly implementation of the atomic routineswtc%netscape.com2001-06-233-12/+61
* Bugzilla bug #85673: added assembly implementation of the atomic routineswtc%netscape.com2001-06-221-0/+88
* Bugzilla bug #86880: Map ECONNABORTED to PR_CONNECT_ABORTED_ERROR.wtc%netscape.com2001-06-201-0/+3
* Fix for bug 85514 -- use OTEnter/LeaveNotifer calls to fix synchronization pr...sfraser%netscape.com2001-06-141-8/+24
* Fix for bug 69285 "Mozilla is unresponsive after sleep", patch=sfraser, gord...gordon%netscape.com2001-06-081-29/+33
* Bugzilla 81666. new os2 lockinglarryh%netscape.com2001-06-041-1/+28
* Removed all Makefile's. The new autoconf build system uses Makefile.in's.wtc%netscape.com2001-05-175-635/+0
* Removed MOZ_WIN32_TARGET, which is just a synonym of OS_TARGET.wtc%netscape.com2001-05-172-7/+3
* bugzilla: 80884. PR_Rmdir errorlarryh%netscape.com2001-05-161-0/+3
* Restored the code that was accidentally deleted in rev. 3.3.wtc%netscape.com2001-05-141-0/+5
* Restored code that was accidentally deleted in rev. 3.3.wtc%netscape.com2001-05-141-0/+5
* Merged NSPRPUB_CLIENT_BRANCH onto the trunk.wtc%netscape.com2001-05-124-2/+4
* Merged NSPRPUB_CLIENT_BRANCH onto the trunk.wtc%netscape.com2001-05-124-490/+8
* Merged NSPRPUB_CLIENT_BRANCH onto the trunk.wtc%netscape.com2001-05-123-25/+3
* #3616 - Enable long long in Mac version of NSPR (#defines the HAVE_LONG_LONG ...sdagley%netscape.com2001-05-061-0/+2
* Bugzilla bug #70765: added more comments and use the byte count returnedwtc%netscape.com2001-05-051-3/+9
* bugzilla: 70765. win2k file offset on networked drivelarryh%netscape.com2001-04-251-1/+7
* These changes fix PR_Poll on Mac thusly:sfraser%netscape.com2001-04-142-20/+67
* Fix bug 73018 "SSL fails on Mac", check in for sfraser. r=pinkerton, sr=sfraser.gordon%netscape.com2001-03-231-3/+3
* bugzilla: 72261. fix linking problemslarryh%netscape.com2001-03-215-28/+28
* Fix bug 72038 "FTP listings never stop loading on Mac", by sfraser and gordon...gordon%netscape.com2001-03-161-4/+7
* Fix bug 29338 "PR_Poll should not poll (spin) on Mac". Checking in for sfras...gordon%netscape.com2001-03-131-7/+16
* Bugzilla bug #62877: checked in patches contributed by Javier Pedemontewtc%netscape.com2001-03-022-114/+308
* Initial OS/2 nspr autoconf support. Bug #58804cls%seawood.org2001-02-241-1/+1
* OS/2 platform dependent objs file. Thanks to Javier H. Pedemonte <pedemont@u...cls%seawood.org2001-02-241-0/+37
* fix for bug 66508. r=pinkerton, sr=sfraser. Landing fix from 6.0 branch to d...gordon%netscape.com2001-02-071-5/+5
* There is no need to invoke recursive makes for the dummy libs & install phase...cls%seawood.org2001-01-2210-10/+0
* Switch from using $(DIST)/bin, $(DIST)/lib, etc to using $(bindir), $(include...cls%seawood.org2001-01-2110-14/+14
* Landing changes to use autoconf on win32. Bug #58804cls%seawood.org2001-01-192-4/+4