Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-15 | Make the getting started properly use master | Loïc Hoguin | |
2016-01-14 | Simplify specifying the Cowboy version in examples | Loïc Hoguin | |
2016-01-14 | Remove the .app.src file in all examples | Loïc Hoguin | |
2016-01-14 | Convert the example index README to AsciiDoc | Loïc Hoguin | |
2016-01-14 | Merge branch 'patch-1' of https://github.com/yurrriq/cowboy | Loïc Hoguin | |
2016-01-14 | Simplify example instructions and fix broken examples | Loïc Hoguin | |
Also convert to AsciiDoc while we're at it. | |||
2016-01-14 | Convert the documentation to Asciidoc | Loïc Hoguin | |
A few small revisions were made, and Erlang.mk has been updated. | |||
2016-01-06 | Update README.md | Eric Bailey | |
Consistently use the imperative mood and add link to LFE examples. | |||
2015-12-11 | Merge pull request #924 from abs/patch-1 | Loïc Hoguin | |
Update README.md | |||
2015-12-11 | Update README.md | Andrei Soroker | |
Replace Kato with Sameroom | |||
2015-11-16 | Update Erlang.mk | Loïc Hoguin | |
2015-11-16 | Update CONTRIBUTING | Loïc Hoguin | |
2015-10-28 | Update README.md | Thomas Gebert | |
I noticed that this appeared to point to a bad URL. If LeoFS is sponsoring this, they'd probably prefer having the right URL. | |||
2015-09-23 | Update OTP versions to use for CI | Loïc Hoguin | |
2015-08-16 | Update apt-get before installing things on CI | Loïc Hoguin | |
2015-08-07 | Use 'Connection' header only when necessary | Alexey Lebedeff | |
Fixes #839 when 'Connection: Keep-Alive' wasn't sent in a HTTP/1.0 response. Now the usage of 'Connection' header is consistent with current protocol version: when this header is not specified explicitly in the response, HTTP/1.0 implies 'Connection: close' and HTTP/1.1 implies 'Connection: Keep-Alive'. So if current 'Connection' value matches the default value of current protocol, we won't state obvious fact in the response; and vice versa. Amended to fix and improve tests, and revert the variable name change from HTTP11Headers to StdHeaders. I think it's still good to leave it as is because it's not really a standard header for HTTP/1.0, and it's gone from HTTP/2 entirely. | |||
2015-07-27 | Add optional callbacks | Loïc Hoguin | |
Mostly useful for REST, which has a ton. This is an initial commit, it still needs to be tested, but it's time to sleep. | |||
2015-07-27 | Add spec to silence a Dialyzer warning | Loïc Hoguin | |
Yes I know the function never returns. :-) | |||
2015-07-27 | Use map syntax instead of maps:put/3 | Loïc Hoguin | |
2015-07-27 | Use erlang:monotonic_time instead of os:timestamp | Loïc Hoguin | |
Avoids unnecessary calculations. | |||
2015-07-27 | Use the new unique_integer function to generate IDs | Loïc Hoguin | |
In the eventsource example. | |||
2015-07-27 | CONTRIBUTING additions | Loïc Hoguin | |
[ci skip] | |||
2015-07-25 | Merge branch 'use-https' of https://github.com/ahf/cowboy | Loïc Hoguin | |
2015-07-25 | Merge branch 'master' of https://github.com/jmccaughey/cowboy | Loïc Hoguin | |
2015-07-25 | Update the CONTRIBUTING file | Loïc Hoguin | |
Looks like I pushed too early in the previous commit. Oops! | |||
2015-07-23 | Fix .app module list | Loïc Hoguin | |
cowboy_stream_h isn't in the repository yet. | |||
2015-07-23 | Update gitignore | Loïc Hoguin | |
Let's try this [ci skip] stuff. | |||
2015-07-22 | Fix autobahn test suite report link when used in CI | Loïc Hoguin | |
2015-07-22 | Add autobahn test suite output to the console | Loïc Hoguin | |
2015-07-22 | Add support for Autobahn test suite for CircleCI builds | Loïc Hoguin | |
2015-07-22 | Experiment with a Dialyzer step for CircleCI | Loïc Hoguin | |
2015-07-21 | Fix ci-prepare when OTP builds exist | Loïc Hoguin | |
2015-07-21 | Add logs/ as CircleCI artifact | Loïc Hoguin | |
To be kept after the run ends. | |||
2015-07-21 | Don't ignore failure when doing 'make ci' | Loïc Hoguin | |
The best way to use 'make ci' is 'make -k ci', then it will complete its run even if a version fails, and still exit with an error code. | |||
2015-07-21 | Add caching of OTP builds for CircleCI | Loïc Hoguin | |
Unfortunately not seeing how I can try it other than committing the file... Oh well, polluting the logs! | |||
2015-07-21 | Don't call xdg-open at the end of CI | Loïc Hoguin | |
2015-07-21 | Update erlang.mk and remove .app.src | Loïc Hoguin | |
Everything is now directly generated from the Makefile. Also properly update dependencies. | |||
2015-07-21 | Experiment with CircleCI | Loïc Hoguin | |
2015-07-05 | Use HTTPS dependencies when using Rebar | Alexander Færøy | |
2015-06-12 | Fix compilation error due to previous commit | Loïc Hoguin | |
Ah, conference commits. | |||
2015-06-11 | Add HTTP/2 support preview2.0.0-pre.2 | Loïc Hoguin | |
This commit is not only an early preview of HTTP/2, it is an early preview of the new Cowboy architecture that will be presented tomorrow in my talk. If you have found it before the talk, great! It's not complete so you better go watch the talk anyway. | |||
2015-05-29 | expect header parses to an atom (continue) | jmccaughey | |
2015-05-07 | Exit with exit/1 on handler exception and include class in reason | James Fish | |
2015-05-06 | Use the most recent state on error in cowboy_rest | Loïc Hoguin | |
2015-05-06 | Fix a compile error introduced in previous commit | Loïc Hoguin | |
2015-05-06 | Dialyzer fixes in cowboy_clock | Loïc Hoguin | |
This is what I get for merging blindly! | |||
2015-05-06 | Add an index.html that is also served statically as the default for / | David N. Welton | |
2015-05-06 | Merge branch 'patch-2' of https://github.com/egobrain/cowboy | Loïc Hoguin | |
2015-05-06 | added a comment for non-obvious erlang:cancel_timer | Alex Kovalev | |
2015-05-06 | fixed cowboy_clock inbox overflow if system clock was changed | Alex Kovalev | |