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

Ludovic Poitou
23.00.2014 bd1b11e58eecbbb7ce1a8c3f8989fd48809a56ac
23.00.2014 Ludovic Poitou
Fix for OPENDJ-1586: Changes in processSearch to iterate through nested gro...
tree@ bd1b11 commitdiff
23.52.2014 Jean-Noel Rouvignac
Add back missing import
tree@ 543122 commitdiff
23.37.2014 Jean-Noel Rouvignac
CoreConfigManager.java: Increased redability by extracting methods and usin...
tree@ 9743eb commitdiff
22.19.2014 Mark Craig
Correct the description of DSE
tree@ 37454f commitdiff
22.16.2014 Mark Craig
Backport CR-4936 OPENDJ-1593 Fix problems in Understanding LDAP chapters
tree@ 550f1b commitdiff
22.14.2014 Mark Craig
CR-4936 OPENDJ-1593 Fix problems in Understanding LDAP chapters
tree@ 7aedda commitdiff
22.13.2014 Mark Craig
CR-4936 OPENDJ-1593 Fix problems in Understanding LDAP chapters
tree@ a3b352 commitdiff
22.06.2014 Nicolas Capponi
OPENDJ-1590 Add default matching rule for each collation matching rules
tree@ d14f9e commitdiff
22.40.2014 Nicolas Capponi
OPENDJ-1591 GeneralizedTime parser accepts lowercase string
tree@ e70875 commitdiff
22.39.2014 Mark Craig
CR-4930 OPENDJ-1538 Update dev guide for switch from Futures to Promises
tree@ fb92e5 commitdiff
22.50.2014 Jean-Noel Rouvignac
OPENDJ-1545 Remove Workflow, NetworkGroups and related attempts at building...
tree@ 977d28 commitdiff
22.08.2014 Jean-Noel Rouvignac
OPENDJ-1545 Remove Workflow, NetworkGroups and related attempts at building...
tree@ 572030 commitdiff
22.28.2014 Jean-Noel Rouvignac
AutoRefactored: Collapsed if statements and inverted equals().
tree@ 772c28 commitdiff
22.47.2014 Jean-Noel Rouvignac
Code cleanup.
tree@ 824258 commitdiff
21.43.2014 Jean-Noel Rouvignac
Autorefactored removing default values for field initializers
tree@ 308ce7 commitdiff
21.39.2014 Jean-Noel Rouvignac
Autorefactored removing default values for field initializers
tree@ 6771bc commitdiff
21.32.2014 Jean-Noel Rouvignac
OPENDJ-1596 Ensure OpenDS oids get associated with OpenDS origin and string...
tree@ 30a99f commitdiff
21.49.2014 Jean-Noel Rouvignac
AutoRefactored boolean conditions
tree@ adee4b commitdiff
21.48.2014 Jean-Noel Rouvignac
Make Checkstyle happy again
tree@ d41c6e commitdiff
21.31.2014 Mark Craig
Fix example that allows injection attacks
tree@ be2e2c commitdiff
21.09.2014 Jean-Noel Rouvignac
AutoRefactored Strings.
tree@ b9e8d5 commitdiff
21.35.2014 Jean-Noel Rouvignac
AutoRefactored to use of String.contains().
tree@ 63fc7b commitdiff
21.13.2014 Jean-Noel Rouvignac
OPENDJ-1606 (CR-4909) ConcurrentModificationException while performing modi...
tree@ ef83d1 commitdiff
21.46.2014 Jean-Noel Rouvignac
OPENDJ-1606 (CR-4909) ConcurrentModificationException while performing modi...
tree@ 9bf63e commitdiff
21.29.2014 Jean-Noel Rouvignac
Remove aborted attempt at mavenizing OpenDJ server build
tree@ 7e1d81 commitdiff
21.28.2014 Jean-Noel Rouvignac
Remove aborted attempt at mavenizing OpenDJ server build
tree@ 583b8c commitdiff
20.43.2014 Jean-Noel Rouvignac
Code cleanup
tree@ c35cb1 commitdiff
20.22.2014 Jean-Noel Rouvignac
Fixed formatting issues that checkstyle complained about. (I forgot to run ...
tree@ 5c9a98 commitdiff
20.54.2014 Jean-Noel Rouvignac
AutoRefactored removing unnecessary local variable/dead store before return.
tree@ 57c412 commitdiff
20.46.2014 Jean-Noel Rouvignac
AutoRefactored modifier's order + removed useless modifiers implied by context
tree@ 66be6c commitdiff
20.15.2014 Jean-Noel Rouvignac
AutoRefactored modifier's order.
tree@ 28dd8d commitdiff
20.11.2014 Jean-Noel Rouvignac
Autorefactored simplifying expressions: - removed useless parentheses - add...
tree@ b30f40 commitdiff
17.44.2014 Nicolas Capponi
Update CoreSchema class to be consistent with CoreSchemaImpl class
tree@ d90fd7 commitdiff
17.20.2014 Gaetan Boismal
OPENDJ-1549: xxxrate tools warmup duration does not clear etimes * com.forg...
tree@ ecb51e commitdiff
16.56.2014 Nicolas Capponi
OPENDJ-1592 Retrieve time-based matching rules by OID in tests
tree@ 13ccff commitdiff
16.51.2014 Nicolas Capponi
OPENDJ-1590 CR-4861 Add collation matching rules to SDK Core Schema
tree@ da39f4 commitdiff
16.10.2014 Jean-Noel Rouvignac
AutoRefactored primitive wrappers, StringBuilders and Strings.
tree@ e346d9 commitdiff
16.55.2014 Jean-Noel Rouvignac
AutoRefactored to Hotspot intrinsiced APIs. Manually converted System.array...
tree@ 7dd649 commitdiff
16.30.2014 Jean-Noel Rouvignac
AutoRefactored for the use of Collection.addAll().
tree@ 13d1b7 commitdiff
16.03.2014 Jean-Noel Rouvignac
Converted opendj3 code to use SearchRequest like API
tree@ 405ac1 commitdiff
16.03.2014 Jean-Noel Rouvignac
Converted opendj3 code to use SearchRequest like API
tree@ ef637a commitdiff
16.41.2014 Jean-Noel Rouvignac
Converted opendj3 code to use SearchRequest like API
tree@ 910f75 commitdiff
16.16.2014 Jean-Noel Rouvignac
Converted opendj3 code to use SearchRequest like API
tree@ f4fa5a commitdiff
16.47.2014 Jean-Noel Rouvignac
Changed "objectclass=*" filters to the more correct "(objectclass=*)".
tree@ c4eadd commitdiff
16.30.2014 Jean-Noel Rouvignac
SortOrder.java: Used varargs for second constructor.
tree@ 3ba02e commitdiff
15.40.2014 Jean-Noel Rouvignac
ModelUtils.java: Code deduplication and cleanup.
tree@ 023cb0 commitdiff
15.39.2014 Jean-Noel Rouvignac
Converted opendj3 code to use SearchRequest like API
tree@ d24466 commitdiff
15.17.2014 Jean-Noel Rouvignac
AutoRefactored comments/javadocs on OpenDJ SDK
tree@ 687099 commitdiff
15.43.2014 Jean-Noel Rouvignac
(CR-4811) Converted opendj3 code to use SearchRequest like API
tree@ 62b134 commitdiff
15.07.2014 Jean-Noel Rouvignac
AbstractSubstringMatchingRuleImpl.java: In DefaultSubstringAssertion.create...
tree@ ec288d commitdiff
first | « prev | next »