0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 04:10:24 +00:00
Commit graph

17 commits

Author SHA1 Message Date
katsel
306c2710e9 gitignore: add examples/ dependency files 2016-05-25 12:54:12 +02:00
Loïc Hoguin
4023e7f4e4 Convert the documentation to Asciidoc
A few small revisions were made, and Erlang.mk has been updated.
2016-01-14 13:37:20 +01:00
Loïc Hoguin
837cf8b9ce Update Erlang.mk 2015-11-16 23:08:38 +01:00
Loïc Hoguin
20456b8ac9 Update gitignore
Let's try this [ci skip] stuff.
2015-07-23 14:28:19 +02:00
Loïc Hoguin
078d686a0a Provide installable man pages
make docs: generate Markdown and man pages in doc/
make install-docs: install man pages to be usable directly

Docs are generated from the ezdoc files in doc/src/.
2014-07-06 13:10:35 +02:00
Loïc Hoguin
a96dddd04a Cleanup .gitignore 2014-02-19 20:19:03 +01:00
Loïc Hoguin
e7d4cff848 Add relx to the ignore list 2013-10-22 09:15:03 +02:00
Loïc Hoguin
dc3fd01fb4 Add files generated by examples to the .gitignore 2013-09-09 16:27:25 +02:00
Loïc Hoguin
845d306df6 Add .cowboy.plt to the gitignore 2012-04-29 01:20:05 +02:00
Loïc Hoguin
1219837e91 Cleanup the .gitignore 2012-04-12 22:05:54 +02:00
Loïc Hoguin
7774e64923 Add *.swp to gitignore 2011-10-10 08:52:11 +02:00
Tom Burdick
a29ccb070b Add cowboy_cookies for cookie creation and parsing
Based on Mochi Media, Inc.'s work in Mochiweb.

Conflicts:

	rebar.config
2011-07-26 13:52:21 +02:00
Loïc Hoguin
fa20273b37 URL decode query strings
Should be good for both GET and POST query strings.

This adds https://github.com/klaar/quoted.erl as a dependency.
Props to klaar for this code.
2011-07-20 17:38:10 +02:00
Loïc Hoguin
108a491f55 Add documentation for the public interface.
This is probably not perfect yet but it should be better than
nothing. We'll improve things with feedback received from the
many users.
2011-07-06 17:42:20 +02:00
Loïc Hoguin
f03dbf4d06 Use dialyzer directly instead of through rebar
Rebar recently removed their dialyzer support options so we're switching
to plain dialyzer. And as a bonus it works much better!
2011-06-21 17:24:07 +02:00
Loïc Hoguin
3a776b146e Initial work on a ct test suite for the HTTP protocol.
Handles two basic tests for both HTTP and HTTPS.
Also renames 'make test' into 'make tests'.
2011-04-08 16:30:37 +02:00
Loïc Hoguin
da72255940 Initial commit. 2011-03-17 00:29:35 +01:00