summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix for Bug 56170 "After mac goes to sleep, getting IMAP mail locks up machin...NSPRPUB_RELEASE_4_0_BRANCHgordon%netscape.com2000-10-131-3/+1
* Bugzilla: 55271. BeOS attach threadlarryh%netscape.com2000-10-103-415/+327
* Fix for bug 49990 "Networking fails after sleep/wake cycle" on Mac. rtm+, r=p...gordon%netscape.com2000-10-101-21/+42
* Bugzilla: 55268. BeOSwtc%netscape.com2000-10-101-1/+1
* Bugzilla bug #53902: a better way to fix a va_list compilation problemwtc%netscape.com2000-10-102-1/+4
* Bugzilla bug #55740: fixed a typo. Thanks to Martin Husemannwtc%netscape.com2000-10-101-1/+1
* Bugzilla bug #54195: extended the 'uc' array to 256 elements becausewtc%netscape.com2000-10-061-1/+17
* Bugzilla bug #42714: removed dependency on winmm.dll. Replacedwtc%netscape.com2000-09-213-3/+3
* Do not use the 'const' qualifier with PL_HashTableLookupConst() andwtc%netscape.com2000-08-222-8/+8
* Only use HOST_CC & friends when actually cross-compiling.wtc%netscape.com2000-08-211-0/+2
* BugZilla: 44630 (NSPRPUB_RELEASE_4_0_BRANCH)wtc%netscape.com2000-08-141-1/+1
* Bugzilla bug #15906: added GC_LEAK_DETECTOR support for Linux.wtc%netscape.com2000-08-149-36/+102
* fixup commit for branch 'NSPRPUB_RELEASE_4_0_BRANCH'cvs2hg2000-08-111-0/+119
* Bugzilla bug #45732: define align of double and long long for powerpcwtc%netscape.com2000-07-291-7/+8
* BugZilla: 45623larryh%netscape.com2000-07-191-1/+1
* Bumped NSPR version to "4.0.2 Beta".wtc%netscape.com2000-07-181-3/+3
* Bugzilla bug #45683: define FD_SETSIZE to be 4096. This patch iswtc%netscape.com2000-07-171-3/+3
* Bugzilla bug #45141: checked in an OS/2 patch from Michael Kaplywtc%netscape.com2000-07-121-2/+2
* Changing default debug & opt flags for qnx Bug #44133. Removed autoconf 2.13 ...cls%seawood.org2000-07-082-120/+100
* Added TINC to GARBAGEcls%seawood.org2000-07-081-0/+2
* Bugzilla bug #41524: fixed a typo in the previous checkin.wtc%netscape.com2000-07-061-1/+1
* Bugzilla bug #41524: fixed build problems on NetBSD-current with ELFwtc%netscape.com2000-07-063-12/+21
* Remove generated config files on distclean. Bug #43142cls%seawood.org2000-07-031-0/+1
* Adding generated file to GARBAGEcls%seawood.org2000-07-021-0/+2
|\
| * fixup commit for tag 'NSPRPUB_RELEASE_4_0_1'NSPRPUB_RELEASE_4_0_1cvs2hg2000-06-293-12/+8
* | Set version number to 4.0.1. (NSPRPUB_RELEASE_4_0_BRANCH)wtc%netscape.com2000-06-291-2/+2
* | Bugzilla bug #39712: backed out the workaround for a compiler bug.wtc%netscape.com2000-06-291-7/+0
* | Bugzilla bug #44133: checked in NTO patches contributed bywtc%netscape.com2000-06-292-8/+9
* | BugZilla: 43337. Better implementationlarryh%netscape.com2000-06-281-1/+1
* | Do not explicitly link against -lc_r on OpenBSD. Bug #36467 r=wtccls%seawood.org2000-06-281-2/+0
* | BugZilla: 43337. PR_GetPeerName() asserts on NTlarryh%netscape.com2000-06-221-1/+1
* | bug #42100, Carbon compatibility. Changed GENERATINGCFM towtc%netscape.com2000-06-211-1/+1
* | Checked in IPv6 patch for OpenVMS from Colin Blake <colin@theblakes.com>.wtc%netscape.com2000-06-211-3/+21
* | bug #42100, Carbon compatibility. r=gordon, saari, pinkerton, sfraserwtc%netscape.com2000-06-215-34/+23
* | Bugzilla bug #40542: pass the correct size of struct sockaddr_in8 towtc%netscape.com2000-06-092-0/+51
* | Bugzilla bug #39967: replace an assertion in _PR_MD_GETFILEINFO64 bywtc%netscape.com2000-05-262-2/+8
* | Checked in IPv6 patch for Colin Blake <colin@theblakes.com>.wtc%netscape.com2000-05-171-0/+11
* | Bugzilla bug #39350: checked in patch from beard@netscape.com. Justwtc%netscape.com2000-05-162-13/+8
* | Set NSPR version to 4.0.1 Beta.wtc%netscape.com2000-05-131-3/+3
* | Compatibility with Universal Headers 3.3 or later.wtc%netscape.com2000-05-131-0/+6
* | Merged the fix for Bugzilla bug #29427 into NSPRPUB_RELEASE_4_0_BRANCH.wtc%netscape.com2000-05-135-0/+24
* | Bugzilla bug #32184: added 'const' versions of hash table lookupwtc%netscape.com2000-05-122-0/+52
* | Merged the configure changes into NSPRPUB_RELEASE_4_0_BRANCH.wtc%netscape.com2000-05-092-144/+109
* | Bugzilla bug #31120: _PR_Unblock_IO_Wait was binding the interruptedwtc%netscape.com2000-05-091-1/+1
* | Bugzilla bug #36718: several socket options become enums in Mac OSwtc%netscape.com2000-05-081-0/+13
* | Bugzilla bug #33043: use System V shared memory and semaphores onwtc%netscape.com2000-05-041-0/+5
* | Bugzilla bug #37761: changed open file to correctly handlewtc%netscape.com2000-05-011-8/+26
* | Bugzilla bug #37595: checked in patches for building on BSD/OS 4.1wtc%netscape.com2000-05-011-2/+2
* | Bugzilla bug #37240: define DebugBreak() for OS/2 for use by PR_Assert().wtc%netscape.com2000-04-281-1/+30
* | Bugzilla bug #30902: use true atomic implementation of the NSPR atomicwtc%netscape.com2000-04-264-0/+31