summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-04-22Merged changes from the trunkBenny Prijono
2007-04-20Fix for ticket #221: retransmit timer wasn't cleared when 2xx response for NI...Benny Prijono
2007-04-19ICE: check for duplicate candidates, and change foundation to use the base ad...Benny Prijono
2007-04-19Fixed ticket #236: Crash in console application when invalid command line is ...Benny Prijono
2007-04-18Fixed ticket #233: Parse failure on big endian machines (thanks Vladimir Hozjan)Benny Prijono
2007-04-18Fixed the legacy build systemBenny Prijono
2007-04-17Fixed build system for third_partyBenny Prijono
2007-04-15Implemented ticket #230: Added make install command (thanks Jan Nieuwenhuizen)Benny Prijono
2007-04-15Fixed ticket #228: Unresolved error in alaw/ulaw conversion with C++ build (t...Benny Prijono
2007-04-15Fixed ticket #225: Bug in pjmedia_sdp_attr_find (thanks Geoff Talbot)Benny Prijono
2007-04-15Ticket #223: Added pj_strtoul2()Benny Prijono
2007-04-11Fixed ticket #221: Bug in retransmission of non-INVITE SIP requests in UAC tr...Benny Prijono
2007-04-11Fixed ticket #219: Bug in hash table when key is PJ_HASH_KEY_STRING and hval ...Benny Prijono
2007-04-10Allow stun_host settin in pjsua to have port numberBenny Prijono
2007-04-10Fixed assertion error when local_pref is set to zero in pj_ice_sess_add_cand()Benny Prijono
2007-04-09Initial modification to MakefilesBenny Prijono
2007-04-09Added PortAudio build filesBenny Prijono
2007-04-09Initial Makefiles for the third_party componentsBenny Prijono
2007-04-09Updated EVC project files with new directory layoutBenny Prijono
2007-04-09Added the VS8 project filesBenny Prijono
2007-04-09Fixed all VS6 and VS8 projects with new third party projects layoutBenny Prijono
2007-04-08mv resample_resample.c resample.cBenny Prijono
2007-04-07Moved plc, resample, and mp3 to third_partyBenny Prijono
2007-04-07mv resample.c resample_resample.cBenny Prijono
2007-04-07Brought back the old resample.cBenny Prijono
2007-04-07mv resample.c resample_speex.cBenny Prijono
2007-04-07Changed resample to use speex (for now)Benny Prijono
2007-04-07Moved resample to third_party directoryBenny Prijono
2007-04-07Moved ilbc to third_party directoryBenny Prijono
2007-04-07Split speex, portaudio, and gsm into third_party directoryBenny Prijono
2007-04-06Deleting own copy of of speex and portaudioBenny Prijono
2007-04-06Locked speex and portaudio in third_party directory to specific revisionBenny Prijono
2007-04-06Added third_party directoryBenny Prijono
2007-04-06Created experimental branch to split 3rd party libraries into a separate dire...Benny Prijono
2007-04-06Fixed destination address error when sending RTCP in ICE media transportBenny Prijono
2007-04-06Added missing NULL getopt sentitel in stateful/stateless proxy samplesBenny Prijono
2007-04-06Fixed ticket #216: Build error when PJ_HAS_TCP is set to zero (thanks ChenHuan)Benny Prijono
2007-04-05Handle scenario where ICE check list completes early in the answererBenny Prijono
2007-04-05Fixed ticket #214: Error opening sound device is not propagated to applicatio...Benny Prijono
2007-04-05Respond to early check with proper credentialBenny Prijono
2007-04-05Added missing include in pjnath/config.hBenny Prijono
2007-04-05ICE (work in progress): handle early check that is received before answerBenny Prijono
2007-04-04Added PJ_STUN_NO_AUTHENTICATE option to disable authentication in STUN sessionBenny Prijono
2007-04-04Fixed crash with invalid PDU and added MAGIC-COOKIE attribute for backward co...Benny Prijono
2007-04-04Fixed compile error in stun_client because of last modification in STUNBenny Prijono
2007-04-04Ticket #212: IM typing indication request is missing route set (thanks Nichol...Benny Prijono
2007-04-04Ticket #209: Added XMLNS for attribute for PIDF document (thanks Tory Patnoe)Benny Prijono
2007-04-04Ticket #208: Allow single quotes for attributes in XML (thanks Tory Patnoe)Benny Prijono
2007-04-04Fixed potential crash in ICE when adding peer reflexive candidateBenny Prijono
2007-04-03Added ICE-CONTROLLED and ICE-CONTROLLING attribute, handle ICE 487 error, and...Benny Prijono