smalltalk
/
osmo-st-sip
Archived
1
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
osmo-st-sip/callagent
Holger Hans Peter Freyther 9161371a32 perf: Various changes to speed up various operations
* Do not use >>#instVarNamed:put: but add selectors
* Pre-allocate some arrays with a default string to avoid
  re-allocations at the start
* Share same parser trees to avoid construction costs
* Remove some lazy allocation and always allocate it
2014-08-29 20:39:46 +02:00
..
authorization misc: Make code more portable by using "self basicNew initialize" 2014-07-24 15:49:29 +02:00
misc proxy: Handle ProxyAuthenticate/ProxyAuthorize 2014-03-24 14:53:14 +01:00
parameters perf: Various changes to speed up various operations 2014-08-29 20:39:46 +02:00
parser perf: Various changes to speed up various operations 2014-08-29 20:39:46 +02:00
requests invite: Verify we have a remoteSDP file and it is matching 2014-05-28 12:05:12 +02:00
session call: Deal with both ends hanging up at the same time 2014-08-10 19:39:28 +02:00
tests callagent: Do not mix From/To in the response we generate 2014-08-10 20:36:14 +02:00
transactions transaction: ACK the 401 Unauthorized message before we change 2014-08-10 19:49:05 +02:00
transport misc: Move the transport code to the transport directory 2014-02-15 09:40:12 +01:00
useragent callagent: Do not mix From/To in the response we generate 2014-08-10 20:36:14 +02:00
Base64MimeConverter.st callagent: Avoid running into the EndOfStream exception 2014-06-02 21:34:22 +02:00
Extensions.st digest: Implement the digest authentication for SIP 2014-02-14 16:58:33 +01:00
SIPDialog.st invite: Deal with re-transmit of a rejected call 2014-05-28 12:03:45 +02:00
SIPIdentity.st identity: Remove use the "contact" and userString from SIPIdentity 2014-04-22 14:39:42 +02:00
SIPLogArea.st pharo: Add a Makefile and begin with the porting. 2013-03-31 19:40:05 +02:00
SIPResponse.st perf: Various changes to speed up various operations 2014-08-29 20:39:46 +02:00