- branches/
- opends1/
- tags/
- trunk/
- README
Stats
Commits this week: 14
| Total Committers: | 59 |
|---|---|
| Last Commit: | 22 Feb |
| Commits this week: | 14 |
| Total Lines of Code (LoC): | 2,855,888 |
| Net change in LoC this week: | 1,239 |
Line History
Commit Activity
52 week commits volume
Commits by day
Commits by hour
Commit calendar
Most active committers (90 days)
trunk
matthew
Fix OPENDJ-409: Add support for optimistic concurrency control via ETag-like attributes
Implement a new virtual attribute which automatically generates etags based on either the Adler-32 or CRC-32 algorithms.
Implement a new virtual attribute which automatically generates etags based on either the Adler-32 or CRC-32 algorithms.
added 4 files and modified 6 files
- … 5 more files in changeset.
matthew
Fix OPENDJ-181: DirectoryException provided value has an invalid length for a UUID
Generate entryUUID if none is present using the same algorithm as the virtual attribute provider.
Generate entryUUID if none is present using the same algorithm as the virtual attribute provider.
deleted from
LDAPReplicationDomain.java and modified 2 java files
matthew
Initial cleanup work for OPENDJ-181: DirectoryException provided value has an invalid length for a UUID
Use consistent naming for methods and variables which refer to entryUUIDs.
Use consistent naming for methods and variables which refer to entryUUIDs.
changed 25
java files
- … 20 more files in changeset.
Mark
Thanks to Danny Turner for noticing that 2.4.4 was missing from the news page.
modified
news.xml
matthew
Attach DSML gateway to Maven artifacts
added to
pom.xml
matthew
Finally figure out Maven voodoo to get opendmk property passed to release:perform
added to
pom.xml
Mark
Mark
Fix for COMMWEB-45: IE 8 seems to require DOCTYPE declaration in HTML to interpret CSS correctly
modified
pom.xml
matthew
Revert previous opendmk property change...grrrr....
modified
build.properties
matthew
Make opendmk property a comment in order to prevent it from overriding command line setting
modified
build.properties
matthew
Fix OPENDJ-422: Concurrent writes of large LDAP messages can become interleaved
Grizzly 2.1.9 released.
Grizzly 2.1.9 released.
modified
pom.xml
Mark
Simplify example as suggested by Danny Turner
Also adjust stylesheet to fix date generation
Also adjust stylesheet to fix date generation
added to
manpages.xsl and modified 2 files
matthew
Fix OPENDJ-422: Concurrent writes of large LDAP messages can become interleaved
* switch to Grizzly 2.1.9-SNAPSHOT
* use FilterChainBuilder to rebuild filter chain when SASL/TLS layers are added
* improve synchronization in LDAP client connection implementation.
* switch to Grizzly 2.1.9-SNAPSHOT
* use FilterChainBuilder to rebuild filter chain when SASL/TLS layers are added
* improve synchronization in LDAP client connection implementation.
deleted
SynchronizedConnection.java and modified 7 files
- … 3 more files in changeset.
matthew
Additional fix for OPENDJ-420: Rare SSLExceptions while handling LDAPS connections and big LDAP searches
Fix unit test hang on Mac: Repeatedly read until all available data is read or some data has been unwrapped.
Fix unit test hang on Mac: Repeatedly read until all available data is read or some data has been unwrapped.
modified 2
java files
Ludovic Poitou
Code cleanup, following FindBugs and Netbeans advices.
modified
OfflineInstaller.java
Ludovic Poitou
Code cleanup, following FindBugs and Netbeans advices.
modified
PluginConfigManager.java
Ludovic Poitou
Code cleanup.
modified
LDAPAuthenticationHandler.java
Ludovic Poitou
Code and Typo cleanup. Some reformatting included.
modified
TopologyCache.java
Ludovic Poitou
Code and Typo cleanup.
modified
ADSContext.java
Ludovic Poitou
Code and Typo cleanup.
modified
ConnectionUtils.java
Ludovic Poitou
Fix issue OPENDJ-423: Single AND component filter causes an uncatch exception in ECL (ECLSearchOperation.java:1467).
Also fix a few typos and comments
Also fix a few typos and comments
modified
ECLSearchOperation.java
Ludovic Poitou
Fix issue OPENDJ-423: Single AND component filter causes an uncatch exception in ECL (ECLSearchOperation.java:1467).
Check that an AND filter has components before processing them.
Also includes minor cleanup.
Check that an AND filter has components before processing them.
Also includes minor cleanup.
modified
ECLSearchOperation.java
Ludovic Poitou
Code cleanup based on FindBugs and Netbeans advice
modified
WebStartInstaller.java
Ludovic Poitou
Fix minor typo in access log as well as clean code.
modified
TextAccessLogPublisher.java
matthew
[maven-release-plugin] prepare for next development iteration
modified
pom.xml
matthew
[maven-release-plugin] prepare release 3.0.0-M2
modified
pom.xml
gary.williams
Fix account activation in future functional test
modified
security_account_expiration.xml
matthew
Fix OPENDJ-420: Rare SSLExceptions while handling LDAPS connections and big LDAP searches
Correct a couple of minor typos in the comments.
Correct a couple of minor typos in the comments.
modified
TLSByteChannel.java
matthew
Fix OPENDJ-420: Rare SSLExceptions while handling LDAPS connections and big LDAP searches
Re-implement SASL and TLS byte channel support including:
* handle SSL application and packet buffer size changes
* introduce finer grained locking so that reads and writes can be performed concurrently
* handle incoming SASL packets which are bigger than the negotiated buffer size.
Re-implement SASL and TLS byte channel support including:
* handle SSL application and packet buffer size changes
* introduce finer grained locking so that reads and writes can be performed concurrently
* handle incoming SASL packets which are bigger than the negotiated buffer size.
modified 9
java files
- … 4 more files in changeset.
Mark
Repair discrepancies noticed by Danny Turner
modified 2 files
