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

Ludovic Poitou
09.51.2013 b0d1bbee88a711f2c689e4edded3bb3daf69aa0e
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
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.02.2013 Matthew Swift
Move etag and log filtering items near to the top.
tree@ 01d2aa commitdiff
03.34.2013 Ludovic Poitou
Re-order what's new section of RN
tree@ f63c1d commitdiff
03.58.2013 Jean-Noel Rouvignac
LocalBackendBindOperation.java: Used javadocs.
tree@ d5b5e0 commitdiff
03.49.2013 Mark Craig
Mention -XX:+UseCompressedOops for use with updated JE
tree@ 72c341 commitdiff
03.03.2013 Jean-Noel Rouvignac
First stab at having debuggable ACIs.
tree@ cfbe67 commitdiff
03.06.2013 Mark Craig
Typo
tree@ 5c3f96 commitdiff
03.40.2013 Mark Craig
Review comment from Ludo. T2000 systems are End of Life.
tree@ 89a4d1 commitdiff
03.18.2013 Mark Craig
Updates for QA review comments thanks to Christophe
tree@ 2fcc82 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.53.2013 Mark Craig
Typo (two copies of the same entry)
tree@ 0df932 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
02.30.2013 Mark Craig
CR-1925 Fix for OPENDJ-978: Update screenshots for fixed icons
tree@ 170669 commitdiff
02.18.2013 Mark Craig
CR-1919 Fix for OPENDJ-1018: Align prerequisites with what ForgeRock tested
tree@ 7f50c1 commitdiff
02.09.2013 Mark Craig
CR-1883 Fix for OPENDJ-997: Release note the change to default-aci allowing...
tree@ 01291e commitdiff
first | « prev | next »