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

Jean-Noel Rouvignac
17.49.2013 996c7a8c60d184d6a6205c63f035ab8eb0bedea3
07.53.2013 Matthew Swift
OPENDJ-1116 Introduce abstraction for the changelog DB
tree@ c75242 commitdiff
04.57.2013 Jean-Noel Rouvignac
OPENDJ-1169 (CR-2438) Exception/error lost when logging ERR_LOOP_REPLAYING_...
tree@ b8cc8a commitdiff
30.12.2013 Jean-Noel Rouvignac
Various little changes.
tree@ 4102cd commitdiff
26.25.2013 Jean-Noel Rouvignac
LDAPReplicationDomain.java: Undoing the rushed r9606 because: - In buildAnd...
tree@ eb6904 commitdiff
26.30.2013 Jean-Noel Rouvignac
Code cleanup.
tree@ c89f2e commitdiff
26.35.2013 Jean-Noel Rouvignac
OPENDJ-1116 Introduce abstraction for the changelog DB
tree@ 597a31 commitdiff
19.32.2013 Jean-Noel Rouvignac
OPENDJ-1116 Introduce abstraction for the changelog DB
tree@ 62ae88 commitdiff
18.17.2013 Jean-Noel Rouvignac
OPENDJ-1116 Introduce abstraction for the changelog DB
tree@ 20396b commitdiff
04.20.2013 Jean-Noel Rouvignac
FractionalLDIFImportPlugin.java: In flushFractionalConfigIntoEntry(), chang...
tree@ e56ef6 commitdiff
04.48.2013 Jean-Noel Rouvignac
LDAPReplicationDomain.java: Fixed a small bug that I introduced in the prev...
tree@ f3be7b commitdiff
04.03.2013 Jean-Noel Rouvignac
LDAPReplicationDomain.java: In loadGenerationId(), fixed a bug. Removed all...
tree@ 5ae1a4 commitdiff
03.08.2013 Jean-Noel Rouvignac
LDAPreplicationDomain.java: Reverted if statement conditions to do early ex...
tree@ 8d855e commitdiff
02.57.2013 Jean-Noel Rouvignac
OPENDJ-1116 Introduce abstraction for the changelog DB
tree@ 02eec8 commitdiff
02.50.2013 Jean-Noel Rouvignac
Checkstyle I love you.
tree@ 6ae51c commitdiff
02.27.2013 Jean-Noel Rouvignac
Added spaces between error messages and stack traces.
tree@ 1d608e commitdiff
02.57.2013 Jean-Noel Rouvignac
Renamed: - ChangeNumber to CSN - ChangeNumberGenerator to CSNGenerator - Ch...
tree@ be4d4d commitdiff
20.19.2013 Jean-Noel Rouvignac
LDAPReplicationDomain.java: Fixed off-by-one error.
tree@ f425d3 commitdiff
20.22.2013 Jean-Noel Rouvignac
Entry.java: Extracted methods newMapIfNull(), getUserOrOperationalAttribute...
tree@ e69cae commitdiff
19.02.2013 Ludovic Poitou
Simplify via refactoring the processing within LDAPReplicationDomain's sync...
tree@ 5ecdeb commitdiff
09.41.2013 Jean-Noel Rouvignac
Fixed a test. Improved javadocs.
tree@ ce6346 commitdiff
07.04.2013 Matthew Swift
Rename ServerState.getMaxChangeNumber(int) to ServerState.getChangeNumber(i...
tree@ f59968 commitdiff
02.31.2013 Jean-Noel Rouvignac
serviceId => baseDN (To make the code less confusing)
tree@ 3eebbe commitdiff
10.43.2013 Chris Ridd
Fix comments
tree@ 351212 commitdiff
03.39.2013 Jean-Noel Rouvignac
EntryHistorical.java: In encodeAndPurge(), made the code more readable by e...
tree@ 498c6e commitdiff
03.43.2013 Ludovic Poitou
Fix typos in comments
tree@ 0855df commitdiff
03.41.2013 Ludovic Poitou
Fix typos in comments
tree@ 7ad773 commitdiff
03.03.2013 Jean-Noel Rouvignac
AttrHistoricalMultiple.java: Added javadocs explaining the use of collectio...
tree@ 269e03 commitdiff
28.11.2013 Jean-Noel Rouvignac
PendingChanges.java: Added comments.
tree@ c88934 commitdiff
28.46.2013 Jean-Noel Rouvignac
PendingChanges.java: Removed methods starting with '_', and replaced them w...
tree@ b89944 commitdiff
27.58.2013 Jean-Noel Rouvignac
*.java: More javadoc/code cleanup. Switched (excluded)serviceIDs/excludedDo...
tree@ 4c42c9 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.43.2013 Matthew Swift
Fix OPENDJ-992: JE environment failure (LOG_FILE_NOT_FOUND) after upgrading...
tree@ afcb52 commitdiff
04.06.2013 Matthew Swift
Fix unit test regression introduced in previous fix for OPENDJ-866 (Local R...
tree@ 99d61d commitdiff
13.07.2013 Jean-Noel Rouvignac
AttrHistoricalSingle.java: In getValuesHistorical(), simplified the code by...
tree@ 126b6a 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
24.44.2013 Ludovic Poitou
Replication Cleanup.
tree@ 791840 commitdiff
26.57.2013 Jean-Noel Rouvignac
OPENDJ-832 Leverage the work queue for processing requests received on the ...
tree@ 376189 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
22.21.2012 Ludovic Poitou
Code cleanup after running Findbugs. Remove useless initializations, useles...
tree@ 36f156 commitdiff
24.18.2012 Ludovic Poitou
Fix OPENDJ-469. This last commit resolves issues with the Nightly tests.
tree@ 4a3b49 commitdiff
29.59.2012 Matthew Swift
Fix OPENDJ-457: Sleeping replication threads prevent server from shutting down
tree@ 346fa9 commitdiff
first | « prev | next »