summaryrefslogtreecommitdiff
path: root/pjsip/src/pjsip
AgeCommit message (Expand)Author
2008-03-11More ticket #7: fixed undefined symbol on SymbianBenny Prijono
2008-03-02Ticket #498: Option in client registration to ignore Contact address in REGIS...Benny Prijono
2008-02-22Ticket #7: Move PJSIP compile time configurations/settings (such as T1, T2 ti...Benny Prijono
2008-02-22Ticket #491: Crash in TCP/TLS transport when the listener is destroyedBenny Prijono
2008-02-22Ticket #492: Bug in strict route processing when challenged with 401/407 resp...Benny Prijono
2008-02-15Ticket #482: TCP keep-alive packets are corrupting SIP message (thanks Helmut...Benny Prijono
2008-02-15Ticket #481: Default TLS version should be TLSv1 (thanks Klaus Darilion)Benny Prijono
2008-01-26Bug: source address not initialized in loop transport causing pjsip-test to failBenny Prijono
2008-01-23Related to ticket #61: Added PJSIP_ESESSIONINSECURE error code in sip_errno t...Benny Prijono
2008-01-15Fixed compilation warnings on OSX 10.5Benny Prijono
2007-12-17Reverted back changes in r1631Benny Prijono
2007-12-14Make pj_ioqueue_op_key_init() in pjsip_tx_data_create() more correctBenny Prijono
2007-12-14Fixed case when tdata is NULL pjsip_tx_data_get_info()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-01Ticket #421: initial IPv6 support: UDP transportBenny 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-10Fixed compilation warnings/errors under C++ modeBenny 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-08- Added option to send empty Authorization header in outgoing requestsBenny Prijono
2007-11-08Add Contact header to UPDATE request within dialogBenny Prijono
2007-11-08Allow zero in outgoing CSeq in request creation within dialogBenny Prijono
2007-11-06Fixed bug in route set calculation: prevent updating route set upon receiving...Benny Prijono
2007-11-05SIP TCP and TLS transports may call send completion callback with bytes_set=0...Benny Prijono
2007-11-05SIP TCP and TLS transports may call send completion callback with bytes_set=0...Benny Prijono
2007-11-05Update ticket #408: although route set must not be updated on subsequent requ...Benny Prijono
2007-11-03Allow empty reason phrase in SIP responses during parsing (thanks Roman Puls)Benny Prijono
2007-11-03Ticket #410: Endless authentication retries when 401/407 response contains no...Benny Prijono
2007-10-31Ticket #408: Route set shouldn't be updated once it has been set (thanks Ansh...Benny Prijono
2007-10-31Ticket #407: keep-alive for UDP transports in PJSUA-LIBBenny Prijono
2007-10-24Fixed ticket #402: Endless error loop when TCP accept() continuously returns ...Benny Prijono
2007-10-21Fixed compilation warning in sip_auth_client.c about unreachable code when AK...Benny Prijono
2007-10-15Continuing ticket #396: tested digest AKAv1, implemented AKAv2, and some work...Benny Prijono
2007-10-11Fixed compilation warnings with AKA implementationBenny Prijono
2007-10-11Ticket #397: Bug with handling large SIP message body (thanks Helmut Wolf)Benny Prijono
2007-10-10Continuing ticket #396: added PJSIP_HAS_DIGEST_AKAv1_AUTH to enable AKA suppo...Benny Prijono
2007-10-10Ticket #396: initial implementation of digest AKA (akav1-md5) authentication ...Benny Prijono
2007-10-06Fixed bug: resolver did not select securer transport for SIPS URIBenny Prijono
2007-10-05Related to ticket #95: bug in TLS transport: keep-alive timer is not cancelle...Benny Prijono
2007-10-04Ticket #95: Keep-alive mechanism for TCP and TLS transportsBenny Prijono
2007-10-03Ticket 5: Support for SIP UPDATE (RFC 3311) and fix the offer/answer negotiationBenny Prijono
2007-10-01Fixed ticket #387: UAS dialog should add Contact header in 1xx responseBenny Prijono
2007-09-30Ticket #385: Support for reliable provisional response (100rel, PRACK)Benny Prijono
2007-09-30Changed pjsip_tx_data obj_name to be consistent with its pool obj_nameBenny Prijono
2007-09-30Changed initial sequence number randomization to produce number in 15bit inst...Benny Prijono
2007-09-27Fixed ticket #383: Bug with handling Via received and rport parameters for re...Benny Prijono
2007-08-16Ticket #354: continuing work to port the Symbian libraries to .DSO formatBenny Prijono
2007-08-12Ticket #362: Transaction timer I in Completed state should be zero for reliab...Benny Prijono