osmo-st-sip.git branch master updated. 0d8d65a33066e2aec4133d042679230e719194ce

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Fri Jul 24 10:28:10 UTC 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SIP handling PetitParser".

The branch, master has been updated
       via  0d8d65a33066e2aec4133d042679230e719194ce (commit)
       via  b122f48fd8841da8d4199a9548feb68809c242d5 (commit)
       via  21d395593e04a0229173bda1bade1a214704d1a3 (commit)
       via  d00bcc74a4894db2c6290da3093120b2a1df3cb7 (commit)
       via  2abc6e82e57d4ece2f6459d8add3cb98dddb1092 (commit)
       via  2df9f74284a15bb1dec83af07c39359a7ee94aa9 (commit)
       via  1e249c5e0e475e01a2ecbc1e46f4497fa92c2e7a (commit)
       via  61a7928236efef5c31a597d663f25bfca25cc740 (commit)
      from  54d9f2059ba57c3c90c1b27b11128b8a0b1b0b55 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cgit.osmocom.org/smalltalk/osmo-st-sip/commit/?id=0d8d65a33066e2aec4133d042679230e719194ce

commit 0d8d65a33066e2aec4133d042679230e719194ce
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Fri Jul 24 12:25:30 2015 +0200

    osx: Do not have two files with 'example' in the name

http://cgit.osmocom.org/smalltalk/osmo-st-sip/commit/?id=b122f48fd8841da8d4199a9548feb68809c242d5

commit b122f48fd8841da8d4199a9548feb68809c242d5
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Fri Jul 24 12:18:50 2015 +0200

    test: Modernize the grammar too

http://cgit.osmocom.org/smalltalk/osmo-st-sip/commit/?id=21d395593e04a0229173bda1bade1a214704d1a3

commit 21d395593e04a0229173bda1bade1a214704d1a3
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Fri Jul 24 12:13:38 2015 +0200

    pharo: Allow converting the authorization message as well
    
    We need >>#do: as nextPutAllOn: is not called/doesn't exist in
    this dialect.

http://cgit.osmocom.org/smalltalk/osmo-st-sip/commit/?id=d00bcc74a4894db2c6290da3093120b2a1df3cb7

commit d00bcc74a4894db2c6290da3093120b2a1df3cb7
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Fri Jul 24 12:09:32 2015 +0200

    tests: Modernize and use >>#assert:equals
    
    Modernize the tests to use the >>#assert:equals: protocol as
    this allows creating/finding failing tests earlier.

http://cgit.osmocom.org/smalltalk/osmo-st-sip/commit/?id=2abc6e82e57d4ece2f6459d8add3cb98dddb1092

commit 2abc6e82e57d4ece2f6459d8add3cb98dddb1092
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Fri Jul 24 11:53:03 2015 +0200

    base64: Remove method we don't use
    
    Avoid porting issue with the MIMERWStream and just kill the method

http://cgit.osmocom.org/smalltalk/osmo-st-sip/commit/?id=2df9f74284a15bb1dec83af07c39359a7ee94aa9

commit 2df9f74284a15bb1dec83af07c39359a7ee94aa9
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Fri Jul 24 11:51:42 2015 +0200

    pharo: Continue with portability changes for pharo
    
    * There is no RecursionLock but Mutex
    * MD5 behaves differently on Pharo
    * UDP sockets are different..

http://cgit.osmocom.org/smalltalk/osmo-st-sip/commit/?id=1e249c5e0e475e01a2ecbc1e46f4497fa92c2e7a

commit 1e249c5e0e475e01a2ecbc1e46f4497fa92c2e7a
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Fri Jul 24 11:51:04 2015 +0200

    cseq: Fix the log message and print old and new cseq

http://cgit.osmocom.org/smalltalk/osmo-st-sip/commit/?id=61a7928236efef5c31a597d663f25bfca25cc740

commit 61a7928236efef5c31a597d663f25bfca25cc740
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Fri Jul 24 11:50:45 2015 +0200

    cseq: Use asString for portability with pharo

-----------------------------------------------------------------------

Summary of changes:
 EXAMPLE => EXAMPLE.txt                        |  0
 Makefile                                      |  4 ++
 callagent/Base64MimeConverter.st              | 13 -------
 callagent/authorization/SIPAuthorization.st   |  4 ++
 callagent/tests/SIPCallAgentTest.st           |  8 ++--
 callagent/tests/SIPParserTest.st              | 42 ++++++++++-----------
 callagent/tests/SIPRegisterTransactionTest.st |  4 +-
 callagent/tests/Tests.st                      |  6 +--
 callagent/transactions/SIPTransaction.st      |  2 +-
 grammar/SIPGrammarTest.st                     | 34 ++++++++---------
 pharo-porting/changes_for_pharo.st            | 54 +++++++++++++++++++++++++++
 pharo-porting/compat_for_pharo.st             |  8 ++++
 12 files changed, 118 insertions(+), 61 deletions(-)
 rename EXAMPLE => EXAMPLE.txt (100%)


hooks/post-receive
-- 
SIP handling PetitParser



More information about the osmocom-commitlog mailing list