summaryrefslogtreecommitdiff
path: root/pjlib-util/src/pjlib-util/http_client.c
AgeCommit message (Expand)Author
2014-01-23Misc (re #1630): Fixed symbols that should not be exported (thanks Tzafrir Co...Nanang Izzuddin
2013-10-08Re #1703 General bug fixes: fixed wrong sizeof() in call to bzero(), memset()...Benny Prijono
2013-10-08Re #1703: fixing general bugs. First installment: correct handling of snprint...Benny Prijono
2013-06-19Re #1680: Add initial support for Win64Riza Sulistyo
2011-10-24Re #1395: Backport of PJSIP 1.x branch into PJSIP 2.0 trunkLiong Sauw Ming
2011-05-05Re #1250: Updated the year in all copyright texts with 2011!Nanang Izzuddin
2010-10-04Another fix for authentication in HTTP client (re #1136):Benny Prijono
2010-10-01Re #1136 (Basic and digest authentication in the HTTP client): fixed error in...Benny Prijono
2010-09-27Implemented and closed #1136: added HTTP authentication supportBenny Prijono
2010-07-13Misc fix (re #1068): added port number in the Host header of http request.Liong Sauw Ming
2010-06-29Misc(re #1068): Revert the default trace to 0.Liong Sauw Ming
2010-06-29Misc(re #1068): fixed crash because pj_http_req may now be destroyed after ca...Liong Sauw Ming
2010-02-11More ticket #1018:Liong Sauw Ming
2010-02-10More ticket #1018: fixed some more warnings about pointer conversions, or err...Benny Prijono
2010-02-10More ticket #1018: fixed warning about incompatible pointer typesBenny Prijono
2010-02-05Misc (#1018):Liong Sauw Ming
2010-02-04Implemented ticket #1018: Simple HTTP client implementationLiong Sauw Ming