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

Jean-Noel Rouvignac
02.57.2013 157717b205d4c1f957cf810e04e06f11530c619c
refs
author Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Monday, September 2, 2013 10:57 +0200
committer Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Monday, September 2, 2013 10:57 +0200
commit157717b205d4c1f957cf810e04e06f11530c619c
tree 7dfef72a0b0f2db193d71a76bdd51a92798095f4 tree | zip | gz
parent df3f97385024a7866497c87f54373aa867c71f42 view | diff
Renamed:
- ChangeNumber to CSN
- ChangeNumberGenerator to CSNGenerator
- ChangeNumberTest to CSNTest
- ChangeNumberGeneratorTest to CSNGeneratorTest
2 files deleted
2 files added
2 files renamed
97 files modified
7244 ■■■■ changed files
opends/src/server/org/opends/server/config/ConfigConstants.java 4 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/plugins/ChangeNumberControlPlugin.java 39 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/common/CSN.java 165 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/common/CSNGenerator.java 65 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/common/FirstChangeNumberVirtualAttributeProvider.java 2 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/common/LastChangeNumberVirtualAttributeProvider.java 2 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/common/MultiDomainServerState.java 26 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/common/ServerState.java 211 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/AttrHistorical.java 17 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/AttrHistoricalMultiple.java 192 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/AttrHistoricalSingle.java 77 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/AttrValueHistorical.java 27 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/EntryHistorical.java 167 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/FakeAddOperation.java 12 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/FakeDelOperation.java 17 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/FakeModdnOperation.java 14 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/FakeModifyOperation.java 18 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/FakeOperation.java 25 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/FakeOperationComparator.java 5 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/HistoricalAttributeValue.java 19 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/LDAPReplicationDomain.java 361 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/PendingChange.java 18 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/PendingChanges.java 131 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/PersistentServerState.java 94 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/RemotePendingChanges.java 71 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/AckMsg.java 103 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/AddContext.java 14 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/AddMsg.java 37 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/ChangeTimeHeartbeatMsg.java 46 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/DeleteContext.java 10 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/DeleteMsg.java 15 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/LDAPUpdateMsg.java 108 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/ModifyCommonMsg.java 18 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/ModifyContext.java 10 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/ModifyDNMsg.java 33 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/ModifyDnContext.java 11 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/ModifyMsg.java 26 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/MonitorMsg.java 37 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/OperationContext.java 51 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/StartECLSessionMsg.java 75 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/UpdateMsg.java 77 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ECLServerHandler.java 121 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ECLServerWriter.java 2 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ExpectedAcksInfo.java 26 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/MessageHandler.java 24 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/MsgQueue.java 42 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/NotAssuredUpdateMsg.java 46 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ReplicationBackend.java 59 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ReplicationDomainMonitor.java 30 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ReplicationDomainMonitorData.java 74 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ReplicationServer.java 70 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ReplicationServerDomain.java 215 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/SafeDataExpectedAcksInfo.java 29 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/SafeReadExpectedAcksInfo.java 35 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ServerHandler.java 10 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ServerReader.java 6 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ServerWriter.java 6 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/UpdateComparator.java 6 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/changelog/api/ChangelogDB.java 15 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/changelog/api/ChangelogDBIterator.java 8 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/changelog/api/ReplicaDBCursorComparator.java 12 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/changelog/je/DbHandler.java 72 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/changelog/je/DraftCNDB.java 18 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/changelog/je/DraftCNData.java 27 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/changelog/je/DraftCNDbHandler.java 44 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/changelog/je/DraftCNDbIterator.java 6 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/changelog/je/JEReplicaDBCursor.java 22 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/changelog/je/ReplicationDB.java 209 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/service/CTHeartbeatPublisherThread.java 11 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/service/ReplicationBroker.java 94 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/service/ReplicationDomain.java 76 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tasks/PurgeConflictsHistoricalTask.java 58 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/LDAPModify.java 2 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/workflowelement/externalchangelog/ECLSearchOperation.java 45 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/DependencyTest.java 36 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ExternalChangeLogTest.java 388 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/GenerationIdTest.java 12 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/SchemaReplicationTest.java 33 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/UpdateOperationTest.java 155 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/common/CSNGeneratorTest.java 91 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/common/CSNTest.java 383 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/common/ChangeNumberGeneratorTest.java 98 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/common/ChangeNumberTest.java 421 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/common/ServerStateTest.java 76 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/AssuredReplicationPluginTest.java 64 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/AttrInfoTest.java 28 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/ComputeBestServerTest.java 454 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/FractionalReplicationTest.java 28 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/HistoricalCsnOrderingTest.java 31 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/HistoricalTest.java 20 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/ModifyConflictTest.java 6 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/NamingConflictTest.java 80 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/PersistentServerStateTest.java 51 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/StateMachineTest.java 20 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/ValueInfoTest.java 37 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/protocol/ProtocolCompatibilityTest.java 134 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/protocol/SynchronizationMsgTest.java 184 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/server/AssuredReplicationServerTest.java 27 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/server/MonitorTest.java 14 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/server/ReplicationServerTest.java 167 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/server/UpdateComparatorTest.java 34 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/server/changelog/je/DbHandlerTest.java 159 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/server/changelog/je/DraftCNDbHandlerTest.java 43 ●●●● diff | view | raw | blame | history