Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ACE/ChangeLogs/ChangeLog-2002a
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Sat Jul 06 19:32:40 2002 Balachandran Natarajan <bala@cs.wustl.edu>
created problems in builds where inlining was diabled. Please
see

http://bugzilla.dre.vanderbilt.edu/show_bug.cgi?id=1240 for
https://github.com/DOCGroup/bugzilla/issues/1240 for
more details. Thanks to Marina Spivak <marina@atdesk.com> for
reporting this.

Expand Down Expand Up @@ -576,12 +576,12 @@ Wed Jun 19 14:25:52 2002 Balachandran Natarajan <bala@cs.wustl.edu>
* ace/TP_Reactor.cpp (handle_socket_events): Couple of small
fixes. The fixes are for

1. Bug http://bugzilla.dre.vanderbilt.edu/show_bug.cgi?id=1231
1. Bug https://github.com/DOCGroup/bugzilla/issues/1231
and it is self-explanatory

2. The find () operation after dispatch was not holding the lock
and chances of race are high. This is documented as #2 in
bug http://bugzilla.dre.vanderbilt.edu/show_bug.cgi?id=1233
bug https://github.com/DOCGroup/bugzilla/issues/1233

Added some comments in the code explaining what is going
on. Thanks to Carlos for identifying the problem.
Expand Down
12 changes: 6 additions & 6 deletions ACE/ChangeLogs/ChangeLog-2002b
Original file line number Diff line number Diff line change
Expand Up @@ -1441,7 +1441,7 @@ Wed Nov 27 22:38:15 2002 Balachandran Natarajan <bala@isis-server.isis.vanderb

* ace/Connector.h:
* ace/Connector.cpp: Fix for BUG 1361. Please see
http://bugzilla.dre.vanderbilt.edu/show_bug.cgi?id=1361 for
https://github.com/DOCGroup/bugzilla/issues/1361 for
more details on the problem.

The fix is based on the assumption that ACE_Connector need not
Expand Down Expand Up @@ -1942,7 +1942,7 @@ Wed Nov 13 16:52:04 UTC 2002 Craig Rodrigues <crodrigu@bbn.com>
Tue Nov 12 14:12:59 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>

This is a hackish fix for BUG 1361. Please see
http://bugzilla.dre.vanderbilt.edu/show_bug.cgi?id=1361
https://github.com/DOCGroup/bugzilla/issues/1361
for details of this problem

* ace/TP_Reactor.cpp (handle_socket_events): A hack to prevent
Expand Down Expand Up @@ -4493,7 +4493,7 @@ Wed Sep 11 13:03:48 2002 Carlos O'Ryan <coryan@atdesk.com>
Check the suspend mask before completely forgetting about a
handle, otherwise things do not work correctly with TP_Reactors
and multiply-registered handlers. This fixes:
http://bugzilla.dre.vanderbilt.edu/show_bug.cgi?id=1306
https://github.com/DOCGroup/bugzilla/issues/1306

Tue Sep 10 17:46:51 2002 Steve Huston <shuston@riverace.com>

Expand Down Expand Up @@ -4531,14 +4531,14 @@ Tue Sep 10 12:32:33 2002 Carlos O'Ryan <coryan@atdesk.com>
* ace/Connector.cpp:
Be more informative in error messages, at least report in what
library, class and function was the error detected. This fixes:
http://bugzilla.dre.vanderbilt.edu/show_bug.cgi?id=1304
https://github.com/DOCGroup/bugzilla/issues/1304

Tue Sep 10 12:28:41 2002 Carlos O'Ryan <coryan@atdesk.com>

* ace/Connector.cpp:
Be more paranoid about using AST's returned from cleanup_AST()
and always check the return value of that function. This fixes:
http://bugzilla.dre.vanderbilt.edu/show_bug.cgi?id=1303
https://github.com/DOCGroup/bugzilla/issues/1303

Mon Sep 9 16:44:00 2002 Balachandran Natarajan <bala@isis-server.vuse.vanderbilt.edu>

Expand Down Expand Up @@ -7061,7 +7061,7 @@ Sat Jul 06 19:32:40 2002 Balachandran Natarajan <bala@cs.wustl.edu>
created problems in builds where inlining was diabled. Please
see

