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

Matthew Swift
07.13.2013 da1b7acb04fb8faba3a883eb8c30609bc7069eb3
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.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.47.2013 Matthew Swift
Minor code cleanup.
tree@ 024345 commitdiff
05.31.2013 Matthew Swift
Minor code cleanup.
tree@ 8131ab 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
26.43.2013 Jean-Noel Rouvignac
(CR-2056) Automatic Refactorings
tree@ e8fe99 commitdiff
04.41.2013 Jean-Noel Rouvignac
Changes made by AutoRefactor plugin and reviewed by me
tree@ 5866e9 commitdiff
02.11.2013 Jean-Noel Rouvignac
ReplicationServer.java: Fixed checkstyle issue.
tree@ 3d68ec commitdiff
02.05.2013 Jean-Noel Rouvignac
ReplicationServer.java: Added a toString() method. Removed useless instance...
tree@ 751942 commitdiff
02.36.2013 Jean-Noel Rouvignac
ECLSearchOperation.java: Code cleanup. Used StaticUtil.close()
tree@ 953518 commitdiff
02.23.2013 Jean-Noel Rouvignac
DraftCNDB.java, DraftCNDbHandler.java: Code cleanup. Added comments.
tree@ 635aa1 commitdiff
27.58.2013 Jean-Noel Rouvignac
*.java: More javadoc/code cleanup. Switched (excluded)serviceIDs/excludedDo...
tree@ 0c830d commitdiff
27.20.2013 Jean-Noel Rouvignac
Session.java, ReplicationServer.java: More javadoc/code cleanup. Removed us...
tree@ fda4ad commitdiff
27.45.2013 Jean-Noel Rouvignac
DbHandler.java, ReplicationDB.java: Fixed checkstyle issues.
tree@ 7c6bd0 commitdiff
27.43.2013 Jean-Noel Rouvignac
DbHandler.java, ReplicationDB.java: Javadoc / code cleanups.
tree@ 443a7b commitdiff
20.02.2013 Ludovic Poitou
Fix for OPENDJ-846, Intermittent Replication failure. The issue was trigger...
tree@ 9e1f37 commitdiff
20.44.2013 Matthew Swift
Fix OPENDJ-943: Replication purge of changelogDb fails to keep up with changes
tree@ 367dcd commitdiff
19.36.2013 Matthew Swift
Fix OPENDJ-986: Exception when reading messages from Replication server RS
tree@ 41bef7 commitdiff
04.15.2013 Matthew Swift
Initial work for re-opened OPENDJ-866: Local RS is named differently to rem...
tree@ aa2e7c commitdiff
03.13.2013 Matthew Swift
Fix OPENDJ-866 Local RS is named differently to remote RS under cn=replicat...
tree@ 740236 commitdiff
31.25.2013 Matthew Swift
Fix for OPENDJ-875: Use of hostnames in replication protocol causes failove...
tree@ 5a872b commitdiff
31.07.2013 Matthew Swift
Additional fix for OPENDJ-875: Use of hostnames in replication protocol cau...
tree@ 627cd9 commitdiff
30.38.2013 Matthew Swift
Partial fix for OPENDJ-875: Use of hostnames in replication protocol causes...
tree@ d0ec79 commitdiff
24.44.2013 Ludovic Poitou
Replication Cleanup.
tree@ 46fd94 commitdiff
15.13.2013 Ludovic Poitou
Spring cleanup in ECL. Fix typos, comments, warnings, I18N mess and overall...
tree@ bf7c53 commitdiff
04.16.2013 Ludovic Poitou
Another set of code cleanup, fixing typos.
tree@ b6baf9 commitdiff
20.52.2013 Jean-Noel Rouvignac
Fixed javadoc errors, unnecessary semicolons, useless imports
tree@ 3398f3 commitdiff
22.21.2012 Ludovic Poitou
Code cleanup after running Findbugs. Remove useless initializations, useles...
tree@ 15a0d1 commitdiff
19.07.2012 Matthew Swift
Fix OPENDJ-506: NoSuchElementException thrown during replication in java.ut...
tree@ 457fb7 commitdiff
19.51.2012 Matthew Swift
Initial cleanup for OPENDJ-506: NoSuchElementException thrown during replic...
tree@ 9e64ce commitdiff
17.22.2012 Ludovic Poitou
Now that validateSchema defaults to true in the LDIFImportConfig class, it ...
tree@ 270f7e commitdiff
20.19.2012 Matthew Swift
Fix OPENDJ-457: Sleeping replication threads prevent server from shutting down
tree@ e131e3 commitdiff
07.00.2012 Matthew Swift
Fix OPENDJ-398: Misleading replication messages: "Replication server XXXX w...
tree@ fadd91 commitdiff
21.49.2012 Matthew Swift
Initial cleanup work for OPENDJ-181: DirectoryException provided value has ...
tree@ c8b116 commitdiff
23.23.2011 Ludovic Poitou
Fix minor issues detected by FindBugs.
tree@ e2e55f commitdiff
23.20.2011 Ludovic Poitou
Fix minor optimization proposed by FindBugs.
tree@ 60139f commitdiff
first | « prev | next »