1. 12 Jan, 2015 2 commits
  2. 11 Jan, 2015 5 commits
    • Florian Schmaus's avatar
      Use ReentrackLock instead of Semaphore · 4158dd77
      Florian Schmaus authored
      Also decrease the size of the critical section the lock protects.
      
      Related to OF-857.
      4158dd77
    • Florian Schmaus's avatar
      Make conn final in LocalSession · 7bbfb9db
      Florian Schmaus authored
      and remove null checks.
      
      Related to OF-855.
      7bbfb9db
    • Tom Evans's avatar
      OF-863: Fix multiple NPEs in cluster mode · b1599c97
      Tom Evans authored
      This patch fixes several NullPointerExceptions that were observed in an
      cluster when running under high load and latency, including related
      issues in the BOSH connector and hazelcast plugin. Some related logging
      improvements are also included.
      
      Some of the NPEs were generated during the startup phase before the
      server was fully initialized. These have been corrected by checking
      appropriate "ready state" indicators.
      
      In general, sessions hosted in remote cluster nodes that cannot be
      addressed due to timeouts during remote task execution should be
      considered temporarily "unavailable" to the cluster member that
      initiated the call.
      b1599c97
    • Tom Evans's avatar
      OF-855: Ensure valid connection for session packets · b2c6447d
      Tom Evans authored
      Check the underlying connection for a given session before delivering a
      packet; if the connection is missing, clean up session and resend packet
      b2c6447d
    • Tom Evans's avatar
      OF-857: Synchronize I/O for C2S connection · 64c735bc
      Tom Evans authored
      Use a lock to ensure the integrity of IoSession (MINA), especially when
      using compression or TLS filters
      64c735bc
  3. 07 Jan, 2015 1 commit
  4. 04 Jan, 2015 2 commits
  5. 30 Dec, 2014 1 commit
  6. 29 Dec, 2014 1 commit
    • Dele Olajide's avatar
      ofmeet plugin · 300b0afd
      Dele Olajide authored
      Fixed exception when clientcontrol plugin is missing
      Fixed fault with focus when hostname is localhost
      Removed install logic for chrome extension. Always requires a manual install
      Fixed broken audio and video bandwidth configuration with server-side focus change.
      300b0afd
  7. 23 Dec, 2014 2 commits
  8. 22 Dec, 2014 1 commit
  9. 18 Dec, 2014 1 commit
  10. 17 Dec, 2014 5 commits
  11. 16 Dec, 2014 2 commits
  12. 15 Dec, 2014 1 commit
  13. 13 Dec, 2014 2 commits
  14. 12 Dec, 2014 1 commit
  15. 11 Dec, 2014 2 commits
  16. 10 Dec, 2014 3 commits
  17. 09 Dec, 2014 7 commits
  18. 07 Dec, 2014 1 commit