aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/src/http_client/httpc_handler.erl
AgeCommit message (Expand)Author
2015-09-08inets: Forward connection errors with https proxyKirilll Zaborsky
2015-07-16inets: cancel for handler with no requestsKirilll Zaborsky
2015-06-18Change license text to APLv2Bruce Yinhe
2015-06-16inets: Fix race condition in httpcIngela Anderton Andin
2015-06-09inets: set proxy address for requests from keep-alive queueKirilll Zaborsky
2015-06-01inets: proper stop for httpc_handler K-A queue failureKirilll Zaborsky
2015-05-27Merge remote-tracking branch 'erlang/pr/741'Henrik Nord
2015-05-26Minor misprintsKirill Zaborsky
2015-03-24inets: Add new module inets_time_compat with new time APIErland Schönbeck
2014-12-01inets: stop httpc_handler on 'connection closed' send errorKirilll Zaborsky
2014-10-27Merge branch 'scrapinghub/update_session_original_stacktrace'Marcus Arendt
2014-10-10inets: Return correct stacktrace on session updating failureKirilll Zaborsky
2014-10-08Minor misprints correctionKirill Zaborsky
2014-07-03Fix typo in documentation /header_as_is/headers_as_is/Louis-Philippe Gauthier
2014-06-04Merge branch 'scrapinghub/stream_body_with_no_content_length' into maintMarcus Arendt
2014-05-22Merge branch 'scrapinghub/stream_for_chunked_single_message' into maintMarcus Arendt
2014-05-16inets: Fix HTTP 1.0 body end on closed connectionKirilll Zaborsky
2014-04-30inets: Fix streaming with single chunk bodySergey Sinkovskiy
2014-03-21Merge branch 'nox/httpc-transfer-encoding-identity'Henrik Nord
2014-03-21Merge branch 'ia/inets/revert/OTP-11756'Ingela Anderton Andin
2014-03-19Merge branch 'scrapinghub/update_session_error_logging_fix'Henrik Nord
2014-03-18inets: Reverted commmit f97cd6965ac35d1cbe510de23592956857d144c8Ingela Anderton Andin
2014-03-09Support identity transfer-encoding in httpcAnthony Ramine
2014-03-09inets: Fix incorrect argument orderKirilll Zaborsky
2014-02-23Deprecate pre-defined built-in typesHans Bolinder
2013-09-13inets: httpc make httpc_cancel_request/[1,2] asynchronousIngela Anderton Andin
2013-09-13httpc: Enhanched error handlingIngela Anderton Andin
2013-09-13inets: httpc improve pipeliningIngela Anderton Andin
2013-05-20Remove http_chunk:decode/4 as it is no longer usedMasatake Daimon
2013-05-20Fix {stream, {self, once}} in httpcMasatake Daimon
2013-03-18inets httpc: Revert incorrect commit regarding cookie handling.Ingela Anderton Andin
2013-02-18inets: Improve ssl handlingIngela Anderton Andin
2013-02-14inets httpc: Corrected separation of pipelining and persisten connectionsIngela Anderton Andin
2012-10-02inets: Dialyzer fixesIngela Anderton Andin
2012-10-02inets httpc: TLS via proxyIngela Anderton Andin
2012-08-29Merge branch 'ta/docsmaint' into maintHenrik Nord
2012-07-05Fix various code typos for R15B02Tuncer Ayaz
2012-05-22[inets/httpc] Better handling of session db update failureMicael 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-09-15Fix misspelling of keptTuncer Ayaz
2011-06-15SSL with IPv6 now works "in principle".Micael Karlberg
2011-05-11Fixed httpc manager crashIngela Anderton Andin
2011-03-07Adding missing "send loop" for raw sending.Micael Karlberg