summaryrefslogtreecommitdiff
path: root/pjsip/build
AgeCommit message (Expand)Author
2006-07-14Attempt to get some applications linked for RTEMS target, just to get the foo...Benny Prijono
2006-07-03Various performance improvements in PJSIP: (1) optimizing for common case to ...Benny Prijono
2006-06-28Major improvements in PJSIP to support TCP. The changes fall into these categ...Benny Prijono
2006-06-26Finished initial SIP TCP transport supportBenny Prijono
2006-06-23Renamed pjsip_transport_unregister() to pjsip_transport_destroy(), also initi...Benny Prijono
2006-06-23Fixed pjsip-test and added msg_err_test.c for testing parsing errorsBenny Prijono
2006-06-19Re-live --quality options in pjsuaBenny Prijono
2006-06-17Modifications all over the place, but mainly only to update Doxygen documenta...Benny Prijono
2006-06-14Fixed new pjsua build/makefilesBenny Prijono
2006-06-13-- REWRITE OF PJSUA API --Benny Prijono
2006-06-07Updated pjsua Makefile with recent changes in pjsua-libBenny Prijono
2006-05-27Added README-RTEMS and tweaked the makefilesBenny Prijono
2006-05-26First stage in pjsua library re-arrangements towards creating an easy to use ...Benny Prijono
2006-05-19Removed VSS traces from .dsp filesBenny Prijono
2006-05-04Updated Makefiles, defined $TARGET as shortcut for ($MACHINE_NAME-$OS_NAME-$C...Benny Prijono
2006-03-24Moved getopt from pjsua-lib to pjlib-utilBenny Prijono
2006-03-06Renamed getopt() to pj_getopt(), and fixed misc Linux warningsBenny Prijono
2006-03-06Updated Makefiles for SIMPLE IM+iscomposing, wideband support, and SpeexBenny Prijono
2006-03-02Added IM and composition indication, and testedBenny Prijono
2006-03-01Increase UDP transport socket buffer size to 24M!Benny Prijono
2006-03-01Moved pjsua to pjsip-appsBenny Prijono
2006-02-27Fixed Makefile to adhere library dependenciesBenny Prijono
2006-02-27Fixed Linux port warnings/errorsBenny Prijono
2006-02-27Updated mingw compilationBenny Prijono
2006-02-27Moved pjsua framework to pjsua-libBenny Prijono
2006-02-26Major redesign in pjsua: call is indexed by number, multiple accounts, config...Benny Prijono
2006-02-22Better error reporting in pjmedia streamBenny Prijono
2006-02-21Implemented major feature: call hold and transferBenny Prijono
2006-02-19Fixing Makefiles for the new pjmedia-codec and pjsip-simple librariesBenny Prijono
2006-02-19Initial SIMPLE implementationBenny Prijono
2006-02-14Ported pjsip to WinCEBenny Prijono
2006-02-10Integrated pjmedia-codec library to pjsuaBenny Prijono
2006-02-09Fixed Linux OSS soundBenny Prijono
2006-02-09Failed attempt to build pjmedia with DirectSound on LinuxBenny Prijono
2006-02-09Setting svn:eol-style attributeBenny Prijono
2006-02-08Initial UAS implementation in invite sessionBenny Prijono
2006-02-08Removed default CFLAGS=-O2 -g in MakefilesBenny Prijono
2006-02-07Renamed pjsua.c to pjsua_core.c since it is causing link problems with gccBenny Prijono
2006-02-07Updated Makefile for cygwin/mingw build and fix misc warningsBenny Prijono
2006-02-07Tested initial implementation: basic UAC, client registration, authentication...Benny Prijono
2006-02-07Initial implementation of invite session abstraction, and updated pjsua for t...Benny Prijono
2006-01-30Finished implementation of UA layer (to be tested)Benny Prijono
2006-01-18Complete tsx layer selftest, implemented authentication frameworkBenny Prijono
2006-01-10Renamed pjsip_url to pjsip_sip_uriBenny Prijono
2006-01-08Start working on UAS test functionsBenny Prijono
2006-01-07Added test functions for UAC transactionBenny Prijono
2006-01-05Added loop transport to test transactionBenny Prijono
2005-12-30Basic module, transport, and sending messagesBenny Prijono
2005-12-26Modify transport to use generic sockaddr addressBenny Prijono
2005-11-23Added tel: uri and user-defined uri parserBenny Prijono