summaryrefslogtreecommitdiff
path: root/pjlib
AgeCommit message (Expand)Author
2008-04-07Removed setting PJ_IOQUEUE_HAS_SAFE_UNREG to zero in config_site_sample.h as ...Benny Prijono
2008-04-07Changed PJ_IOQUEUE_MAX_HANDLES count when PJ_CONFIG_MINIMAL_SIZE is set from ...Benny Prijono
2008-04-02Ticket #520: Race condition may cause ioqueue corruption (thanks Philippe Leuba)Benny Prijono
2008-03-17Ticket #507: committed and tested g722 patch on WindowsBenny Prijono
2008-03-13Ticket #512: Bug in select ioqueue causing unnecessary sleep() to be invoked ...Benny Prijono
2008-03-13More ticket #485: added TURN client applicationBenny Prijono
2008-03-11Added missing PJ_INT64() macro for Symbian compilersBenny Prijono
2008-03-04Ticket #500: implementation of thread priority setting on os_core_unix.cBenny Prijono
2008-03-04Ticket #500: Added function to set thread priority in PJLIBBenny Prijono
2008-02-29Fixed bug caused by ticket #412: critical section is not released!Benny Prijono
2008-02-21Ticket #412: increased randomness of guid_simple.c to 192-bits, and seed rand...Benny Prijono
2008-02-18Build error when PJ_IOQUEUE_MAX_HANDLES is declared to large value on Visual ...Benny Prijono
2008-02-14More ticket #469: fix in ioqueue to handle case when key has been unregistere...Benny Prijono
2008-02-14Ticket #475: ported GSM codec to Symbian OSBenny Prijono
2008-02-14Implemented ticket #474 for SymbianBenny Prijono
2008-02-13Ticket #474: option in ioqueue to control concurrency (to allow/disallow simu...Benny Prijono
2008-02-08More ticket #472: Fixed problem when building on Mingw. Now PJ_FD_SETSIZE_SET...Benny Prijono
2008-02-08More ticket #470: semaphore got disabled on Mingw because semaphore.h is not ...Benny Prijono
2008-02-08Fixed compilation errors on Symbian and others caused by ticket #472 (FD_SETS...Benny Prijono
2008-02-08Related to ticket #61: disable SRTP on Symbian while it is not ported yetBenny Prijono
2008-02-07Ticket #470, #471, and #472: Compile error when semaphore.h is not present, C...Benny Prijono
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