smalltalk
/
osmo-st-sip
Archived
1
0
Fork 0
Commit Graph

7 Commits

Author SHA1 Message Date
Holger Hans Peter Freyther acf3dced3b pharo: DO not have PP.PPParser as subclass 2015-07-24 18:12:57 +02:00
Holger Hans Peter Freyther 7e9c00525e pharo: Convert the datagram too 2015-07-24 18:07:56 +02:00
Holger Hans Peter Freyther aa7002b2e1 pharo: Fix the conversion, more crypto, address handling 2015-07-24 16:04:50 +02:00
Holger Hans Peter Freyther 2df9f74284 pharo: Continue with portability changes for pharo
* There is no RecursionLock but Mutex
* MD5 behaves differently on Pharo
* UDP sockets are different..
2015-07-24 11:51:42 +02:00
Holger Hans Peter Freyther 54d9f2059b pharo: Update the conversion code
PetitParser has a PPContext in newer versions but the GST code
is older and doesn't have it. Provide an alternative impl.

Provide >>#do: for the SIPVia for Pharo to print the data

Avoid importing MIMERWStream as it is dead in Pharo
2015-07-23 21:37:26 +02:00
Holger Hans Peter Freyther 6878ac5253 pharo: Povide a pharo specific way to access the /dev/urandom device
We need to start with a FileStream and call binary on it. This
appears to be doing the tick.
2013-03-31 20:46:01 +02:00
Holger Hans Peter Freyther 6559cc6c1c pharo: Add a Makefile and begin with the porting.
* Change the category for the tests and extensions
* Rewrite usages of >>nl and >>cr
* There are still issues with the Socket code, Datagram handling
  and and expands.
2013-03-31 19:40:05 +02:00