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

Ludovic Poitou
09.20.2013 2238db477840538e742d22dc39741ac3a3d0bb8f
09.20.2013 Ludovic Poitou
Fix OPENDJ-1067: Tools are not properly picking up OPENDJ_JAVA_HOME variable.
tree@ 2238db commitdiff
09.04.2013 Jean-Noel Rouvignac
Fixed typo.
tree@ 095239 commitdiff
09.51.2013 Ludovic Poitou
Fix typo in comment
tree@ b0d1bb commitdiff
09.28.2013 Jean-Noel Rouvignac
Remove try / catch / throw anti-pattern
tree@ d313f5 commitdiff
09.04.2013 Jean-Noel Rouvignac
PluginConfigManager.java: Updated copyright because of commit r9200 .
tree@ 5ef73c commitdiff
09.45.2013 Jean-Noel Rouvignac
PluginConfigManager.java: Extracted methods handlePreParseException(), hand...
tree@ 29f17f commitdiff
09.12.2013 Jean-Noel Rouvignac
LDIFReader.java: Code cleanup: removed useless try / catch. Used interfaces...
tree@ f89b73 commitdiff
08.08.2013 Christophe Sovant
[OPENDJ-1063] CR-1971 Fix "build.sh package-RPM" target which fails when th...
tree@ 592c74 commitdiff
05.22.2013 Ludovic Poitou
Fix typo and unreachable code.
tree@ ca7f18 commitdiff
05.07.2013 Violette Roche-Montane
CR-1962 OPENDJ-1048 OpenDJ QuickSetup creates the "licenseAccepted" file in...
tree@ 9dae90 commitdiff
05.53.2013 Ludovic Poitou
Cleanup typos in comments, and useless variables.
tree@ 268c40 commitdiff
04.02.2013 Jean-Noel Rouvignac
AbstractTextAccessLogPublisher.java: Extracted methods decodePatterns() and...
tree@ 84cb60 commitdiff
04.41.2013 Jean-Noel Rouvignac
Changes made by AutoRefactor plugin and reviewed by me
tree@ 82e65c commitdiff
04.04.2013 Jean-Noel Rouvignac
Removed reflection that was used to access APIs new from JDK 6.
tree@ 1e0c50 commitdiff
03.40.2013 Jean-Noel Rouvignac
ServerState.java: Replaced the pattern "iterate on keys then get the values...
tree@ f73536 commitdiff
03.39.2013 Jean-Noel Rouvignac
EntryHistorical.java: In encodeAndPurge(), made the code more readable by e...
tree@ 498c6e commitdiff
03.43.2013 Ludovic Poitou
Fix typos in comments
tree@ 0855df commitdiff
03.41.2013 Ludovic Poitou
Fix typos in comments
tree@ 7ad773 commitdiff
03.03.2013 Jean-Noel Rouvignac
AttrHistoricalMultiple.java: Added javadocs explaining the use of collectio...
tree@ 269e03 commitdiff
03.43.2013 Jean-Noel Rouvignac
First stab at having debuggable ACIs. Modified the code after feedback from...
tree@ a9394e commitdiff
03.58.2013 Jean-Noel Rouvignac
LocalBackendBindOperation.java: Used javadocs.
tree@ d5b5e0 commitdiff
03.03.2013 Jean-Noel Rouvignac
First stab at having debuggable ACIs.
tree@ cfbe67 commitdiff
02.12.2013 Jean-Noel Rouvignac
ECLSearchOperation.java: Extracted methods addAttributeByUppercaseName(), a...
tree@ eecf8b commitdiff
02.11.2013 Jean-Noel Rouvignac
ReplicationServer.java: Fixed checkstyle issue.
tree@ ddf2cb commitdiff
02.05.2013 Jean-Noel Rouvignac
ReplicationServer.java: Added a toString() method. Removed useless instance...
tree@ ddd3d4 commitdiff
02.36.2013 Jean-Noel Rouvignac
ECLSearchOperation.java: Code cleanup. Used StaticUtil.close()
tree@ 195321 commitdiff
02.08.2013 Jean-Noel Rouvignac
ServerState.java: Renamed the lastCnSeenPerServerId to serverIdToChangeNumb...
tree@ b5a78c commitdiff
02.51.2013 Mark Craig
Fix broken link
tree@ 2d7ec4 commitdiff
02.48.2013 Matthew Swift
Fix OPENDJ-1043: Worker Thread was interrupted while waiting for new work w...
tree@ 314e6b commitdiff
02.23.2013 Jean-Noel Rouvignac
DraftCNDB.java, DraftCNDbHandler.java: Code cleanup. Added comments.
tree@ 72679f commitdiff
01.42.2013 Chris Ridd
Fix OPENDJ-1038 ACI should get SSF from all security layers
tree@ 08f1de commitdiff
28.22.2013 Ludovic Poitou
Fix checkstyle compliance
tree@ 42beba commitdiff
28.51.2013 Jean-Noel Rouvignac
MonitorMsg.java: Code cleanup + javadocs.
tree@ 7f4887 commitdiff
28.59.2013 Jean-Noel Rouvignac
ServerState.java: Renamed list instance member to lastCnSeenPerServerId. Ad...
tree@ 0e92b0 commitdiff
28.11.2013 Jean-Noel Rouvignac
PendingChanges.java: Added comments.
tree@ c88934 commitdiff
28.46.2013 Jean-Noel Rouvignac
PendingChanges.java: Removed methods starting with '_', and replaced them w...
tree@ b89944 commitdiff
28.54.2013 Jean-Noel Rouvignac
ChangeNumber.java: Switched Boolean to boolean. Fixed javadocs.
tree@ 789bc0 commitdiff
27.51.2013 Jean-Noel Rouvignac
DirectoryEnvironmentConfig.java: Extracted methods setPathProperty(), setBo...
tree@ 145dc1 commitdiff
27.58.2013 Jean-Noel Rouvignac
*.java: More javadoc/code cleanup. Switched (excluded)serviceIDs/excludedDo...
tree@ 4c42c9 commitdiff
27.35.2013 Ludovic Poitou
Resource cleanup (unused messages after removal of the upgrade feature in Q...
tree@ ce3ce7 commitdiff
27.20.2013 Jean-Noel Rouvignac
Session.java, ReplicationServer.java: More javadoc/code cleanup. Removed us...
tree@ 2af0b8 commitdiff
27.45.2013 Jean-Noel Rouvignac
DbHandler.java, ReplicationDB.java: Fixed checkstyle issues.
tree@ d2582b commitdiff
27.43.2013 Jean-Noel Rouvignac
DbHandler.java, ReplicationDB.java: Javadoc / code cleanups.
tree@ d1329a commitdiff
26.58.2013 Matthew Swift
Backport fix for OPENDJ-1029: Java webstart installer includes hard-coded d...
tree@ d1846e commitdiff
26.10.2013 Jean-Noel Rouvignac
LDAPReplicationDomain.java: Used interfaces instead of concrete classes.
tree@ b00780 commitdiff
26.43.2013 Jean-Noel Rouvignac
InternalClientConnection.java, InternalSearchOperation.java: Used interface...
tree@ f778ab commitdiff
26.19.2013 Jean-Noel Rouvignac
LDAPReplicationDomain: Fixed typos. In findAndRenameChild(), removed a usel...
tree@ 0ae977 commitdiff
26.01.2013 Jean-Noel Rouvignac
OPENDJ-746 ArrayIndexOutOfBoundsException during OnlineImport / Replication...
tree@ b2866b commitdiff
26.32.2013 Ludovic Poitou
Fix typos in comments
tree@ 697d4e commitdiff
26.31.2013 Ludovic Poitou
Minor editing in comments.
tree@ 538db1 commitdiff
first | « prev | next »