mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

gbellato
26.31.2007 71ebb3724c79a7d1218c36f080acd6ee162b9cd2
refs
author gbellato <gbellato@localhost>
Thursday, April 26, 2007 08:31 +0200
committer gbellato <gbellato@localhost>
Thursday, April 26, 2007 08:31 +0200
commit71ebb3724c79a7d1218c36f080acd6ee162b9cd2
tree 8917dd312fc9992463c6b08388aedc84d837ab33 tree | zip | gz
parent c6e744d6edf4f2863a8ec472bdb082d47d5c45ff view | diff
Rename the class with names containing synchronization or changelog.
Replace most of the changelog occurences with replication server.
(issue 1090)
1 files deleted
1 files added
14 files renamed
30 files modified
1477 ■■■■ changed files
opends/src/server/org/opends/server/replication/common/ServerState.java 3 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/ListenerThread.java 2 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/MultimasterReplication.java 15 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/ReplicationBroker.java 100 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/ReplicationDomain.java 46 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/ReplicationMonitor.java 2 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/ReplicationServerListener.java 37 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/package-info.java 4 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/AckMessage.java 2 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/AddMsg.java 2 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/DeleteMsg.java 2 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/ErrorMessage.java 4 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/ReplServerStartMessage.java 38 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/ReplicationMessage.java 8 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/RoutableMessage.java 4 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/ServerStartMessage.java 2 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/WindowMessage.java 2 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/package-info.java 10 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ChangelogAckMessageList.java 83 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/DbHandler.java 49 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ReplServerAckMessageList.java 84 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ReplicationCache.java 107 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ReplicationDB.java 77 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ReplicationDBException.java 12 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ReplicationData.java 11 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ReplicationDbEnv.java 36 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ReplicationIterator.java 15 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ReplicationIteratorComparator.java 14 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ReplicationKey.java 8 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ReplicationServer.java 116 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ServerHandler.java 163 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ServerReader.java 22 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ServerWriter.java 14 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/package-info.java 18 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/InitOnLineTest.java 46 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ProtocolWindowTest.java 24 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ReSyncTest.java 4 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ReplicationTestCase.java 25 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/SchemaReplicationTest.java 16 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/StressTest.java 16 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/UpdateOperationTest.java 36 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/HistoricalTest.java 8 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/protocol/SynchronizationMsgTest.java 8 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/server/ReplServerFakeConfiguration.java 6 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/server/ReplicationServerTest.java 156 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/server/dbHandlerTest.java 20 ●●●● diff | view | raw | blame | history