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

Nicolas Capponi
23.29.2013 8c85b45da99d1a09e62fe0cc0ee246610dbfe771
24.52.2013 Jean-Noel Rouvignac
EntryContainer.java: Small code cleanup.
tree@ cd05d3 commitdiff
11.03.2013 Jean-Noel Rouvignac
EntryContainer.java: Committed adding @Override separately from bigger, rea...
tree@ 2480c8 commitdiff
10.05.2013 Jean-Noel Rouvignac
*.java: Replaced collection concrete classes with interfaces. Used javadocs...
tree@ 550e5f commitdiff
26.01.2013 Jean-Noel Rouvignac
OPENDJ-746 ArrayIndexOutOfBoundsException during OnlineImport / Replication...
tree@ b2866b commitdiff
21.32.2013 Ludovic Poitou
Fix to OPENDJ-746. CR-1904. We now request IndexOutputBuffer with the space...
tree@ 09128b commitdiff
11.38.2013 Matthew Swift
Partial fix for OPENDJ-885: Replication replay may lose changes if it can't...
tree@ d8f8a5 commitdiff
10.46.2013 Violette Roche-Montane
CR-1816 OPENDJ-940 Import-ldif NPE if base entry contains invalid attribute...
tree@ 75a710 commitdiff
04.15.2013 Matthew Swift
Initial work for re-opened OPENDJ-866: Local RS is named differently to rem...
tree@ 4ea917 commitdiff
23.38.2013 Ludovic Poitou
Fix typo in comment (Spotted when reviewing changes for OPENDJ-625)
tree@ 22f300 commitdiff
23.22.2013 Matthew Swift
Fix OPENDJ-625: ModifyDN does not allow the same (normalized) DN
tree@ 5bb804 commitdiff
11.39.2013 Violette Roche-Montane
OPENDJ-799 - CR-1391 rebuild-index disables backend after trying to rebuild...
tree@ e8ce3d commitdiff
04.25.2013 Violette Roche-Montane
OPENDJ-770 Simplify the "rebuild-index --clearDegradedState" command output...
tree@ 0bcdf1 commitdiff
20.52.2013 Jean-Noel Rouvignac
Fixed javadoc errors, unnecessary semicolons, useless imports
tree@ c160e0 commitdiff
07.27.2013 Violette Roche-Montane
OPENDJ-473 CR-1252 Implement a task which allows the administrator to force...
tree@ 827bc4 commitdiff
07.19.2013 Ludovic Poitou
Small commit to mark the location of issue OPENDJ-746.
tree@ de604c commitdiff
25.41.2013 Matthew Swift
Fix OPENDJ-169: Modifying an existing object class definition requires serv...
tree@ e038f6 commitdiff
09.34.2013 Ludovic Poitou
Fix issue in Units tests, when running only the backends.jeb package. Chang...
tree@ b9920b commitdiff
19.25.2012 Matthew Swift
Fix OPENDJ-623: Import and rebuild should not call System.exit()
tree@ 2df4fe commitdiff
05.17.2012 Chris Ridd
Fix OPENDJ-620 Referrals returned when not in scope.
tree@ f3e544 commitdiff
02.25.2012 Ludovic Poitou
Fix OPENDJ-528: rebuild-index doesn't rebuild properly DN2ID after an upgra...
tree@ 195abb commitdiff
19.26.2012 Matthew Swift
Fix OPENDJ-525: Remove compiler warnings when building using JDK7
tree@ 861c4b commitdiff
13.05.2012 Matthew Swift
Fix OPENDJ-520: Worker threads are too greedy when caching memory used for ...
tree@ aaacf7 commitdiff
29.05.2012 Ludovic Poitou
Fix OPENDJ-508 - Searches that rely on searchable virtual attribute may be ...
tree@ 95a516 commitdiff
28.46.2012 Ludovic Poitou
Fix OPENDJ-507: Index may go untrusted without a message in the errors log....
tree@ 21f744 commitdiff
03.13.2012 Matthew Swift
Fix OPENDJ-462: Spinning threads in JE backend importer
tree@ fe7ff3 commitdiff
13.17.2012 Matthew Swift
Fix OPENDJ-439: export-ldif on jeb produces duplicate entries
tree@ a8d9a2 commitdiff
27.53.2012 Matthew Swift
Fix OPENDJ-406: Add support for rebuilding all degraded indexes to rebuild...
tree@ b5b75e commitdiff
26.14.2012 Matthew Swift
Fix OPENDJ-413: verify-index with "-c" option doesn't work for certain indexes
tree@ db63ff commitdiff
05.37.2012 Ludovic Poitou
Spring cleaning ! Fix minor issues and optimizations suggested by FindBugs ...
tree@ 67fe14 commitdiff
13.54.2011 Ludovic Poitou
Fix OPENDJ-380: index-entry-limit=0 not working as expected. While setting...
tree@ bdb51d commitdiff
12.34.2011 Ludovic Poitou
Fix OPENDJ-384: Substring search on entryUUID fails with a NullPointerExcep...
tree@ 3539e1 commitdiff
12.57.2011 Ludovic Poitou
Fix OPENDJ-383 : Expose JE fileCacheSize property through OpenDJ configurat...
tree@ 2d36e2 commitdiff
08.29.2011 Ludovic Poitou
Fix for OPENDJ-372: Enhance rebuild-index and verify-index tools to use JE ...
tree@ 97c2fb commitdiff
29.13.2011 Matthew Swift
Additional minor fix for OPEND-250: Add an option to the JE backend for dis...
tree@ c12a91 commitdiff
29.04.2011 Matthew Swift
Fix OPEND-250: Add an option to the JE backend for disabling the subordinat...
tree@ 532afe commitdiff
28.20.2011 Matthew Swift
Fix OPENDJ-247: Rename max-entries property in JE backend to something more...
tree@ 8a598e commitdiff
28.19.2011 Matthew Swift
Fix compiler warning.
tree@ 44f0a2 commitdiff
28.18.2011 Matthew Swift
Additional fix for issue OPENDJ-246: Tag unindexed searches in the Access log.
tree@ 71eca4 commitdiff
27.27.2011 Ludovic Poitou
Fix issue OPENDJ-246: Tag unindexed searches in the Access log. The keyword...
tree@ 5d2456 commitdiff
27.31.2011 Matthew Swift
Fix OPENDJ-245: Improve APIs for adding additional access log items to oper...
tree@ 84ca5a commitdiff
14.41.2011 Ludovic Poitou
Fix potential NPE
tree@ a625aa commitdiff
19.13.2011 Ludovic Poitou
Fix OPENDJ-59 : search with paged result control issue
tree@ 4d6c3e commitdiff
15.36.2011 Matthew Swift
Fix issue OPENDJ-46: Extensible filters which use dnAttributes are not proc...
tree@ c6b401 commitdiff
20.07.2011 Ludovic Poitou
Code cleanup removing potential issues detected by FindBugs
tree@ 877cee commitdiff
14.07.2010 Ludovic Poitou
Fix checkstyle failure (one extra space).
tree@ ccdc5e commitdiff
13.15.2010 Ludovic Poitou
FIX OPENDJ-10 - Import phase2 warnings and failure with very large heap si...
tree@ 399ae4 commitdiff
13.12.2010 Ludovic Poitou
FIX defect OPENDJ-13 -Upgrade script failed (OpenDS 2.2.1 -> OpenDJ 2.4.0be...
tree@ 20f5e7 commitdiff
26.56.2010 Ludovic Poitou
Resolves issue OPENDJ-11 - Update the Berkeley DB Java Edition 4.1.6. Intro...
tree@ 9af43e commitdiff
20.30.2010 ludovicp
Fix an issue with the uncaught exception handler, that was registered durin...
tree@ f0cb0b commitdiff
30.52.2010 ludovicp
Implements index analysis features. There are 2 components: Index Filter An...
tree@ 8d2249 commitdiff
first | « prev | next »