aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/src/http_lib
AgeCommit message (Expand)Author
2013-06-12Update copyright yearsBjörn-Egil Dahlberg
2013-05-20Remove http_chunk:decode/4 as it is no longer usedMasatake Daimon
2013-03-02Fix http_request:http_headers/1 to send content-length when length is zeroCA Meijer
2013-02-20inets httpd: Handle ipfamily option correctly when listning to port 0Ingela Anderton Andin
2013-02-18inets: Improve ssl handlingIngela Anderton Andin
2012-08-31Update copyright yearsBjörn-Egil Dahlberg
2012-06-05Update to work with whitespace in exec pathLukas Larsson
2012-03-15[inets] The module http_uri now officially supportedMicael Karlberg
2012-03-14[inets] Initial proposal of module http_uriMicael Karlberg
2011-11-15Merge branch 'maint-r14'Micael Karlberg
2011-11-09Initial merge from r13 topic branch. With minimal cleanup.Micael Karlberg
2011-10-26Skip catching hex decode failure.Micael Karlberg
2011-10-26Fixed hex-decoding.Micael Karlberg
2011-10-25The XSS prevention methods used was confused if theMicael Karlberg
2011-10-18[httpc] Wrong Host header in IPv6 HTTP requests.Micael Karlberg
2011-10-12Make return from the parse function conform with:Micael Karlberg
2011-09-23Merge branch 'dev' into majorMicael Karlberg
2011-09-15Updated http-server to make sure URLs in error-messagesMicael Karlberg
2011-09-06[httpc] Parsing of a cookie expire date should be more forgiving.Micael Karlberg
2011-09-05Removed the ossl config option (from both client and server).Micael Karlberg
2011-06-15SSL with IPv6 now works "in principle".Micael Karlberg
2011-05-30Peer/sockname resolv doesn't work with IPv6 addrs in HTTP.Micael Karlberg
2011-05-20Update copyright yearsBjörn-Egil Dahlberg
2011-05-12Calling gen_tcp:connect with option {ip, {127,0,0,1}} results in an exit withMicael Karlberg
2011-04-19Default ssl kind changed to essl (from ossl).Micael Karlberg
2011-04-06Accepting file descriptors (fd) in the config forMicael Karlberg
2011-03-10Merge branch 'ms/inets-prevent_xss_in_error_pages' into bmk/inets/httpd/preve...Micael Karlberg
2011-03-03Handling encoding of empty chunks.Micael Karlberg
2011-02-22inets: prevent XSS in error pagesMichael Santos
2010-12-01Merge branch 'ia/ssl/test-improvments' into devIngela Anderton Andin
2010-11-30Replaced error report with debug printout.Micael Karlberg
2010-11-29URL-encoding - add support in client and more usage in server. AlsoIngela Anderton Andin
2010-08-20inets: Patch 1122Micael Karlberg
2010-06-07OTP-7907: Allow the use of the "new" ssl (essl).Micael Karlberg
2010-05-27OTP-8609: Problems processing netscape cookies - expireMicael Karlberg
2010-05-27OTP-8609: Made cookie handling more case insensitive.Micael Karlberg
2010-01-19OTP-8016 [httpc] Several more or less critical fixes: * Initial callMicael Karlberg
2010-01-13OTP-8016, OTP-8056, OTP-8103, OTP-8106, OTP-8312, OTP-8315, OTP-8327, OTP-8349,Micael Karlberg
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP