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

Jean-Noel Rouvignac
27.45.2013 d2582b94f9245a3c138ba8be15c1a09f6f565c9a
27.45.2013 Jean-Noel Rouvignac
DbHandler.java, ReplicationDB.java: Fixed checkstyle issues.
tree@ d2582b commitdiff
27.43.2013 Jean-Noel Rouvignac
DbHandler.java, ReplicationDB.java: Javadoc / code cleanups.
tree@ d1329a commitdiff
26.10.2013 Jean-Noel Rouvignac
LDAPReplicationDomain.java: Used interfaces instead of concrete classes.
tree@ b00780 commitdiff
26.19.2013 Jean-Noel Rouvignac
LDAPReplicationDomain: Fixed typos. In findAndRenameChild(), removed a usel...
tree@ 0ae977 commitdiff
24.22.2013 Jean-Noel Rouvignac
OPENDJ-885 Replication replay may lose changes if it can't acquire a writeLock
tree@ bb425a commitdiff
24.20.2013 Jean-Noel Rouvignac
OPENDJ-885 (CR-1909) Replication replay may lose changes if it can't acquir...
tree@ 8c8415 commitdiff
20.02.2013 Ludovic Poitou
Fix for OPENDJ-846, Intermittent Replication failure. The issue was trigger...
tree@ a32bc8 commitdiff
20.44.2013 Matthew Swift
Fix OPENDJ-943: Replication purge of changelogDb fails to keep up with changes
tree@ 313082 commitdiff
20.43.2013 Matthew Swift
Fix OPENDJ-992: JE environment failure (LOG_FILE_NOT_FOUND) after upgrading...
tree@ afcb52 commitdiff
19.36.2013 Matthew Swift
Fix OPENDJ-986: Exception when reading messages from Replication server RS
tree@ 6c857f commitdiff
10.25.2013 Matthew Swift
Fix OPENDJ-951: Reduce size and frequency of replication MonitorMsg
tree@ 64b56e commitdiff
07.02.2013 Matthew Swift
Partial fix for OPENDJ-951: Reduce size and frequency of replication Monito...
tree@ de4b34 commitdiff
04.06.2013 Matthew Swift
Fix unit test regression introduced in previous fix for OPENDJ-866 (Local R...
tree@ 99d61d commitdiff
04.15.2013 Matthew Swift
Initial work for re-opened OPENDJ-866: Local RS is named differently to rem...
tree@ 4ea917 commitdiff
03.13.2013 Matthew Swift
Fix OPENDJ-866 Local RS is named differently to remote RS under cn=replicat...
tree@ 9357fb commitdiff
31.25.2013 Matthew Swift
Fix for OPENDJ-875: Use of hostnames in replication protocol causes failove...
tree@ 30cdad commitdiff
31.07.2013 Matthew Swift
Additional fix for OPENDJ-875: Use of hostnames in replication protocol cau...
tree@ 27ec8a commitdiff
30.38.2013 Matthew Swift
Partial fix for OPENDJ-875: Use of hostnames in replication protocol causes...
tree@ 3e4eef commitdiff
13.07.2013 Jean-Noel Rouvignac
AttrHistoricalSingle.java: In getValuesHistorical(), simplified the code by...
tree@ 126b6a commitdiff
06.42.2013 Ludovic Poitou
Delete SocketSession which was only referenced and not used in unit-tests.
tree@ af14c9 commitdiff
02.09.2013 Chris Ridd
Add javadoc
tree@ 206a03 commitdiff
02.07.2013 Chris Ridd
CR-1612 Fix OPENDJ-886 connected-to attributes under cn=monitor are wrong w...
tree@ 2399f6 commitdiff
01.23.2013 Chris Ridd
CR-1632 Fix OPENDJ-888 Maintaining ds-sync-hist for a large group is ineffi...
tree@ 65f8f1 commitdiff
01.19.2013 Chris Ridd
Back out commits 8812-8814
tree@ 8ca747 commitdiff
30.09.2013 Jean-Noel Rouvignac
AttrHistoricalMultiple.java, AttrHistoricalSingle.java: Fixed Checkstyle is...
tree@ b25f22 commitdiff
30.50.2013 Jean-Noel Rouvignac
Made code more generic: Used Map instead of HashMap in method signatures.
tree@ 0a362c commitdiff
29.07.2013 Chris Ridd
CR-1620 Partial fix OPENDJ-888 Maintaining ds-sync-hist for a large group i...
tree@ a24641 commitdiff
26.36.2013 Ludovic Poitou
Fix nightly test failure, following my previous replication cleanup. The te...
tree@ 0aeaf2 commitdiff
24.44.2013 Ludovic Poitou
Replication Cleanup.
tree@ 791840 commitdiff
15.42.2013 Chris Ridd
Fix OPENDJ-867 Cannot enable debug logging in ReplicationBroker
tree@ d295dc commitdiff
15.13.2013 Ludovic Poitou
Spring cleanup in ECL. Fix typos, comments, warnings, I18N mess and overall...
tree@ c2e1e9 commitdiff
04.16.2013 Ludovic Poitou
Another set of code cleanup, fixing typos.
tree@ 4106db commitdiff
26.57.2013 Jean-Noel Rouvignac
OPENDJ-832 Leverage the work queue for processing requests received on the ...
tree@ 376189 commitdiff
07.59.2013 Ludovic Poitou
Fix typo and code simplification
tree@ 4d08e5 commitdiff
07.18.2013 Ludovic Poitou
Fix typos in comment, as well as refactor multi-line comments into blocks, ...
tree@ 5f5584 commitdiff
06.03.2013 Jean-Noel Rouvignac
OPENDJ-66 (CR-1368) DS does not failover between replication servers in dif...
tree@ 4b02c5 commitdiff
06.57.2013 Jean-Noel Rouvignac
OPENDJ-66 DS does not failover between replication servers in different gro...
tree@ 6b6ac4 commitdiff
05.01.2013 Jean-Noel Rouvignac
OPENDJ-66 (CR-1365) DS does not failover between replication servers in dif...
tree@ 74d7bb commitdiff
05.50.2013 Jean-Noel Rouvignac
OPENDJ-66 (CR-1365) DS does not failover between replication servers in dif...
tree@ a5348c commitdiff
05.13.2013 Chris Ridd
Fix OPENDJ-765 Modify with replace attr=value and delete attr gets misrecor...
tree@ 4e1442 commitdiff
20.11.2013 Chris Ridd
Fix OPENDJ-765 Modify with replace attr=value and delete attr gets misrecor...
tree@ 69cf94 commitdiff
20.52.2013 Jean-Noel Rouvignac
Fixed javadoc errors, unnecessary semicolons, useless imports
tree@ c160e0 commitdiff
22.21.2012 Ludovic Poitou
Code cleanup after running Findbugs. Remove useless initializations, useles...
tree@ 36f156 commitdiff
22.12.2012 Ludovic Poitou
Minor cleanup, use StringBuilder instead of StringBuffer
tree@ 99d4b5 commitdiff
19.07.2012 Matthew Swift
Fix OPENDJ-506: NoSuchElementException thrown during replication in java.ut...
tree@ afa208 commitdiff
19.51.2012 Matthew Swift
Initial cleanup for OPENDJ-506: NoSuchElementException thrown during replic...
tree@ fb6704 commitdiff
29.05.2012 Ludovic Poitou
Fix OPENDJ-508 - Searches that rely on searchable virtual attribute may be ...
tree@ 95a516 commitdiff
24.18.2012 Ludovic Poitou
Fix OPENDJ-469. This last commit resolves issues with the Nightly tests.
tree@ 4a3b49 commitdiff
17.22.2012 Ludovic Poitou
Now that validateSchema defaults to true in the LDIFImportConfig class, it ...
tree@ 29e110 commitdiff
29.59.2012 Matthew Swift
Fix OPENDJ-457: Sleeping replication threads prevent server from shutting down
tree@ 346fa9 commitdiff
first | « prev | next »