summaryrefslogtreecommitdiff
path: root/pjsip
AgeCommit message (Expand)Author
2006-07-18Fixed error in tel: URI test in pjsip-testBenny Prijono
2006-07-18Small improvements: (1) pjsua now responds to incoming OPTIONS request, which...Benny Prijono
2006-07-18More intelligent PJSUA-LIB in selecting the appropriate address for Contact h...Benny Prijono
2006-07-18Fixed several bugs related to TCP:Benny Prijono
2006-07-17Bug fix of previous bug fixBenny Prijono
2006-07-17Syntax error in tel URI parsing (oops)Benny Prijono
2006-07-17Fixed bugs with the parsing (re: allowable chars): (1) Parameters in URI and ...Benny Prijono
2006-07-16Fixed crash in SIP TCP transport deinitialization, and set pjsip-perf to hand...Benny Prijono
2006-07-14Attempt to get some applications linked for RTEMS target, just to get the foo...Benny Prijono
2006-07-11Added PJSIP_MAX_NET_EVENTS configuration to pjsipBenny Prijono
2006-07-10Fixed several bugs with TCP transport: (1) Handle crash in transaction, possi...Benny Prijono
2006-07-10Do several ioqueue poll in one go in pjsip_endpoint, because IOCP can only re...Benny Prijono
2006-07-10Fixed bug in PJSUA API re: account selection and Contact header for accountsBenny Prijono
2006-07-09Fix minor bug in displaying invalid message (previously the whole TCP packet ...Benny Prijono
2006-07-09Report peak memory used upon exitingBenny Prijono
2006-07-06Fixed link errors in ioqueue epoll backendBenny Prijono
2006-07-06Set the caching pool workspace size in pjsip-test to 2MB (configurable)Benny Prijono
2006-07-05Fixed SIP parsing bugs when in-place escaping is enabledBenny Prijono
2006-07-03Various performance improvements in PJSIP: (1) optimizing for common case to ...Benny Prijono
2006-07-03Change all pj_memset to pj_bzero(), where applicableBenny Prijono
2006-07-03Fixed minor bug in pool_caching.c that prevent pool from being reused if the ...Benny Prijono
2006-07-02Final changeset from the PROTOS testing, fixed misc. crashes. See Benny Prijono
2006-07-02Fixed minor bug in SIP transaction: transaction should verify that the method...Benny Prijono
2006-07-02Disconnect call when failed to start media when sending 200/OK response in pj...Benny Prijono
2006-06-29Improvements in PJMEDIA to support RFC 3605 (RTCP attribute in SDP) and other...Benny Prijono
2006-06-29Fixed minor bug in the display of packet loss percentageBenny Prijono
2006-06-28Major improvements in PJSIP to support TCP. The changes fall into these categ...Benny Prijono
2006-06-28Enhancements and minor bug-fix in SIP UDP transport: (1) application may spec...Benny Prijono
2006-06-28Removed mutex protection in pjsip_endpt_create_pool() since the pool factory ...Benny Prijono
2006-06-27Fixed bug in transaction: ACK message is not deletedBenny Prijono
2006-06-26Bring the dead pjsip-test up to date with latest pjsipBenny Prijono
2006-06-26Finished initial SIP TCP transport supportBenny Prijono
2006-06-24Removed PDF docs from the SVN tree!Benny Prijono
2006-06-23Renamed pjsip_transport_unregister() to pjsip_transport_destroy(), also initi...Benny Prijono
2006-06-23Fixed 1st response time not initialized for UAS call in pjsuaBenny Prijono
2006-06-23Fixed pjsip-test and added msg_err_test.c for testing parsing errorsBenny Prijono
2006-06-22Fixed bug in sip_transport_udp: socket is closed after unregistered from ioqueueBenny Prijono
2006-06-22Changed default media quality to 3Benny Prijono
2006-06-22Modify all applications because of changed in WAV port API (removed user_data...Benny Prijono
2006-06-22Added the error code into error messagesBenny Prijono
2006-06-20Yet again large diffs because of documentation/doxygen updateBenny Prijono
2006-06-19Re-live --quality options in pjsuaBenny Prijono
2006-06-19Increase default max SIP packet size to 2000 (from 1500), since SIP PDU conta...Benny Prijono
2006-06-19Changed in presence: incoming NOTIFY without body will not change presence st...Benny Prijono
2006-06-17Modifications all over the place, but mainly only to update Doxygen documenta...Benny Prijono
2006-06-16Optimizations mostly in the conference bridge (gained more than 3x faster)Benny Prijono
2006-06-15Fixed couple of bugs in pjsua API: (1) server presence subscription not setti...Benny Prijono
2006-06-15Cleanup misc compilation warnings with gccBenny Prijono
2006-06-14Fixed new pjsua build/makefilesBenny Prijono
2006-06-14Implement --null-audio, --auto-loop, etc. in pjsuaBenny Prijono