summaryrefslogtreecommitdiff
path: root/pjlib-util/src/pjlib-util/http_client.c
AgeCommit message (Expand)Author
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