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

Jean-Noel Rouvignac
21.47.2013 d13f4bb71bcd9e903cd87e6f2625a9f8dc1b5ed6
13.07.2013 Jean-Noel Rouvignac
AttrHistoricalSingle.java: In getValuesHistorical(), simplified the code by...
tree@ 957bdd commitdiff
06.42.2013 Ludovic Poitou
Delete SocketSession which was only referenced and not used in unit-tests.
tree@ d81726 commitdiff
02.09.2013 Chris Ridd
Add javadoc
tree@ c77a55 commitdiff
02.07.2013 Chris Ridd
CR-1612 Fix OPENDJ-886 connected-to attributes under cn=monitor are wrong w...
tree@ 5f04e2 commitdiff
01.23.2013 Chris Ridd
CR-1632 Fix OPENDJ-888 Maintaining ds-sync-hist for a large group is ineffi...
tree@ 4c7b80 commitdiff
01.19.2013 Chris Ridd
Back out commits 8812-8814
tree@ f41aab commitdiff
30.09.2013 Jean-Noel Rouvignac
AttrHistoricalMultiple.java, AttrHistoricalSingle.java: Fixed Checkstyle is...
tree@ cd1b83 commitdiff
30.50.2013 Jean-Noel Rouvignac
Made code more generic: Used Map instead of HashMap in method signatures.
tree@ 369d43 commitdiff
29.07.2013 Chris Ridd
CR-1620 Partial fix OPENDJ-888 Maintaining ds-sync-hist for a large group i...
tree@ da7eec commitdiff
26.36.2013 Ludovic Poitou
Fix nightly test failure, following my previous replication cleanup. The te...
tree@ 6a20f6 commitdiff
24.44.2013 Ludovic Poitou
Replication Cleanup.
tree@ 46fd94 commitdiff
15.42.2013 Chris Ridd
Fix OPENDJ-867 Cannot enable debug logging in ReplicationBroker
tree@ de49bc commitdiff
15.13.2013 Ludovic Poitou
Spring cleanup in ECL. Fix typos, comments, warnings, I18N mess and overall...
tree@ bf7c53 commitdiff
04.16.2013 Ludovic Poitou
Another set of code cleanup, fixing typos.
tree@ b6baf9 commitdiff
26.57.2013 Jean-Noel Rouvignac
OPENDJ-832 Leverage the work queue for processing requests received on the ...
tree@ 693421 commitdiff
07.59.2013 Ludovic Poitou
Fix typo and code simplification
tree@ fd853c commitdiff
07.18.2013 Ludovic Poitou
Fix typos in comment, as well as refactor multi-line comments into blocks, ...
tree@ 4d16c6 commitdiff
06.03.2013 Jean-Noel Rouvignac
OPENDJ-66 (CR-1368) DS does not failover between replication servers in dif...
tree@ 990c9f commitdiff
06.57.2013 Jean-Noel Rouvignac
OPENDJ-66 DS does not failover between replication servers in different gro...
tree@ 21dd86 commitdiff
05.01.2013 Jean-Noel Rouvignac
OPENDJ-66 (CR-1365) DS does not failover between replication servers in dif...
tree@ 408988 commitdiff
05.50.2013 Jean-Noel Rouvignac
OPENDJ-66 (CR-1365) DS does not failover between replication servers in dif...
tree@ 950cfb commitdiff
05.13.2013 Chris Ridd
Fix OPENDJ-765 Modify with replace attr=value and delete attr gets misrecor...
tree@ ac4c15 commitdiff
20.11.2013 Chris Ridd
Fix OPENDJ-765 Modify with replace attr=value and delete attr gets misrecor...
tree@ c1a7e2 commitdiff
20.52.2013 Jean-Noel Rouvignac
Fixed javadoc errors, unnecessary semicolons, useless imports
tree@ 3398f3 commitdiff
22.21.2012 Ludovic Poitou
Code cleanup after running Findbugs. Remove useless initializations, useles...
tree@ 15a0d1 commitdiff
22.12.2012 Ludovic Poitou
Minor cleanup, use StringBuilder instead of StringBuffer
tree@ 0e8cd3 commitdiff
19.07.2012 Matthew Swift
Fix OPENDJ-506: NoSuchElementException thrown during replication in java.ut...
tree@ 457fb7 commitdiff
19.51.2012 Matthew Swift
Initial cleanup for OPENDJ-506: NoSuchElementException thrown during replic...
tree@ 9e64ce commitdiff
29.05.2012 Ludovic Poitou
Fix OPENDJ-508 - Searches that rely on searchable virtual attribute may be ...
tree@ 2fe585 commitdiff
24.18.2012 Ludovic Poitou
Fix OPENDJ-469. This last commit resolves issues with the Nightly tests.
tree@ 307ca5 commitdiff
17.22.2012 Ludovic Poitou
Now that validateSchema defaults to true in the LDIFImportConfig class, it ...
tree@ 270f7e commitdiff
29.59.2012 Matthew Swift
Fix OPENDJ-457: Sleeping replication threads prevent server from shutting down
tree@ 905277 commitdiff
20.19.2012 Matthew Swift
Fix OPENDJ-457: Sleeping replication threads prevent server from shutting down
tree@ e131e3 commitdiff
07.00.2012 Matthew Swift
Fix OPENDJ-398: Misleading replication messages: "Replication server XXXX w...
tree@ fadd91 commitdiff
06.05.2012 Matthew Swift
Add SuppressWarnings directive to avoid compilation warning.
tree@ b71544 commitdiff
21.15.2012 Matthew Swift
Fix OPENDJ-181: DirectoryException provided value has an invalid length for...
tree@ d2d863 commitdiff
21.49.2012 Matthew Swift
Initial cleanup work for OPENDJ-181: DirectoryException provided value has ...
tree@ c8b116 commitdiff
26.51.2012 Matthew Swift
Minor code cleanup.
tree@ d98954 commitdiff
23.51.2012 Matthew Swift
Fix OPENDJ-410: Frequent corruption in ds-sync-hist ordering index
tree@ 60eebe commitdiff
11.47.2012 Matthew Swift
Fix OPENDJ-401: Replication fails with Java 7.
tree@ 057a56 commitdiff
05.37.2012 Ludovic Poitou
Spring cleaning ! Fix minor issues and optimizations suggested by FindBugs ...
tree@ 55b437 commitdiff
23.41.2011 Ludovic Poitou
Fix minor issues, optimizations detected by FindBugs.
tree@ a1634f commitdiff
23.23.2011 Ludovic Poitou
Fix minor issues detected by FindBugs.
tree@ e2e55f commitdiff
23.20.2011 Ludovic Poitou
Fix minor optimization proposed by FindBugs.
tree@ 60139f commitdiff
23.18.2011 Ludovic Poitou
Fix minor optimization proposed by FindBugs.
tree@ 9246fe commitdiff
11.17.2011 Matthew Swift
Fix OPENDJ-310: Replicated changes to referral entries are not applied on r...
tree@ c6fdf4 commitdiff
07.09.2011 Matthew Swift
Fix OPENDJ-115: Make replication connection timeouts and various monitoring...
tree@ ce949f commitdiff
05.25.2011 Matthew Swift
Fix OPENDJ-65: Host domain name lost from FQDN while enabling replication f...
tree@ 942de6 commitdiff
12.52.2011 Ludovic Poitou
Fix to OPENDJ-274, resolve remaining nightly unit test failure with modific...
tree@ 06757d commitdiff
09.36.2011 Ludovic Poitou
Tidy-up code (method names case)
tree@ 2ef75b commitdiff
first | « prev | next »