Moderate Activity

Commits : Listings

  Analyzed 6 days ago based on code collected 6 days ago.
Showing page 1 of 138
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merged branch '2.7.x' onto 'master'. Avatar More... 14 days ago
Added Jetty snapshots repository. Avatar More... 14 days ago
Reduced log4j logging levels. Avatar More... 14 days ago
Merged branch '2.7.x' onto 'master'. Avatar More... 14 days ago
Merged branch '2.7.x' onto 'master'. Avatar More... 14 days ago
Reverted fix for COMETD-428 (Enable configuration for "ws.minVersion" from CometdServlet's init-param (web.xml)). Avatar More... 16 days ago
Updated to Jetty 9.0.3. Avatar More... 16 days ago
Fixes COMETD-428 (Enable configuration for "ws.minVersion" from CometdServlet's init-param (web.xml)). Avatar More... 16 days ago
Fixes COMETD-424 (WebSocket HTTP headers must be case insensitive). Avatar More... 16 days ago
COMETD-430 (Allow simpler resubscriptions of dynamic subscriptions on re-handshake): guard against undefined subscriptions. Avatar More... 16 days ago
Merged branch 'oort_objects' into '2.7.x'. Avatar More... 16 days ago
Updated version to 2.7.0-SNAPSHOT. Avatar More... 16 days ago
Made lifecycled objects inherit from AbstractLifeCycle. Simplified OortMasterService by removing Chooser. Introduced default values for factories. Avatar More... 16 days ago
Now broadcasting the initial value during start(). This allows OortObjects created at runtime to synchronize with those in other nodes without the need to explicitly call setAndShare(). Avatar More... 19 days ago
Fixes COMETD-435 (Allow portable use of JSON parsing/generation). Avatar More... 19 days ago
Changed OortMap to have a hardcoded String as key. This is due to the fact that JSON can only serialize String keys. An entry in a OortMap<Long, String> would be serialized as {"0":"foo"} and deserialized as OortMap<String, String> causing ClassCastExceptions and searching for key 0 - a long - when "0" - a string - is present. Avatar More... 20 days ago
Javadocs and more tests. Avatar More... 20 days ago
Javadocs and more tests. Avatar More... 20 days ago
Reworked the API and started with Javadocs. Avatar More... 21 days ago
Introduced MarkedReference<T> in places where AtomicMarkableReference<T> was used. Avatar More... 22 days ago
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.