Branch: refs/heads/master
  Home:   https://github.com/RestComm/jain-sip
  Commit: 23b1d7fc4976a694362c5bb331ca7493de0ae255
      
https://github.com/RestComm/jain-sip/commit/23b1d7fc4976a694362c5bb331ca7493de0ae255
  Author: Jaime Casero <[email protected]>
  Date:   2017-05-30 (Tue, 30 May 2017)

  Changed paths:
    A m2/jain-sip-testsuite/pom.xml
    M src/gov/nist/javax/sip/SipStackImpl.java
    M src/gov/nist/javax/sip/stack/MessageChannel.java
    M src/gov/nist/javax/sip/stack/NIOHandler.java
    A src/gov/nist/javax/sip/stack/NIOMode.java
    M src/gov/nist/javax/sip/stack/NioTcpMessageChannel.java
    M src/gov/nist/javax/sip/stack/NioTcpMessageProcessor.java
    M src/gov/nist/javax/sip/stack/NioTlsMessageChannel.java
    M src/gov/nist/javax/sip/stack/NioTlsMessageProcessor.java
    M src/gov/nist/javax/sip/stack/NioTlsWebSocketMessageChannel.java
    M src/gov/nist/javax/sip/stack/NioTlsWebSocketMessageProcessor.java
    M src/gov/nist/javax/sip/stack/NioWebSocketMessageChannel.java
    M src/gov/nist/javax/sip/stack/NioWebSocketMessageProcessor.java
    M src/gov/nist/javax/sip/stack/SIPTransactionImpl.java
    M src/gov/nist/javax/sip/stack/SIPTransactionStack.java
    M src/gov/nist/javax/sip/stack/SocketTimeoutAuditor.java
    A src/test/unit/gov/nist/javax/sip/stack/nonblocking/NonBlockingTest.java

  Log Message:
  -----------
  Preliminar attempt on nonBlocking connect impl

raising IOException event on connect fail

adding new file

fixed NPE on connect fail

fixed NPE on pendingData during connect fail

some race conditions fixed

fixed conditio nin NIOHandler, more tests added

503 response sent to listener

channel map refactoring moved to niohandler to prevent static

added resources for TLS tests to work

removing unec changes after review


  Commit: 758ce38116b5b2510341ea76a1f9e14037ae961f
      
https://github.com/RestComm/jain-sip/commit/758ce38116b5b2510341ea76a1f9e14037ae961f
  Author: Jaime Casero <[email protected]>
  Date:   2017-05-30 (Tue, 30 May 2017)

  Changed paths:
    M src/test/unit/gov/nist/javax/sip/stack/nonblocking/NonBlockingTest.java

  Log Message:
  -----------
  fixed unnec imports, incrased conc level


  Commit: a92347ebea65170bfd647abdfa8a83a5ef8c0abb
      
https://github.com/RestComm/jain-sip/commit/a92347ebea65170bfd647abdfa8a83a5ef8c0abb
  Author: Jaime Casero <[email protected]>
  Date:   2017-05-30 (Tue, 30 May 2017)

  Changed paths:
    M src/gov/nist/javax/sip/stack/NioTcpMessageProcessor.java

  Log Message:
  -----------
  if nothing else to write, switch to read mode


  Commit: 95796155d02798493dbd6df9ca6b76745aa519d0
      
https://github.com/RestComm/jain-sip/commit/95796155d02798493dbd6df9ca6b76745aa519d0
  Author: Jaime Casero <[email protected]>
  Date:   2017-05-30 (Tue, 30 May 2017)

  Changed paths:
    A src/test/unit/gov/nist/javax/sip/stack/KeyedSemaphoreTest.java

  Log Message:
  -----------
  fixed https://github.com/RestComm/jain-sip/issues/145


  Commit: 390dfe886a390ec14879f4df1434237f63ac5f38
      
https://github.com/RestComm/jain-sip/commit/390dfe886a390ec14879f4df1434237f63ac5f38
  Author: Jaime Casero <[email protected]>
  Date:   2017-05-30 (Tue, 30 May 2017)

  Changed paths:
    M src/gov/nist/javax/sip/stack/KeyedSemaphore.java
    M src/gov/nist/javax/sip/stack/NIOHandler.java
    M src/test/unit/gov/nist/javax/sip/stack/KeyedSemaphoreTest.java

  Log Message:
  -----------
  fixes https://github.com/RestComm/jain-sip/issues/145


  Commit: 365fb3eb4948b3ef524738105d13399bc28ef819
      
