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

Jean-Noel Rouvignac
03.21.2014 3e40406fe620ad576523d7039f3ee1b37499a462
03.21.2014 Jean-Noel Rouvignac
Code cleanup. Used EnvironmentConfig as a static import to configure JE.
tree@ 3e4040 commitdiff
13.22.2013 Jean-Noel Rouvignac
OPENDJ-1222 Global update of CDDL copyright headers
tree@ fff1f4 commitdiff
10.42.2013 Matthew Swift
Fix OPENDJ-1248: Unexpected rejected entries during import-ldif
tree@ ba0fd6 commitdiff
21.27.2013 Ludovic Poitou
Fix for issue OPENDJ-1207 - Import-ldif corrupts some photo files during pr...
tree@ df439c commitdiff
04.06.2013 Chris Ridd
CR-2522 Fix OPENDJ-1189: Integer overflow while sizing scratch files buildi...
tree@ 3775a2 commitdiff
26.01.2013 Jean-Noel Rouvignac
OPENDJ-746 ArrayIndexOutOfBoundsException during OnlineImport / Replication...
tree@ db6c24 commitdiff
21.32.2013 Ludovic Poitou
Fix to OPENDJ-746. CR-1904. We now request IndexOutputBuffer with the space...
tree@ 680ab4 commitdiff
10.46.2013 Violette Roche-Montane
CR-1816 OPENDJ-940 Import-ldif NPE if base entry contains invalid attribute...
tree@ 1862a6 commitdiff
04.15.2013 Matthew Swift
Initial work for re-opened OPENDJ-866: Local RS is named differently to rem...
tree@ aa2e7c commitdiff
11.39.2013 Violette Roche-Montane
OPENDJ-799 - CR-1391 rebuild-index disables backend after trying to rebuild...
tree@ 7a895d commitdiff
04.25.2013 Violette Roche-Montane
OPENDJ-770 Simplify the "rebuild-index --clearDegradedState" command output...
tree@ db4562 commitdiff
20.52.2013 Jean-Noel Rouvignac
Fixed javadoc errors, unnecessary semicolons, useless imports
tree@ 3398f3 commitdiff
07.27.2013 Violette Roche-Montane
OPENDJ-473 CR-1252 Implement a task which allows the administrator to force...
tree@ 010eb1 commitdiff
07.19.2013 Ludovic Poitou
Small commit to mark the location of issue OPENDJ-746.
tree@ 397863 commitdiff
19.25.2012 Matthew Swift
Fix OPENDJ-623: Import and rebuild should not call System.exit()
tree@ a9c66c commitdiff
03.13.2012 Matthew Swift
Fix OPENDJ-462: Spinning threads in JE backend importer
tree@ 550e2a commitdiff
27.53.2012 Matthew Swift
Fix OPENDJ-406: Add support for rebuilding all degraded indexes to rebuild...
tree@ 4640fe commitdiff
05.37.2012 Ludovic Poitou
Spring cleaning ! Fix minor issues and optimizations suggested by FindBugs ...
tree@ 55b437 commitdiff
13.54.2011 Ludovic Poitou
Fix OPENDJ-380: index-entry-limit=0 not working as expected. While setting...
tree@ 1c2cf1 commitdiff
08.29.2011 Ludovic Poitou
Fix for OPENDJ-372: Enhance rebuild-index and verify-index tools to use JE ...
tree@ 84f115 commitdiff
13.15.2010 Ludovic Poitou
FIX OPENDJ-10 - Import phase2 warnings and failure with very large heap si...
tree@ 6c2e6b commitdiff
20.30.2010 ludovicp
Fix an issue with the uncaught exception handler, that was registered durin...
tree@ 9f9ad1 commitdiff
30.34.2010 ludovicp
Implements disk space monitoring for the JEB backend, import and rebuild op...
tree@ 3d4edc commitdiff
30.19.2010 ludovicp
import-ldif: Change second phase import strategy in order to better handle ...
tree@ e4076b commitdiff
05.19.2010 ludovicp
Fix issue with rebuild index and memory budgetting: Always round usable mem...
tree@ eeaf70 commitdiff
05.08.2010 ludovicp
Fix performance regression in Import, an issue with --append more and an is...
tree@ 06a272 commitdiff
25.13.2010 ludovicp
Enhanced the messages logged when an IOException is encountered while writi...
tree@ af7d66 commitdiff
25.40.2010 ludovicp
Resolves an issue in Import due to entries with multiple RDNs. This patch c...
tree@ 218b2a commitdiff
31.16.2010 ludovicp
Import now populates dn2id correctly when using the --append and --replaceE...
tree@ 2106c8 commitdiff
31.14.2010 ludovicp
Imported entry count was not correct when the --append and --replaceExistin...
tree@ f50482 commitdiff
31.18.2010 ludovicp
Memory budgeting now accounts for the buffers allocated for writing the tem...
tree@ 9e28ae commitdiff
31.03.2010 ludovicp
Changed from using a Timer to invoke the FirstPhaseProgressTask to a Schedu...
tree@ 3f1a34 commitdiff
31.01.2010 ludovicp
Fix issue #4520. Import no longer uses the same temporary environment for e...
tree@ 5e9de2 commitdiff
13.52.2010 dugan
IllegalStateException during import. Issue 4407
tree@ 6c7753 commitdiff
13.28.2010 jvergara
Fix checkstyle.
tree@ 59537c commitdiff
13.03.2010 dugan
Offline rebuild-index hanging after complete. Issue 4405.
tree@ a51cc2 commitdiff
13.29.2010 dugan
Issue 4476 large thread count and small heap cause OOME.
tree@ 6d36d6 commitdiff
17.46.2009 dugan
Fix unit tests.
tree@ 4fe394 commitdiff
16.43.2009 dugan
Fix problem where second phase cache size calculation was too small.
tree@ e82cd8 commitdiff
15.57.2009 dugan
Fix javadoc warning.
tree@ 0eca4e commitdiff
15.10.2009 dugan
Import scalabilty improvements.
tree@ 31e832 commitdiff
09.06.2009 dugan
The index state was being set erroneously when the --rebuildAll flag was n...
tree@ a2673b commitdiff
06.18.2009 dugan
This fix tries to alleviate this problem somewhat by allocating more memory...
tree@ cc1d6f commitdiff
22.28.2009 dugan
Fix for 4291(2) - null pointer exception using --skipDNValidation and -a
tree@ 024f10 commitdiff
16.03.2009 dugan
Fix for issue 4291 - null pointer exception using --skipDNValidation and -a
tree@ 0e65bd commitdiff
14.35.2009 dugan
Fix for thread time out problem.Issue 4280
tree@ 1ad16a commitdiff
13.16.2009 dugan
Fix import wrong import count for rejected entries. Issue 4279.
tree@ b75b5c commitdiff
09.02.2009 abobrov
- get rid of JE DatabaseException ruse and prepare for JE4 drop-in.
tree@ 619d5d commitdiff
06.20.2009 dugan
Fix regression caused by rebuild-index commit. Issue 4268.
tree@ 8fdeab commitdiff
26.33.2009 dugan
Rebuild index using new import engine.
tree@ 3e7410 commitdiff
first | « prev | next »