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

Jean-Noel Rouvignac
19.27.2013 c7077670daca3b689ed75e4bf71dad0483af8473
19.27.2013 Jean-Noel Rouvignac
Avoided possible costly thread leaks in ReplicationServerDomain.
tree@ c70776 commitdiff
19.32.2013 Jean-Noel Rouvignac
Enforced ReplicationServerDomain responsibilities by increasing encapsulation.
tree@ d51eba commitdiff
14.22.2013 Jean-Noel Rouvignac
ReplicationServerDomain.java Renamed directoryServers to connectedDSs. Rena...
tree@ 5d1c7d commitdiff
14.15.2013 Jean-Noel Rouvignac
ChangeNumber.java: In the ctor, renamed parameters. In other methods, used ...
tree@ a6066d commitdiff
14.14.2013 Jean-Noel Rouvignac
OPENDJ-1116 Introduce abstraction for the changelog DB
tree@ 92359e commitdiff
14.30.2013 Jean-Noel Rouvignac
OPENDJ-1116 Introduce abstraction for the changelog DB
tree@ 0a51f5 commitdiff
13.28.2013 Ludovic Poitou
Fix checkstyle
tree@ 8a1708 commitdiff
13.48.2013 Violette Roche-Montane
Major code refactoring - preparing the ground to OPENDJ-1030. Thanks to JN ...
tree@ 54ca13 commitdiff
13.15.2013 Jean-Noel Rouvignac
OPENDJ-1116 Introduce abstraction for the changelog DB
tree@ b10a33 commitdiff
13.32.2013 Jean-Noel Rouvignac
OPENDJ-1116 Introduce abstraction for the changelog DB
tree@ 5e495b commitdiff
13.59.2013 Jean-Noel Rouvignac
ReplicationIterator.java: In next(), removed useless local variable. Rename...
tree@ 9f3e70 commitdiff
13.47.2013 Ludovic Poitou
Fix checkstyle
tree@ 46d5d9 commitdiff
13.07.2013 Jean-Noel Rouvignac
ExternalChangelogTest.java: Extracted constants SERVER_ID_1 and SERVER_ID_2...
tree@ e3c572 commitdiff
13.31.2013 Ludovic Poitou
Fixes for OPENDJ-1111 + SVR4 specific fix related to OPENDJ-1066. Reviewed ...
tree@ 12b2d7 commitdiff
13.16.2013 Jean-Noel Rouvignac
TimeThread.java: Converted comments to javadoc.
tree@ ca3b72 commitdiff
12.22.2013 Jean-Noel Rouvignac
OPENDJ-1116 Introduce abstraction for the changelog DB
tree@ 45a802 commitdiff
09.21.2013 Violette Roche-Montane
Minor code refactoring.
tree@ f32c2a commitdiff
09.41.2013 Jean-Noel Rouvignac
Fixed a test. Improved javadocs.
tree@ e3aeaf commitdiff
09.59.2013 Jean-Noel Rouvignac
ReplicationDB.java: Collapsed try/finally embedded in try/catch into single...
tree@ be3671 commitdiff
08.22.2013 Ludovic Poitou
Fix checkstyle issue
tree@ 22bb7b commitdiff
08.16.2013 Jean-Noel Rouvignac
ReplicationServerDomain.java: Changed getCount() return type from int to lo...
tree@ fa73aa commitdiff
08.37.2013 Jean-Noel Rouvignac
Big refactoring of ReplicationDB to make it readable. Changed count() retur...
tree@ 8170a2 commitdiff
08.12.2013 Violette Roche-Montane
Minor code cleanup
tree@ 5f751b commitdiff
08.49.2013 Violette Roche-Montane
Trivial checkstyle fix.
tree@ d9b533 commitdiff
07.13.2013 Matthew Swift
Fix variable name typo.
tree@ da1b7a commitdiff
07.04.2013 Matthew Swift
Rename ServerState.getMaxChangeNumber(int) to ServerState.getChangeNumber(i...
tree@ 9e9960 commitdiff
07.03.2013 Jean-Noel Rouvignac
ReplicationDbEnv.java: Extracted methods readDomainBaseDNGenerationIDRecord...
tree@ a3782e commitdiff
07.16.2013 Jean-Noel Rouvignac
HTTPConnectionHandler.java: HTTPServer.stop() has been deprecated, use HTTP...
tree@ 31778c commitdiff
07.51.2013 Jean-Noel Rouvignac
DbHandler.java: In getChanges(), simplified the code. In flush(), simplifie...
tree@ b64126 commitdiff
06.33.2013 Jean-Noel Rouvignac
ReplicationServer.java: In getDomainIterator(), never return null. Extracte...
tree@ f5f321 commitdiff
06.54.2013 Jean-Noel Rouvignac
DraftCNDbIterator.java: In next(), got rid of an Exception that should not ...
tree@ 37ed5d commitdiff
06.45.2013 Jean-Noel Rouvignac
ECLServerHandler.java: In getNextECLUpdate(): - used local variables for th...
tree@ eebef1 commitdiff
06.14.2013 Jean-Noel Rouvignac
ECLServerHandler.java: In initializeCLSearchFromDraftCN(), removed useless ...
tree@ ddc5a4 commitdiff
06.49.2013 Jean-Noel Rouvignac
ECLServerHandler.java: Extracted method findCookie() and use the early exit...
tree@ 5e2e41 commitdiff
06.58.2013 Jean-Noel Rouvignac
ECLServerHandler.java: Many small changes to improve the readability of thi...
tree@ 473d0d commitdiff
06.03.2013 Jean-Noel Rouvignac
Checkstyle I love you.
tree@ 8ab436 commitdiff
06.02.2013 Jean-Noel Rouvignac
ECLServerHandler.java: Extracted methods storeNewChange() to remove duplica...
tree@ 41f0cb commitdiff
05.14.2013 Jean-Noel Rouvignac
Code cleanup.
tree@ 50e22f commitdiff
05.03.2013 Jean-Noel Rouvignac
Code cleanup.
tree@ 587163 commitdiff
05.12.2013 Jean-Noel Rouvignac
UniqueAttributePlugin.java: Fixed checkstyle error.
tree@ 7f1cd5 commitdiff
05.10.2013 Jean-Noel Rouvignac
UniqueAttributePlugin.java: Extracted methods checkUniqueness() and sendAle...
tree@ 5b596f commitdiff
05.47.2013 Matthew Swift
Minor code cleanup.
tree@ 024345 commitdiff
05.31.2013 Matthew Swift
Minor code cleanup.
tree@ 8131ab commitdiff
05.09.2013 Jean-Noel Rouvignac
UniqueAttributePlugin.java: Used interfaces instead of concrete classes. Mo...
tree@ a9d5da commitdiff
02.31.2013 Jean-Noel Rouvignac
serviceId => baseDN (To make the code less confusing)
tree@ 2a1a1b commitdiff
02.26.2013 Jean-Noel Rouvignac
serviceId => baseDN (To make the code less confusing)
tree@ 07347a commitdiff
02.23.2013 Jean-Noel Rouvignac
ReplicationDraftCNKey.java: Removed misleading comment. Added a comment abo...
tree@ 995c6d commitdiff
02.46.2013 Violette Roche-Montane
Fixed issue reported in OpenAm case with embedded server ( the upgrade fail...
tree@ dd511c commitdiff
01.38.2013 Matthew Swift
More minor enhancements to the upgrader so that it can be used for embedded...
tree@ 364fe0 commitdiff
01.26.2013 Matthew Swift
Change visibility of various classes and methods in the upgrader so that it...
tree@ f91657 commitdiff
first | « prev | next »