summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-06-07Ticket #325: More tunable settings in DNS resolverBenny Prijono
2007-06-07Ticket #324: Allow '#' character in the user part of URI of incoming message ...Benny Prijono
2007-06-06Fixed ticket #322: Crash in ICE when adding peer reflexive candidateBenny Prijono
2007-06-06Fixed ticket #321: Assertion in ICE stream transport when STUN is not used (t...Benny Prijono
2007-06-06Fixed ticket #320: Assertion error in pjsua when unregistering/removing accou...Benny Prijono
2007-06-05Fixed ticket #319: assertion in pjsua when adding buddy with invalid or unrea...Benny Prijono
2007-06-05Ticket #318: CSeq generation may produce negative number on Blackfin/VisualDS...Benny Prijono
2007-06-05Fixed ticket #317: Duplicated audio when playing WAV playlist (thanks Jagdish...Benny Prijono
2007-06-05Fixed assertion error in ice_strans.c, when response is received before get_s...Benny Prijono
2007-06-03Add configuration with no thread (receive only) in siprtpBenny Prijono
2007-06-02Fixed assertion error caused by different samples_per_frame settings in stere...Benny Prijono
2007-06-01Fixed ticket #316: Crash in registration session when transport returns error...Benny Prijono
2007-06-01Implement ticket #315: ability to override pj_assert()Benny Prijono
2007-06-01Implement ticket #314: Added PJ_SAFE_POOL configuration in PJLIB to track dow...Benny Prijono
2007-06-01Added assertion in regc to check if application has called pjsip_regc_destroy...Benny Prijono
2007-06-01Changed version to 0.7.0-trunkBenny Prijono
2007-05-31Set version to 0.7.0Benny Prijono
2007-05-31Added PJ_ASSERT_RETURN in pjmedia_endpt to check worker_cnt (thanks Phil Torre)Benny Prijono
2007-05-30Fixed ticket #313: Error resolving host in PJSIP resolver when DNS response c...Benny Prijono
2007-05-30Fix compilation error on MacBenny Prijono
2007-05-30Fixed ticket #311: PJSIP resolver is not destroyed on shutdown (thanks Martin...Benny Prijono
2007-05-30Another fix for ticket #290: Bug in WAV player when frame size is larger than...Benny Prijono
2007-05-30Workaround for ticket #290: Bug in WAV player when frame size is larger than ...Benny Prijono
2007-05-30Fixed ticket #302: Behavior in cancelling INVITE session when no provisional ...Benny Prijono
2007-05-29Added make file for self testsBenny Prijono
2007-05-29Fixed Symbian (aka C++ mode) compilation error because of recent change in tr...Benny Prijono
2007-05-29Fixed ticket #310: Memory alignment problem in pool_buf (thanks Esbjörn Domi...Benny Prijono
2007-05-29Fixed ticket #307: Fail to parse fully qualified PIDF document (thanks Cool_Z...Benny Prijono
2007-05-29Ticket #308: Selective STUN authentication for STUN failure responsesBenny Prijono
2007-05-29Fixed ticket #91: timer to re-subscribe buddy's presence when subscription fa...Benny Prijono
2007-05-28Fixed ticket #306: Error in SIP transport lookup because of memory alignment ...Benny Prijono
2007-05-28Fixed mutex leak in pjlib test (ioqueue unregistration test). Thanks Deanna P...Benny Prijono
2007-05-28Fixed ticket #304: Memory alignment error for hash entry buffer causing crash...Benny Prijono
2007-05-25Fixed ticket #303: Crash on STUN session's keep alive on loss of network conn...Benny Prijono
2007-05-25Fixed ticket #300: Assertion error or handle leak when creating thread with S...Benny Prijono
2007-05-25Fixed gcc warning because of ticket #297Benny Prijono
2007-05-25Fixed ticket #299: Compile error when PJ_SOCKADDR_HAS_LEN is setBenny Prijono
2007-05-25Ticket #298: New API to get the number of ports registered in conference bridgeBenny Prijono
2007-05-25Fixed ticket #297: Bug in handling data from peer in TURN sample application ...Benny Prijono
2007-05-23Changed version to 0.7.0-rc2Benny Prijono
2007-05-23Fixed gcc warning about unitialized variableBenny Prijono
2007-05-23Fixed ticket #295: Uninitialized memory read reported by Purify in sound deviceBenny Prijono
2007-05-23Fixed ticket #293: Uninitialized memory read reported by Purify in SIP authen...Benny Prijono
2007-05-23Fixed ticket #291: Free memory read in PUBLISH sessionBenny Prijono
2007-05-23Fixed ticket #288: ICE role error on re-INVITE and ICE auth error when sendin...Benny Prijono
2007-05-23Ticket #287: selectively disable authentication for several STUN error responsesBenny Prijono
2007-05-22Fixed ticket #286: Bug in STUN FINGERPRINT verification and logging STUN messageBenny Prijono
2007-05-22Fixed ticket #285: ICE transport stops receiving packet upon getting ICMP unr...Benny Prijono
2007-05-22Fixed ticket #284: Failed scenarios with CANCEL requests (thanks Esbjörn Dom...Benny Prijono
2007-05-21Ticket #283: Added another pjsua IM callback with the message passed as argum...Benny Prijono