summaryrefslogtreecommitdiff
path: root/pjsip/include/pjsip
AgeCommit message (Expand)Author
2008-09-27Missing PJ_DECL in pjsip_tx_data_create() declaration (thanks Tomáš Valenta...Benny Prijono
2008-08-05Implement ticket #551: Generic URI scheme handler (thanks Juri Glaß for the ...Benny Prijono
2008-07-16Ticket #572: New PJSIP pjsip_msg_find_hdr_by_names() API to find SIP header b...Benny Prijono
2008-07-13Ticket #564: Reduce the memory usage for default pjsip settingsBenny Prijono
2008-07-04Fixed compilation warnings on gcc-4.2.3Benny Prijono
2008-07-01Ticket #552: Added TLS server name extension to support connecting to multi-h...Benny Prijono
2008-06-20Large changeset to replace all occurences of year 2007 with 2008 in the copyr...Benny Prijono
2008-06-20Updated doxygen documentationsBenny Prijono
2008-05-17Ticket #534: Client register/registration support for various registrar broke...Benny Prijono
2008-05-13Ticket #533: Support for parsing Retry-After SIP headerBenny Prijono
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 #492: Bug in strict route processing when challenged with 401/407 resp...Benny Prijono
2008-02-15Ticket #481: Default TLS version should be TLSv1 (thanks Klaus Darilion)Benny Prijono
2008-01-25Fixed doxygen comments everywhereBenny Prijono
2008-01-23Related to ticket #61: Added PJSIP_ESESSIONINSECURE error code in sip_errno t...Benny 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-16Fixed wrong doxygen comment on various SIP parsing function, about null-termi...Benny Prijono
2007-11-11Fixed milenage build on eVC etc.Benny Prijono
2007-11-11Enable AKA support in the build by defaultBenny Prijono
2007-11-08- Added option to send empty Authorization header in outgoing requestsBenny 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-25Fixed wrong doxygen documentation for various AUTH settings (thanks Alexander...Benny Prijono
2007-10-15Continuing ticket #396: tested digest AKAv1, implemented AKAv2, and some work...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-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-09-30Ticket #385: Support for reliable provisional response (100rel, PRACK)Benny Prijono
2007-09-30Reverted back CSeq data type to signed 32bit integerBenny Prijono
2007-09-30Changed CSeq data type in dialog to 32bit (instead of 31bit)Benny Prijono
2007-08-16Ticket #354: continuing work to port the Symbian libraries to .DSO formatBenny Prijono
2007-07-24Fixed ticket #356: Prototype and definition mismatch causing crash in sip_aut...Benny Prijono
2007-07-10Ticket #352: added PJSIP_CHECK_VIA_SENT_BY configuration to turn off Via sent...Benny Prijono
2007-06-26Ticket #342: added configuration to control whether Allow header should be in...Benny Prijono
2007-06-26Ticket #342: added configuration to send compact form of SIP headersBenny Prijono
2007-06-23More ticket #341: renamed pjsip_transport_send_raw() to pjsip_tpmgr_send_raw(...Benny Prijono
2007-06-23Ticket #341: implemented pjsip_send_raw_data() function to send raw data to a...Benny Prijono
2007-06-22Committed ticket #337: Ability to restart PJSIP UDP transportBenny Prijono
2007-06-20Updated doxygen documentation for SIP auth credential, added documentation fo...Benny Prijono
2007-05-30Fixed ticket #302: Behavior in cancelling INVITE session when no provisional ...Benny Prijono
2007-05-28Fixed ticket #306: Error in SIP transport lookup because of memory alignment ...Benny Prijono
2007-05-12Symbian fixes to compile on GCCE (nested callbacks etc)Benny Prijono
2007-05-03Misc Symbian fixes, looks goodBenny Prijono
2007-05-02Errno and memory size tweaking for SymbianBenny Prijono
2007-05-01PJSDP port to SymbianBenny Prijono
2007-04-11Fixed ticket #221: Bug in retransmission of non-INVITE SIP requests in UAC tr...Benny Prijono