source: pjproject/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1602   17 years bennylp Ticket #421: initial IPv6 support: UDP transport
(edit) @1601   17 years bennylp More ticket #415: more IPv6 and some reorganization of the source codes
(edit) @1600   17 years bennylp Fixed difference in the declaration of log callback between pjsua-lib and …
(edit) @1599   17 years bennylp Fixed pj_gethostip() returns 0.0.0.0. Also how it returns the first …
(edit) @1598   17 years bennylp Ticket #416: Allow application to handle sending ACK manually
(edit) @1597   17 years bennylp Fixed ticket #426: Respond incoming CANCEL with no matching INVITE with …
(edit) @1596   17 years bennylp Fixed ticket #425: pjstun_get_mapped_addr() failed when receiving incoming …
(edit) @1595   17 years bennylp Added information about building pjsip as DLL in the doxygen documentation
(edit) @1594   17 years bennylp Ticket #424: Added API to retrieve number of transactions and dialogs …
(edit) @1593   17 years bennylp Fixed ticket #423: Client registration (pjsip_regc) doesn't obey explicit …
(edit) @1592   17 years bennylp Reject 0.0.0.0 IP address returned by gethostbyname() in pj_gethostip()
(edit) @1591   17 years bennylp Ticket #14: Don't change RTP/RTCP SSRC on re-INVITE
(edit) @1590   17 years bennylp Fixed missing typedef keyword in pj_dns_srv_option declaration (thanks …
(edit) @1589   17 years bennylp Ticket #417: added pjlib API to retrieve the native thread handle from …
(edit) @1588   17 years bennylp Added pj_inet_pton() and pj_inet_ntop() to Symbian (part of ticket #415
(edit) @1587   17 years bennylp Ticket #419: initial support for DNS AAAA resolution
(edit) @1586   17 years bennylp Changed line endings for config.sub to use LF (with svn:eol-style …
(edit) @1585   17 years bennylp Ticket #415: implement IPv6 support in PJLIB
(edit) @1584   17 years bennylp Ticket #414: Implement IP interface enumeration on Linux/Unix? with …
(edit) @1583   17 years bennylp Updated svn version to 0.8.0-trunk
(edit) @1582   17 years bennylp Fixed wrong doxygen comment on various SIP parsing function, about …
(edit) @1581   17 years bennylp Fixed bug in PJ_DECL_NO_RETURN macro which prevents building libraries as …
(edit) @1580   17 years bennylp Updated doxygen documentation to 0.8.0
(edit) @1579   17 years bennylp Updated ICE and STUN reference to their latest draft
(edit) @1578   17 years bennylp Updated include path for libmilenage VS6 project
(edit) @1576   17 years bennylp Changed version to 0.8.0
(edit) @1575   17 years bennylp Fixed milenage build on eVC etc.
(edit) @1574   17 years bennylp Some protection to prevent ICE session from being destroyed while callback …
(edit) @1573   17 years bennylp Updated build system with libmilenage library
(edit) @1572   17 years bennylp Fixed error in user.mak.sample file
(edit) @1571   17 years bennylp Do not resolve SIP address with STUN if public address is configured
(edit) @1570   17 years bennylp Enable AKA support in the build by default
(edit) @1569   17 years bennylp Fixed compilation warnings/errors under C++ mode
(edit) @1568   17 years bennylp Added new authentication API (to set auth preference) to the DEF files
(edit) @1567   17 years bennylp Removed srand() call from pjlib initialization to let application supply …
(edit) @1566   17 years bennylp Deregister PJSIP_SYN_ERR_EXCEPTION upon destroying SIP endpoint to allow …
(edit) @1565   17 years bennylp Update the digest AKAv2-MD5 implementation, we can now login to …
(edit) @1564   17 years bennylp Remove SDP from 487 response when incoming INVITE comes without SDP and we …
(edit) @1563   17 years bennylp Accept UPDATE without SDP (this is a valid scenario according to session …
(edit) @1562   17 years bennylp In pjsua-lib, treat incoming SDP with a=sendonly as hold request, and …
(edit) @1561   17 years bennylp - Added option to send empty Authorization header in outgoing requests - …
(edit) @1560   17 years bennylp Add Contact header to UPDATE request within dialog
(edit) @1559   17 years bennylp Parse ICE SDP attribute without case sensitivity, and ignore malformed …
(edit) @1558   17 years bennylp Allow zero in outgoing CSeq in request creation within dialog
(edit) @1557   17 years bennylp Parse ICE candidate attribute without case sensitive for more robustness
(edit) @1556   17 years bennylp Change default PUBLISH interval from 60 seconds to PJSUA_PRES_TIMER
(edit) @1555   17 years bennylp Fixed bug in route set calculation: prevent updating route set upon …
(edit) @1554   17 years bennylp Validate SDP in incoming message before passing it to negotiator …
(edit) @1553   17 years bennylp The NAT type investigation in incoming INVITE caused assertion error when …
(edit) @1552   17 years bennylp SIP TCP and TLS transports may call send completion callback with …
(edit) @1551   17 years bennylp SIP TCP and TLS transports may call send completion callback with …
(edit) @1550   17 years bennylp Update ticket #408: although route set must not be updated on subsequent …
(edit) @1549   17 years bennylp Increment SDP version upon creating subsequent offer inside the call (ref: …
(edit) @1548   17 years bennylp Continue doing ICE/STUN keep-alive if the request failed because of …
(edit) @1547   17 years bennylp Fixed bug with detecting successful unregistration request. Previously, …
(edit) @1546   17 years bennylp Only do Test 1B if Test 2 failed
(edit) @1545   17 years bennylp Removed pjsua requirement to have consecutive RTCP mapped ports, and …
(edit) @1544   17 years bennylp Log source address of incoming STUN message
(edit) @1543   17 years bennylp Print error message if NAT type detection command fails
(edit) @1542   17 years bennylp Changed Service-Route processing to append S-R to existing route set …
(edit) @1541   17 years bennylp Fixed wrong comment on audio_frame_ptime default value
(edit) @1540   17 years bennylp Allow empty reason phrase in SIP responses during parsing (thanks Roman …
(edit) @1539   17 years bennylp Ticket #410: Endless authentication retries when 401/407 response contains …
(edit) @1538   17 years bennylp More ticket #385: 100rel support should be enabled by default
(edit) @1537   17 years bennylp Ticket #408: Route set shouldn't be updated once it has been set (thanks …
(edit) @1536   17 years bennylp Ticket #407: keep-alive for UDP transports in PJSUA-LIB
(edit) @1535   17 years bennylp Ticket #406: New PJSUA API to update buddy's presence subscription
(edit) @1534   17 years bennylp Ticket #405: Subscribe to buddy presence upon receiving incoming …
(edit) @1533   17 years bennylp More ticket #399: added PJSUA API to retrieve the remote NAT type
(edit) @1531   17 years bennylp Fixed deadlock in increment_counter() and decrement_counter() caused by …
(edit) @1530   17 years bennylp Fixed route set bug in simpleua.c (thanks Raquie Rawq)
(edit) @1529   17 years bennylp Added pjsua_get_var() to access pjsua_var from a DLL (thanks Tomas …
(edit) @1528   17 years bennylp Initial minimum jitter value was set to 2ms (thanks Roman Puls)
(edit) @1527   17 years bennylp Fixed warnings in PJLIB string_i.h about variable may not get initialized
(edit) @1526   17 years bennylp More ticket #399: pj_sock_close() is called more than once. Also …
(edit) @1525   17 years bennylp Ticket #403: Ability to specify RConnection instance etc in PJLIB Symbian
(edit) @1524   17 years bennylp More ticket #399: on_request_complete() callback does not release the …
(edit) @1523   17 years bennylp More ticket #399: fixed bug that triggers assertion in the timer
(edit) @1522   17 years bennylp Added assertion which checks if evsub module has been registered before …
(edit) @1521   17 years bennylp Fixed wrong doxygen documentation for various AUTH settings (thanks …
(edit) @1520   17 years bennylp Continuing ticket #400: Only process Service-Route header if …
(edit) @1519   17 years bennylp Fixed ticket #402: Endless error loop when TCP accept() continuously …
(edit) @1518   17 years bennylp Fixed ticket #401: Unable to register when account URI contains display …
(edit) @1517   17 years bennylp Added more svn:ignore files
(edit) @1516   17 years bennylp Added dummy symbol in PJLIB's ctype.c to avoid linker warning about empty …
(edit) @1515   17 years bennylp Added default value for PJ_SOL_TCP for systems that lack SOL_TCP or …
(edit) @1514   17 years bennylp Fixed compilation warning in sip_auth_client.c about unreachable code when …
(edit) @1513   17 years bennylp Changed default AEC/EC tail length (PJSUA_DEFAULT_EC_TAIL_LEN) from 800 ms …
(edit) @1512   17 years bennylp More ticket #395: changed max default buffer length from 60ms to 100ms for …
(edit) @1511   17 years bennylp Updated libmilenage Visual Studio project toption to use /MD instead of …
(edit) @1510   17 years bennylp Added resample_libsamplerate.c into VS8 project
(edit) @1509   17 years bennylp Fixed bug in pjmedia clock_thread.c: busy loop when clock thread is …
(edit) @1508   17 years bennylp Updated Service-Route calculation
(edit) @1507   17 years bennylp Ticket #400: initial support for Service-Route header, still untested
(edit) @1506   17 years bennylp Updated README.txt of libsamplerate instructions
(edit) @1505   17 years bennylp Updated VS2005 and eVC projects with new base64 and AKA files
(edit) @1504   17 years bennylp Fixed build warnings/errors for Symbian target
(edit) @1503   17 years bennylp Tolerate more ICMP errors in ICE media transport
(edit) @1502   17 years bennylp Ticket #398: support for libsamplerate in the autoconf+Makefile
(edit) @1501   17 years bennylp More ticket #399: added callback to report NAT detection result, and sends …
Note: See TracRevisionLog for help on using the revision log.