https://github.com/RestComm/jain-sip/commit/365fb3eb4948b3ef524738105d13399bc28ef819
  Author: Jaime Casero <[email protected]>
  Date:   2017-05-30 (Tue, 30 May 2017)

  Changed paths:
    M src/gov/nist/javax/sip/stack/NIOHandler.java

  Log Message:
  -----------
  fixed fianlly condition on when to rmv semaphore


  Commit: ce6f86172422a3408911d0aa9f13c12a5b22fb8e
      
https://github.com/RestComm/jain-sip/commit/ce6f86172422a3408911d0aa9f13c12a5b22fb8e
  Author: Jaime Casero <[email protected]>
  Date:   2017-05-30 (Tue, 30 May 2017)

  Changed paths:
    M src/gov/nist/javax/sip/stack/NIOHandler.java
    M src/gov/nist/javax/sip/stack/NioTcpMessageChannel.java
    M src/test/unit/gov/nist/javax/sip/stack/nonblocking/NonBlockingTest.java

  Log Message:
  -----------
  some fixes to nonBlocking


  Commit: 5307c72552cc8c39d7f6695a940cb0a871fa173a
      
https://github.com/RestComm/jain-sip/commit/5307c72552cc8c39d7f6695a940cb0a871fa173a
  Author: Jaime Casero <[email protected]>
  Date:   2017-05-30 (Tue, 30 May 2017)

  Changed paths:
    M src/performance/b2bua/Test.java

  Log Message:
  -----------
  properties from file system


  Commit: ebadf423ae32cd33cd9ec7a5df5325703790e5ba
      
https://github.com/RestComm/jain-sip/commit/ebadf423ae32cd33cd9ec7a5df5325703790e5ba
  Author: Jaime Casero <[email protected]>
  Date:   2017-05-30 (Tue, 30 May 2017)

  Changed paths:
    M src/performance/b2bua/Test.java

  Log Message:
  -----------
  fixed import


  Commit: d7756a3cb60024e7adeeb857c52464b26a9870cc
      
https://github.com/RestComm/jain-sip/commit/d7756a3cb60024e7adeeb857c52464b26a9870cc
  Author: Jaime Casero <[email protected]>
  Date:   2017-05-30 (Tue, 30 May 2017)

  Changed paths:
    M src/performance/b2bua/uac_DIALOG.xml
    M src/performance/b2bua/uas_DIALOG.xml

  Log Message:
  -----------
  make call length configurable


  Commit: 8ad38b1fcf82530743db5ec3a203b3de73159d36
      
https://github.com/RestComm/jain-sip/commit/8ad38b1fcf82530743db5ec3a203b3de73159d36
  Author: Jaime Casero <[email protected]>
  Date:   2017-05-30 (Tue, 30 May 2017)

  Changed paths:
    M src/gov/nist/javax/sip/stack/NioTcpMessageChannel.java
    M src/gov/nist/javax/sip/stack/NioTcpMessageProcessor.java
    M src/test/unit/gov/nist/javax/sip/stack/nonblocking/NonBlockingTest.java

  Log Message:
  -----------
  fixed selectorWkaeup issue


  Commit: 68afbe56847cc42ce88da0670ecb4022b659dfb8
      
https://github.com/RestComm/jain-sip/commit/68afbe56847cc42ce88da0670ecb4022b659dfb8
  Author: Jaime Casero <[email protected]>
  Date:   2017-05-30 (Tue, 30 May 2017)

  Changed paths:
    M src/performance/b2bua/uac_DIALOG.xml

  Log Message:
  -----------
  added response time


  Commit: d2947e98c584af4f6ddd848095adf7a277d43104
      
https://github.com/RestComm/jain-sip/commit/d2947e98c584af4f6ddd848095adf7a277d43104
  Author: Jaime Casero <[email protected]>
  Date:   2017-05-30 (Tue, 30 May 2017)

  Changed paths:
    M src/test/unit/gov/nist/javax/sip/stack/NIOIdleTimeoutTest.java

  Log Message:
  -----------
  catch SocketException to fix test


Compare: 
https://github.com/RestComm/jain-sip/compare/6a9c945d4b3f...d2947e98c584

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to