summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-12-03More ticket #415: Added pj_sockaddr_cmp(), pj_sockaddr_copy_addr(), and pj_so...Benny Prijono
2007-12-03More ticket #415: Added pj_sockaddr_cmp(), pj_sockaddr_copy_addr(), and pj_so...Benny Prijono
2007-12-03Fixed IP interface enumeration Linux to work with IPv6 (see ticket #415)Benny Prijono
2007-12-03Fixed compilation errors/warnings on Linux with the recent IPv6 commitsBenny Prijono
2007-12-02More ticket #421: fixed SIP messaging components to support IPv6 formatBenny Prijono
2007-12-02More ticket #415: Added pj_sockaddr_get_len() and pj_inet_ntop2()Benny Prijono
2007-12-02More ticket #415: Added pj_sockaddr_get_len() and pj_inet_ntop2(), and fixed ...Benny Prijono
2007-12-01Updated media transport because of changes in pjlib API (due to IPv6/ticket #...Benny Prijono
2007-12-01Changed logging function signatureBenny Prijono
2007-12-01Added strerror.c sample and adjusted code because of IPv6 support in pjlibBenny Prijono
2007-12-01Related to ticket #415: modification in pjlib API to support IPv6Benny Prijono
2007-12-01Related to ticket #415 and #421: IPv6 support modificationsBenny Prijono
2007-12-01Ticket #421: initial IPv6 support: UDP transportBenny Prijono
2007-12-01More ticket #415: more IPv6 and some reorganization of the source codesBenny Prijono
2007-11-29Fixed difference in the declaration of log callback between pjsua-lib and pjl...Benny Prijono
2007-11-26Fixed pj_gethostip() returns 0.0.0.0. Also how it returns the first interface...Benny Prijono
2007-11-25Ticket #416: Allow application to handle sending ACK manuallyBenny Prijono
2007-11-23Fixed ticket #426: Respond incoming CANCEL with no matching INVITE with 481 (...Benny Prijono
2007-11-23Fixed ticket #425: pjstun_get_mapped_addr() failed when receiving incoming SI...Benny Prijono
2007-11-23Added information about building pjsip as DLL in the doxygen documentationBenny Prijono
2007-11-23Ticket #424: Added API to retrieve number of transactions and dialogs (thanks...Benny Prijono
2007-11-23Fixed ticket #423: Client registration (pjsip_regc) doesn't obey explicit tra...Benny Prijono
2007-11-22Reject 0.0.0.0 IP address returned by gethostbyname() in pj_gethostip()Benny Prijono
2007-11-21Ticket #14: Don't change RTP/RTCP SSRC on re-INVITEBenny Prijono
2007-11-21Fixed missing typedef keyword in pj_dns_srv_option declaration (thanks Alain ...Benny Prijono
2007-11-21Ticket #417: added pjlib API to retrieve the native thread handle from pj_thr...Benny Prijono
2007-11-21Added pj_inet_pton() and pj_inet_ntop() to Symbian (part of ticket #415 for I...Benny Prijono
2007-11-20Ticket #419: initial support for DNS AAAA resolutionBenny Prijono
2007-11-20Changed line endings for config.sub to use LF (with svn:eol-style attribute)Benny Prijono
2007-11-18Ticket #415: implement IPv6 support in PJLIBBenny Prijono
2007-11-17Ticket #414: Implement IP interface enumeration on Linux/Unix with SIOCGIFCON...Benny Prijono
2007-11-17Updated svn version to 0.8.0-trunkBenny Prijono
2007-11-16Fixed wrong doxygen comment on various SIP parsing function, about null-termi...Benny Prijono
2007-11-16Fixed bug in PJ_DECL_NO_RETURN macro which prevents building libraries as DLLBenny Prijono
2007-11-12Updated doxygen documentation to 0.8.0Benny Prijono
2007-11-12Updated ICE and STUN reference to their latest draftBenny Prijono
2007-11-12Updated include path for libmilenage VS6 projectBenny Prijono
2007-11-11Changed version to 0.8.0Benny Prijono
2007-11-11Fixed milenage build on eVC etc.Benny Prijono
2007-11-11Some protection to prevent ICE session from being destroyed while callback is...Benny Prijono
2007-11-11Updated build system with libmilenage libraryBenny Prijono
2007-11-11Fixed error in user.mak.sample fileBenny Prijono
2007-11-11Do not resolve SIP address with STUN if public address is configuredBenny Prijono
2007-11-11Enable AKA support in the build by defaultBenny Prijono
2007-11-10Fixed compilation warnings/errors under C++ modeBenny Prijono
2007-11-10Added new authentication API (to set auth preference) to the DEF filesBenny Prijono
2007-11-10Removed srand() call from pjlib initialization to let application supply the ...Benny Prijono
2007-11-09Deregister PJSIP_SYN_ERR_EXCEPTION upon destroying SIP endpoint to allow rest...Benny Prijono
2007-11-08Update the digest AKAv2-MD5 implementation, we can now login to OpenIMSCoreBenny Prijono
2007-11-08Remove SDP from 487 response when incoming INVITE comes without SDP and we ar...Benny Prijono