summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-02-18Fixed crash when running SRTP on Win32 app since stderr is undefined (thanks ...Benny Prijono
2008-02-18Build error when PJ_IOQUEUE_MAX_HANDLES is declared to large value on Visual ...Benny Prijono
2008-02-18Fixed build error if SRTP is disabled in compile time (thanks Helmut Wolf)Benny Prijono
2008-02-15Ticket #480: PJSIP rejects incoming call with m=image in the offer (thanks Th...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-02-14Ticket #478: Handle duplicated/misordered incoming DTMF packetsBenny Prijono
2008-02-14Ticket #477: DTMF digit callback error in PythonBenny Prijono
2008-02-14Added link to discussions about on_dtmf_callback() concurrencyBenny Prijono
2008-02-14More ticket #469: fix in ioqueue to handle case when key has been unregistere...Benny Prijono
2008-02-14More ticket #469: bail out from on_rx_rtp/rtcp loop if recvfrom returns PJ_EC...Benny Prijono
2008-02-14Ticket #475: ported GSM codec to Symbian OSBenny Prijono
2008-02-14Implemented ticket #474 for SymbianBenny Prijono
2008-02-14Handle short files in WAV playerBenny Prijono
2008-02-13Ticket #460: Concurrency problem when destroying stream (thanks Michael Broug...Benny Prijono
2008-02-13Ticket #474: option in ioqueue to control concurrency (to allow/disallow simu...Benny Prijono
2008-02-08More ticket #472: Fixed problem when building on Mingw. Now PJ_FD_SETSIZE_SET...Benny Prijono
2008-02-08More ticket #470: semaphore got disabled on Mingw because semaphore.h is not ...Benny Prijono
2008-02-08Minor error: wrong logging info when printing RTP socket addressBenny Prijono
2008-02-08Fixed compilation errors on Symbian and others caused by ticket #472 (FD_SETS...Benny Prijono
2008-02-08Related to ticket #61: disable SRTP on Symbian while it is not ported yetBenny Prijono
2008-02-07Ticket #470, #471, and #472: Compile error when semaphore.h is not present, C...Benny Prijono
2008-02-07Fixed compilation error on libsrtp in crypto/aes.c when it finds the wrong er...Benny Prijono
2008-02-07Added missing <math.h> include in playsine.cBenny Prijono
2008-02-07Removed const on on_rx_rtp() and on_rx_rtcp() functions arguments in stream.c...Benny Prijono
2008-02-02More ticket #61: fixed signaling security level calculation for SRTPBenny Prijono
2008-02-02More ticket #465: option to return UDP header in pj_pcap_read_udp(), and bett...Benny Prijono
2008-02-02Fixed warning about uninitialized tpinfo variableBenny Prijono
2008-02-02Added trace to PCAP readerBenny Prijono
2008-02-01More ticket #465: updated VS8 and WinCE projectsBenny Prijono
2008-02-01Ticket #465: utility to read PCAP file and sample application to read RTP fil...Benny Prijono
2008-02-01More ticket #61: mismatch in libsrtp output library name causing error when b...Benny Prijono
2008-02-01More ticket #61: removed const from rtp and rtcp callback function declaratio...Benny Prijono
2008-01-31Added media transport diagram for documentationBenny Prijono
2008-01-31Ticket #464: jitter buffer should return frame length informationBenny Prijono
2008-01-30Ticket #61: undo r1759 and replace it with other patches to fix unable to acc...Benny Prijono
2008-01-29Ticket #61: bug, unable to accept RTP/AVP with crypto attribute when use_srtp...Benny Prijono
2008-01-29Ticket #61: --srtp-use option in pjsua did not change account configBenny Prijono
2008-01-26Added pj_strstr() and pj_stristr() in pjlibBenny Prijono
2008-01-26Bug: source address not initialized in loop transport causing pjsip-test to failBenny Prijono
2008-01-25Fixed doxygen comments everywhereBenny Prijono
2008-01-25Ticket #459: pjmedia_clock_create() should not create thread when PJMEDIA_CLO...Benny Prijono
2008-01-25More ticket #61: disable CPU_RISC in SRTP as it seems to be broken (tested on...Benny Prijono
2008-01-25More ticket #61: fix bug in secure signaling determination, and added --srtp-...Benny Prijono
2008-01-24Related to ticket #458: pj_getaddrinfo() should return success if IP address ...Benny Prijono
2008-01-24Related to ticket #458: enum_interface() should return non-PJ_SUCCESS if it d...Benny Prijono
2008-01-24Return 406/Not Acceptable if SRTP negotiation failed instead of 500Benny Prijono
2008-01-24Fixed libsrtp random string generation on Win32Benny Prijono
2008-01-24More ticket #61: error detecting CPU type in srtp_config.h causing libsrtp in...Benny Prijono
2008-01-24More ticket #61: fix potential error when looking up SRTP error string, and i...Benny Prijono