http://bugzilla.dre.vanderbilt.edu/show_bug.cgi?id=1240 for
https://github.com/DOCGroup/bugzilla/issues/1240 for
more details. Thanks to Marina Spivak <marina@atdesk.com> for
reporting this.

Expand Down
6 changes: 3 additions & 3 deletions ACE/ChangeLogs/ChangeLog-2003c
Original file line number Diff line number Diff line change
Expand Up @@ -2277,7 +2277,7 @@ Fri Dec 19 22:34:42 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>

Fix for [BUGID 1688]. Please see

http://bugzilla.dre.vanderbilt.edu/show_bug.cgi?id=1688
https://github.com/DOCGroup/bugzilla/issues/1688

for more details. Thanks to Gary Maxey <gary.maxey@hp.com> for
the patch.
Expand Down Expand Up @@ -8467,7 +8467,7 @@ Sun Oct 12 17:20:40 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* ace/Select_Reactor_Base.cpp: Fix for [BUG 1268]. Please refer to
bugzilla database at

http://bugzilla.dre.vanderbilt.edu/show_bug.cgi?id=1268
https://github.com/DOCGroup/bugzilla/issues/1268

for more details on the source of the problem and the solution
for the same. Thanks to Carlos O'Ryan for providing patches.
Expand Down Expand Up @@ -8542,7 +8542,7 @@ Sat Oct 11 17:39:09 2003 Venkita Subramonian <venkita@cs.wustl.edu>
<sbetterm@erggroup.com> for reporting the problem and suggesting
a solution. Please see

http://bugzilla.dre.vanderbilt.edu/show_bug.cgi?id=1605
https://github.com/DOCGroup/bugzilla/issues/1605

for a description of the problem.

Expand Down
2 changes: 1 addition & 1 deletion ACE/ChangeLogs/ChangeLog-2004a
Original file line number Diff line number Diff line change
Expand Up @@ -9596,7 +9596,7 @@ Thu Jan 22 06:47:48 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>

Fix for BUGID 1719. Please see

http://bugzilla.dre.vanderbilt.edu/show_bug.cgi?id=1719
https://github.com/DOCGroup/bugzilla/issues/1719

for details.

Expand Down
8 changes: 4 additions & 4 deletions ACE/ChangeLogs/ChangeLog-2004b
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ Tue Dec 7 17:48:21 2004 Steve Huston <shuston@riverace.com>
Steven Patrick <spo@ngls.net> for reporting this problem.

