summaryrefslogtreecommitdiff
path: root/wocky/wocky-http-proxy.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-05Implement HTTP basic proxy authenticationNicolas Dufresne1-46/+63
2010-10-05Handle EOS gracefully by manually generating errorNicolas Dufresne1-2/+11
2010-10-05Remove HTTP error code for known errorsNicolas Dufresne1-1/+1
2010-10-04Improve error message in HTTPProxyNicolas Dufresne1-3/+6
2010-10-04Free variables as soon as they are no longer neededNicolas Dufresne1-8/+4
2010-10-04Fix coding styleNicolas Dufresne1-22/+24
2010-10-04Remove unsuded wocky_http_proxy_finalize()Nicolas Dufresne1-11/+0
2010-10-04Added support for HTTP Connect ProxyNicolas Dufresne1-0/+414