aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/src/http_client
AgeCommit message (Expand)Author
2015-11-27inets: SNI to be passed with requests through CONNECTKirilll Zaborsky
2015-11-15inets: Terminate really gracefully on bad chunkJohannes Weißl
2015-10-27inets: fix {self, once} for not streamed requestKirilll Zaborsky
2015-10-27inets: send correct nonstreamed response with streamingKirilll Zaborsky
2015-09-15Merge branch 'ia/pr/800/OTP-12984' into maintIngela Anderton Andin
2015-09-09Correct conversion from seconds to millisecondsJimmy Zöger
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
2015-03-18Merge branch 'maint'Zandra Hird
2015-03-16Minor comment fixKirill Zaborsky
2015-02-05Merge branch 'maint'Zandra Hird
2015-02-03inets: parse correctly 'Set-Cookie' header with empty valueKirilll Zaborsky
2015-01-26Merge branch 'maint'Marcus Arendt
2015-01-20httpc: Avoid parsing invalid 'Set-Cookie' headersSina Samavati
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 'scrapinghub/empty_set_cookie'Henrik Nord
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-03-06Added a condition to ignore empty Set-Cookie header and tests for itKirilll Zaborsky
2014-02-23Deprecate pre-defined built-in typesHans Bolinder
2013-09-24inets: httpc - Remove dead error handling codeIngela Anderton Andin
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-07-01Merge branch 'jwh/httpc_delete_body/OTP-11190' into maintFredrik Gustafsson
2013-06-14httpc: Allow content body in DELETE requestsJames Wheare
2013-06-12Update copyright yearsBjörn-Egil Dahlberg
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-03-12Added guard for invalid field and values in headersFredrik Gustafsson