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

jarnou
03.29.2007 fbda6e0892dcfcc8dd43d21f6fb134aabb8d0cac
25.46.2007 neil_a_wilson
Migrate the monitor provider configuration to the admin framework.
tree@ b0cf98 commitdiff
20.27.2007 boli
This refactoring includes the following changes to the JE backend: - Extrac...
tree@ 7eda83 commitdiff
09.58.2007 abobrov
- [Issue 1768] Invalid fallback behavior for FS Entry Cache - [Issue 1767] ...
tree@ 37057a commitdiff
08.08.2007 coulbeck
Fix for issue 1755: InitializeReplica is not always complete - subentries n...
tree@ d8b35f commitdiff
07.07.2007 neil_a_wilson
Provide a new mechanism for encoding entries. This method adds an extra el...
tree@ 8395e9 commitdiff
05.14.2007 abobrov
[Issue 1117] Create an entry cache backed by DB+tmpfs
tree@ 36a0ef commitdiff
23.30.2007 boli
Remove the dependence on AspectJ for all non method-entry and method-exit r...
tree@ b0a7e3 commitdiff
22.02.2007 boli
Fixed issue where the server issued warnings about setting file permissions...
tree@ b1dcdd commitdiff
18.19.2007 coulbeck
Issue 1614: backend refuses to open when essential index missing. Need to p...
tree@ ed6c83 commitdiff
16.35.2007 boli
Fixed bug where the file name of the archive created by the JE backup manag...
tree@ a26a3b commitdiff
15.09.2007 boli
Fixed issue with the override-severity attribute in the error logger config...
tree@ 19f2a7 commitdiff
14.57.2007 neil_a_wilson
Update the JE backend search processing code so that any unindexed search w...
tree@ 699b72 commitdiff
12.27.2007 coulbeck
Issue 1532: Remove ConfigEntry from Backend API. (DS-1532)
tree@ 35af51 commitdiff
03.55.2007 boli
Major changes made to the logging framework. It should resolve the followin...
tree@ d75588 commitdiff
03.14.2007 matthew_swift
Fix "unchecked" related compiler warnings.
tree@ 82e2b3 commitdiff
02.34.2007 boli
Added privileges support for unindexed searches. Fixed issue where id2subtr...
tree@ 35b7b6 commitdiff
01.20.2007 coulbeck
Fix for issue #1262: database becomes empty when importing a not existing l...
tree@ 31153c commitdiff
30.53.2007 coulbeck
Fix for issue #1559: backend NPE upon search when server corrupt. We were r...
tree@ ecd15e commitdiff
30.24.2007 neil_a_wilson
Implement support for the virtual list view (VLV) control as defined in dra...
tree@ 30f517 commitdiff
30.06.2007 coulbeck
Fix for issue #1290: import with Intermediate index merge doesn't import al...
tree@ 190ae8 commitdiff
27.43.2007 neil_a_wilson
Add initial support for server-side sorting in OpenDS. This implementation...
tree@ 172ae4 commitdiff
25.40.2007 neil_a_wilson
Make several significant changes to the OpenDS code base, including:
tree@ 44aad3 commitdiff
24.21.2007 matthew_swift
This change (no associated issue no.) addresses some counter-intuitive beha...
tree@ c4b20d commitdiff
21.48.2007 neil_a_wilson
Update the JE ConfigurableEnvironment class to fix a couple of build warnin...
tree@ e24aed commitdiff
21.28.2007 neil_a_wilson
Update the code to provide a convenience method for generating more user-fr...
tree@ 8213b8 commitdiff
21.23.2007 coulbeck
Migrate the BackendConfigManager to the new configuration framework.
tree@ 19fb57 commitdiff
18.41.2007 neil_a_wilson
Make a number of minor changes identified through profiling as potential pe...
tree@ 325694 commitdiff
10.41.2007 boli
Added the following capabilities to OpenDS: - Index rebuilding capabilities...
tree@ 325b2e commitdiff
06.03.2007 neil_a_wilson
Make a change to the way that we encode entries for storage in the backend,...
tree@ 7f7b64 commitdiff
03.52.2007 neil_a_wilson
Add initial support for a virtual attribute subsystem, and implement a few ...
tree@ e1ea3e commitdiff
19.31.2007 abobrov
make searchIndexed() method execute only when we have related index. searc...
tree@ 946012 commitdiff
02.48.2007 boli
Fixed spelling error of a debug method (org.opends.server.loggers.debug.Deb...
tree@ 061e01 commitdiff
01.39.2007 boli
Replaced System.err.println calls in VerifyJob and ExportJob to debugError ...
tree@ 4b0bbe commitdiff
01.18.2007 neil_a_wilson
Remove blank lines at the beginning of methods left after eliminating the d...
tree@ a49dee commitdiff
01.17.2007 neil_a_wilson
Update all CDDL headers in source files to remove a typo.
tree@ b4bae6 commitdiff
01.27.2007 boli
This removes old debug logging framework method calls that are going to be ...
tree@ 455897 commitdiff
23.50.2007 boli
Recommit for issue 740. A debug logging helper method (EntryContainer#debug...
tree@ 1e8c4e commitdiff
23.16.2007 neil_a_wilson
Revert the changes in revision #1237 (for issue #740) because they have int...
tree@ 9ed99b commitdiff
23.22.2007 boli
Changed ID2Entry#getRecordCount to use the Database#count method in JE 3.1....
tree@ 88b351 commitdiff
15.21.2007 neil_a_wilson
Rewrite the DN and RDN code for significant performance improvements, espec...
tree@ 0df28b commitdiff
29.02.2007 neil_a_wilson
Update files created or modified since the beginning of the year to include...
tree@ 9e21df commitdiff
19.17.2007 boli
Fix issue where backups of an empty backend would fail. Added a placeholder...
tree@ 2b48ed commitdiff
16.15.2007 boli
Fix for getSupportedFeatures returning null. It now returns an empty set. T...
tree@ 22d1ff commitdiff
11.24.2006 boli
Added checks to see if file permissions can be set on the platform before s...
tree@ 6e8ad1 commitdiff
09.54.2006 neil_a_wilson
Update the backend API to provide a method for getting the number of entrie...
tree@ 06e8f8 commitdiff
09.47.2006 coulbeck
Fix for issues 593, 1045 and 1060.
tree@ ff1493 commitdiff
05.41.2006 neil_a_wilson
Update the base DN registration process to address a number of issues:
tree@ 5be072 commitdiff
08.19.2006 boli
This fix removes the static nextId property as well as the getters and sett...
tree@ 5c3196 commitdiff
03.39.2006 matthew_swift
Refactor DN and RDN classes and improve their test coverage.
tree@ 59685c commitdiff
20.43.2006 dugan
Fix precommit errors.
tree@ c98ae0 commitdiff
first | « prev | next »