source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @160   19 years bennylp Finished invite session UAS implementation
(edit) @159   19 years bennylp Finished new pjmedia rewrite
(edit) @158   19 years bennylp Fixed compilation error in ioqueue_epoll when TCP is disabled
(edit) @157   19 years bennylp Fixed root Makefile for make size
(edit) @156   19 years bennylp Initial UAS implementation in invite session
(edit) @155   19 years bennylp Fixed VC6 release build
(edit) @154   19 years bennylp Removed default CFLAGS=-O2 -g in Makefiles
(edit) @153   19 years bennylp Fixed build errors when PJ_OS_HAS_CHECK_STACK or PJ_HAS_TCP is disabled
(edit) @152   19 years bennylp Fixed bug in INVITE server transaction for 2xx response
(edit) @151   19 years bennylp Fixed bug in invite server transaction
(edit) @150   19 years bennylp Implement rwlock for Linux
(edit) @149   19 years bennylp Added missing pjsua/pjsua_reg.c to svn
(edit) @148   19 years bennylp Updated root Makefile
(edit) @147   19 years bennylp Renamed pjsua.c to pjsua_core.c since it is causing link problems with gcc
(edit) @146   19 years bennylp Fixed minor typo in Makefile comments
(edit) @145   19 years bennylp Updated Makefile for cygwin/mingw build and fix misc warnings
(edit) @144   19 years bennylp Fixed Makefile for cygwin/mingw
(edit) @143   19 years bennylp Fixed warning about isblank() redefinition on cygwin
(edit) @142   19 years bennylp Fixed Makefile and warnings in cygwin/mingw
(edit) @141   19 years bennylp Tested initial implementation: basic UAC, client registration, …
(edit) @140   19 years bennylp Added STATE_REMOTE_OFFER state in negotiator
(edit) @139   19 years bennylp Initial implementation of invite session abstraction, and updated pjsua …
(edit) @138   19 years bennylp Added PJ_ERR_MSG_SIZE in errno.h and updated VC7 project files
(edit) @137   19 years bennylp Updated PJSIP-Dev-Guide to include invite session design
(edit) @136   19 years bennylp Added gcov-report build target and fixed bug in string test under gcov
(edit) @135   19 years bennylp Added small comments
(edit) @134   19 years bennylp Added pjsip_endpt_respond()
(edit) @133   19 years bennylp Added pjsip_dlg_respond()
(edit) @132   19 years bennylp Added pjsip_dlg_respond()
(edit) @131   19 years bennylp Added pjsip_endpt_respond()
(edit) @130   19 years bennylp Added more asserts
(edit) @129   19 years bennylp Added SDP negotiator and changed SDP structs (tested)
(edit) @128   19 years bennylp Added framework for attaching custom error message handler
(edit) @127   19 years bennylp Finished implementation of UA layer (to be tested)
(edit) @126   19 years bennylp Completed testing for WinCE port
(edit) @125   19 years bennylp Initial, quick and dirty WinCE port with EVC4
(edit) @124   19 years bennylp Updated VisualC++ 7 projects
(edit) @123   19 years bennylp Complete tsx layer selftest, implemented authentication framework
(edit) @122   19 years bennylp Fixed minor warnings/mismatched comments mainly in pjlib++
(edit) @121   19 years bennylp Compiled cleanly first time for the new pjlib
(edit) @120   19 years bennylp Added requirements/testing document
(edit) @119   19 years bennylp Renamed pjsip_url to pjsip_sip_uri
(edit) @118   19 years bennylp Fixed bugs and added tests to handle NULL and zero length strings
(edit) @117   19 years bennylp Start working on UAS test functions
(edit) @116   19 years bennylp Do not allow modules with the same name to be registered
(edit) @115   19 years bennylp Transaction only decrements tx_data in send_msg() if return status is …
(edit) @114   19 years bennylp Timer heap checks if callback is NULL
(edit) @113   19 years bennylp Fixed title mismatch in uac test
(edit) @112   19 years bennylp Added prev_state in tsx_state event
(edit) @111   19 years bennylp Finished UAC tests and added argument parsing in main()
(edit) @110   19 years bennylp Added prev_state in tsx_state event
(edit) @109   19 years bennylp Added test functions for UAC transaction
(edit) @108   19 years bennylp Changed loggin to level 6 (from 5)
(edit) @107   19 years bennylp Added loop transport to test transaction
(edit) @106   19 years bennylp Basic module, transport, and sending messages
(edit) @105   19 years bennylp Modify transport to use generic sockaddr address
(edit) @104   19 years bennylp Tagging 0.3-pre.
(edit) @103   19 years bennylp Added PJSIP Developer Guide (pdf)
(edit) @102   19 years bennylp Deleted docs (moved to tc repos)
(edit) @101   19 years bennylp Deleted docs (moved to tc repos)
(edit) @100   19 years bennylp Updated pjsip docs (finishing basic dialog)
(edit) @99   19 years bennylp Updated PJSIP docs (latest callback design)
(edit) @98   19 years bennylp updated docs (callback approach)
(edit) @97   19 years bennylp updated docs
(edit) @96   19 years bennylp updated diagrams
(edit) @95   19 years bennylp setting up svn:ignore
(edit) @94   19 years bennylp Updated svn:ignore
(edit) @93   19 years bennylp Updated flow diagram
(edit) @92   19 years nanang Updated with wince files
(edit) @91   19 years nanang Updated with wince files
(edit) @90   19 years nanang test commit
(edit) @89   19 years bennylp Updated ignore files
(edit) @88   19 years bennylp Initial import
(edit) @87   19 years bennylp Updated pjsip doc
(edit) @86   19 years bennylp Updated PJSIP User's Guide
(edit) @85   19 years bennylp Updated users guide
(edit) @84   19 years bennylp Added Users Guide document
(edit) @83   19 years bennylp Win32 IOCP ioqueue calls multiple connect completion on a single poll
(edit) @82   19 years bennylp Added tel: uri and user-defined uri parser
(edit) @81   19 years bennylp Added pj_cis_add_cis()
(edit) @80   19 years bennylp Fixed warnings when logging is disabled and small opt in msg parser
(edit) @79   19 years bennylp Dont skip whitespace after newline in pj_scan_skip_line
(edit) @78   19 years bennylp Fixed unused arg warning when logging is disabled
(edit) @77   19 years bennylp More optimizations for msg parser etc.
(edit) @76   19 years bennylp Fix parse param bug in Contact hdr and add more msg tests
(edit) @75   19 years bennylp Added more info for pj_dump_config
(edit) @74   19 years bennylp Optimization here and there, changes because of PJLIB modifications
(edit) @73   19 years bennylp Scanner optimization and added cis_uint backend
(edit) @72   19 years bennylp Added pj_stricmp_alnum() to speedup the parser!!!
(edit) @71   19 years bennylp Fixed MSVC compilation warnings in release build
(edit) @70   19 years bennylp Added rdtsc option for win32 timestamp and added pj_elapsed_msec
(edit) @69   19 years bennylp Small optimization in pool (removed used_size)
(edit) @68   19 years bennylp Changed syntax to support Windows SEH
(edit) @67   19 years bennylp Setting svn:keywords on pjlib-util/string.*
(edit) @66   19 years bennylp Set svn:eol-style for all files
(edit) @65   19 years bennylp Set svn:eol-style property
(edit) @64   19 years bennylp More compliant URI parser, comparison, etc.
(edit) @63   19 years bennylp Added character (un)escaping utilities in string.h
(edit) @62   19 years bennylp Added hex character conversion utility in ctype
(edit) @61   19 years bennylp Renaming files
Note: See TracRevisionLog for help on using the revision log.