summaryrefslogtreecommitdiff
path: root/pjlib
AgeCommit message (Expand)Author
2008-01-26Added pj_strstr() and pj_stristr() in pjlibBenny Prijono
2008-01-25Fixed doxygen comments everywhereBenny 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-24More ticket #61: SRTP will try to use /dev/urandom as RNG if fcntl.h and unis...Benny Prijono
2008-01-23Merged from SRTP branch: added stdint.h header detection in autoconf. Result ...Benny Prijono
2008-01-19Fixed warning about uninitialized variable in VS6Benny Prijono
2008-01-09Ticket 440: pj_timer_entry_init() doesn't initialize timer IDBenny Prijono
2008-01-08Fixed compilation error about IFF_UPBenny Prijono
2008-01-04Fixed bug in IPv6 address to string conversion on WinCEBenny Prijono
2008-01-03Print stack usage upon thread exitingBenny Prijono
2008-01-02Minor fix: doesn't need to make TBuf static in pj_inet_ntoa() for SymbianBenny Prijono
2008-01-02Defect: new allocator didn't call factory on_block_alloc()/on_block_free()Benny Prijono
2008-01-02Implement stack usage detection on Symbian OSBenny Prijono
2008-01-02Tweak config_site_sample.h for SymbianBenny Prijono
2008-01-02Added PJ_OS_HAS_CHECK_STACK default configuration in pjlib/config.h, at least...Benny Prijono
2007-12-31Fixed IPv6/IPv4 address issue in Symbian: Symbian, at least 9.1, seems to hav...Benny Prijono
2007-12-28Set pool_test_malloc_free() to use malloc()/free() instead of new/delete sinc...Benny Prijono
2007-12-28Ticket #436: IPv6 support in host resolver caused failure in pjlib initializa...Benny Prijono
2007-12-28Ticket #435: Fixed and tested audio on Symbian deviceBenny Prijono
2007-12-14Calling strncpy with a maximum size argument of (32) on destination buffer '(...Benny Prijono
2007-12-12Disable assertion in pj_sockaddr_has_addr()Benny Prijono
2007-12-12Fixed bug in Symbian TInetAddr to pj_sockaddr conversion: memory overflow in ...Benny Prijono
2007-12-12Add doxygen comment in pj_log_func() to inform that the data is NULL terminatedBenny Prijono
2007-12-05Fixed run-time error on MacOS X (and possibly BSD based systems) when bind() ...Benny Prijono
2007-12-03More ticket #415: Added pj_sockaddr_cmp(), pj_sockaddr_copy_addr(), and pj_so...Benny Prijono
2007-12-03Fixed IP interface enumeration Linux to work with IPv6 (see ticket #415)Benny Prijono
2007-12-03Fixed compilation errors/warnings on Linux with the recent IPv6 commitsBenny Prijono
2007-12-02More ticket #415: Added pj_sockaddr_get_len() and pj_inet_ntop2(), and fixed ...Benny Prijono
2007-12-01More ticket #415: more IPv6 and some reorganization of the source codesBenny Prijono
2007-11-26Fixed pj_gethostip() returns 0.0.0.0. Also how it returns the first interface...Benny Prijono
2007-11-23Added information about building pjsip as DLL in the doxygen documentationBenny Prijono
2007-11-22Reject 0.0.0.0 IP address returned by gethostbyname() in pj_gethostip()Benny Prijono
2007-11-21Ticket #417: added pjlib API to retrieve the native thread handle from pj_thr...Benny Prijono
2007-11-21Added pj_inet_pton() and pj_inet_ntop() to Symbian (part of ticket #415 for I...Benny Prijono
2007-11-20Ticket #419: initial support for DNS AAAA resolutionBenny Prijono
2007-11-18Ticket #415: implement IPv6 support in PJLIBBenny Prijono
2007-11-17Ticket #414: Implement IP interface enumeration on Linux/Unix with SIOCGIFCON...Benny Prijono
2007-11-17Updated svn version to 0.8.0-trunkBenny Prijono
2007-11-16Fixed bug in PJ_DECL_NO_RETURN macro which prevents building libraries as DLLBenny Prijono
2007-11-12Updated doxygen documentation to 0.8.0Benny Prijono
2007-11-11Changed version to 0.8.0Benny Prijono
2007-11-10Removed srand() call from pjlib initialization to let application supply the ...Benny Prijono
2007-10-31Fixed deadlock in increment_counter() and decrement_counter() caused by diffe...Benny Prijono
2007-10-26Fixed warnings in PJLIB string_i.h about variable may not get initializedBenny Prijono
2007-10-26Ticket #403: Ability to specify RConnection instance etc in PJLIB SymbianBenny Prijono
2007-10-21Added dummy symbol in PJLIB's ctype.c to avoid linker warning about empty tra...Benny Prijono
2007-10-21Added default value for PJ_SOL_TCP for systems that lack SOL_TCP or IPPROTO_T...Benny Prijono
2007-10-17Fixed build warnings/errors for Symbian targetBenny Prijono
2007-10-12Ticket #399: Initial implementation of tool to perform NAT type detection/cla...Benny Prijono