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

Jean-Noel Rouvignac
15.44.2013 e4c1fb07b20e17df5f3bd72a786dd1a8f60219ea
15.44.2013 Jean-Noel Rouvignac
Refactoring on the LocalBackend*Operation classes: - Moved BooleanHolder ou...
tree@ e4c1fb commitdiff
12.59.2013 Ludovic Poitou
Fix checkstyle
tree@ d65972 commitdiff
12.37.2013 Jean-Noel Rouvignac
Big refactoring of LocalBackendAddOperation, removed nearly 300 lines of code.
tree@ 6e1eb9 commitdiff
12.28.2013 Jean-Noel Rouvignac
Fixed checkstyle error.
tree@ 9c71e8 commitdiff
12.02.2013 Jean-Noel Rouvignac
AciHandler.java: More code simplifications.
tree@ 638f35 commitdiff
12.48.2013 Jean-Noel Rouvignac
AciContainer.java: More code simplifications.
tree@ 71c7c6 commitdiff
12.12.2013 Jean-Noel Rouvignac
AciEvalContext.java, AciContainer.java: Removed instance member isDenyEval,...
tree@ 6b6247 commitdiff
12.27.2013 Jean-Noel Rouvignac
*.java: Switched the use of collections concrete classes to interfaces.
tree@ 130391 commitdiff
12.54.2013 Jean-Noel Rouvignac
Fixing the build.
tree@ 1fc3b2 commitdiff
11.03.2013 Jean-Noel Rouvignac
EntryContainer.java: Committed adding @Override separately from bigger, rea...
tree@ 2480c8 commitdiff
11.51.2013 Jean-Noel Rouvignac
AbstractOperation.java: Removed duplicated javadoc.
tree@ 0d3ca5 commitdiff
11.30.2013 Jean-Noel Rouvignac
Fixed typo.
tree@ c21fee commitdiff
11.15.2013 Jean-Noel Rouvignac
Decouple some tests from running the server.
tree@ 1d2997 commitdiff
10.43.2013 Chris Ridd
Fix comments
tree@ 351212 commitdiff
10.28.2013 Mark Craig
CR-1977 Fix for OPENDJ-1005: Move server doc sources alongside other server...
tree@ 08064a commitdiff
10.05.2013 Jean-Noel Rouvignac
*.java: Replaced collection concrete classes with interfaces. Used javadocs...
tree@ 550e5f commitdiff
10.41.2013 Jean-Noel Rouvignac
Fixed checkstyle errors.
tree@ 3cc2d8 commitdiff
10.36.2013 Jean-Noel Rouvignac
DirectoryServer.java: In bootstrapAttributeSyntaxes(), extracted method ini...
tree@ 1c8e5c commitdiff
09.38.2013 Jean-Noel Rouvignac
TestBackendImpl.java: Extracted methods assertIndexContainsID() to remove d...
tree@ eafb10 commitdiff
09.09.2013 Jean-Noel Rouvignac
TestBackendImpl.java: In initMatchedDNs(), fixed the test (variables were i...
tree@ a451db commitdiff
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.46.2013 Jean-Noel Rouvignac
ExternalChangeLogTest.java: Used StaticUtils.close()
tree@ ab2017 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.23.2013 Matthew Swift
Unit tests for OPENDJ-1058: HeartbeatConnectionFactory does not actively sh...
tree@ 7274fb commitdiff
08.08.2013 Christophe Sovant
[OPENDJ-1063] CR-1971 Fix "build.sh package-RPM" target which fails when th...
tree@ 592c74 commitdiff
08.21.2013 Mark Craig
CR-1970 Fix for OPENDJ-1055: Document SSL support for the REST LDAP gateway
tree@ c00195 commitdiff
08.56.2013 Mark Craig
Fix Javadoc vulnerability with older Java environments
tree@ be1fd1 commitdiff
08.43.2013 Mark Craig
Update in-progress docs to target next version
tree@ 8cb201 commitdiff
05.41.2013 Matthew Swift
Fix OPENDJ-1044: Doing a PUT with JSON data identical to what is on the ser...
tree@ 4354ab 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
05.40.2013 Matthew Swift
Fix OPENDJ-1033: The Rest2LDAP servlet does not support SSL
tree@ 37eaee commitdiff
05.43.2013 Mark Craig
Mention 2.6.0 on the community site
tree@ 0bc141 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
04.55.2013 Jean-Noel Rouvignac
AttrInfoTest.java: Code cleanup.
tree@ 9f79f3 commitdiff
04.45.2013 Christophe Sovant
Backport: Replaced paralleliterate with iterate which does not work in some...
tree@ b3c2c4 commitdiff
03.02.2013 Mark Craig
Additional review comments from Christophe
tree@ 8041d1 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.22.2013 Matthew Swift
Fix OPENDJ-1049: ReferenceCountedObject can be released twice in some circu...
tree@ d1e9e6 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
first | « prev | next »