summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-09Added feature to report peak memory used in caching poolBenny Prijono
2006-07-08Added caching pool capacity upon exiting pjsip-perfBenny Prijono
2006-07-08Attempted to fix epoll for LinuxBenny Prijono
2006-07-08More fine tuning on the footprint report generation scriptBenny 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-06Improve the search for correct size in caching poolBenny Prijono
2006-07-05Fixed SIP parsing bugs when in-place escaping is enabledBenny Prijono
2006-07-05Some improvements in footprint generationBenny Prijono
2006-07-04Added script, source file, and makefile to calculate PJSIP/PJMEDIA footprintBenny Prijono
2006-07-04Split ulaw/alaw algorithm from g711.c to alaw_ulaw.c to break circular depend...Benny 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-03Added TCP support in pjsip-perf (also tried on Linux)Benny Prijono
2006-07-03Added (the forgotten) pjsip-perf.c into samples dirBenny Prijono
2006-07-03Added pjsip-perf in the samplesBenny Prijono
2006-07-03PJLIB will print the exception name when there is an unhandled exceptionBenny 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-07-02Added INVITE request verification in siprtp before incoming call is establishedBenny Prijono
2006-07-02Fixed bug in SDP rtpmap parsing that caused SDP failed to parse the rtpmap at...Benny Prijono
2006-07-02Miscellaneous bug fix and improvements in PJMEDIA: (1) more stricker SDP pars...Benny Prijono
2006-07-02Fixed bugs in scanner: (1) pj_cis_match() takes int argument, so when ASCII c...Benny Prijono
2006-06-29Fixed minor bug: RTCP session not fully cleared when it is initialized (shoul...Benny Prijono
2006-06-29Improvements in PJMEDIA to support RFC 3605 (RTCP attribute in SDP) and other...Benny Prijono
2006-06-29Minor bug fix and enhancements: (1) fixed bug that caused out-of-order status...Benny Prijono
2006-06-29In VC6 workspace, set PJLIB to use IoCompletionPort instead of select() on Re...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-28Added PJ_INT64() and PJ_UINT64() macro to construct 64bit constants in portab...Benny Prijono
2006-06-28Fixed bug in ioqueue IOCP: accept() callback is called with new socket handle...Benny Prijono
2006-06-28Fixed minor compliation warning in transport_udp.c, also corrected misleading...Benny Prijono
2006-06-28Fixed bug in sockaddr_in: the sin_zero part of the sockaddr_in is not zeroed,...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-26Added OSERR_ENOTCONN to compat/socket.hBenny Prijono
2006-06-26Added Winsock error code to the error messageBenny 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-23Minor fix to doxygen documentation to ioqueue.hBenny Prijono
2006-06-23Fixed pjsip-test and added msg_err_test.c for testing parsing errorsBenny Prijono
2006-06-22Changed siprtp to strictly use one worker thread for all (SIP and media)Benny Prijono