aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/src/http_client
AgeCommit message (Expand)Author
2012-06-05Update to work with whitespace in exec pathLukas Larsson
2012-03-30Update copyright yearsBjörn-Egil Dahlberg
2012-03-15[inets] The module http_uri now officially supportedMicael Karlberg
2012-03-14[inets] A more general version of http_uri:parseMicael Karlberg
2012-03-13[inets/httpc] Add function to retreive current optionsMicael Karlberg
2012-02-08[inets/httpc] Connect error info improvementMicael Karlberg
2012-02-03[inets] Added more error info when connect failsMicael Karlberg
2012-01-20[inets] Merged from R14B and also fixed appupMicael Karlberg
2012-01-13Merge branch 'bmk/inets/httpc/streaming_404/r14/OTP-9860' into bmk/inets/inet...Micael Karlberg
2012-01-13[inets/httpc] The client incorrectly streams 404 responsesMicael Karlberg
2012-01-05[inets/httpc] Add proper code change codeMicael Karlberg
2012-01-04[inets/httpc] Add test caseMicael Karlberg
2012-01-03[inets/httpc] Fix the selection of session for keep-alive modeMicael Karlberg
2011-12-09Update copyright yearsBjörn-Egil Dahlberg
2011-11-23Fixed acceptor exit warnings (detected by dialyzer).Micael Karlberg
2011-11-21Various minor dialyzer related cleanup.Micael 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-29Merge branch 'dev' into majorBjörn-Egil Dahlberg
2011-09-29Update copyright yearsBjörn-Egil Dahlberg
2011-09-23Merge branch 'dev' into majorMicael Karlberg
2011-09-23[httpc] Parsing of a cookie expire date should be more forgiving.Micael Karlberg
2011-09-20Merge branch 'dev' into majorHenrik Nord
2011-09-15Fix misspelling of keptTuncer Ayaz
2011-09-08[httpc] Rewrote cookie parsing. Among other things solvingMicael 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-08-05[httpc] Deprecated interface module http has been removed.Micael Karlberg
2011-06-15[httpc|httpd] Added support for IPv6 with ssl.Micael Karlberg
2011-06-15Stopping httpc client...Micael Karlberg
2011-06-15Clients started stand-alone not properly handled.Micael Karlberg
2011-06-15Temporary solution for profile_name stuff. What about Pids???Micael Karlberg
2011-06-15SSL with IPv6 now works "in principle".Micael Karlberg
2011-06-15[httpc] Remove unnecessary usage of iolist_to_binary whenMicael Karlberg
2011-05-20Update copyright yearsBjörn-Egil Dahlberg
2011-05-11Fixed httpc manager crashIngela Anderton Andin
2011-03-18Fixed debug macro.Micael Karlberg
2011-03-07Adding missing "send loop" for raw sending.Micael Karlberg
2011-03-04Merge branch 'fm/httpc-upload-body-streaming' into bmk/inets/httpc/support_up...Micael Karlberg
2011-03-02inets/httpc: Polish documentationChristian von Roques
2010-12-01Merge branch 'bmk/inets/httpc_meybe_retry_queue_terminating/OTP-8906' into devIngela Anderton Andin
2010-12-01Merge branch 'ia/ssl/test-improvments' into devIngela Anderton Andin
2010-11-30Replaced error report with debug printout.Micael Karlberg
2010-11-29More IPv6 fixing. This time in actual code (in the client).Micael Karlberg
2010-11-29URL-encoding - add support in client and more usage in server. AlsoIngela Anderton Andin
2010-11-10Pipelined requests not handled properly when terminating.Micael Karlberg
2010-10-13httpc: add option to do automatic chunked transfer-encodingFilipe David Manana
2010-10-05httpc: allow streaming of PUT and POST request bodiesFilipe David Manana
2010-09-10Remove warnings for clashes with new autoimported BIFsPatrik Nyblom
2010-08-25Merge branch 'maint-r13' into devBjörn Gustavsson