Fixes Bugzilla #2002
(http://bugzilla.dre.vanderbilt.edu/show_bug.cgi?id=2002)
(https://github.com/DOCGroup/bugzilla/issues/2002)

Tue Dec 7 13:10:08 2004 Douglas C. Schmidt <schmidt@cs.wustl.edu>

Expand Down Expand Up @@ -4670,7 +4670,7 @@ Sun Sep 19 20:36:43 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>

Fix for BUG 1924. Please see

http://bugzilla.dre.vanderbilt.edu/show_bug.cgi?id=1924
https://github.com/DOCGroup/bugzilla/issues/1924

for details. Thanks to Paul <paul at reeder dot cs> for the
patch.
Expand Down Expand Up @@ -6669,7 +6669,7 @@ Fri Aug 20 15:20:31 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>

Fixes for Bug 1890. Please see

http://bugzilla.dre.vanderbilt.edu/show_bug.cgi?id=1890
https://github.com/DOCGroup/bugzilla/issues/1890

for details of this bug. What follows are the individual changes.

Expand Down Expand Up @@ -7881,7 +7881,7 @@ Wed Aug 4 16:33:14 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>

Fix for Bug 1893. Please see

http://bugzilla.dre.vanderbilt.edu/show_bug.cgi?id=1893
https://github.com/DOCGroup/bugzilla/issues/1893

for details. Thanks to Alan L Batongbacal <alanlb at vt dot edu>
for the patch.
Expand Down
2 changes: 1 addition & 1 deletion ACE/ChangeLogs/ChangeLog-2007b
Original file line number Diff line number Diff line change
Expand Up @@ -2800,7 +2800,7 @@ Fri May 11 14:45:43 UTC 2007 Steve Huston <shuston@riverace.com>
with Johnny, the Bugzilla entry is now labeled an enhancement and
this test is disabled until the necessary enhancement is made. For
more info, please see:
http://bugzilla.dre.vanderbilt.edu/show_bug.cgi?id=2368
https://github.com/DOCGroup/bugzilla/issues/2368

Fri May 11 10:20:00 UTC 2007 Simon Massey <sma@prismtech.com>

Expand Down
4 changes: 3 additions & 1 deletion ACE/NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ USER VISIBLE CHANGES BETWEEN ACE-8.0.5 and ACE-8.0.6

. Don't disable inlining in a debug build with Embarcadero C++ Builder compilers

. Added checks to CDR boolean and boolean array demarshaling
. Added checks to CDR boolean and boolean array demarshaling

. All issues from bugzilla.dre.vanderbilt.edu migrated to https://github.com/DOCGroup/bugzilla

USER VISIBLE CHANGES BETWEEN ACE-8.0.4 and ACE-8.0.5
====================================================
Expand Down
2 changes: 1 addition & 1 deletion ACE/ace/Abstract_Timer_Queue.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ template<typename TYPE> class ACE_Timer_Node_T;
* This is a base class for all the timer queues, regardless of
* locking strategy, upcall mechanism, internal implementation, etc.
* The class was motivated by bug 3706:
* http://bugzilla.dre.vanderbilt.edu/show_bug.cgi?id=3706
* https://github.com/DOCGroup/bugzilla/issues/3706
* In short, the Reactor (and potentially other classes) want to refer
* to timer queues regardless of the implementation internals.
*/
Expand Down
2 changes: 1 addition & 1 deletion ACE/docs/ACE-guidelines.html
Original file line number Diff line number Diff line change
Expand Up @@ -1050,7 +1050,7 @@ <h3><a href="http://www.dre.vanderbilt.edu/~schmidt/ACE-overview.html">ACE</a>
visibility) singleton templates prior to typedefs that
reference them. This prevents g++ 4.0 from silently making
their visibility hidden (see <a
href="http://bugzilla.dre.vanderbilt.edu/show_bug.cgi?id=2260">Bug 2260</a> for details).
href="https://github.com/DOCGroup/bugzilla/issues/2260">Bug 2260</a> for details).
</p>
</li>
<li>
Expand Down
2 changes: 0 additions & 2 deletions ACE/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ <h3>Bug Reports</h3>
<ul>
<li><a href="ACE-bug-process.html">Bug Fixing Policies</a> - Our policies for
handling bug reports about ACE, TAO, and CIAO.
<li><a href="usage-bugzilla.html">Bug Tracking System</a> - Short description of our
old Bugzilla bug tracking system (we prefer <a href="https://github.com/DOCGroup/ACE_TAO">github</a> issues)
</ul>


Expand Down
100 changes: 0 additions & 100 deletions ACE/docs/usage-bugzilla.html

This file was deleted.

6 changes: 3 additions & 3 deletions ACE/tests/Based_Pointer_Test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ using MMAP_Allocator = ACE_Malloc_T<ACE_MMAP_Memory_Pool, ACE_Null_Mutex, ACE_PI

