 |
View e101ccf31f
- added memory wrappers, allowing to use SR's built-in allocators by external libraries
bpi authored on 14/01/2010 23:12:48
|
 |
View 5a54f55b57
- added sercmd2, alternative to sercmd - besides using the binrpc2 library, it adds small improvements, most representative being int and str handling (made a bit more intuitive) and auto reconnecting after connection breaking up.
bpi authored on 14/01/2010 23:05:36
|
 |
View 98f09f949c
- initial import of 'asi' module -- an extension to allow sip-router (SR) work as an Application Server Interface front server. - documentation will follow; basically, it allows an AS register itself with SR, process through whitch the AS tells SR: * what SIP methods it supports; * what parts of a SIP message it wants to receive. SR works as: * networking stack (for SIP) * SIP parser/assembler (UAS/UAC) * transactional layer
bpi authored on 14/01/2010 21:52:41
|
 |
View 1e7124dfcf
- initial import of the 'binrpc' module, an evolution of the 'ctl' existing module; - uses the binrpc2 library; - adds parallelism (for all supported transports); - drops the FIFO transport (as being both slow and unconfortable); it was left out due to design considerations, but, if proved to be necessary, could probably be added back
bpi authored on 14/01/2010 21:47:57
|
 |
View 0252d6db8e
- import the libbinrpc library; this library is a evolution of the initial protocol described into and implemented by the 'ctl' module; - compared to 'binrpc' library, it adds (rather small) improvements to the original protocol, but offers a much more powerful API and incipient (but, in most of the cases enough) networking functionality; - compatibility with the initial protocol (and adjoined 'ctl' module) is planned (until then, will live as a parallel alternative); - original library's developed under http://developer.berlios.de/projects/libbinrpc/ ; - license changed from GPL2 to simplified BSD.
bpi authored on 14/01/2010 21:37:39
|
 |
View 26c6d4dbdb
b/f: in case of SHM OOM, new_dlg_uac() was leaking even more SHM
bpi authored on 14/01/2010 21:34:45
|
 |
View c276bbf107
removed use of debugging macros that were left out when importing the file into ser project
bpi authored on 14/01/2010 21:33:35
|
 |
View c5dcf62a1d
top level define for SERLIBPATH so that it doesn't have to be defined in every module using a lib
bpi authored on 14/01/2010 21:31:30
|