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

Mark Craig
28.15.2013 d8353a115e28f8727dae8da1938eccf86d69d24d
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
28.54.2013 Jean-Noel Rouvignac
ChangeNumber.java: Switched Boolean to boolean. Fixed javadocs.
tree@ 789bc0 commitdiff
27.51.2013 Jean-Noel Rouvignac
DirectoryEnvironmentConfig.java: Extracted methods setPathProperty(), setBo...
tree@ 145dc1 commitdiff
27.58.2013 Jean-Noel Rouvignac
*.java: More javadoc/code cleanup. Switched (excluded)serviceIDs/excludedDo...
tree@ 4c42c9 commitdiff
27.39.2013 Christophe Sovant
Backport: Fixed for upgrade to 2.6.0
tree@ 41cd70 commitdiff
27.35.2013 Ludovic Poitou
Resource cleanup (unused messages after removal of the upgrade feature in Q...
tree@ ce3ce7 commitdiff
27.20.2013 Jean-Noel Rouvignac
Session.java, ReplicationServer.java: More javadoc/code cleanup. Removed us...
tree@ 2af0b8 commitdiff
27.45.2013 Jean-Noel Rouvignac
DbHandler.java, ReplicationDB.java: Fixed checkstyle issues.
tree@ d2582b commitdiff
27.10.2013 Christophe Sovant
Backport: Updated functional tests for 2.6 version
tree@ d26ce9 commitdiff
27.43.2013 Jean-Noel Rouvignac
DbHandler.java, ReplicationDB.java: Javadoc / code cleanups.
tree@ d1329a commitdiff
26.58.2013 Matthew Swift
Backport fix for OPENDJ-1029: Java webstart installer includes hard-coded d...
tree@ d1846e commitdiff
26.10.2013 Jean-Noel Rouvignac
LDAPReplicationDomain.java: Used interfaces instead of concrete classes.
tree@ b00780 commitdiff
26.43.2013 Jean-Noel Rouvignac
InternalClientConnection.java, InternalSearchOperation.java: Used interface...
tree@ f778ab commitdiff
26.19.2013 Jean-Noel Rouvignac
LDAPReplicationDomain: Fixed typos. In findAndRenameChild(), removed a usel...
tree@ 0ae977 commitdiff
26.01.2013 Jean-Noel Rouvignac
OPENDJ-746 ArrayIndexOutOfBoundsException during OnlineImport / Replication...
tree@ b2866b commitdiff
26.32.2013 Ludovic Poitou
Fix typos in comments
tree@ 697d4e commitdiff
26.31.2013 Ludovic Poitou
Minor editing in comments.
tree@ 538db1 commitdiff
26.31.2013 Ludovic Poitou
Minor code & comment cleanup in MemberOf Virtual Attribute Provider.
tree@ 8dcccf commitdiff
26.28.2013 Ludovic Poitou
Minor code & comment cleanup in the controlpanel code.
tree@ 63dd5e commitdiff
26.11.2013 Jean-Noel Rouvignac
Attempt at making AccessControlHandler free of references to org.opends.ser...
tree@ bdacd2 commitdiff
26.52.2013 Jean-Noel Rouvignac
Operation.java: Removed unused methods getCommonLogElements(), getRequestLo...
tree@ ef6e76 commitdiff
26.15.2013 Matthew Swift
Backport fix for OPENDJ-1026: Support the ability to specify the license fi...
tree@ cec445 commitdiff
25.47.2013 Matthew Swift
Update development version to 2.7.0.
tree@ 3a8e6e commitdiff
25.43.2013 Matthew Swift
Update development version to 2.7.0.
tree@ b4a317 commitdiff
25.12.2013 Matthew Swift
Fix OPENDJ-1014: QuickSetup: replace "OpenDJ" with "opendj" in the installa...
tree@ bb7c21 commitdiff
25.06.2013 Violette Roche-Montane
OPENDJ-1010 "upgrade --force" should not automatically accept the license
tree@ 7d4d2d commitdiff
25.16.2013 Mark Craig
OPENDJ-1011: Update install.txt and install.html
tree@ f07183 commitdiff
25.14.2013 Ludovic Poitou
Partial fix to OPENDJ-1012, CR-1912. Adjust SVR4 layout according to the ch...
tree@ bb4889 commitdiff
25.49.2013 Jean-Noel Rouvignac
Review: Matthew Swift
tree@ 76c108 commitdiff
25.09.2013 Christophe Sovant
CR-1908 Added basic stress on replicated topology and added add/del operati...
tree@ e68e5b commitdiff
25.33.2013 Jean-Noel Rouvignac
TestModifyDNOperation.java: Made the test code (hopefully) more readable.
tree@ e07401 commitdiff
25.07.2013 Jean-Noel Rouvignac
TestSynchronousRelayQueue.java: Implemented several methods, removed TODOs,...
tree@ f5f3cc commitdiff
25.06.2013 Matthew Swift
Speed up unit test by using memory backend and avoiding repeatedly clearing...
tree@ d6b014 commitdiff
25.42.2013 Matthew Swift
Fix unit test broken in commit r9044.
tree@ de7f2d commitdiff
25.41.2013 Matthew Swift
Second attempt at fixing unit tests broken in commit r9044.
tree@ d7c37a commitdiff
25.34.2013 Matthew Swift
Fix unit tests broken in commit r9044.
tree@ 80518a commitdiff
25.34.2013 Christophe Sovant
CR-1896 Uncomment replication testcase
tree@ 0457ca commitdiff
25.28.2013 Christophe Sovant
CR-1908 Added basic stress on replicated topology and added add/del operation
tree@ 373e81 commitdiff
24.12.2013 Ludovic Poitou
Fix broken build due to missing method signature change.
tree@ 57a5d1 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
24.56.2013 Jean-Noel Rouvignac
OPENDJ-885 - Replication replay may lose changes if it can't acquire a writ...
tree@ 53af64 commitdiff
24.22.2013 Jean-Noel Rouvignac
Removed unused import. Converted comments to javadocs.
tree@ 8e8d61 commitdiff
21.32.2013 Ludovic Poitou
Fix to OPENDJ-746. CR-1904. We now request IndexOutputBuffer with the space...
tree@ 09128b commitdiff
21.25.2013 Matthew Swift
Follow up fix for OPENDJ-961: Release OpenDJ SDK 2.6.0
tree@ e1473f commitdiff
21.18.2013 Violette Roche-Montane
OPENDJ-1006 Upgrade: insert new line before displaying license text - inser...
tree@ f43af8 commitdiff
21.43.2013 Mark Craig
CR-1880 Fix for OPENDJ-987: Determine what to do with links to http://opend...
tree@ 459756 commitdiff
20.16.2013 Matthew Swift
Fix OPENDJ-992: JE environment failure (LOG_FILE_NOT_FOUND) after upgrading...
tree@ 73bcbc commitdiff
20.02.2013 Ludovic Poitou
Fix for OPENDJ-846, Intermittent Replication failure. The issue was trigger...
tree@ a32bc8 commitdiff
first | « prev | next »