// Check that the ACE_Based_Pointer_Repository can be accessed
// from a Windows DLL
// (see http://bugzilla.dre.vanderbilt.edu/show_bug.cgi?id=1991)
// (see https://github.com/DOCGroup/bugzilla/issues/1991)
int singleton_test ()
{
void* baddr1 = ACE_BASED_POINTER_REPOSITORY::instance();
Expand Down Expand Up @@ -207,7 +207,7 @@ mmap_map_test()
// into the Based_Pointer_Repository
// (i.e. maps based on backing stores that are already
// present in the filesystem)
// (see http://bugzilla.dre.vanderbilt.edu/show_bug.cgi?id=2216)
// (see https://github.com/DOCGroup/bugzilla/issues/2216)
int
mmap_persistent_map_test()
{
Expand Down Expand Up @@ -274,7 +274,7 @@ mmap_persistent_map_test()
// (i.e. when a segment is resized it may move its base address
// because the OS cannot fit the new segment size at the same
// base address, in this case the Repository must be updated)
// (see http://bugzilla.dre.vanderbilt.edu/show_bug.cgi?id=2218)
// (see https://github.com/DOCGroup/bugzilla/issues/2218)
int
mmap_remap_test()
{
Expand Down
2 changes: 1 addition & 1 deletion ACE/tests/Bug_1576_Regression_Test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file Bug_1576_Regression_Test.cpp
*
* Reproduces the problems reported in bug 1576:
* http://bugzilla.dre.vanderbilt.edu/show_bug.cgi?id=1576
* https://github.com/DOCGroup/bugzilla/issues/1576
*
* @author Carlos O'Ryan <coryan@atdesk.com>
*/
Expand Down
2 changes: 1 addition & 1 deletion ACE/tests/Bug_1890_Regression_Test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file Bug_1890_Regression_Test.cpp
*
* Reproduces the problems reported in bug 1890
* http://bugzilla.dre.vanderbilt.edu/show_bug.cgi?id=1890
* https://github.com/DOCGroup/bugzilla/issues/1890
*
* @author Carlos O'Ryan <coryan@atdesk.com>
* Based on a test provided by "Vadim" (no further details available)
Expand Down
2 changes: 1 addition & 1 deletion ACE/tests/Bug_2368_Regression_Test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file Bug_2368_Regression_Test.cpp
*
* Reproduces the problems reported in bug 2368:
* http://bugzilla.dre.vanderbilt.edu/show_bug.cgi?id=2368
* https://github.com/DOCGroup/bugzilla/issues/2368
*
* @author Johnny Willemsen <jwillemsen@remedy.nl>
*/
Expand Down
2 changes: 1 addition & 1 deletion ACE/tests/Bug_2497_Regression_Test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file Bug_2497_Regression_Test.cpp
*
* Reproduces the problems reported in bug 2497
* http://bugzilla.dre.vanderbilt.edu/show_bug.cgi?id=2497
* https://github.com/DOCGroup/bugzilla/issues/2497
*
* @author sergant128@mail.ru
*/
Expand Down
2 changes: 1 addition & 1 deletion ACE/tests/Bug_2540_Regression_Test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file Bug_2540_Regression_Test.cpp
*
* Reproduces the problems reported in bug 2540
* http://bugzilla.dre.vanderbilt.edu/show_bug.cgi?id=2540
* https://github.com/DOCGroup/bugzilla/issues/2540
*
* @author Carlos O'Ryan <coryan@atdesk.com>
* Based on Bug_1890_Regression_Test
Expand Down
2 changes: 1 addition & 1 deletion ACE/tests/Bug_2609_Regression_Test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file Bug_2609_Regression_Test.cpp
*
* Reproduces the problems reported in bug 2609:
* http://bugzilla.dre.vanderbilt.edu/show_bug.cgi?id=2609
* https://github.com/DOCGroup/bugzilla/issues/2609
*
* @author Milan Cvetkovic <milan.cvetkovic@mpathix.com>
*/
Expand Down
2 changes: 1 addition & 1 deletion ACE/tests/Bug_2610_Regression_Test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file Bug_2610_Regression_Test.cpp
*
* Reproduces the problems reported in bug 2610:
* http://bugzilla.dre.vanderbilt.edu/show_bug.cgi?id=2610
* https://github.com/DOCGroup/bugzilla/issues/2610
*
* @author Milan Cvetkovic <milan.cvetkovic@mpathix.com>
*/
Expand Down
2 changes: 1 addition & 1 deletion ACE/tests/Bug_2659_Regression_Test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @file Bug_2659_Regression_Test.cpp
*
* Reproduces the problems reported in bug 2659:
* http://bugzilla.dre.vanderbilt.edu/show_bug.cgi?id=2659
* https://github.com/DOCGroup/bugzilla/issues/2659
*
* @author Ciju John <johnc at ociweb>
*/
Expand Down
Loading
Loading