Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mochiweb "make app" generates bad rebar.config? #41

Closed
chids opened this issue Mar 11, 2011 · 1 comment
Closed

mochiweb "make app" generates bad rebar.config? #41

chids opened this issue Mar 11, 2011 · 1 comment

Comments

@chids
Copy link

chids commented Mar 11, 2011

When trying to make a project created with mochiweb (git clone of HEAD as of 2011-03-11) "make app" I got:

Pulling mochiweb from {git,"git://github.com/mochi/mochiweb.git",[]}
Cloning into mochiweb...
error: pathspec 'origin/' did not match any file(s) known to git.
ERROR: git checkout -q origin/ failed with error: 1
make: *** [all] Error 1

The mochiweb dependency in rebar.conf looked like this:
{git, "git://github.com/mochi/mochiweb.git", ""}}]}.

It works if I change the template to:
{git,"git://github.com/mochi/mochiweb.git","HEAD"}

@etrepum
Copy link
Member

etrepum commented Mar 11, 2011

Fixed in 0ec0738

asfgit pushed a commit to apache/couchdb-mochiweb that referenced this issue Feb 13, 2014
markan added a commit to chef-boneyard/opscode-pushy-server that referenced this issue Jul 29, 2015
Updated deps:

  eper
fatal: Invalid revision range 80e7cd6446d26d2423f2acd37253826bb3152964..5d4c3e9c91bd96b67a92cbdac4601c43340e1d88

  mochiweb
    2015-01-16 ade2a9b Merge pull request #17 from basho/ku-range-fix
    2015-01-16 ce93cfa Rearrange unittests in mochiweb_http
    2013-02-14 b802b92 Accept range end position which exceededs the resource size
    2013-02-14 b7f1b36 Remove special treatment of the range "0-"
    2014-07-24 bff08e8 Merge pull request #15 from basho/vinoski/mochiweb-update
    2014-07-11 3325cb3 more updates from primary mochiweb repo
    2014-06-27 925a783 Merge pull request #132 from tuncer/rebar-recursion
    2014-06-27 0a68bbe Makefile: adapt rebar calls to new behavior
    2014-06-24 9090c79 upgrade rebar to v2.5.0 and upgrade app template #131
    2014-06-24 5a01be4 update travis config for 17.0 and R16B0[123]
    2014-05-08 b37b6fe Merge pull request #127 from talko/base64url_dialyzer
    2014-05-08 dd72248 Fix type specs in base64url
    2014-03-26 445788a update from primary mochiweb repo
    2014-03-26 ba6cd15 Merge pull request #126 from pooya/disco
    2014-03-24 1849699 Fix the computation of the active_sockets number.
    2014-03-24 3138381 Avoid sleeping in the unittests.
    2014-03-23 af7f519 Move the mochiweb_socket_server_tests to the test directory.
    2011-04-26 cad1a6d Add eunit tests for the max implementation.
    2011-04-15 b413226 Add a simple implementation of max connections
    2014-02-06 8eb1f22 Merge pull request #125 from nparry/whitespace_in_range_header
    2014-02-05 176ddce Allow whitespace in Range headers
    2014-01-03 7a7cefa update CHANGES
    2014-01-03 a6c2281 Merge pull request #121 from jj1bdx/jj1bdx-freebsd-testfail-fix
    2014-01-03 67e6863 Update test/mochiweb_tests.erl
    2014-01-02 1d73383 Merge branch 'websocket'
    2013-12-26 6ab8d83 fix state bug
    2013-12-26 d253ce8 turn websocket demo into a simple chat client
    2013-12-26 49eaab9 some more whitespace tweaks, use full bytes in payload_length/1
    2013-12-26 74d6cdc clean up whitespace and long lines
    2013-12-25 ef24a57 clean up conditionals
    2013-12-25 5501126 add scheme to hixie_handshake
    2013-12-25 ecee927 add HTML for example
    2013-12-25 8ecae10 normalize whitespace
    2013-12-25 7dac0cb update CHANGES and bump to 2.8.0
    2013-12-25 7932aa3 fix compiler warning
    2013-12-25 c8e3a52 clean up trailing whitespace
    2013-12-25 7ba3196 remark about framing in example documentation
    2013-12-25 ecb1eba documentation for websocket example
    2013-12-25 3961edc refactor of request/5 function
    2013-12-25 de79c0a simpler interface, refactor
    2013-12-25 2eb1c56 tests for websocket handshake and frames parsing
    2013-12-08 cef2055 fill license details
    2013-12-08 58bc0be module for websocket and example of usage
    2013-11-13 31efc60 Merge pull request #118 from doubleyou/crossdomain-mime
    2013-11-13 44bb98f Small optimization
    2013-11-13 eef1250 Adobe-valid MIME type for crossdomain.xml
    2013-09-18 3ddf43d Merge pull request #12 from basho/R16B01-asn1-fix
    2013-06-21 d83ed7f Fix for Erlang R16B01
    2013-08-01 8c2e78e update CHANGES for v2.7.0 release
    2013-08-01 510766b Merge pull request #87 from pmundkur/fix-zero-length-range-response
    2013-08-01 4b77ea0 more improvements to #114 test coverage
    2013-08-01 8bb260f add some test coverage for #114
    2013-08-01 0f639f6 Merge pull request #114 from omarkj/decode_packet_support
    2013-08-01 2741054 workaround to fix edoc build
    2013-08-01 b57014d bring CHANGES.md up to date
    2013-07-30 b0cb5dc Merge pull request #116 from doubleyou/makefile-fix
    2013-07-30 e6257ea Made all the targets phony
    2013-07-30 306bb77 Merge pull request #115 from heroku/R16B01
    2013-07-16 6e06bd6 Get rid of crypto warnings
    2013-07-11 d2fb1be Add support for possible outputs from `erlang:decode_package/3` so they can be handled gracefully.
    2013-06-21 680dba8 Merge pull request #112 from lemenkov/R16B01
    2013-06-21 4ac0009 Fix for Erlang R16B01
    2013-05-29 8e3f3dd change stop from cast to call
    2013-05-07 525d843 Merge branch 'html-regr-110'
    2013-05-06 1129816 bump version and CHANGES
    2013-05-06 fa0b40e create <html> if we see a HTML5 doctype
    2013-05-06 13f9316 failing test for #110
    2013-05-06 f540b15 move tests into separate module
    2013-05-06 bfc0c38 normalize whitespace
    2013-04-15 92b8f5b bump version to v2.6.0, make check_for_gen_tcp_fix a test
    2013-04-13 56a32a0 Merge pull request #107 from djnym/gen_tcp_fix
    2013-04-13 4afdf42 Make the acceptor crash optional.
    2013-03-24 7a648bb Merge pull request #6 from basho/sbv-drop-param-mods
    2013-01-23 6fef514 use tuple modules instead of parameterized modules
    2013-03-19 15bc558 fix #105 with {branch, "master"} in skel
    2013-03-15 167f517 add a base64url codec and use it in mochiweb_session
    2013-03-10 f3f133b dialyzer fixes
    2013-03-07 d958876 note mochiweb_session compatibility and reduce test matrix to supported versions
    2013-03-07 70c88e7 type/spec refactor of mochiweb_session
    2013-03-06 16b7cb6 travis R16B
    2013-03-04 5c49b35 change test matrix to R14B04, R15B*, R16A
    2013-03-04 4a1dd2a start crypto before running msession tests
    2013-03-04 7c2988f update CHANGES and version for v2.5.0
    2013-03-04 adab7b9 normalize whitespace in mochiweb_session
    2013-03-04 a3962ff Merge pull request #102 from tsloughter/master
    2013-03-04 a4ed248 replace now() with os:timestamp() in acceptor
    2013-02-20 6c9be07 Merge pull request #94 from lhft/master
    2013-02-11 1f353dd Some formatting applied
    2013-02-05 edb954a update CHANGES, tag v2.4.2
    2013-02-05 988a498 Merge pull request #100 from shkumagai/feature/fix-mochiweb_response-regression
    2013-02-06 b91291c fix mochiweb_response regression
    2013-01-30 c8516e3 tag v2.4.1
    2013-01-27 68c48b1 Fixed the final notes
    2013-01-25 5a1b589 fix mochiweb_request regression #97
    2013-01-25 df5a881 Working on improvements suggested by doubleyou
    2013-01-24 22b770e #96 - mochifmt_records regression
    2013-01-23 b02ea50 update CHANGES and bump vsn to 2.4.0
    2013-01-23 2fb6dcc Merge pull request #95 from vinoski/drop-param-mods
    2013-01-22 23a1d48 use tuple modules instead of parameterized modules
    2013-01-11 ae7aa5d There is only one place to put user or any kind of data now. I don't really understan the security implications of this. There is no term_to_binary in the code now.
    2013-01-11 ba86dff Still workin on Dymitri's suggestions
    2013-01-10 d21e5b2 Working on Dymitri
    2013-01-08 7aa6d1e Mochiweb session it's functional now
    2013-01-07 1f1867b Trying new encoding ways
    2013-01-04 92464d0 Added some tests. still getting errors though
    2013-01-02 1be66c0 Added session module for use of secure cookies
    2012-12-15 5ed0946 prep changelog for 2.4.0
    2012-12-15 dcd1076 Merge pull request #91 from djnym/R15B02_mochiweb_acceptor_crash
    2012-12-15 5ee1eeb Merge pull request #93 from melkote/master
    2012-12-15 3259a93 Merge branch 'master' of git://github.com/melkote/mochiweb
    2012-12-15 ac2bf2a Issue 92: Do not allow backslashes in path (security).
    2012-12-15 977f91c Do not allow backslashes in path (security).
    2012-12-13 fedfd11 Fix for mochiweb_acceptor crash under R15B02
    2012-11-19 526ce73 Merge branch 'mochiweb' into fix-zero-length-range-response
    2012-11-06 20f2f00 Merge pull request #88 from doubleyou/handling-combined-header
    2012-11-06 2ba8d24 Removed export_all
    2012-11-06 2def5f1 Avoid using regular expressions
    2012-11-05 8ec8af1 Fix 0-length range responses.
    2012-10-18 ede9003 support parsing quoted string.
    2012-10-15 53ee10b amended get_combined_value.
    2012-10-12 e282266 Merge pull request #85 from pmundkur/fix-ranges
    2012-10-09 888ceb5 add ability to handle combined content-length header.
    2012-10-08 fe5e0c5 The range-header handling does not implement the following: http://tools.ietf.org/html/rfc2616#section-14.35.1
    2012-07-27 9d205a8 bump to 2.3.2, Case insensitive match for "Connection: close" (#81)
    2012-07-02 e1babc4 Fix broken rebar and add chat bot notification.
    2012-06-27 f6a1f9f Updated README.md to show Travis Build Status
    2012-06-27 c8e6c15 Added Travis CI Hook and Build Status
    2012-05-10 d541e9a Merge pull request #77 from mmzeeman/master
    2012-05-10 a277c7c Fixes a problem with to_html for singleton tags
    2012-04-26 2a91f6a Merge pull request #75 from mmzeeman/master
    2012-04-26 6dc863f Fix for parsing quoted attributes with newlines.
    2012-04-26 203499a Fix parsing of unescaped lt chars.
    2012-03-31 5305a4b remove template_dir from rebar.config and update changelog for 2.3.1 release
    2012-03-09 938d5c8 Merge branch 'dst-cookie-crash-73'
    2012-03-09 af9fa1b fix dst cookie bug reported in issue #73
    2011-12-17 b7f3693 Merge branch 'edoc-warning-gh63'
    2011-12-17 29937a6 fix edoc warnings
    2011-12-17 81e9674 Merge branch 'html-amp-gh69'
    2011-12-17 d163f12 bump to 2.3.1 and fix & handling in mochiweb_html
    2011-11-02 af4cb95 add garbage collect on keep-alive sockets
    2011-10-28 eadb14b update basho fork from main mochiweb repo
    2011-10-26 50695ad add .gitignore
    2011-10-14 e6d1870 Merge branch 'html5-gh64'
    2011-10-14 f425e5e version bump
    2011-10-14 38875c5 Support all HTML5 entities
    2011-10-06 57f6d12 Merge pull request #61 from kardan/master
    2011-09-30 4e6f871 Added otf (font/opentype) to MIMEs
    2011-09-30 29d15d5 Added MIME types for eot, m4v, svg, svgz, ttc, ttf, vcf, webm, webp and woff files.
    2011-09-19 62e460d Merge pull request #59 from wangjia/23bae1004d020e8baff628995aad4fcc78f3ee16
    2011-09-19 23bae10 handle ssl_closed message
    2011-09-08 605c48c fix typo in mochiweb_multipart edoc
    2011-08-31 e92a71d update CHANGES and version
    2011-08-31 d695425 remove unused mochiweb_skel
    2011-08-29 fb4a292 Merge branch 'start-vs-start_link-gh58'
    2011-08-29 cfa1740 add a CHANGES.md, about time
    2011-08-29 7972b2b implement start_link/1 exports and add {link, false} option to start/1
    2011-08-29 497f1fc add mochijson2:decode/2 with [{format, eep18 | proplist | struct}] option
    2011-08-16 cfc3af6 Merge pull request #57 from mochi/flv-mime-type
    2011-08-16 f49d0b2 The correct mime type for .flv files is video/x-flv
    2011-08-16 0a4f50a Merge pull request #56 from wardbekker/master
    2011-08-16 04df01d added travis config
    2011-07-28 5d21379 Merge pull request #49 from fdmanana/req_accepts_content_types
    2011-07-28 a85a6e2 Merge pull request #50 from fdmanana/remove_function_clause
    2011-07-28 5d59880 Merge branch 'hmac-example-53'
    2011-07-28 d4cba1e erlang-mode comments and indentation
    2011-07-28 08b2c40 Merge remote branch 'hypernumbers/master' into hmac-example-53
    2011-07-26 e6e40d7 Fixed up the code
    2011-07-26 c135144 Fix up of README
    2011-07-22 6664d2a tweak to doco
    2011-07-22 2d3e7ea An example of an Amazon Web Services style HMAC api for mochiweb.
    2011-06-21 a2e3bb5 Add one more test for mochiweb_request:accepted_content_types/1
    2011-06-17 c661601 Removed one mochiweb_request:accepts_content_type/1 function clause
    2011-06-17 68fd47d Add mochiweb_request:accepted_content_types/1
    2011-05-28 b277802 Merge branch 'faster_multipart_parsing'
    2011-05-28 d50fe19 remove .swp file and add to .gitignore
    2011-05-28 52182ce convert tabs to spaces
    2011-05-28 045504f run once in test
    2011-05-09 cc6d5cf Tell about dependency change in README
    2011-05-09 52687de Use the new binary module to make multipart parsing 3x faster than with the previously suggested solution
    2011-05-09 bd6eb60 Added multipart parsing benchmark
    2011-05-04 e7aecdd Fix indentation
    2011-05-04 f32ed32 Speed up the multipart parser
    2011-04-20 aa0ae05 Merge branch 'afrobeard-pull-45'
    2011-04-20 a9d59e6 change a few mime types back to maintain compatibility and pass tests
    2011-04-20 61f0640 Added more mime types including some essential ones for generally used web media formats tiff, mpeg, etc. Without it Firefox does not know what to do with an extensionless tiff.
    2011-04-12 61a8c55 Merge branch 'dr-dialyzer-more-warnings'
    2011-04-12 195a9bc Merge branch 'dr-remove-mochiweb-app'
    2011-04-12 738c58a Merge branch 'master' into dr-dialyzer-more-warnings
    2011-04-09 e535713 Better refactorings (from @kostis) to remove unmatched_returns
    2011-04-09 a110325 Export ensure_started and use it in the socket server.
    2011-04-09 5199163 Fix all unmatched_returns
    2011-04-09 8b6df76 Dialyzer docs says overspecs and specdiffs aren't recommended.  And underspecs wants to make a bunch of mochiutf8 less clear.
    2011-04-08 9058318 Enable more dialyzer warnings
    2011-04-08 1242810 Add ssl and xmerl to applications so they end up in the plt.
    2011-04-08 044e70b Remove completely unusued application infrastructure.
    2011-03-25 3af91fb Merge branch 'fdsrv-removal'
    2011-03-25 98ac050 remove fdsrv support, bump version to 2.0.0 since this is backwards incompatible
    2011-03-15 f229da3 make note of the mailing list!
    2011-03-15 be73628 Merge branch 'pu-Maas-gh39-wrong-cookie-format'
    2011-01-27 5e682de Cookie expires dates should follow rfc2109 10.1.2 dates formats
    2011-03-11 b81e504 Merge branch 'rebar-config-gh41'
    2011-03-11 0ec0738 bump version to 1.5.2, change skeleton to explicitly check out master branch mochi/mochiweb#41
    2011-03-11 2c4889b Merge remote-tracking branch 'fdmanana/accepted_encodings_test'
    2011-03-11 b5b187b Add missing test for MochiReq:accepted_encodings/1
    2010-07-26 5128cb3 replace tabs with spaces bz://124
    2010-06-17 2bcbe11 Added tag mochiweb-1.7.1 for changeset 07e0c71f8e15
    2010-06-17 9f86961 inc app version
    2010-06-17 841aa5e start public_key on R14 (closes #269)
    2010-06-15 9a4cf0c update version and hgignore, rebar-ize a little more
    2010-06-14 139fb40 move stuff to include
    2010-06-14 b9226b5 merge files from mochiweb-tip
    2010-05-13 e16bbbb Added explicit timeout handling to gen_tcp:recv calls mochiweb_http.
    2010-04-08 6605a4b copy riak/apps/mochiweb to external mochiweb repo
    2009-12-22 8256e55 Fixing typo in updated Makefile
    2009-12-22 5c15412 Rebar-ized
    2009-11-15 d46af3d http://code.google.com/p/mochiweb/issues/detail?id=46
    2009-11-15 c5d6f2a http://code.google.com/p/mochiweb/issues/detail?id=47
    2009-11-05 19bd6ac patch from Kostis Sagonas, obtained by using tidier, a tool that tidies Erlang code
    2009-09-28 37c7051 change default backlog to 128
    2009-09-28 91ff4b0 finally fixing http://code.google.com/p/mochiweb/issues/detail?id=22
    2009-09-28 a8274fa apply utf16-surrogate-pair.diff from http://code.google.com/p/mochiweb/issues/detail?id=35
    2009-09-28 eec307c add a stub examples folder
    2009-09-28 1a76b66 http://code.google.com/p/mochiweb/issues/detail?id=44
    2009-09-28 55b03a7 301.patch from Ben Hood on Jul 16th to add slashes for directories
    2009-08-15 71bcdf5 #10022
    2009-08-13 ce19cd8 fixed http://code.google.com/p/mochiweb/issues/detail?id=42
    2009-06-25 48af4cf http://code.google.com/p/mochiweb/issues/detail?id=36 Compiler warnings in mochiweb_skel about deprecation of the regexp module in Erlang R15
    2009-05-17 3d6e278 fix issue with whitespace after = in attribute parser http://groups.google.com/group/mochiweb/browse_thread/thread/a4e01aba5fb7bb66?hl=en
    2009-04-14 2c9d49b http://code.google.com/p/mochiweb/issues/detail?id=29 HttpOnly support for cookies
    2009-04-04 9971162 http://code.google.com/p/mochiweb/issues/detail?id=32 utf-8 output option for mochijson2:encoder
    2009-04-04 3e16428 http://code.google.com/p/mochiweb/issues/detail?id=33 fix mochijson:encoder([{input_encoding, utf8}])
    2009-02-24 8d19b31 svn merge -r94:93 . || revert http://code.google.com/p/mochiweb/issues/detail?id=27
    2009-02-24 15dff54 http://code.google.com/p/mochiweb/issues/detail?id=30
    2009-02-16 6509740 http://code.google.com/p/mochiweb/issues/detail?id=28 mochiweb_headers:delete_any/2
    2009-02-16 55bdd4e http://code.google.com/p/mochiweb/issues/detail?id=27 conditionally default content-length to 0 iff 2xx
    2009-02-16 8235e0c remove dead code in json test http://code.google.com/p/mochiweb/issues/detail?id=24
    2009-02-16 f7b8f5e http://code.google.com/p/mochiweb/issues/detail?id=23 use edoc:application, switch to an explicit make doc phase
    2009-02-16 f38cab3 extend quote_plus to handle float, http://code.google.com/p/mochiweb/issues/detail?id=21
    2009-02-16 b561596 apply stream_body patch from jchris http://friendpaste.com/4Qb4gAsRHXJ6gf5TCfU549
    2009-02-09 15e9b06 force a maximum header count (1000) to prevent DoS attack
    2008-12-28 e4857d1 add missing modules to .app
    2008-09-28 17cda74 hack to handle RSS docs where <link> has stuff in it
    2008-09-23 62bde91 another small optimization since we can easily know the index at which the string escape occurs
    2008-09-23 ab54599 fast-path for mochijson2 string tokenization
    2008-07-30 b09dfc2 mochijson2 encoding optimization
    2008-07-28 3aa4b96 http://code.google.com/p/mochiweb/issues/detail?id=16
    2008-06-23 c18509a html escape edocs (it actually compiles now :[)
    2008-06-23 f03a763 fix bad merge
    2008-06-23 7dee301 allow user to provide extra header fields to not_found and serve_file (based on patch cmlenz posted to the mochiweb google group)
    2008-06-23 3a06863 close connection if there's unread chunked data (thx cmlenz)
    2008-06-23 44b950e IPv6 support (thx cmlenz)
    2008-05-29 c476656 doc tweaks to mochiweb_html, fix type signatures
    2008-05-26 8a23789 http://code.google.com/p/mochiweb/issues/detail?id=10
    2008-05-26 a8f345e http://code.google.com/p/mochiweb/issues/detail?id=12
    2008-05-25 310eecd make serve_file robust against / and ..
    2008-05-22 ed2e2cf disable Nagle's algorithm following recommendation from http://www.w3.org/Protocols/HTTP/Performance/Pipeline.html; patch posted by Christopher Lenz to the mochiweb mailing list
    2008-05-20 a559c4c http://code.google.com/p/mochiweb/issues/detail?id=11
    2008-05-18 9625f5a parse </TextArea> as an HTML tag
    2008-05-18 d9e54bb special-case script and textarea parsing
    2008-05-08 358864c add mochiweb_multipart:parse_form/1 with a default file handler
    2008-05-05 9668bb6 make mochifmt use mochinum only when available
    2008-05-05 b5a5882 PEP 3101-inspired string formatter
    2008-04-29 37160c8 http://code.google.com/p/mochiweb/issues/detail?id=9 - support if-modified-since in Req:serve_file
    2008-04-29 04cc9cf detab source, chunked-like responses for HTTP/1.0 clients
    2008-03-28 30cb0d2 allow user to adjust TCP accept backlog; patch from Paul Oliver
    2008-03-25 ea3feb7 stream files from disk instead of loading them into RAM
    2008-03-24 585f583 test fix
    2008-03-20 73e106e text/csv
    2008-03-20 71a64e8 change guess_mime default
    2008-03-20 bb51c13 fix a regression
    2008-03-20 f99926b new mochiweb_multipart:parse_form/2 API, add more MIME guessing, unquote Req:get(path)
    2008-03-10 51ba4a6 call into mochinum directly instead of using mochijson for floats
    2008-03-04 df46f93 merge, fix handling of 0 length iodevice
    2008-02-29 6845333 add more string encoding/decoding test cases for mochijson/mochijson2; fix encoding of " and decoding of \f in strings by mochijson
    2008-02-26 35625c7 http://code.google.com/p/mochiweb/issues/detail?id=6
    2008-02-17 caa2aa4 fix misencoding of backslash characters; add regression test case for this
    2008-02-15 3133338 test target for makefile
    2008-02-14 b16ca65 fix cookie test
    2008-02-14 5ad5cbf sync with internal version
    2008-02-12 c3e9236 oops, vi thought tabs are 4 columns
    2008-02-12 e97338f #5: add mochijson2 to mochiweb.app
    2008-01-14 056cc9c fix mochijson UTF-8 issue with decoding binaries
    2008-01-07 18a4d65 placate the compiler
    2008-01-04 142f2d8 merge new range request handling code; change cookie generation code to account for browser non-compliance to relevant RFCs; cleanup documentation slightly
    2008-01-03 7f48fcf bug fix
    2008-01-02 92b0fcf use binaries for float tests
    2007-12-29 694dd11 don't escape solidus anymore
    2007-12-26 34db741 use mochinum even in 'legacy' mochijson
    2007-12-26 56a9466 docs for reloader
    2007-12-18 96f523a get rid of unused targets in the makefiles
    2007-12-18 0240129 get rid of unused targets in the makefiles
    2007-12-18 14f5392 fix the skeleton to make a mochiweb-src symlink
    2007-12-10 ccdaec5 use exponential format when it makes sense
    2007-12-10 9daf967 typo in mochinum test comment
    2007-12-10 f2b0ed5 add mochinum for prettier floats
    2007-12-09 b72343f provide stop() function
    2007-12-09 43c5a05 fix case when filname:dirname returns "/"
    2007-12-08 317d14e replace python script with erlang one
    2007-12-07 ffedf49 project skeleton and script
    2007-12-07 f4549c2 boundary edge case
    2007-12-06 b5b1023 import reloader.erl for automatically reloading modules during development
    2007-12-03 5213541 doc patch
    2007-11-27 b94c89c fdsrv patch 2
    2007-11-27 d7df6cd use fdsrv when gen_tcp fails and Port < 1024
    2007-11-25 37f5ece bring mochijson2 API into mochijson as binary_*
    2007-11-25 17ff1bc a binary-centric JSON implementation
    2007-11-25 3a81857 parse binaries directly
    2007-11-25 9482028 make mochiweb_html work with binaries instead of lists
    2007-11-21 28b706a xml processing instructions
    2007-11-21 b465b93 support CDATA
    2007-11-21 06b6dd4 comment support for tree representation
    2007-11-21 47baa1a passing test
    2007-11-19 cb1d673 allow integer and float for attribute values
    2007-11-19 824d429 fix doctype
    2007-11-18 ddecd18 more generation stuff
    2007-11-18 c5fc781 escape, escape_attr, to_html, to_tokens
    2007-11-18 c18b990 handle bullets and such
    2007-11-18 c42727f Better whitespace treatment
    2007-11-18 608edc1 maybe fix tree
    2007-11-18 49b5ecc tree api
    2007-11-18 4d66524 more singletons
    2007-11-18 1c7003e rename text to data, mark data segments as being only whitespace or not
    2007-11-18 4b9611b unfinished toy html tokenizer
    2007-11-18 cb04e25 set svn:ignore on doc and ebin
    2007-11-13 1c253b8 add mochiweb_request:serve_file/2
    2007-11-06 8d2bfb4 fix mochiweb.app
    2007-11-06 01225e0 first post
    2007-11-06 8616e76 Initial directory structure.

  bear
fatal: Invalid revision range 1cd85dc9f87f3dc4ec4c7077659ddaa8a3660cac..119234548783af19b8ec75c879c5062676b92571

  erlsha2
fatal: Invalid revision range e3434b33cfeea02609bbf877954d856d895b9e1d..1c11f1af0c1560d9b3f9e567e4a621634c3a902e

  proper
fatal: Invalid revision range fa58f82bdc35e20f44eeb710362c488f1378e23c..caacd26660f030b954b5521df9a75f59cd01869c

  folsom_graphite
fatal: Invalid revision range d4ce9bf02c025ca559d18abc084c367bf4deaf3f..0bf3d47e52178d8cf24ad9acdf5f37f4fb46a6b1

  webmachine
fatal: Invalid revision range 7cd6ddf592a2e050544891d151944dd3017dc517..7677c240f4a7ed020f4bab48278224966bb42311

  envy
fatal: Invalid revision range e6ba39664a1016ed309ea44269247943de2eb16b..d62cb227b9000ee866c8bcc724ddf68d87621dea

  ej
fatal: Invalid revision range 132a9a3c0662a2377eaf7ebee694a496a0957160..c683084665e1220616e611639fb13797b91281c6

  sqerl
fatal: Invalid revision range 17d8d95dbb644d20af3ab7dc19d04dab14e4bed5..cd8f9588699f872dfdf80f6316c9ef8286ad501b

  epgsql
fatal: Invalid revision range cdb859d0d54fc4bed2107fd3d197bc7ea815958f..14f35271b49dc634142cb1157985521215b0b311

  folsom
fatal: Invalid revision range de939f5a937e3ace126090a2f6cd837bd2f5bc26..f660becd1f71b57df67e53c20df09a02f42319ab

  rebar_lock_deps_plugin
fatal: Invalid revision range 7a5835029c42b8138325405237ea7e8516a84800..2a8d2e803f8a110cac2f13e6f013b4d8e4b06c60

  edown
    2014-06-13 4d18dc4 Merge pull request #30 from esl/uw-br-fix
    2014-06-12 68022f0 use <br /> instead of <br></br>
    2014-04-26 3a738bf Merge pull request #28 from ehedenst/utf8-readme-fix
    2014-04-24 63c01fd Fixed bug where utf8 was being passed as package when writing the README.md file.
    2014-02-21 4cb4ad6 check encoding of source file, not doc target
    2014-02-21 98d8b02 bw-compat handling of encoding
    2014-02-21 9e80101 Merge esl and uwiger versions of edown
    2014-02-21 5d41981 re-generated docs
    2014-02-21 601031f Add {edown_target, github | stash}
    2013-12-23 4ac92da Merge pull request #27 from eryx67/master
    2013-12-23 55efe1f support unicode
    2013-05-24 1f6954c support syntax highlighting in code blocks (see README)
markan added a commit to chef-boneyard/opscode-pushy-server that referenced this issue Jul 29, 2015
Updated deps:

  eper
    2015-07-22 8e9eee4 fixing autotools build (thanks L.Hoguin)
    2015-07-14 436919d integrate with travis. remove all the gtk stuff.
    2015-07-14 fec69b7 v0.92.0
    2015-07-14 5328ed6 Merge pull request #38 from ten0s/r16_fix
    2015-07-14 2234c20 Fix R16 build error
    2015-07-11 493a5b0 v0.91.0
    2015-07-11 03b6686 fix errors in type specs
    2015-07-11 e284bc0 Merge pull request #30 from mxtthias/mnesia-prf-collector
    2015-07-11 04c1440 Merge pull request #37 from haguenau/redbug-doc-fixes
    2015-07-11 175a6e9 fixup dialyzing
    2015-07-11 ffefe7a erlang:now is obsolete, but what about old OTP's?
    2015-07-11 5036362 Merge pull request #35 from Mendor/erlang-18-compatibility
    2015-07-10 eba5f0b Fix some documentation typos.
    2015-07-07 d435f6c Replaced `erlang:now/0` with `erlang:timestamp/0` for Erlang 18 compatibility
    2015-07-03 86ba726 testing
    2015-07-03 489ce82 Merge pull request #34 from robertoaloi/print_return
    2015-06-30 b602d54 Add support for print_return option
    2014-11-04 fe53eb0 add mnesia prf collector

  mochiweb
    2015-01-16 ade2a9b Merge pull request #17 from basho/ku-range-fix
    2015-01-16 ce93cfa Rearrange unittests in mochiweb_http
    2013-02-14 b802b92 Accept range end position which exceededs the resource size
    2013-02-14 b7f1b36 Remove special treatment of the range "0-"
    2014-07-24 bff08e8 Merge pull request #15 from basho/vinoski/mochiweb-update
    2014-07-11 3325cb3 more updates from primary mochiweb repo
    2014-06-27 925a783 Merge pull request #132 from tuncer/rebar-recursion
    2014-06-27 0a68bbe Makefile: adapt rebar calls to new behavior
    2014-06-24 9090c79 upgrade rebar to v2.5.0 and upgrade app template #131
    2014-06-24 5a01be4 update travis config for 17.0 and R16B0[123]
    2014-05-08 b37b6fe Merge pull request #127 from talko/base64url_dialyzer
    2014-05-08 dd72248 Fix type specs in base64url
    2014-03-26 445788a update from primary mochiweb repo
    2014-03-26 ba6cd15 Merge pull request #126 from pooya/disco
    2014-03-24 1849699 Fix the computation of the active_sockets number.
    2014-03-24 3138381 Avoid sleeping in the unittests.
    2014-03-23 af7f519 Move the mochiweb_socket_server_tests to the test directory.
    2011-04-26 cad1a6d Add eunit tests for the max implementation.
    2011-04-15 b413226 Add a simple implementation of max connections
    2014-02-06 8eb1f22 Merge pull request #125 from nparry/whitespace_in_range_header
    2014-02-05 176ddce Allow whitespace in Range headers
    2014-01-03 7a7cefa update CHANGES
    2014-01-03 a6c2281 Merge pull request #121 from jj1bdx/jj1bdx-freebsd-testfail-fix
    2014-01-03 67e6863 Update test/mochiweb_tests.erl
    2014-01-02 1d73383 Merge branch 'websocket'
    2013-12-26 6ab8d83 fix state bug
    2013-12-26 d253ce8 turn websocket demo into a simple chat client
    2013-12-26 49eaab9 some more whitespace tweaks, use full bytes in payload_length/1
    2013-12-26 74d6cdc clean up whitespace and long lines
    2013-12-25 ef24a57 clean up conditionals
    2013-12-25 5501126 add scheme to hixie_handshake
    2013-12-25 ecee927 add HTML for example
    2013-12-25 8ecae10 normalize whitespace
    2013-12-25 7dac0cb update CHANGES and bump to 2.8.0
    2013-12-25 7932aa3 fix compiler warning
    2013-12-25 c8e3a52 clean up trailing whitespace
    2013-12-25 7ba3196 remark about framing in example documentation
    2013-12-25 ecb1eba documentation for websocket example
    2013-12-25 3961edc refactor of request/5 function
    2013-12-25 de79c0a simpler interface, refactor
    2013-12-25 2eb1c56 tests for websocket handshake and frames parsing
    2013-12-08 cef2055 fill license details
    2013-12-08 58bc0be module for websocket and example of usage
    2013-11-13 31efc60 Merge pull request #118 from doubleyou/crossdomain-mime
    2013-11-13 44bb98f Small optimization
    2013-11-13 eef1250 Adobe-valid MIME type for crossdomain.xml
    2013-09-18 3ddf43d Merge pull request #12 from basho/R16B01-asn1-fix
    2013-06-21 d83ed7f Fix for Erlang R16B01
    2013-08-01 8c2e78e update CHANGES for v2.7.0 release
    2013-08-01 510766b Merge pull request #87 from pmundkur/fix-zero-length-range-response
    2013-08-01 4b77ea0 more improvements to #114 test coverage
    2013-08-01 8bb260f add some test coverage for #114
    2013-08-01 0f639f6 Merge pull request #114 from omarkj/decode_packet_support
    2013-08-01 2741054 workaround to fix edoc build
    2013-08-01 b57014d bring CHANGES.md up to date
    2013-07-30 b0cb5dc Merge pull request #116 from doubleyou/makefile-fix
    2013-07-30 e6257ea Made all the targets phony
    2013-07-30 306bb77 Merge pull request #115 from heroku/R16B01
    2013-07-16 6e06bd6 Get rid of crypto warnings
    2013-07-11 d2fb1be Add support for possible outputs from `erlang:decode_package/3` so they can be handled gracefully.
    2013-06-21 680dba8 Merge pull request #112 from lemenkov/R16B01
    2013-06-21 4ac0009 Fix for Erlang R16B01
    2013-05-29 8e3f3dd change stop from cast to call
    2013-05-07 525d843 Merge branch 'html-regr-110'
    2013-05-06 1129816 bump version and CHANGES
    2013-05-06 fa0b40e create <html> if we see a HTML5 doctype
    2013-05-06 13f9316 failing test for #110
    2013-05-06 f540b15 move tests into separate module
    2013-05-06 bfc0c38 normalize whitespace
    2013-04-15 92b8f5b bump version to v2.6.0, make check_for_gen_tcp_fix a test
    2013-04-13 56a32a0 Merge pull request #107 from djnym/gen_tcp_fix
    2013-04-13 4afdf42 Make the acceptor crash optional.
    2013-03-24 7a648bb Merge pull request #6 from basho/sbv-drop-param-mods
    2013-01-23 6fef514 use tuple modules instead of parameterized modules
    2013-03-19 15bc558 fix #105 with {branch, "master"} in skel
    2013-03-15 167f517 add a base64url codec and use it in mochiweb_session
    2013-03-10 f3f133b dialyzer fixes
    2013-03-07 d958876 note mochiweb_session compatibility and reduce test matrix to supported versions
    2013-03-07 70c88e7 type/spec refactor of mochiweb_session
    2013-03-06 16b7cb6 travis R16B
    2013-03-04 5c49b35 change test matrix to R14B04, R15B*, R16A
    2013-03-04 4a1dd2a start crypto before running msession tests
    2013-03-04 7c2988f update CHANGES and version for v2.5.0
    2013-03-04 adab7b9 normalize whitespace in mochiweb_session
    2013-03-04 a3962ff Merge pull request #102 from tsloughter/master
    2013-03-04 a4ed248 replace now() with os:timestamp() in acceptor
    2013-02-20 6c9be07 Merge pull request #94 from lhft/master
    2013-02-11 1f353dd Some formatting applied
    2013-02-05 edb954a update CHANGES, tag v2.4.2
    2013-02-05 988a498 Merge pull request #100 from shkumagai/feature/fix-mochiweb_response-regression
    2013-02-06 b91291c fix mochiweb_response regression
    2013-01-30 c8516e3 tag v2.4.1
    2013-01-27 68c48b1 Fixed the final notes
    2013-01-25 5a1b589 fix mochiweb_request regression #97
    2013-01-25 df5a881 Working on improvements suggested by doubleyou
    2013-01-24 22b770e #96 - mochifmt_records regression
    2013-01-23 b02ea50 update CHANGES and bump vsn to 2.4.0
    2013-01-23 2fb6dcc Merge pull request #95 from vinoski/drop-param-mods
    2013-01-22 23a1d48 use tuple modules instead of parameterized modules
    2013-01-11 ae7aa5d There is only one place to put user or any kind of data now. I don't really understan the security implications of this. There is no term_to_binary in the code now.
    2013-01-11 ba86dff Still workin on Dymitri's suggestions
    2013-01-10 d21e5b2 Working on Dymitri
    2013-01-08 7aa6d1e Mochiweb session it's functional now
    2013-01-07 1f1867b Trying new encoding ways
    2013-01-04 92464d0 Added some tests. still getting errors though
    2013-01-02 1be66c0 Added session module for use of secure cookies
    2012-12-15 5ed0946 prep changelog for 2.4.0
    2012-12-15 dcd1076 Merge pull request #91 from djnym/R15B02_mochiweb_acceptor_crash
    2012-12-15 5ee1eeb Merge pull request #93 from melkote/master
    2012-12-15 3259a93 Merge branch 'master' of git://github.com/melkote/mochiweb
    2012-12-15 ac2bf2a Issue 92: Do not allow backslashes in path (security).
    2012-12-15 977f91c Do not allow backslashes in path (security).
    2012-12-13 fedfd11 Fix for mochiweb_acceptor crash under R15B02
    2012-11-19 526ce73 Merge branch 'mochiweb' into fix-zero-length-range-response
    2012-11-06 20f2f00 Merge pull request #88 from doubleyou/handling-combined-header
    2012-11-06 2ba8d24 Removed export_all
    2012-11-06 2def5f1 Avoid using regular expressions
    2012-11-05 8ec8af1 Fix 0-length range responses.
    2012-10-18 ede9003 support parsing quoted string.
    2012-10-15 53ee10b amended get_combined_value.
    2012-10-12 e282266 Merge pull request #85 from pmundkur/fix-ranges
    2012-10-09 888ceb5 add ability to handle combined content-length header.
    2012-10-08 fe5e0c5 The range-header handling does not implement the following: http://tools.ietf.org/html/rfc2616#section-14.35.1
    2012-07-27 9d205a8 bump to 2.3.2, Case insensitive match for "Connection: close" (#81)
    2012-07-02 e1babc4 Fix broken rebar and add chat bot notification.
    2012-06-27 f6a1f9f Updated README.md to show Travis Build Status
    2012-06-27 c8e6c15 Added Travis CI Hook and Build Status
    2012-05-10 d541e9a Merge pull request #77 from mmzeeman/master
    2012-05-10 a277c7c Fixes a problem with to_html for singleton tags
    2012-04-26 2a91f6a Merge pull request #75 from mmzeeman/master
    2012-04-26 6dc863f Fix for parsing quoted attributes with newlines.
    2012-04-26 203499a Fix parsing of unescaped lt chars.
    2012-03-31 5305a4b remove template_dir from rebar.config and update changelog for 2.3.1 release
    2012-03-09 938d5c8 Merge branch 'dst-cookie-crash-73'
    2012-03-09 af9fa1b fix dst cookie bug reported in issue #73
    2011-12-17 b7f3693 Merge branch 'edoc-warning-gh63'
    2011-12-17 29937a6 fix edoc warnings
    2011-12-17 81e9674 Merge branch 'html-amp-gh69'
    2011-12-17 d163f12 bump to 2.3.1 and fix & handling in mochiweb_html
    2011-11-02 af4cb95 add garbage collect on keep-alive sockets
    2011-10-28 eadb14b update basho fork from main mochiweb repo
    2011-10-26 50695ad add .gitignore
    2011-10-14 e6d1870 Merge branch 'html5-gh64'
    2011-10-14 f425e5e version bump
    2011-10-14 38875c5 Support all HTML5 entities
    2011-10-06 57f6d12 Merge pull request #61 from kardan/master
    2011-09-30 4e6f871 Added otf (font/opentype) to MIMEs
    2011-09-30 29d15d5 Added MIME types for eot, m4v, svg, svgz, ttc, ttf, vcf, webm, webp and woff files.
    2011-09-19 62e460d Merge pull request #59 from wangjia/23bae1004d020e8baff628995aad4fcc78f3ee16
    2011-09-19 23bae10 handle ssl_closed message
    2011-09-08 605c48c fix typo in mochiweb_multipart edoc
    2011-08-31 e92a71d update CHANGES and version
    2011-08-31 d695425 remove unused mochiweb_skel
    2011-08-29 fb4a292 Merge branch 'start-vs-start_link-gh58'
    2011-08-29 cfa1740 add a CHANGES.md, about time
    2011-08-29 7972b2b implement start_link/1 exports and add {link, false} option to start/1
    2011-08-29 497f1fc add mochijson2:decode/2 with [{format, eep18 | proplist | struct}] option
    2011-08-16 cfc3af6 Merge pull request #57 from mochi/flv-mime-type
    2011-08-16 f49d0b2 The correct mime type for .flv files is video/x-flv
    2011-08-16 0a4f50a Merge pull request #56 from wardbekker/master
    2011-08-16 04df01d added travis config
    2011-07-28 5d21379 Merge pull request #49 from fdmanana/req_accepts_content_types
    2011-07-28 a85a6e2 Merge pull request #50 from fdmanana/remove_function_clause
    2011-07-28 5d59880 Merge branch 'hmac-example-53'
    2011-07-28 d4cba1e erlang-mode comments and indentation
    2011-07-28 08b2c40 Merge remote branch 'hypernumbers/master' into hmac-example-53
    2011-07-26 e6e40d7 Fixed up the code
    2011-07-26 c135144 Fix up of README
    2011-07-22 6664d2a tweak to doco
    2011-07-22 2d3e7ea An example of an Amazon Web Services style HMAC api for mochiweb.
    2011-06-21 a2e3bb5 Add one more test for mochiweb_request:accepted_content_types/1
    2011-06-17 c661601 Removed one mochiweb_request:accepts_content_type/1 function clause
    2011-06-17 68fd47d Add mochiweb_request:accepted_content_types/1
    2011-05-28 b277802 Merge branch 'faster_multipart_parsing'
    2011-05-28 d50fe19 remove .swp file and add to .gitignore
    2011-05-28 52182ce convert tabs to spaces
    2011-05-28 045504f run once in test
    2011-05-09 cc6d5cf Tell about dependency change in README
    2011-05-09 52687de Use the new binary module to make multipart parsing 3x faster than with the previously suggested solution
    2011-05-09 bd6eb60 Added multipart parsing benchmark
    2011-05-04 e7aecdd Fix indentation
    2011-05-04 f32ed32 Speed up the multipart parser
    2011-04-20 aa0ae05 Merge branch 'afrobeard-pull-45'
    2011-04-20 a9d59e6 change a few mime types back to maintain compatibility and pass tests
    2011-04-20 61f0640 Added more mime types including some essential ones for generally used web media formats tiff, mpeg, etc. Without it Firefox does not know what to do with an extensionless tiff.
    2011-04-12 61a8c55 Merge branch 'dr-dialyzer-more-warnings'
    2011-04-12 195a9bc Merge branch 'dr-remove-mochiweb-app'
    2011-04-12 738c58a Merge branch 'master' into dr-dialyzer-more-warnings
    2011-04-09 e535713 Better refactorings (from @kostis) to remove unmatched_returns
    2011-04-09 a110325 Export ensure_started and use it in the socket server.
    2011-04-09 5199163 Fix all unmatched_returns
    2011-04-09 8b6df76 Dialyzer docs says overspecs and specdiffs aren't recommended.  And underspecs wants to make a bunch of mochiutf8 less clear.
    2011-04-08 9058318 Enable more dialyzer warnings
    2011-04-08 1242810 Add ssl and xmerl to applications so they end up in the plt.
    2011-04-08 044e70b Remove completely unusued application infrastructure.
    2011-03-25 3af91fb Merge branch 'fdsrv-removal'
    2011-03-25 98ac050 remove fdsrv support, bump version to 2.0.0 since this is backwards incompatible
    2011-03-15 f229da3 make note of the mailing list!
    2011-03-15 be73628 Merge branch 'pu-Maas-gh39-wrong-cookie-format'
    2011-01-27 5e682de Cookie expires dates should follow rfc2109 10.1.2 dates formats
    2011-03-11 b81e504 Merge branch 'rebar-config-gh41'
    2011-03-11 0ec0738 bump version to 1.5.2, change skeleton to explicitly check out master branch mochi/mochiweb#41
    2011-03-11 2c4889b Merge remote-tracking branch 'fdmanana/accepted_encodings_test'
    2011-03-11 b5b187b Add missing test for MochiReq:accepted_encodings/1
    2010-07-26 5128cb3 replace tabs with spaces bz://124
    2010-06-17 2bcbe11 Added tag mochiweb-1.7.1 for changeset 07e0c71f8e15
    2010-06-17 9f86961 inc app version
    2010-06-17 841aa5e start public_key on R14 (closes #269)
    2010-06-15 9a4cf0c update version and hgignore, rebar-ize a little more
    2010-06-14 139fb40 move stuff to include
    2010-06-14 b9226b5 merge files from mochiweb-tip
    2010-05-13 e16bbbb Added explicit timeout handling to gen_tcp:recv calls mochiweb_http.
    2010-04-08 6605a4b copy riak/apps/mochiweb to external mochiweb repo
    2009-12-22 8256e55 Fixing typo in updated Makefile
    2009-12-22 5c15412 Rebar-ized
    2009-11-15 d46af3d http://code.google.com/p/mochiweb/issues/detail?id=46
    2009-11-15 c5d6f2a http://code.google.com/p/mochiweb/issues/detail?id=47
    2009-11-05 19bd6ac patch from Kostis Sagonas, obtained by using tidier, a tool that tidies Erlang code
    2009-09-28 37c7051 change default backlog to 128
    2009-09-28 91ff4b0 finally fixing http://code.google.com/p/mochiweb/issues/detail?id=22
    2009-09-28 a8274fa apply utf16-surrogate-pair.diff from http://code.google.com/p/mochiweb/issues/detail?id=35
    2009-09-28 eec307c add a stub examples folder
    2009-09-28 1a76b66 http://code.google.com/p/mochiweb/issues/detail?id=44
    2009-09-28 55b03a7 301.patch from Ben Hood on Jul 16th to add slashes for directories
    2009-08-15 71bcdf5 #10022
    2009-08-13 ce19cd8 fixed http://code.google.com/p/mochiweb/issues/detail?id=42
    2009-06-25 48af4cf http://code.google.com/p/mochiweb/issues/detail?id=36 Compiler warnings in mochiweb_skel about deprecation of the regexp module in Erlang R15
    2009-05-17 3d6e278 fix issue with whitespace after = in attribute parser http://groups.google.com/group/mochiweb/browse_thread/thread/a4e01aba5fb7bb66?hl=en
    2009-04-14 2c9d49b http://code.google.com/p/mochiweb/issues/detail?id=29 HttpOnly support for cookies
    2009-04-04 9971162 http://code.google.com/p/mochiweb/issues/detail?id=32 utf-8 output option for mochijson2:encoder
    2009-04-04 3e16428 http://code.google.com/p/mochiweb/issues/detail?id=33 fix mochijson:encoder([{input_encoding, utf8}])
    2009-02-24 8d19b31 svn merge -r94:93 . || revert http://code.google.com/p/mochiweb/issues/detail?id=27
    2009-02-24 15dff54 http://code.google.com/p/mochiweb/issues/detail?id=30
    2009-02-16 6509740 http://code.google.com/p/mochiweb/issues/detail?id=28 mochiweb_headers:delete_any/2
    2009-02-16 55bdd4e http://code.google.com/p/mochiweb/issues/detail?id=27 conditionally default content-length to 0 iff 2xx
    2009-02-16 8235e0c remove dead code in json test http://code.google.com/p/mochiweb/issues/detail?id=24
    2009-02-16 f7b8f5e http://code.google.com/p/mochiweb/issues/detail?id=23 use edoc:application, switch to an explicit make doc phase
    2009-02-16 f38cab3 extend quote_plus to handle float, http://code.google.com/p/mochiweb/issues/detail?id=21
    2009-02-16 b561596 apply stream_body patch from jchris http://friendpaste.com/4Qb4gAsRHXJ6gf5TCfU549
    2009-02-09 15e9b06 force a maximum header count (1000) to prevent DoS attack
    2008-12-28 e4857d1 add missing modules to .app
    2008-09-28 17cda74 hack to handle RSS docs where <link> has stuff in it
    2008-09-23 62bde91 another small optimization since we can easily know the index at which the string escape occurs
    2008-09-23 ab54599 fast-path for mochijson2 string tokenization
    2008-07-30 b09dfc2 mochijson2 encoding optimization
    2008-07-28 3aa4b96 http://code.google.com/p/mochiweb/issues/detail?id=16
    2008-06-23 c18509a html escape edocs (it actually compiles now :[)
    2008-06-23 f03a763 fix bad merge
    2008-06-23 7dee301 allow user to provide extra header fields to not_found and serve_file (based on patch cmlenz posted to the mochiweb google group)
    2008-06-23 3a06863 close connection if there's unread chunked data (thx cmlenz)
    2008-06-23 44b950e IPv6 support (thx cmlenz)
    2008-05-29 c476656 doc tweaks to mochiweb_html, fix type signatures
    2008-05-26 8a23789 http://code.google.com/p/mochiweb/issues/detail?id=10
    2008-05-26 a8f345e http://code.google.com/p/mochiweb/issues/detail?id=12
    2008-05-25 310eecd make serve_file robust against / and ..
    2008-05-22 ed2e2cf disable Nagle's algorithm following recommendation from http://www.w3.org/Protocols/HTTP/Performance/Pipeline.html; patch posted by Christopher Lenz to the mochiweb mailing list
    2008-05-20 a559c4c http://code.google.com/p/mochiweb/issues/detail?id=11
    2008-05-18 9625f5a parse </TextArea> as an HTML tag
    2008-05-18 d9e54bb special-case script and textarea parsing
    2008-05-08 358864c add mochiweb_multipart:parse_form/1 with a default file handler
    2008-05-05 9668bb6 make mochifmt use mochinum only when available
    2008-05-05 b5a5882 PEP 3101-inspired string formatter
    2008-04-29 37160c8 http://code.google.com/p/mochiweb/issues/detail?id=9 - support if-modified-since in Req:serve_file
    2008-04-29 04cc9cf detab source, chunked-like responses for HTTP/1.0 clients
    2008-03-28 30cb0d2 allow user to adjust TCP accept backlog; patch from Paul Oliver
    2008-03-25 ea3feb7 stream files from disk instead of loading them into RAM
    2008-03-24 585f583 test fix
    2008-03-20 73e106e text/csv
    2008-03-20 71a64e8 change guess_mime default
    2008-03-20 bb51c13 fix a regression
    2008-03-20 f99926b new mochiweb_multipart:parse_form/2 API, add more MIME guessing, unquote Req:get(path)
    2008-03-10 51ba4a6 call into mochinum directly instead of using mochijson for floats
    2008-03-04 df46f93 merge, fix handling of 0 length iodevice
    2008-02-29 6845333 add more string encoding/decoding test cases for mochijson/mochijson2; fix encoding of " and decoding of \f in strings by mochijson
    2008-02-26 35625c7 http://code.google.com/p/mochiweb/issues/detail?id=6
    2008-02-17 caa2aa4 fix misencoding of backslash characters; add regression test case for this
    2008-02-15 3133338 test target for makefile
    2008-02-14 b16ca65 fix cookie test
    2008-02-14 5ad5cbf sync with internal version
    2008-02-12 c3e9236 oops, vi thought tabs are 4 columns
    2008-02-12 e97338f #5: add mochijson2 to mochiweb.app
    2008-01-14 056cc9c fix mochijson UTF-8 issue with decoding binaries
    2008-01-07 18a4d65 placate the compiler
    2008-01-04 142f2d8 merge new range request handling code; change cookie generation code to account for browser non-compliance to relevant RFCs; cleanup documentation slightly
    2008-01-03 7f48fcf bug fix
    2008-01-02 92b0fcf use binaries for float tests
    2007-12-29 694dd11 don't escape solidus anymore
    2007-12-26 34db741 use mochinum even in 'legacy' mochijson
    2007-12-26 56a9466 docs for reloader
    2007-12-18 96f523a get rid of unused targets in the makefiles
    2007-12-18 0240129 get rid of unused targets in the makefiles
    2007-12-18 14f5392 fix the skeleton to make a mochiweb-src symlink
    2007-12-10 ccdaec5 use exponential format when it makes sense
    2007-12-10 9daf967 typo in mochinum test comment
    2007-12-10 f2b0ed5 add mochinum for prettier floats
    2007-12-09 b72343f provide stop() function
    2007-12-09 43c5a05 fix case when filname:dirname returns "/"
    2007-12-08 317d14e replace python script with erlang one
    2007-12-07 ffedf49 project skeleton and script
    2007-12-07 f4549c2 boundary edge case
    2007-12-06 b5b1023 import reloader.erl for automatically reloading modules during development
    2007-12-03 5213541 doc patch
    2007-11-27 b94c89c fdsrv patch 2
    2007-11-27 d7df6cd use fdsrv when gen_tcp fails and Port < 1024
    2007-11-25 37f5ece bring mochijson2 API into mochijson as binary_*
    2007-11-25 17ff1bc a binary-centric JSON implementation
    2007-11-25 3a81857 parse binaries directly
    2007-11-25 9482028 make mochiweb_html work with binaries instead of lists
    2007-11-21 28b706a xml processing instructions
    2007-11-21 b465b93 support CDATA
    2007-11-21 06b6dd4 comment support for tree representation
    2007-11-21 47baa1a passing test
    2007-11-19 cb1d673 allow integer and float for attribute values
    2007-11-19 824d429 fix doctype
    2007-11-18 ddecd18 more generation stuff
    2007-11-18 c5fc781 escape, escape_attr, to_html, to_tokens
    2007-11-18 c18b990 handle bullets and such
    2007-11-18 c42727f Better whitespace treatment
    2007-11-18 608edc1 maybe fix tree
    2007-11-18 49b5ecc tree api
    2007-11-18 4d66524 more singletons
    2007-11-18 1c7003e rename text to data, mark data segments as being only whitespace or not
    2007-11-18 4b9611b unfinished toy html tokenizer
    2007-11-18 cb04e25 set svn:ignore on doc and ebin
    2007-11-13 1c253b8 add mochiweb_request:serve_file/2
    2007-11-06 8d2bfb4 fix mochiweb.app
    2007-11-06 01225e0 first post
    2007-11-06 8616e76 Initial directory structure.

  lager
    2015-07-23 2654066 Merge pull request #270 from basho/intg
    2015-07-21 20edd15 Make sink name construction common & test
    2015-07-21 25b700d {ok, exists} is accounted for in the code path
    2015-07-21 d7cd9fc Rename list_all_sinks
    2015-07-21 7f92811 Use '_lager_event' for sinks
    2015-07-13 30600c5 Merge pull request #278 from basho/unsafe_format
    2015-07-13 2e81dc3 Add some warnings around _unsafe
    2015-06-29 5bcdade Add log_unsafe/4
    2015-06-25 e0abc34 Remove testing crutch
    2015-06-24 6a458a4 Make 'dynamic' conform to OTP gh#271
    2015-06-23 512fac4 Add unsafe_formatting option
    2015-06-23 cf5b39c Severities must be convertible to numbers
    2015-06-23 9cc4abc Support _unsafe message levels that dodge trunc_io
    2015-06-01 466384b Pin goldrush to 0.1.7 release
    2015-05-22 9879bcc Remove tabs that snuck in last commit
    2015-05-22 b4ab519 Merge branch 'master' of https://github.com/ericliang/lager into intg
    2015-05-21 d6cb3bf Merge branch 'master' of https://github.com/saleyn/lager into intg
    2015-05-21 80eed72 Merge branch 'feature/ranch-support' of https://github.com/soundrop/lager into intg
    2015-05-21 31cf6c0 Check configuration as suggested in gh#253
    2015-05-21 1c55098 Merge branch 'pr/compress_records' of https://github.com/platbox/lager into intg
    2015-05-21 d06a8f3 Merge branch 'master' of https://github.com/MaximMinin/lager into intg
    2015-05-21 5fef54c Comma derp
    2015-05-21 52b52aa Merge branch 'dz-groupleader-strategies' of https://github.com/DeadZen/lager into intg
    2015-05-21 d40ddd0 Merge branch 'feature/otp-17' into intg
    2015-05-19 3223014 Use Meta as a better var name to capture intent
    2015-05-19 30a5010 Silence some compiler warnings during tests
    2015-05-19 060402b Use macro here instead of naked atom
    2015-05-18 6226ef6 Make sure we use the real line number
    2015-05-17 a8e3a96 Add abbreviated severity 'sev' available to formatter
    2015-05-15 2368846 Update tracing docs
    2015-05-15 e78cc1c Backwards compatibility for any code sufficiently ill-behaved to invoke 2.x do_log directly
    2015-05-15 4f94260 Revert decision to throw a {sink, Sink} tuple at every backend; instead, special case the throttle
    2015-05-14 513d233 Drop last bits that now duplicate information from earlier
    2015-05-14 d74d877 Improve README on sink naming, async configuration per-sink
    2015-05-13 b8552a8 Fix and cleanup tests for multiple-sinks
    2015-05-13 1906cb2 Export get_loglevel/2 (derp)
    2015-05-12 84cc632 Add tests for multiple sinks
    2015-05-12 6936bbc Add __lager_test_sink to rebar.config
    2015-05-08 8a17861 Fix errors in dispatch_log/6 parse transform
    2015-05-06 31f5605 Add multiple sink documentation
    2015-05-06 f233b6d Return sinkname when not configured from transform
    2015-05-06 c4e2520 Fix derpy case clause with whereis
    2015-05-04 d5e7843 Add support for group leader strategies
    2015-05-01 aa19512 Get loglevel of sink not default in transform
    2015-05-01 566a6dc If Sink referenced but not running, return error
    2015-05-01 5f811f3 Merge branch 'feature/multiple-sinks' of github.com:/basho/lager into feature/multiple-sinks
    2015-05-01 4da506b Add check for same file across backends.
    2015-05-01 96e3ba7 More/fixed comments
    2015-05-01 066fa59 The audit sink was always for experimentation. Remove it before it accidentally slips into a release
    2015-04-29 b0a2c4c More bugfixes re: trace file handling
    2015-04-29 89ca81d Bugfix: handler tuple order was incorrect
    2015-04-28 13ec782 Fix the async threshold test to eliminate a race condition. It now tests something slightly different, but should be sufficient
    2015-04-27 b8a8ed0 Merge mkurkov:fix/error-logger-backend-unicode, PR #259, with adjustments for handling extra data.
    2015-04-27 5b43a8b Change how result strings are handled to accomodate additional data.
    2015-04-27 e08fc43 Fix status
    2015-04-27 302767e Make dialyzer happy
    2015-04-27 d35f20f merge current work from master branch, and clean up a couple of warnings along the way
    2015-04-27 96f5b5c changed has_line_numbers() to recognize the new OTP release pattern.
    2015-04-27 d5856f2 Add sink identification export
    2015-04-27 439a81c Introduce sleep to account for interval between writes necessary for rotation to work
    2015-04-27 9d9bf29 Fix init (for some questionable definition of fix)
    2015-04-27 e070348 Fix some legacy loglevel handling in tests
    2015-04-27 f37a957 Support extra sink argument
    2015-04-27 daf3fde Move the extra sink argument down a layer so that reinstalls work properly
    2015-04-27 a71a7ff Do not forget to clear traces from global loglevel settings
    2015-04-27 a230240 Support new sink metadata in init
    2015-04-23 d66790f test for tracing to a dedicated file if root_log is set.
    2015-04-22 171e959 Fix error_logger backend 'Format error' on unicode in Args
    2015-04-22 e9fba0d Fix noproc test fail
    2015-04-21 194f4ae lager maps to lager_event, so audit maps to audit_event
    2015-04-20 752065e Read extra sinks from configuration options
    2015-04-20 5f27739 At the lowest level of the transform, allow multiple sinks
    2015-04-20 1f76822 Update rebar dependencies for OTP-17 development. Add/update file copyright headers where deterministically appropriate.
    2015-04-15 b7da929 trace_file don't work, if env "log_root" is set.
    2015-03-30 5c1a079 Need dat get_loglevels/4
    2015-03-30 087e931 error_logger was always its own sink - return to that behavior
    2015-03-30 4343bc7 Cannot use basho_bench without a parse transform; I hope this minimal change will do it
    2015-03-27 1b14a42 Follow-on to previous fix
    2015-03-27 3ae2ca0 Mixed up application:get_env with proplists behavior
    2015-03-24 a42eda8 Misunderstood the inbound Module term. Should probably have specs and/or a different name. Actually represents the unique ID we want, e.g. {lager_file_handler, "foo.log"}
    2015-03-24 67565b4 Need 2ary get_loglevel (shame it is broken tho)
    2015-03-24 564bf98 Do not lose existing handlers
    2015-03-24 5f3f0fe Match the correct tuple. Return an {ok, _} tuple so the next case statement does not get confused
    2015-03-24 fb72c10 Including the config in the handler ID only confuses our ability to detect matches from the handlers list
    2015-03-24 347c9c5 Lager STARTS
    2015-03-23 52c753c More bugfixes
    2015-03-23 a462c04 Various bugfixes of various levels of desperation
    2015-03-23 8fae61a More config tweaks
    2015-03-23 612dd4e Finish fixing get/set. Got out of the habit of compiling before committing, oops
    2015-03-23 2926dd5 get/2 was confusing: Sink, Key or Key, Default. Clean up by forcing into {Sink, Key} tuple
    2015-03-23 ba5548e update_loglevel_config now takes a sink argument
    2015-03-23 b724b6b Monads...still do not know what they are but I know I need em
    2015-03-23 b88e95e macro ftw
    2015-03-23 efd3164 Stupid compiler errors
    2015-03-23 21fd439 Stupid compiler errors
    2015-03-23 53488fc Trailing commas, my old enemy
    2015-03-23 0ec1131 Traces now are assigned to a single sink as requested (or lager_event by default)
    2015-03-23 cc7e4d2 Start incorporating support for dedicated tracing sink
    2015-03-23 db697bc Revert last change: we are not (yet) allowing backends to watch multiple sinks
    2015-03-19 6f6b011 Starting down the path of making backends handle multiple sinks (primary use case is tracing)
    2015-03-17 c0d8594 Rethink configuration, heavily rework lager_app:start for more modularity
    2015-03-17 a932df0 To make configuration backwards compatible, I think lager_event stays as a special sink, with other sinks able to be added
    2015-03-17 f8cd7ec More DEFAULT_SINK
    2015-02-06 be758ee Provide means to compress printed record output
    2015-03-12 2d33a13 Clarify that "event" in this module is what we are now calling a "sink"
    2015-03-11 730ab66 For places in the revised API where we use lager_event as a default value, use a macro instead
    2015-03-06 f6e6b83 Record some code comments from jrd walk-thru
    2015-03-05 90ce2ac WIP
    2015-03-05 546036f WIP
    2015-01-23 55fba1e don't discard notify message which will hang a caller waiting for the response forever
    2015-01-20 cd36e96 add set_loghwm method in order to change high water mark on the fly
    2015-01-20 1be7d73 add high water mark support to lager_file_backend
    2015-01-20 e1a2907 refactor message flow control by encapsulating high water mark in lager_shaper
    2014-01-30 d78c207 Add support for handling ranch errors

  webmachine
fatal: Invalid revision range 7cd6ddf592a2e050544891d151944dd3017dc517..7677c240f4a7ed020f4bab48278224966bb42311

  goldrush
    2015-05-30 64864ba Merge branch 'develop'
    2015-05-30 821b2c8 Tag version 0.1.7
    2015-05-30 5d55250 Merge branch 'develop'
    2015-05-30 483dc2e Add module state storage, multiple with/2 functions, and greater/less than or equal support
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants