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

Ludovic Poitou
08.26.2013 161fa81eb1a6a9f0d647966ee38acb36d6ad00dd
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
20.19.2012 Matthew Swift
Fix OPENDJ-457: Sleeping replication threads prevent server from shutting down
tree@ 33acee commitdiff
07.00.2012 Matthew Swift
Fix OPENDJ-398: Misleading replication messages: "Replication server XXXX w...
tree@ 29ad32 commitdiff
06.05.2012 Matthew Swift
Add SuppressWarnings directive to avoid compilation warning.
tree@ e936d2 commitdiff
21.15.2012 Matthew Swift
Fix OPENDJ-181: DirectoryException provided value has an invalid length for...
tree@ f0bc06 commitdiff
21.49.2012 Matthew Swift
Initial cleanup work for OPENDJ-181: DirectoryException provided value has ...
tree@ 2d1386 commitdiff
26.51.2012 Matthew Swift
Minor code cleanup.
tree@ d2c331 commitdiff
23.51.2012 Matthew Swift
Fix OPENDJ-410: Frequent corruption in ds-sync-hist ordering index
tree@ 480d1e commitdiff
11.47.2012 Matthew Swift
Fix OPENDJ-401: Replication fails with Java 7.
tree@ 33ac4c commitdiff
05.37.2012 Ludovic Poitou
Spring cleaning ! Fix minor issues and optimizations suggested by FindBugs ...
tree@ 67fe14 commitdiff
23.41.2011 Ludovic Poitou
Fix minor issues, optimizations detected by FindBugs.
tree@ ce72b8 commitdiff
23.23.2011 Ludovic Poitou
Fix minor issues detected by FindBugs.
tree@ 7fb3a2 commitdiff
23.20.2011 Ludovic Poitou
Fix minor optimization proposed by FindBugs.
tree@ 92d677 commitdiff
23.18.2011 Ludovic Poitou
Fix minor optimization proposed by FindBugs.
tree@ 2da618 commitdiff
11.17.2011 Matthew Swift
Fix OPENDJ-310: Replicated changes to referral entries are not applied on r...
tree@ 8d2124 commitdiff
07.09.2011 Matthew Swift
Fix OPENDJ-115: Make replication connection timeouts and various monitoring...
tree@ 3fa96f commitdiff
05.25.2011 Matthew Swift
Fix OPENDJ-65: Host domain name lost from FQDN while enabling replication f...
tree@ 45afb2 commitdiff
12.52.2011 Ludovic Poitou
Fix to OPENDJ-274, resolve remaining nightly unit test failure with modific...
tree@ a400ee commitdiff
09.36.2011 Ludovic Poitou
Tidy-up code (method names case)
tree@ 85f7b5 commitdiff
09.24.2011 Ludovic Poitou
Fix for OPENDJ-274. Added detection of modifications with identical ChangeN...
tree@ b360a0 commitdiff
24.04.2011 Ludovic Poitou
Fix issue OPENDJ-263 : Wrong search results when searching draft change log...
tree@ af7659 commitdiff
27.31.2011 Matthew Swift
Fix OPENDJ-245: Improve APIs for adding additional access log items to oper...
tree@ 84ca5a commitdiff
05.17.2011 Matthew Swift
Fix OPENDJ-244: Replication fails when replication server is configured for...
tree@ d85810 commitdiff
05.11.2011 Matthew Swift
Fix OPENDJ-244: Replication fails when replication server is configured for...
tree@ ad4a26 commitdiff
05.37.2011 Matthew Swift
Partial fix for OPENDJ-115: Make replication connection timeouts and variou...
tree@ ac01c6 commitdiff
04.09.2011 Ludovic Poitou
Fix for OPENDJ-223. Modify operation isn't replayed on replica exactly as o...
tree@ 89af01 commitdiff
28.55.2011 Matthew Swift
Fix OPENDJ-219 - Replication server and draft changelog DB code may attempt...
tree@ 05612f commitdiff
23.41.2011 Ludovic Poitou
Fix issue OPENDJ-213. Processing of the string based cookie was not handlin...
tree@ 3d79ba commitdiff
15.51.2011 Ludovic Poitou
Tidy up unit-tests so that not all backends are always enabled, and replica...
tree@ a130a3 commitdiff
10.34.2011 Matthew Swift
Partial fix for OPENDJ-194: Minor improvements to change log content and co...
tree@ a3f218 commitdiff
10.25.2011 Matthew Swift
Partial fix for OPENDJ-194: Minor improvements to change log content and co...
tree@ eff0d2 commitdiff
09.24.2011 Ludovic Poitou
Fix issue OPENDJ-67: Investigate ECL change number consistency across repli...
tree@ 5c87cc commitdiff
first | « prev | next »