summaryrefslogtreecommitdiff
path: root/pjlib/src
AgeCommit message (Expand)Author
2013-05-03Fixed #1664: Fixed the bug of unhandled error events in non-connecting socket...Nanang Izzuddin
2013-05-03Fix #1663: Fixed pj_ioqueue_register_sock2() to avoid access to uninitialized...Nanang Izzuddin
2013-04-26Fixed #1661: Option to use SO_REUSEADDR for TCP and TLS listeners and use it ...Benny Prijono
2013-04-23Re #1630: fixed various warningsBenny Prijono
2013-04-15Re #1630: Modified OpenSSL library names for Win platform.Liong Sauw Ming
2013-04-05Re #1643: Code restructure+add callback to support symbian gui appRiza Sulistyo
2013-03-22Fixed #1648: Timer heap new API cancel_if_active() should not assert if given...Benny Prijono
2013-03-14Re #1643: add initial support for CLIRiza Sulistyo
2013-03-11Fixed #1638: more group lock fixes, this time for ioqueue_epollBenny Prijono
2013-03-05Misc (re #1559): fixed compile errors/warnings on MSVCRiza Sulistyo
2013-03-04Misc (re #1559): fixed compile errors/warnings on Symbian platform.Nanang Izzuddin
2013-02-27Re #1616: symbian port of ioqueue & timerRiza Sulistyo
2013-02-21Fixed #1616: Implementation of Group lock and other foundation in PJLIB for f...Benny Prijono
2013-02-19More #1613: fixed bugs in the 'fixes' above:Benny Prijono
2013-02-14Close #1618: Fixed SSL socket to check for async sending operation error.Nanang Izzuddin
2013-02-07Close #1602: configurable local port range for ICE transport.Nanang Izzuddin
2013-01-22Re #1613: Remove unused variableLiong Sauw Ming
2013-01-22Fixed #1613: Use appropriate request for ioctl() function to access the inter...Liong Sauw Ming
2012-11-22Fix #1593: avoid wrap around in caching pool capacity value.Nanang Izzuddin
2012-11-07Re #1556: Fixed hash key case insensitive comparison. This is reported to cau...Nanang Izzuddin
2012-10-08Fixed #1592: Multithreading issues in PJSIP (fixing pj_timer_heap_poll() and ...Liong Sauw Ming
2012-09-10Re #1573: Fixed improper unlock in do_handshake().Nanang Izzuddin
2012-09-08Re #1573: Fixed bad cast on ioqueue send key to send data in asock_on_data_se...Nanang Izzuddin
2012-09-07Fix #1573:Nanang Izzuddin
2012-08-31Misc (#1559): fixed warnings of unused var on Symbian platform.Nanang Izzuddin
2012-08-21Re #1559: Removed unnecessary assertion from sock_bsd's pj_sock_recvfrom() im...Liong Sauw Ming
2012-08-07Fixed #1412: Account specific NAT settings: STUN, ICE, and TURNBenny Prijono
2012-07-18Fixed #1556: Fix From/To tag and Via branch comparison to be case insensitiveLiong Sauw Ming
2012-06-19Fixed #1538: Suppress SIGPIPE for broken TCP connection on Linux (thanks Mike...Benny Prijono
2012-06-05Re #1527: added debugging facility to the timer heap. By enabling PJ_TIMER_DE...Benny Prijono
2012-05-30Fix #1522:Nanang Izzuddin
2012-04-27Changed version to 2.0-rcBenny Prijono
2012-04-27Re #1474: merged r4100-4107Benny Prijono
2012-03-30Re #1474: Merged all changes from 1.12 - HEAD (from the 1.x branch)Benny Prijono
2011-10-25Re #1394: Ignore thread join if called from the same thread, it will cause th...Nanang Izzuddin
2011-10-24Re #1395: Backport of PJSIP 1.x branch into PJSIP 2.0 trunkLiong Sauw Ming
2011-09-18Implemented re #1372: New log features: indentation and thread switching indi...Benny Prijono
2011-07-20Re #1278: Fixed linker error on Mac and iOS.Liong Sauw Ming
2011-07-19Re #1326:Nanang Izzuddin
2011-07-19Re #1326: Initial code integration from branch 2.0-dev to trunk as "2.0-pre-a...Nanang Izzuddin
2011-05-05Re #1250: Updated the year in all copyright texts with 2011!Nanang Izzuddin
2011-04-26Fixed #1246: Use CFHost for pj_getaddrinfo() on iOSLiong Sauw Ming
2011-04-11Fixed #1230: Removed assertion in PJLIB for Posix when fails to release mutex...Benny Prijono
2011-03-31Re #1221: Fixed wrong reference to the socket variable.Liong Sauw Ming
2011-03-31Fixed #1225: iPhone: UDP socket send error after waking up from background mo...Benny Prijono
2011-03-23Re #1221: Move setting the socket option to pjlib level (sock_bsd) instead of...Liong Sauw Ming
2011-03-23Fixed #1221: Crash when SIP transport tried to write to a broken pipe.Liong Sauw Ming
2011-03-17Re #1211 (new pj_gettickcount() API): fixed compilation error on LinuxBenny Prijono
2011-03-16Fixed #1211: Add pjlib API pj_gettickcount() that returns a monotonically inc...Liong Sauw Ming
2011-03-16Fix #1212:Nanang Izzuddin