source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @599   18 years bennylp Fixed several bugs in WinNT IOCP: (1) accept() does not return correct …
(edit) @598   18 years bennylp Do several ioqueue poll in one go in pjsip_endpoint, because IOCP can only …
(edit) @597   18 years bennylp Fixed bug in PJSUA API re: account selection and Contact header for …
(edit) @596   18 years bennylp Fix minor bug in displaying invalid message (previously the whole TCP …
(edit) @595   18 years bennylp Report peak memory used upon exiting
(edit) @594   18 years bennylp Added feature to report peak memory used in caching pool
(edit) @593   18 years bennylp Added caching pool capacity upon exiting pjsip-perf
(edit) @592   18 years bennylp Attempted to fix epoll for Linux
(edit) @591   18 years bennylp More fine tuning on the footprint report generation script
(edit) @590   18 years bennylp Fixed link errors in ioqueue epoll backend
(edit) @589   18 years bennylp Set the caching pool workspace size in pjsip-test to 2MB (configurable)
(edit) @588   18 years bennylp Improve the search for correct size in caching pool
(edit) @587   18 years bennylp Fixed SIP parsing bugs when in-place escaping is enabled
(edit) @586   18 years bennylp Some improvements in footprint generation
(edit) @585   18 years bennylp Added script, source file, and makefile to calculate PJSIP/PJMEDIA …
(edit) @584   18 years bennylp Split ulaw/alaw algorithm from g711.c to alaw_ulaw.c to break circular …
(edit) @583   18 years bennylp Various performance improvements in PJSIP: (1) optimizing for common case …
(edit) @582   18 years bennylp Change all pj_memset to pj_bzero(), where applicable
(edit) @581   18 years bennylp Fixed minor bug in pool_caching.c that prevent pool from being reused if …
(edit) @580   18 years bennylp Added TCP support in pjsip-perf (also tried on Linux)
(edit) @579   18 years bennylp Added (the forgotten) pjsip-perf.c into samples dir
(edit) @578   18 years bennylp Added pjsip-perf in the samples
(edit) @577   18 years bennylp PJLIB will print the exception name when there is an unhandled exception
(edit) @576   18 years bennylp Final changeset from the PROTOS testing, fixed misc. crashes. See mailing …
(edit) @575   18 years bennylp Fixed minor bug in SIP transaction: transaction should verify that the …
(edit) @574   18 years bennylp Disconnect call when failed to start media when sending 200/OK response in …
(edit) @573   18 years bennylp Added INVITE request verification in siprtp before incoming call is …
(edit) @572   18 years bennylp Fixed bug in SDP rtpmap parsing that caused SDP failed to parse the rtpmap …
(edit) @571   18 years bennylp Miscellaneous bug fix and improvements in PJMEDIA: (1) more stricker SDP …
(edit) @570   18 years bennylp Fixed bugs in scanner: (1) pj_cis_match() takes int argument, so when …
(edit) @569   18 years bennylp Fixed minor bug: RTCP session not fully cleared when it is initialized …
(edit) @568   18 years bennylp Improvements in PJMEDIA to support RFC 3605 (RTCP attribute in SDP) and …
(edit) @567   18 years bennylp Minor bug fix and enhancements: (1) fixed bug that caused out-of-order …
(edit) @566   18 years bennylp In VC6 workspace, set PJLIB to use IoCompletionPort? instead of select() on …
(edit) @565   18 years bennylp Fixed minor bug in the display of packet loss percentage
(edit) @564   18 years bennylp Version 0.5.6.1 adds TCP support (experimental)
(edit) @563   18 years bennylp Major improvements in PJSIP to support TCP. The changes fall into these …
(edit) @562   18 years bennylp Enhancements and minor bug-fix in SIP UDP transport: (1) application may …
(edit) @561   18 years bennylp Removed mutex protection in pjsip_endpt_create_pool() since the pool …
(edit) @560   18 years bennylp Added PJ_INT64() and PJ_UINT64() macro to construct 64bit constants in …
(edit) @559   18 years bennylp Fixed bug in ioqueue IOCP: accept() callback is called with new socket …
(edit) @558   18 years bennylp Fixed minor compliation warning in transport_udp.c, also corrected …
(edit) @557   18 years bennylp Fixed bug in sockaddr_in: the sin_zero part of the sockaddr_in is not …
(edit) @556   18 years bennylp Fixed bug in transaction: ACK message is not deleted
(edit) @555   18 years bennylp Bring the dead pjsip-test up to date with latest pjsip
(edit) @554   18 years bennylp Finished initial SIP TCP transport support
(edit) @553   18 years bennylp Added OSERR_ENOTCONN to compat/socket.h
(edit) @552   18 years bennylp Added Winsock error code to the error message
(edit) @551   18 years bennylp Removed PDF docs from the SVN tree!
(edit) @550   18 years bennylp Renamed pjsip_transport_unregister() to pjsip_transport_destroy(), also …
(edit) @549   18 years bennylp Fixed 1st response time not initialized for UAS call in pjsua
(edit) @548   18 years bennylp Minor fix to doxygen documentation to ioqueue.h
(edit) @547   18 years bennylp Fixed pjsip-test and added msg_err_test.c for testing parsing errors
(edit) @546   18 years bennylp Changed siprtp to strictly use one worker thread for all (SIP and media)
(edit) @545   18 years bennylp Changed siprtp to use timer to schedule transmissions of RTP/RTCP packets
(edit) @544   18 years bennylp Added dq command in pjsua to dump current call quality
(edit) @543   18 years bennylp Fixed bug in sip_transport_udp: socket is closed after unregistered from …
(edit) @542   18 years bennylp Changed default media quality to 3
(edit) @541   18 years bennylp Modify all applications because of changed in WAV port API (removed …
(edit) @540   18 years bennylp Changed siprtp to use media transport framework to handle NAT
(edit) @539   18 years bennylp Added better API for media transport, and fixed bugs with pending RTP …
(edit) @538   18 years bennylp Handle error reported by transport
(edit) @537   18 years bennylp Fixed RTCP statistic returning fraction lost instead of total lost
(edit) @536   18 years bennylp Fixed bug: ioqueue should return error when send()/sendto() is called …
(edit) @535   18 years bennylp Fixed unreferenced argument warning
(edit) @534   18 years bennylp Added the error code into error messages
(edit) @533   18 years bennylp Added capability to build pjmedia_sock_info from an UDP media transport
(edit) @532   18 years bennylp Added memory/buffer based media playback and recording
(edit) @531   18 years bennylp Yet again large diffs because of documentation/doxygen update
(edit) @530   18 years bennylp Web release version 0.5.6
(edit) @529   18 years bennylp Removed <malloc.h> from speex/kiss_fft.h as it does not exist in macOS X
(edit) @528   18 years bennylp Re-live --quality options in pjsua
(edit) @527   18 years bennylp Fixed bugs in negotiating SDP answer from remote for dynamic payload types
(edit) @526   18 years bennylp Display the invalid argument in pjsua
(edit) @525   18 years bennylp Fixed pjmedia build errors in the Makefile with the new gsm patchlevel
(edit) @524   18 years bennylp Fix warning messages in GSM and speex because of previous update to GSM …
(edit) @523   18 years bennylp Fix warning messages in GSM and speex because of previous update to GSM …
(edit) @522   18 years bennylp Set log message level to error (=1) when message is too long
(edit) @521   18 years bennylp Comment out PJSUA options that are no longer supported with new pjsua
(edit) @520   18 years bennylp Increase default max SIP packet size to 2000 (from 1500), since SIP PDU …
(edit) @519   18 years bennylp Changed in presence: incoming NOTIFY without body will not change presence …
(edit) @518   18 years bennylp Updated doxygen documentation to all headers in PJMEDIA
(edit) @517   18 years bennylp Bring the GSM codec to patchlevel 12
(edit) @516   18 years bennylp Added speex jitter buffer and AEC files to the library
(edit) @515   18 years bennylp Modifications all over the place, but mainly only to update Doxygen …
(edit) @514   18 years bennylp Fixed pjlib doxygen documentation
(edit) @513   18 years bennylp Optimizations mostly in the conference bridge (gained more than 3x faster)
(edit) @512   18 years bennylp Fixed couple of bugs in pjsua API: (1) server presence subscription not …
(edit) @511   18 years bennylp Cleanup more compilation warnings with Mingw
(edit) @510   18 years bennylp Fixed bug in command line parsing in pjsua
(edit) @509   18 years bennylp Cleanup misc compilation warnings with gcc
(edit) @508   18 years bennylp Fixed new pjsua build/makefiles
(edit) @507   18 years bennylp Implement --null-audio, --auto-loop, etc. in pjsua
(edit) @506   18 years bennylp Standardise clearing and copying frame with pjmedia_zero_samples() and …
(edit) @505   18 years bennylp Fixed couple of bugs in stream: (1) race condition when transport callback …
(edit) @504   18 years bennylp Removed activex-pjsua from projects (no longer desired)
(edit) @503   18 years bennylp -- REWRITE OF PJSUA API --
(edit) @502   18 years bennylp Fixed bugs in client authentication: (1)tx_data in reinit_req() is not …
(edit) @501   18 years bennylp Added pjmedia_sdp_neg_was_aswer_remote()
(edit) @500   18 years bennylp Added status_text and cause_text in dialog and transaction to capture the …
Note: See TracRevisionLog for help on using the revision log.