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

Jean-Noel Rouvignac
14.07.2015 e690a8c8f26e834682dd4f65fd96e1dc7bfc3b05
14.07.2015 Jean-Noel Rouvignac
OPENDJ-1724 (CR-5789) Persistit: add support for verify-indexes
tree@ e690a8 commitdiff
14.53.2015 Jean-Noel Rouvignac
OPENDJ-1724 (CR-5789) Persistit: add support for verify-indexes
tree@ b0420c commitdiff
14.43.2015 Gaetan Boismal
Comments cleanup.
tree@ a29454 commitdiff
14.33.2015 Gaetan Boismal
OPENDJ-1652 (CR-5591) Add fluent builder for object class
tree@ cc1f99 commitdiff
13.50.2015 Jean-Noel Rouvignac
OPENDJ-1724 Persistit: add support for verify-indexes
tree@ bf4293 commitdiff
13.25.2015 Jean-Noel Rouvignac
Code cleanup
tree@ 2e1b22 commitdiff
13.34.2015 Jean-Noel Rouvignac
Removed now duplicate class.
tree@ 2c365d commitdiff
13.11.2015 Jean-Noel Rouvignac
ConfigChangeResult.java: Added setResultCodeIfSuccess() to mirror what is i...
tree@ d4d0aa commitdiff
13.57.2015 Jean-Noel Rouvignac
Updated opendj-server code after changes to the SDK in r11554.
tree@ 22a104 commitdiff
13.01.2015 Jean-Noel Rouvignac
Code cleanup
tree@ f65e95 commitdiff
13.44.2015 Jean-Noel Rouvignac
Code cleanup
tree@ 435382 commitdiff
12.39.2015 Mark Craig
CR-5771 OPENDJ-1695 Improve REST queryFilter documentation
tree@ 5f4933 commitdiff
12.38.2015 Mark Craig
CR-5771 OPENDJ-1695 Improve REST queryFilter documentation
tree@ c24a35 commitdiff
05.22.2015 Jean-Noel Rouvignac
Remove getBaseDNString() methods.
tree@ b71a91 commitdiff
05.56.2015 Jean-Noel Rouvignac
Importer.java: In addDN() and isDNMatched(), changed DatabaseEntry paramete...
tree@ f41aa6 commitdiff
05.12.2015 Jean-Noel Rouvignac
Removed unused import static org.opends.server.util.StaticUtils.*;
tree@ cad9f2 commitdiff
05.11.2015 Jean-Noel Rouvignac
DraftCNData.java: In the constructor, directly accept a DN instead of a Str...
tree@ ead731 commitdiff
05.28.2015 Mark Craig
CR-5768 OPENDJ-1691 Fix misleading ACI targets doc
tree@ d1e270 commitdiff
05.26.2015 Mark Craig
CR-5768 OPENDJ-1691 Fix misleading ACI targets doc
tree@ 8adbcd commitdiff
02.42.2015 Nicolas Capponi
OPENDJ-1585 Re-implement DN normalization in server
tree@ 39cfb7 commitdiff
02.42.2015 Nicolas Capponi
Fix script to update copyright section in files
tree@ effcf6 commitdiff
30.55.2014 Nicolas Capponi
Code cleanup : remove unused constant and method
tree@ 9da7f8 commitdiff
30.44.2014 Nicolas Capponi
Add ByteString.toPercentHexString() method Remove ByteString.toHexString(ch...
tree@ d0d903 commitdiff
24.01.2014 Jean-Noel Rouvignac
Code cleanup
tree@ 6d1ebe commitdiff
24.57.2014 Jean-Noel Rouvignac
ImportTask.java: In runTask(), extracted method toAttributeTypes(). Fixed s...
tree@ 177d3d commitdiff
23.10.2014 Jean-Noel Rouvignac
OPENDJ-1706 Persistit: online import fails with NPE
tree@ 6578b8 commitdiff
23.04.2014 Jean-Noel Rouvignac
Code cleanup
tree@ e522dd commitdiff
23.44.2014 Matthew Swift
OPENDJ-1713: Persistit: dsconfig configuration properties have no effect
tree@ 7c39b4 commitdiff
23.55.2014 Nicolas Capponi
OPENDJ-1680 Set file-based changelog as default
tree@ 5270dd commitdiff
23.47.2014 Jean-Noel Rouvignac
BackendConfigManager.java: In applyConfiguration*(), replaced the triplet (...
tree@ b534b6 commitdiff
23.39.2014 Nicolas Capponi
OPENDJ-1690 CR-5724 Fix file-based changelog purging
tree@ 0fbd27 commitdiff
23.18.2014 Jean-Noel Rouvignac
PersistItStorage.java: Removed FIXME because now we know there is actually ...
tree@ 62a556 commitdiff
23.40.2014 Jean-Noel Rouvignac
Do not specify the comparator and rely on ByteString natural ordering.
tree@ c91fb5 commitdiff
23.54.2014 Jean-Noel Rouvignac
ImportTask.java: Code cleanup + AutoRefactor.
tree@ 0cb16b commitdiff
23.53.2014 Matthew Swift
Fix formatting in PersistItStorage.java
tree@ aaefc5 commitdiff
23.42.2014 Matthew Swift
OPENDJ-1710: NPE performing deletes and potentially other indexed updates a...
tree@ 7379a9 commitdiff
23.13.2014 Matthew Swift
OPENDJ-1710: NPE performing deletes and potentially other indexed updates a...
tree@ 8ce2cc commitdiff
22.03.2014 Matthew Swift
OPENDJ-1710: NPE performing deletes and potentially other indexed updates a...
tree@ 8dc42d commitdiff
22.33.2014 Jean-Noel Rouvignac
Storage.java: In read() and write(), renamed the parameters to match their ...
tree@ a256cb commitdiff
22.30.2014 Jean-Noel Rouvignac
NotImplementedException.java: REMOVED
tree@ b91397 commitdiff
22.21.2014 Jean-Noel Rouvignac
OPENDJ-1707 Persistit: various import problems
tree@ f87c24 commitdiff
22.11.2014 Jean-Noel Rouvignac
OPENDJ-1707 Persistit: various import problems Code review: Matthew Swift
tree@ 491d49 commitdiff
22.19.2014 Matthew Swift
Fix OPENDJ-1709: Persistit: ldapsearch returns second entry twice
tree@ db02e3 commitdiff
22.46.2014 Jean-Noel Rouvignac
Fixed typos + formatting
tree@ 9e4bbd commitdiff
22.19.2014 Jean-Noel Rouvignac
Improved code readability.
tree@ e096e6 commitdiff
22.15.2014 Jean-Noel Rouvignac
Code cleanup
tree@ c96788 commitdiff
19.49.2014 Jean-Noel Rouvignac
OPENDJ-1602 New pluggable storage based backend
tree@ 83e791 commitdiff
19.52.2014 Jean-Noel Rouvignac
OPENDJ-1602 New pluggable storage based backend
tree@ c812ed commitdiff
19.36.2014 Matthew Swift
OPENDJ-1602 (CR-5566) New pluggable storage based backend
tree@ 0b5da0 commitdiff
19.36.2014 Matthew Swift
OPENDJ-1602 (CR-5566) New pluggable storage based backend
tree@ ee5139 commitdiff
first | « prev | next »