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

boli
21.08.2008 d84ee43ec8ab4e6ecdad2f0ef0d64dac54f7d6af
21.08.2008 boli
This patch adds index buffering capabilities to the JE backend as to avoid ...
blob@ d84ee4 commitdiff | diff to current
19.31.2008 boli
Fixed a issue created in revision 3977 where messages are printed twice whe...
blob@ 1f164e commitdiff | diff to current
18.44.2008 boli
With this refactoring:
blob@ ce22e7 commitdiff | diff to current
17.22.2008 dugan
Fix erroneous non-transactional error message when entry container is clear...
blob@ 2ef87d commitdiff | diff to current
17.41.2008 dugan
These changes remove the temporary file limitation from import-ldif. Severa...
blob@ 039ee5 commitdiff | diff to current
14.18.2008 matthew_swift
Fix issues 2906 and 2909. Referrals not returned for non-base object search...
blob@ cf6f6a commitdiff | diff to current
12.29.2008 ludovicp
Updated the copyright statement to reflect that Sun owns the full copyright...
blob@ 8549bc commitdiff | diff to current
07.45.2008 matthew_swift
Fix issue 2462: NPE when changing index configuration while import ongoing
blob@ 403af8 commitdiff | diff to current
20.45.2007 boli
Updated indexes to order the keys before inserting them into the database. ...
blob@ 9bac7b commitdiff | diff to current
09.20.2007 boli
This set of updates fix several issues related to the JEB backend:
blob@ 81c0ee commitdiff | diff to current
31.19.2007 boli
This set of fixes mainly address the issues where the JE backend does not h...
blob@ 87ea6a commitdiff | diff to current
22.47.2007 boli
Added the ability to retrieve the number of entries in the entire subordina...
blob@ 4738da commitdiff | diff to current
26.21.2007 matthew_swift
Merge branches/temp-admin@3208 onto trunk@3208.
blob@ a052ca commitdiff | diff to current
02.00.2007 davidely
There are several improvements to the unit test framework in this commit.
blob@ db4a0e commitdiff | diff to current
31.55.2007 neil_a_wilson
Add support into the JE backend that can be used to store its compact schem...
blob@ 35463f commitdiff | diff to current
27.58.2007 boli
This adds the numSubordinates and hasSubordinates operational attribute sup...
blob@ 3c9209 commitdiff | diff to current
24.14.2007 boli
Added the JE backend configuration attribute to enable or disable compressi...
blob@ 557685 commitdiff | diff to current
15.34.2007 kenneth_suter
This commit is a step toward getting OpenDS internationalized. There are st...
blob@ cfc513 commitdiff | diff to current
09.57.2007 boli
Fix for issue 2066. Changed constants to use the small case and dash format...
blob@ 355643 commitdiff | diff to current
07.45.2007 neil_a_wilson
Add support for a new type of plugin which can be used to detect changes an...
blob@ c1d882 commitdiff | diff to current
27.06.2007 boli
These set of changes implement VLV and filter capability to OpenDS:
blob@ 21e188 commitdiff | diff to current
26.31.2007 boli
This fixes issue 1971 and allows partial non-append imports of a backend:
blob@ 45e94f commitdiff | diff to current
24.41.2007 boli
Fix for issue 1794: - Attribute index no longer need the backend index entr...
blob@ 928710 commitdiff | diff to current
10.50.2007 sin
Bug# 1462:server deadlock on subtree delete Fix: Introduce a batch paramete...
blob@ 9a0bd9 commitdiff | diff to current
10.12.2007 jdemendi
Fix for issue #1368, need to set matched DN for search operation.
blob@ af9b76 commitdiff | diff to current
20.27.2007 boli
This refactoring includes the following changes to the JE backend: - Extrac...
blob@ fceec4 commitdiff | diff to current
23.30.2007 boli
Remove the dependence on AspectJ for all non method-entry and method-exit r...
blob@ acee9e commitdiff | diff to current
14.57.2007 neil_a_wilson
Update the JE backend search processing code so that any unindexed search w...
blob@ c230cb commitdiff | diff to current
03.14.2007 matthew_swift
Fix "unchecked" related compiler warnings.
blob@ 561aa4 commitdiff | diff to current
02.34.2007 boli
Added privileges support for unindexed searches. Fixed issue where id2subtr...
blob@ b4201a commitdiff | diff to current
30.24.2007 neil_a_wilson
Implement support for the virtual list view (VLV) control as defined in dra...
blob@ 4b976b commitdiff | diff to current
27.43.2007 neil_a_wilson
Add initial support for server-side sorting in OpenDS. This implementation...
blob@ 548111 commitdiff | diff to current
25.40.2007 neil_a_wilson
Make several significant changes to the OpenDS code base, including:
blob@ c888ad commitdiff | diff to current
10.41.2007 boli
Added the following capabilities to OpenDS: - Index rebuilding capabilities...
blob@ e5256c commitdiff | diff to current
19.31.2007 abobrov
make searchIndexed() method execute only when we have related index. searc...
blob@ 0d0e96 commitdiff | diff to current
02.48.2007 boli
Fixed spelling error of a debug method (org.opends.server.loggers.debug.Deb...
blob@ 72892b commitdiff | diff to current
01.18.2007 neil_a_wilson
Remove blank lines at the beginning of methods left after eliminating the d...
blob@ 3e3246 commitdiff | diff to current
01.17.2007 neil_a_wilson
Update all CDDL headers in source files to remove a typo.
blob@ 2d6afa commitdiff | diff to current
01.27.2007 boli
This removes old debug logging framework method calls that are going to be ...
blob@ 4783ad commitdiff | diff to current
23.50.2007 boli
Recommit for issue 740. A debug logging helper method (EntryContainer#debug...
blob@ 9f63f0 commitdiff | diff to current
23.16.2007 neil_a_wilson
Revert the changes in revision #1237 (for issue #740) because they have int...
blob@ 71d60c commitdiff | diff to current
23.22.2007 boli
Changed ID2Entry#getRecordCount to use the Database#count method in JE 3.1....
blob@ a4b40d commitdiff | diff to current
15.21.2007 neil_a_wilson
Rewrite the DN and RDN code for significant performance improvements, espec...
blob@ 56274d commitdiff | diff to current
08.19.2006 boli
This fix removes the static nextId property as well as the getters and sett...
blob@ bd6628 commitdiff | diff to current
03.39.2006 matthew_swift
Refactor DN and RDN classes and improve their test coverage.
blob@ fcc3ec commitdiff | diff to current
05.55.2006 coulbeck
Fix for issue 749. Reviewed by dugan.
blob@ 76e4f2 commitdiff | diff to current
04.34.2006 coulbeck
Remove the unused method EntryContainer#removeAllDatabases. It is broken b...
blob@ 8bfa53 commitdiff | diff to current
03.08.2006 boli
Fixed issue where static variables linger around and prevent the JEB backen...
blob@ fb2a01 commitdiff | diff to current
03.09.2006 boli
Refactoring of the JEB backend to simplify the container and entryContainer...
blob@ 723f96 commitdiff | diff to current
02.32.2006 neil_a_wilson
Perform significant refactoring in the core and plugin code in order to hel...
blob@ ec1e5e commitdiff | diff to current
first | « prev | next »