aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-04-22Start applications directly from the ct hookLoïc Hoguin
2014-04-21Silence expected test error reports from the console outputLoïc Hoguin
The errors are still logged by common_test to the report it creates. The process that is going to crash has to call cowboy_error_h:ignore/3 with the MFA where the crash is expected to occur for it to be ignored. Gun retry failures are also ignored. Only unexpected crashes are printed.
2014-04-20Enable Autobahn Test Suite by defaultLoïc Hoguin
Includes a variety of small changes that are a first step to improving the test system heavily.
2014-04-17Cleanup the configuration handling in http_SUITELoïc Hoguin
2014-04-17Fix manual for content_types_providedLoïc Hoguin
2014-04-17Merge branch 'fix/basic-auth-empty-password' of git://github.com/soundrop/cowboyLoïc Hoguin
2014-04-14Kato.im added to the list of sponsorsLoïc Hoguin
2014-04-11Add 17.0 and 17.0_native to the list of tested releasesLoïc Hoguin
2014-04-11Fix application start order in tests, gun depends on cowlibLoïc Hoguin
2014-03-27Update cowlib to 0.6.1Loïc Hoguin
2014-03-27Add +warn_missing_spec and fix specsLoïc Hoguin
2014-03-26Remove outdated comments, all edoc, plus a few minor tweaksLoïc Hoguin
2014-03-25Update rebar.configLoïc Hoguin
2014-03-25Simplify the SPDY suite using the new Gun interfaceLoïc Hoguin
2014-03-25Make the latin1 cyrillic route tests work on R17+Loïc Hoguin
Instead of relying on the encoding of the file we now simply have list of numbers as they would be inside a latin1 file.
2014-03-25Don't flush the resp_sent message if connection is closedLoïc Hoguin
Tiny optimization.
2014-03-24Remove cowboy_client; use gun for the HTTP test suiteLoïc Hoguin
2014-03-24Use the new chunked and identity transfer decoding code from cowlibLoïc Hoguin
2014-03-24Use cow_http_hd:parse_transfer_encoding/1 where applicableLoïc Hoguin
2014-03-24Use cow_http_hd:parse_content_length/1 where applicableLoïc Hoguin
2014-03-24Use cow_http_hd:parse_connection/1 where applicableLoïc Hoguin
2014-03-24Update erlang.mkLoïc Hoguin
2014-03-23Update cowlib to 0.6.0Loïc Hoguin
2014-03-23Remove R16B03-0 from the list of tested releasesLoïc Hoguin
2014-03-10Remove cowboy_http:urldecode/1 and urlencode/1Loïc Hoguin
Use cow_qs:urldecode/1 and cow_qs:urlencode/1 instead
2014-03-08Fix typespecs of cowboy_websocket:handler_terminateLoïc Hoguin
Pointed out during the ConcuError tutorial by Kostis. Thanks! :-)
2014-03-03Update and improve Websocket chapters in the guideLoïc Hoguin
2014-02-27Keep the whitespace from multiline headersLoïc Hoguin
Before, we could have Header: the value is multiline Become "the valueis multiline". Now it will properly be "the value is multiline".
2014-02-21Merge branch 'stop_listener-spec' of git://github.com/s1n4/cowboyLoïc Hoguin
2014-02-21Merge branch 'master' of git://github.com/pdericson/cowboyLoïc Hoguin
2014-02-21Fix cowboy:stop_listener/1 spec in manualSina Samavati
2014-02-19Cleanup .gitignoreLoïc Hoguin
2014-02-19Update cowlib to 0.5.1 to fix multipart issuesLoïc Hoguin
2014-02-16Fix stop_listener/1 specSina Samavati
2014-02-09Allow empty passwords when parsing Basic authorization headerAli Sabil
2014-02-06Update copyright yearsLoïc Hoguin
2014-02-06Use the INLINE_LOWERCASE macro in the request parsing codeLoïc Hoguin
Since I made it for similar code in cowlib, let's use it here too.
2014-02-06Add and document the new multipart codeLoïc Hoguin
The old undocumented API is removed entirely. While a documentation exists for the new API, it will not be considered set in stone until further testing has been performed, and a file upload example has been added. The new API should be a little more efficient than the old API, especially with smaller messages.
2014-02-05Add R16B03-1 to the list of releases to testLoïc Hoguin
2014-01-23Clarify what stream_body is doingLoïc Hoguin
2014-01-07README.md: tweak grammerPeter Ericson
2013-12-29Now testing on R15B01+ and maint and master git branchesLoïc Hoguin
2013-12-28Fix typespecs for cowboy_req:binding/{2,3} and :bindings/1Loïc Hoguin
2013-12-28Clarify functions that can only be called onceLoïc Hoguin
2013-12-28Merge branch 'typofix' of git://github.com/Etsukata/cowboyLoïc Hoguin
2013-12-28Nicer error when NPN isn't availableLoïc Hoguin
2013-12-28Fix a small typo in a testLoïc Hoguin
2013-12-28Merge branch 'patch-1' of git://github.com/edgurgel/cowboyLoïc Hoguin
2013-12-28Fix the SPDY suite for R15Loïc Hoguin
2013-12-27Fix echo_get/README.mdEduardo Gurgel