Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

remove unneeded creation of job record #81

Merged
merged 1 commit into from
Jan 3, 2013

Conversation

jamesc
Copy link

@jamesc jamesc commented Dec 28, 2012

Looks like this didn't get cleaned up during the job_status refactor

@jkeiser
Copy link
Contributor

jkeiser commented Jan 2, 2013

MWR

@jamesc jamesc merged commit 179f3c7 into master Jan 3, 2013
markan pushed a commit that referenced this pull request Feb 7, 2015
Updated deps:

  eper
    2014-09-22 5d4c3e9 Merge pull request #29 from systra/master
    2014-09-18 02d38e3 Allow string type variables for guards
    2014-09-17 2a94622 v0.90.0
    2014-09-17 45cb2ae docs
    2014-09-17 a168079 massaged atop:calls/0
    2014-09-16 638c6d4 v0.89.0
    2014-09-16 4936fda docs
    2014-09-16 a8294be refactored presenttion code
    2014-09-15 9d5cd5f add dtop:set_max_procs/1
    2014-09-11 a08c369 v0.88.0
    2014-09-11 46930d5 fix crashing bug in atop
    2014-09-03 ef60d4a implement atop:calls/0
    2014-09-03 55e3f69 v0.87.0
    2014-09-02 ebecc8a somewhat self-documenting
    2014-08-27 099cff6 atop works, but the interface is pretty arcane
    2014-08-25 93cbc73 add atop (allocator visualizer)
    2014-08-15 5b167c9 v0.86.0
    2014-08-15 5c28073 Merge pull request #27 from massemanet/binaries_in_rtp
    2014-08-15 223302d handle binaries in RTP's
    2014-08-12 461382a quick hack to support literal binaries in arg list
    2014-08-05 8a2e0ba Merge pull request #26 from legoscia/maybe-long-names
    2014-07-30 de3f563 In redbug script, use long node names if appropriate
    2014-06-25 56206a0 v0.85.0
    2014-06-25 8213c49 prfDog drops secret when changing port
    2014-06-25 3480de2 v0.84.0
    2014-06-24 e8404b3 fix race conditions in tests
    2014-06-24 f422cc1 implement prfDog:quit/0
    2014-06-24 376883b cosmetic
    2014-06-24 0de9c6f remove orddict dependency
    2014-06-24 3b7340f get collector state through prfHost:state/1
    2014-06-24 b4c1061 fix testcases
    2014-06-24 f6d3dc9 add watchdog:delete_triggers/0
    2014-06-24 b52a1c7 hide eunit behind TEST macro
    2014-06-24 638e8fc new rebar
    2014-06-23 0d57710 make prf:stop/1 return the value of CB:terminate/1 (for testing)
    2014-06-23 1538074 prfDog unit test
    2014-06-23 34358d5 fix prfDog/watchdog interwork
    2014-06-09 066c925 cosmetic
    2014-06-08 828acc9 cosmetic
    2014-06-08 2e9ddf3 v0.83.0
    2014-06-08 1915fd0 fix double binary_to_term test case
    2014-06-08 4290fbe fix block-discard interworking
    2014-05-20 fad438c v0.82.0
    2014-05-20 a11f8e0 init collector state at startup
    2014-05-20 0a864ef handle double term_to_binary
    2014-05-20 e6b9ec5 cosmetic
    2014-05-16 21055c7 v0.81.0
    2014-05-09 07b2e11 hide eunit tests from dialyzer
    2014-05-09 d1a1dea fix dead code
    2014-05-09 3ee4d23 fix register race condition in prfHost
    2014-05-09 40bcc9a remove gen_serv from prfDog
    2014-05-09 77072f6 add make dialyzer
    2014-04-30 519286a add trc file tests
    2014-04-30 c468365 cosmetic
    2014-04-30 0f45534 fix call trace printing
    2014-04-29 a5629fe fix counting of messages
    2014-04-29 38c1f00 fix call_time printing
    2014-04-29 b0d31b8 more and better eunit tests
    2014-04-28 c58f9bd nicer call tracing printouts
    2014-04-28 6c833ae implement call_count and call_time support
    2014-04-28 fd59ec8 fix trace stopping with call_count
    2014-04-23 ebebdf5 allow starting of tracing with call_count etc.
    2014-04-23 7317417 refactor to support call_count
    2014-04-23 541d977 move some parsing to parsing section
    2014-04-23 77f6bff make both "m:_" and "m:V" do global tracing
    2014-04-23 803d245 fix hacky parsing of "m" in redbug
    2014-04-23 fa935b2 remove old tuple-API from redbug
    2014-04-10 eb481b3 v0.80.0
    2014-04-10 27e5cde make make magic
    2014-04-10 8dc9c9e cosmetic
    2014-03-31 7c7d0f7 fix some prfDog bugs
    2014-03-28 3d8421d cosmetic
    2014-03-28 815bdf8 remove dead code
    2014-03-27 19c2fb4 doc
    2014-03-27 6cef9ce rewrite of prfDog

  erlsha2
    2015-01-27 1c11f1a Update to version 2.2.
    2015-01-27 f777ee4 Add .d files to .gitignore
    2015-01-27 d49b186 Use erlang:nif_error/1 to fix dialyzer warning
    2014-05-24 03a653f replace hmac:hexlify with a NIF
    2014-05-24 d6c2c68 update edown usage and generated docs

  pooler
    2014-10-08 7bb8ab8 Merge pull request #37 from seth/of/use_erlang_timers
    2014-10-08 632a211 Switch to erlang:send_after and erlang:cancel_timer
    2014-10-08 0478b61 Merge pull request #36 from seth/of/fix_bookkeeping
    2014-10-07 2171b10 Decrement free_count when replying to queued requestor
    2014-10-07 c57764e Merge pull request #35 from seth/of/interogate_queue_on_return
    2014-10-07 e1ba4a7 Support return_member satisfying a queued requestors
    2014-10-06 d0b0e6b Merge pull request #34 from seth/of/queueing
    2014-10-01 893f05f Implement take_member queueing
    2014-09-30 3fa1c3f Merge pull request #33 from seth/of/fix_pooler_starter_stop_return
    2014-09-30 e71ab8e Correct return of handle_cast stop
    2014-09-29 0ecc29b Merge pull request #31 from oferrigni/of/kill_stale_started_members
    2014-09-29 4c0a457 pooler_starter should cleanup slow process starts
    2014-09-22 39d4bf0 update demo quick start
    2014-09-21 a3615b7 Enhance test coverage for stale member culling
    2014-09-21 83e7ad3 Fix bug when a member is returned more than once
    2014-07-30 23271fe Use concrete for standard Makefile goodness
    2014-06-16 06e37a6 Add the possibility of calling the Exometer API for the metrics instead of the Folsom one
    2014-05-06 fee0aa4 Merge pull request #22 from jwilberding/master
    2014-05-06 70b7a5c Update to modernize build a little bit
    2014-05-06 fbb43fb Add older versions of erlang back in, we have to remove 17.0rc1 because it handles depcrecations different than 17.0, which makes life difficult
    2014-05-06 e6cc050 Better way of handling deprecations
    2014-04-10 bcbe47e Set nowarn_deprecated_type erl_opt for R17 compat
    2014-01-01 a245271 Merge remote-tracking branch 'TanYewWei/issue-16'
    2014-01-02 7a01999 fix bad spec for pooler:rm_group/1
    2014-01-02 b41d589 rm_group/1 returns pool names of pools that failed to terminate
    2014-01-01 52854a0 fix bad test for pooler:rm_group/1
    2014-01-01 982092a added pooler:rm_group/1 test for empty group
    2014-01-01 b77d53d added pooler:rm_group/1 function
    2013-12-31 fd66fdd Clarify take_group_member/1 behavior in README
    2013-10-10 0833bc3 Merge pull request #14 from nevar/embed_pool
    2013-10-11 8bed68f Added the ability to embed a pool to another supervisor

  proper
    2014-09-24 caacd26 Merge branch 'master' of github.com:manopapad/proper
    2014-09-24 6525a61 Merge pull request #89 from th0114nd/master
    2014-09-24 6792624 Add 17.1 in the list of Erlang versions to test
    2014-09-24 b913bf9 Update the instructions on how to make PropEr
    2014-08-25 9defb35 Faster default, moving dialyzing to travis or whoever runs all.
    2014-06-12 043f68f Take out R15B01 from Travis
    2014-06-12 7137c8c Add Erlang 17.0 to Travis
    2014-06-10 9885b72 Seems that 17.0-rc1 is unstable on Travis CI; take it out; we need 17.0 anyway...
    2014-06-10 5f40d87 Merge pull request #86 from norton/norton-command_names
    2014-06-09 433113a Add support for parallel commands to command_names/1
    2014-05-04 2d2d241 Remove Unicode characters from source files, closes #85
    2014-04-07 d90fc40 Add Travis-CI hook to README.md
    2014-04-03 66e20d3 Introduce and use an index() type instead od pos_integer()
    2014-04-03 febc991 No unmatched returns (and some small cleanups)
    2014-04-02 2f22cb2 Cleanup some test files
    2014-04-02 30760e0 Run default number of tests for command_props instead of just 50
    2014-04-01 c0b31be Fixed broken test in command_props
    2014-03-29 3d211d6 Merge UTF-8 generators by Motiejus, closes #83 #63 #48
    2014-03-29 7c20b4e Move UTF-8 unit tests to the right place
    2014-03-09 ac85b9a Merge pull request #84 from Motiejus/travis
    2014-03-08 6d81012 PropEr supports R15B01+
    2014-03-08 0e9f65d travis-ci
    2014-03-08 a3433c3 Isolate proper_unicode to its own module
    2014-03-08 66b43d2 UTF8 generator
    2014-02-24 514c146 Cosmetic change

  lager
    2015-01-23 b7984d4 Merge pull request #241 from stolen/log_root
    2015-01-22 a89e420 Merge pull request #233 from dvaergiller/color_atom
    2015-01-22 5295fa2 Merge pull request #227 from derek121/readme-file-config
    2015-01-22 022077b Merge pull request #250 from evanmcc/stop-start-suppression
    2015-01-21 df3cf16 add application stop/start suppression for ct logs
    2014-11-24 e88c916 Merge pull request #244 from joedevivo/master
    2014-11-24 109aa6b needs log level explicitly set
    2014-11-21 e0a7d02 mention log_root variable in README.md
    2014-11-21 78d80bd implement log_dir option handling
    2014-11-14 4bb4634 Merge pull request #240 from joedevivo/master
    2014-11-14 dd792c8 removed other handlers for common test bounces
    2014-10-27 2ced8a6 Merge pull request #236 from fishcakez/maps
    2014-10-27 1487f4f Merge pull request #237 from fishcakez/ct_backend_dialyzer
    2014-10-25 cd76e0f Update tools.mk
    2014-10-23 8685853 Add maps formatting
    2014-10-25 d051396 Fix ct backend dialyzer warnings
    2014-10-23 2ce67d5 Fix line numbers detection in tests for OTP >= 17
    2014-09-15 f433da0 Mention the color atom for the formatter config
    2014-07-28 9ec3499 Fix specification of backend config in log rotation example
    2014-07-22 dd26760 Merge pull request #224 from joedevivo/master
    2014-07-22 d29d6c7 cleaned up lager_common_test_backend:bounce for log level
    2014-07-22 28239b8 Removed 1.X support
    2014-07-22 d7f60e2 @doc for lager_common_test_backend
    2014-07-22 1b8acdb lager_backend for use with common_test
    2014-04-16 4d8291e Merge pull request #216 from fogfish/master
    2014-04-09 b3f3f68 fix issue #215: lager.app env overwrites default handlers
    2014-03-12 63c2ad6 Merge pull request #210 from egobrain/patch-1
    2014-03-12 5e38f33 Fixed typo in README.md
    2014-03-07 1613842 Fix eunit test
    2014-03-03 36466ef Merge pull request #166 from srstrong/master
    2014-02-27 73f0806 Merge pull request #209 from jlouis/fix-17
    2014-02-27 1987ca3 Fix compile on Release 17 the right way.
    2013-08-13 7d76822 Added options parameter to lager:trace_file

  folsom_graphite
    2014-10-27 0bf3d47 Merge pull request #11 from opscode/of/fix_fun_heads_for_application_start
    2014-10-27 b5eef87 Correct fun heads for when application is started
    2014-10-23 4f02d9e Merge pull request #10 from opscode/of/correct_application_get_env
    2014-10-23 658e01b Correct wrong api usage
    2014-10-16 adc0828 Merge pull request #9 from opscode/of/no_config_tolerance
    2014-10-16 b68e7ae PR Comments
    2014-10-16 d9ac7c8 If no configuration present, start an empty supervisor tree
    2014-10-07 30b4442 Merge pull request #8 from opscode/of/open_source
    2014-10-01 60f35b1 Add license and readme changes for open source

  webmachine
    2013-12-16 7cd6ddf Merge branch 'ipv6-fix-default-port' into opscode
    2013-12-16 694e6cd Fix handling of ipv6 addresses for default port case
    2013-12-12 6ce7039 Merge remote-tracking branch 'opscode/dev-only-deps' into opscode
    2013-12-12 53e6706 Enhance rebar.config.script for dev only dependencies
    2013-12-06 31c2413 Merge branch 'ipv6' into opscode
    2013-11-21 c8ba411 Support IPv6 address literals when parsing Host header
    2013-12-05 457dbd1 Merge pull request #179 from NineFX/use-newer-otp-in-travis
    2013-12-05 909dae7 Update .travis.yml to use the most recent releases of Erlang OTP
    2013-11-23 619acb5 Merge pull request #176 from agx/fixes/error_logger
    2013-11-21 d884918 Make sure Reason is a string
    2013-11-04 77ba1d8 Merge pull request #173 from basho/encode-error-body-rebased
    2013-01-21 eb43b4e Encode the error response before sending it.
    2013-10-16 e5f8233 Roll webmachine version 1.10.5
    2013-10-16 21c8b25 Standardize on a rebar.config dep format to reduce conflicts
    2013-09-12 9cd03ae update meck to basho fork, version 0.8.1
    2013-09-08 34c42df Merge pull request #166 from basho/vinoski/r16-test-fixes
    2013-09-08 e0c1cbe fix unit tests for Erlang/OTP R16
    2013-08-23 a169963 Update meck dependency tag
    2013-08-23 ae929c0 Change app vsn setting to git rather than fixed version
    2013-08-16 fd2d626 Merge branch 'ms-integration-testing'
    2013-08-15 0b144b4 Change some webmachine include_lib statements to includes
    2013-08-15 421db37 Refactor authorized_b8 assert conditions
    2013-08-15 18689b3 Extend timeout and exit supervisor normally in etag_test
    2013-04-05 bc9801c Increase line coverage of webmachine unit and integration tests. The goal for this first round is to increase coverage of the decision core of webmachine. For each node on the v3 HTTP activity diagram there are one or more tests that reach that node.
    2013-08-16 339427b Merge branch 'klm-error-logging-revamp'
    2013-08-14 8194983 Rework Webmachine error logging to use the built-in log handler
    2013-08-07 9755d0c Merge pull request #161 from cmeiklejohn/csm-sockname
    2013-07-31 96ec4d2 Fix EUnit timeout misspecification for etag_test.erl
    2013-07-22 947b540 Fix some whitespace.
    2013-07-19 1d79e49 Expose local socket.
    2013-07-19 eaadbad Add dialyzer.
    2013-07-18 e9359c7 fix horked makefile
    2013-07-18 3d5b71b Roll version 1.10.3
    2013-07-18 2313a31 Merge pull request #160 from basho/pevm-fix-R15
    2013-07-18 fa47565 Switch from Makefile to rebar.config.script for old_hash define
    2013-07-18 5456301 reverse macro logic to favor forward compatability
    2013-07-11 3637ea2 Merge pull request #158 from basho/ss-avoid-localtime-to-universaltime
    2013-07-11 36adf13 Merge pull request #156 from basho/pevm-fix-R15
    2013-07-11 b6dcefc Add last_modified callback
    2013-07-11 79af7a0 Avoid DST-aware translation from localtime to GMT
    2013-07-10 90951b7 fix R15 compatibility
    2013-07-10 d7f82fa Merge pull request #155 from basho/pevm-r16-compat-rebased
    2013-07-08 9706887 change hash fns for R16B01 compat
    2013-06-25 bcd0b3e Roll webmachine vsn 1.10.2
    2013-06-18 09de776 Merge branch 'klm-update-mochiweb-dep'
    2013-06-18 315995b Peg webmachine to the 1.5.1p6 tag of mochiweb
    2013-06-17 6dd4269 Merge branch 'klm-reduce-request-overhead-rebased'
    2013-06-17 23a3317 Merge branch 'klm-handle-invalid-host-header'
    2013-06-17 5a41101 Update metadata initialization in metadata_test
    2012-11-26 d7dbbdd Replace use of dict with orddict in request records
    2012-11-26 f439563 Avoid keeping extra request state any longer than necessary
    2013-06-17 9afc41f Merge pull request #76 from campanja/r548-dont-swallow-crashes
    2013-06-12 3766560 Merge branch 'klm-flexible-error-responses'
    2013-05-09 ea8ae55 Allow responses for all HTTP errors to be customized
    2013-06-11 ec5f138 Merge branch 'klm-handle-empty-content-type'
    2013-06-10 8b90c05 Merge pull request #151 from djnym/remove-io-formats
    2013-06-10 8c1d1b8 Removing io:format/2 calls from log file processing
    2013-06-04 cbc62cc Treat empty content-type header value the same as if it were undefined
    2013-05-28 75c5793 Handle undefined request time values in performance log handler
    2013-05-20 d6774d5 Merge pull request #147 from basho/sbv-fix-respcode
    2013-05-20 3969b8e handle custom reason phrases as iolist() in make_code
    2013-05-20 2c13db1 fix wrq:response_code/1 to handle custom reason phrase
    2013-05-08 6914fef Merge pull request #142 from basho/ss-throw-body-away-when-delete
    2013-05-07 e655fd4 Return a 400 when a request includes an invalid host header
    2013-05-07 66e0112 Flush body when DELETE to keep alive connection
    2013-04-25 01f444c Merge pull request #141 from basho/custom-reason-phrase
    2012-10-16 c30f903 add doc directory to .gitignore
    2012-10-15 dedc573 allow apps to supply custom reason phrases for HTTP response codes
    2013-04-05 c3571bc Merge branch '1.10'
    2013-03-30 d705a49 Merge pull request #136 from chaslemley/rebar_config_old_dependency
    2013-03-28 dde2ac5 fix template rebar.config to specify correct webmachine version
    2013-03-25 fdf8650 Merge pull request #134 from basho/sbv-combine-sends
    2013-03-23 dc924f5 collapse 4 separate send calls into 1 in send_chunk
    2013-03-21 8b2cb4d Merge pull request #133 from nacmartin/patch-1
    2013-03-21 b796c50 Update demo, rebar.config to webmachine, "1.10.*"
    2013-03-14 45406fd Merge branch '1.10'
    2013-03-14 e65feec Merge branch '1.10'
    2012-06-01 cfb431d Add logging for when webmachine crashes when body exists.

  ej
    2014-09-25 c683084 allow fun_match to take any_type
    2014-09-11 388475f Allow {array_map, Spec} to be a top-level validation spec
    2014-09-10 16d58b1 Test for non-binary literal match
    2014-08-25 a6f4efe Fix unused variable warning
    2014-08-25 966e67a Merge pull request #18 from habibutsu/master
    2014-08-24 a4fb9d0 Adding of test for selecting items for which keys starts with specified prefix
    2014-08-24 073118f Correcting descriptions in eunit
    2014-08-23 0820b49 Ability to select items for which key starts with specified prefix
    2014-05-23 12bc9ae Add type spec for {any_of, {Spec, Msg}}
    2014-05-05 d46f13a concrete-ize ej

  sqerl
    2015-02-06 611e884 Merge pull request #89 from chef/sd/epgsql3
    2015-02-06 28476f0 remove Erlang F15 from .travis.yml
    2015-02-05 8bac393 Update sqerl for latest epgsql/epgsql
    2015-01-16 a7b64da Merge pull request #88 from opscode/jd/epgsql2
    2015-01-14 e0e3de5 Removed io:format debug statement
    2014-12-18 11d08f3 Updated Sqerl for latest epgsql/epgsql
    2014-12-16 67361d7 Merge pull request #87 from opscode/jd/ct
    2014-12-13 5252933 Migrate itest suite to common_test
    2014-12-02 6f163f4 Including apt in the default run list
    2014-10-27 7e5f773 Merge pull request #84 from opscode/of/blocking_take_pooler
    2014-10-06 8883bfe Leverage blocking take_member in pooler
    2014-10-01 a76c711 Merge pull request #82 from opscode/of/update_pooler
    2014-09-30 f60c42e Bump pooler in light of issue 33
    2014-09-30 436e7fc Merge pull request #81 from opscode/of/update_pooler
    2014-09-30 5e9b200 Update pooler to 1.2.1
    2014-08-28 d2123ea Merge pull request #79 from opscode/jd/travis-itest
    2014-08-28 96a0722 try and run itests on travis
    2014-08-27 1827d0e Merge pull request #78 from opscode/jd/change-insertion-point
    2014-08-26 7f6c145 added tests for exported type after record declaration
    2014-08-25 f646540 Moved function declarations to {eof, Line}
    2014-08-21 5b7cab1 Merge pull request #77 from opscode/jd/concrete
    2014-08-19 24025d6 Upgrade to new concrete with cached plts
    2014-08-11 4cfcff8 Merge pull request #76 from opscode/jd/gen_2
    2014-08-08 a44c5b9 don't know how that underscore got deleted
    2014-08-08 e32b093 Added atomlists to sqerl_rec:gen_update/2
    2014-08-08 bcc3c43 Added atomlists to sqerl_rec:gen_delete/2
    2014-08-08 4e45497 removed redundant code path for sqerl_rec:gen_fetch/2
    2014-08-07 0add502 Merge pull request #74 from opscode/pevm/undef-filter-coverage
    2014-08-06 b4400b7 increase undef filtering coverage
    2014-08-06 68b0cce Merge pull request #75 from opscode/pevm/de-inline
    2014-08-06 2abed56 remove inline directive from rebar.config
    2014-08-05 4bdc26e Merge pull request #72 from opscode/jd/parse_transform
    2014-08-05 fc1e369 sqerl_gobot parse_transform
    2014-08-04 b978eb0 Merge branch 'jc/CA-531/timestamp-transformers'
    2014-08-03 e0de0ec Remove broken datetime input transformer
    2014-07-08 f49e975 Merge pull request #71 from opscode/revert-70-jd/green-with-envy
    2014-07-08 8d2bf65 Revert "Sqerl needs Envy."
    2014-07-07 4c4071f Merge pull request #70 from opscode/jd/green-with-envy
    2014-07-07 f323011 Sqerl needs Envy.
    2014-07-02 1f8a39e Saving undefined record fields as NULL in the DB
    2014-06-16 48b50d2 TK tests
    2014-06-07 5ce1237 Merge pull request #64 from opscode/jw/r17
    2014-05-06 b84a8aa This adds support for Erlang 17.0 and turns on itest tests
    2014-05-06 060ce4c Cleanup whitespace
    2014-06-06 8eeee9e Merge pull request #63 from opscode/jw/travis
    2014-06-05 f929c1b Add support for Travis CI
    2014-06-05 b7cfafa Merge pull request #62 from opscode/jw/apps2
    2014-06-05 339ed6b This is re-work of the previous commit (064898ceee)
    2014-06-04 c34d8f0 Fix duplication of queries in sqerl_rec
    2014-06-05 219301a Merge pull request #58 from opscode/jw/apps
    2014-06-04 064898c Add way to specify apps instead of modules for sqerl_rec translation
    2014-06-04 783bb84 Add scalar_fetch/3 to sqerl_rec
    2014-05-12 c9509d2 Merge branch 'sf/update-returning'
    2014-05-11 1e04eb1 Improve query_not_found error message
    2014-05-11 245d376 update generated doc
    2014-05-11 7357fd0 Make default update return updated record
    2014-05-12 77d88b6 Merge branch 'sf/fix-defaults'
    2014-05-11 a77d11a Update generated md docs
    2014-05-11 aee5031 Add doc to query gen functions
    2014-05-11 9e9b2a2 Rework default queries: use first field
    2014-05-12 9f8f0e2 Merge branch 'sf/gen_fetch2'
    2014-05-10 a45f9ef Add gen_fetch, gen_delete query generators to exports
    2014-05-10 e2b0bba Have qfetch prepend RecName_ to the query name
    2014-05-12 0be856b Merge branch 'sf/qfetch'
    2014-05-10 2b5564c Add generated (via `make doc`) docs for github viewing
    2014-05-10 b844016 Add documentation for sqerl_rec
    2014-05-10 c17fc87 Add sqerl_rec:qfetch/3 fetch by named query returning record
    2014-05-09 64eecb3 Fix handling of syntax error in queries
    2014-05-07 b59f8f4 Merge pull request #49 from opscode/jc/fromlist-spec
    2014-05-06 0f9dbe2 fix fromlist spec
    2014-04-29 4b2a616 Merge pull request #46 from opscode/sf/sqerl-rec
    2014-04-27 4022ecb Introduce sqerl_rec for convenient record <-> pg mapping
    2014-04-26 5f30ae2 Add parse_trans as a dev-only dep
    2014-04-26 8c78c98 Use concrete for standard Makefile goodness
    2014-04-20 b0ff69a Support for INSERT ... RETURNING queries
    2014-04-20 8513e8e Add asn1 to app start in itest for R16 compat

  epgsql
fatal: Invalid revision range 6ceff57e8b32b6554728a082db52584f1f65bd7e..2da4c1398e3c1040b88143ab10cba9e869c2739d

  rebar_lock_deps_plugin
    2015-02-01 2a8d2e8 Merge pull request #15 from efine/seth/rebar_lock_deps_plugin-issue-14
    2015-01-31 d93a6a9 Fix issue #14.
    2014-05-13 9711549 version bump
    2014-05-13 2046485 Add initial support for version bump in relx.config
    2014-04-29 f80bbdf Merge pull request #11 from cristianberneanu/master
    2014-04-29 2ef6e1f Handle missing dependecy tag

  pushy_common
    2014-09-08 60a4512 Merge pull request #19 from opscode/ma/license_sweep
    2014-09-08 114b965 Make sure Apache 2.0 license is consistient across repositories

  chef_authn
    2015-01-22 e7850d0 Merge pull request #18 from opscode/ma/multikey
    2015-01-21 4010df1 ensure we continue checking keys in case of other than badmatch
    2015-01-12 22f5046 Add multiple key options to authn sequence
    2014-08-20 f92325b Upgrade concrete
    2014-08-20 34d7749 Merge branch 'jw/17'
    2014-08-20 9175e6d Relax dialyzer spec on internal hash_file helper
    2014-05-06 9373891 Updated to fix deprecations with 17
    2014-07-14 1363385 Merge pull request #17 from opscode/ma/keygen_status_fix
    2014-07-14 5c25520 Add status_for_json to provide a status message that is freindly to json encoding.
    2014-07-09 d3089d4 Merge branch 'ma/keygen'
    2013-12-12 c1f42d1 Add generated edown docs
    2014-06-24 43a2884 Code to scale back number of ssl jobs under load.
    2014-06-19 228a04b Improve openssl command execution
    2014-01-07 a97111b Improve logging and job management
    2014-01-04 fc0d79d Cleanups and removal of unnecessary code:
    2014-07-08 51fe808 Parallelize key creation in chef_keygen_cache
    2013-12-06 28db3ee Add chef_keygen_cache for RSA key generation and caching
    2014-05-07 334162d Merge pull request #14 from opscode/mp/user-endpoint
    2014-05-01 a04e5bf add new export extract_pem_encoded_public_key and tests

  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 that referenced this pull request Feb 10, 2015
Cleanup rebar to point to consistient repo names
Commit USE_REBAR_LOCKED

We've not actually been locking deps; things have been floating from day
one despite the presence of the lock functionality.

Updated deps:

  eper
    2014-09-22 5d4c3e9 Merge pull request #29 from systra/master
    2014-09-18 02d38e3 Allow string type variables for guards
    2014-09-17 2a94622 v0.90.0
    2014-09-17 45cb2ae docs
    2014-09-17 a168079 massaged atop:calls/0
    2014-09-16 638c6d4 v0.89.0
    2014-09-16 4936fda docs
    2014-09-16 a8294be refactored presenttion code
    2014-09-15 9d5cd5f add dtop:set_max_procs/1
    2014-09-11 a08c369 v0.88.0
    2014-09-11 46930d5 fix crashing bug in atop
    2014-09-03 ef60d4a implement atop:calls/0
    2014-09-03 55e3f69 v0.87.0
    2014-09-02 ebecc8a somewhat self-documenting
    2014-08-27 099cff6 atop works, but the interface is pretty arcane
    2014-08-25 93cbc73 add atop (allocator visualizer)
    2014-08-15 5b167c9 v0.86.0
    2014-08-15 5c28073 Merge pull request #27 from massemanet/binaries_in_rtp
    2014-08-15 223302d handle binaries in RTP's
    2014-08-12 461382a quick hack to support literal binaries in arg list
    2014-08-05 8a2e0ba Merge pull request #26 from legoscia/maybe-long-names
    2014-07-30 de3f563 In redbug script, use long node names if appropriate
    2014-06-25 56206a0 v0.85.0
    2014-06-25 8213c49 prfDog drops secret when changing port
    2014-06-25 3480de2 v0.84.0
    2014-06-24 e8404b3 fix race conditions in tests
    2014-06-24 f422cc1 implement prfDog:quit/0
    2014-06-24 376883b cosmetic
    2014-06-24 0de9c6f remove orddict dependency
    2014-06-24 3b7340f get collector state through prfHost:state/1
    2014-06-24 b4c1061 fix testcases
    2014-06-24 f6d3dc9 add watchdog:delete_triggers/0
    2014-06-24 b52a1c7 hide eunit behind TEST macro
    2014-06-24 638e8fc new rebar
    2014-06-23 0d57710 make prf:stop/1 return the value of CB:terminate/1 (for testing)
    2014-06-23 1538074 prfDog unit test
    2014-06-23 34358d5 fix prfDog/watchdog interwork
    2014-06-09 066c925 cosmetic
    2014-06-08 828acc9 cosmetic
    2014-06-08 2e9ddf3 v0.83.0
    2014-06-08 1915fd0 fix double binary_to_term test case
    2014-06-08 4290fbe fix block-discard interworking
    2014-05-20 fad438c v0.82.0
    2014-05-20 a11f8e0 init collector state at startup
    2014-05-20 0a864ef handle double term_to_binary
    2014-05-20 e6b9ec5 cosmetic
    2014-05-16 21055c7 v0.81.0
    2014-05-09 07b2e11 hide eunit tests from dialyzer
    2014-05-09 d1a1dea fix dead code
    2014-05-09 3ee4d23 fix register race condition in prfHost
    2014-05-09 40bcc9a remove gen_serv from prfDog
    2014-05-09 77072f6 add make dialyzer
    2014-04-30 519286a add trc file tests
    2014-04-30 c468365 cosmetic
    2014-04-30 0f45534 fix call trace printing
    2014-04-29 a5629fe fix counting of messages
    2014-04-29 38c1f00 fix call_time printing
    2014-04-29 b0d31b8 more and better eunit tests
    2014-04-28 c58f9bd nicer call tracing printouts
    2014-04-28 6c833ae implement call_count and call_time support
    2014-04-28 fd59ec8 fix trace stopping with call_count
    2014-04-23 ebebdf5 allow starting of tracing with call_count etc.
    2014-04-23 7317417 refactor to support call_count
    2014-04-23 541d977 move some parsing to parsing section
    2014-04-23 77f6bff make both "m:_" and "m:V" do global tracing
    2014-04-23 803d245 fix hacky parsing of "m" in redbug
    2014-04-23 fa935b2 remove old tuple-API from redbug
    2014-04-10 eb481b3 v0.80.0
    2014-04-10 27e5cde make make magic
    2014-04-10 8dc9c9e cosmetic
    2014-03-31 7c7d0f7 fix some prfDog bugs
    2014-03-28 3d8421d cosmetic
    2014-03-28 815bdf8 remove dead code
    2014-03-27 19c2fb4 doc
    2014-03-27 6cef9ce rewrite of prfDog

  erlsha2
    2015-01-27 1c11f1a Update to version 2.2.
    2015-01-27 f777ee4 Add .d files to .gitignore
    2015-01-27 d49b186 Use erlang:nif_error/1 to fix dialyzer warning
    2014-05-24 03a653f replace hmac:hexlify with a NIF
    2014-05-24 d6c2c68 update edown usage and generated docs

  pooler
    2014-10-08 7bb8ab8 Merge pull request #37 from seth/of/use_erlang_timers
    2014-10-08 632a211 Switch to erlang:send_after and erlang:cancel_timer
    2014-10-08 0478b61 Merge pull request #36 from seth/of/fix_bookkeeping
    2014-10-07 2171b10 Decrement free_count when replying to queued requestor
    2014-10-07 c57764e Merge pull request #35 from seth/of/interogate_queue_on_return
    2014-10-07 e1ba4a7 Support return_member satisfying a queued requestors
    2014-10-06 d0b0e6b Merge pull request #34 from seth/of/queueing
    2014-10-01 893f05f Implement take_member queueing
    2014-09-30 3fa1c3f Merge pull request #33 from seth/of/fix_pooler_starter_stop_return
    2014-09-30 e71ab8e Correct return of handle_cast stop
    2014-09-29 0ecc29b Merge pull request #31 from oferrigni/of/kill_stale_started_members
    2014-09-29 4c0a457 pooler_starter should cleanup slow process starts
    2014-09-22 39d4bf0 update demo quick start
    2014-09-21 a3615b7 Enhance test coverage for stale member culling
    2014-09-21 83e7ad3 Fix bug when a member is returned more than once
    2014-07-30 23271fe Use concrete for standard Makefile goodness
    2014-06-16 06e37a6 Add the possibility of calling the Exometer API for the metrics instead of the Folsom one
    2014-05-06 fee0aa4 Merge pull request #22 from jwilberding/master
    2014-05-06 70b7a5c Update to modernize build a little bit
    2014-05-06 fbb43fb Add older versions of erlang back in, we have to remove 17.0rc1 because it handles depcrecations different than 17.0, which makes life difficult
    2014-05-06 e6cc050 Better way of handling deprecations
    2014-04-10 bcbe47e Set nowarn_deprecated_type erl_opt for R17 compat
    2014-01-01 a245271 Merge remote-tracking branch 'TanYewWei/issue-16'
    2014-01-02 7a01999 fix bad spec for pooler:rm_group/1
    2014-01-02 b41d589 rm_group/1 returns pool names of pools that failed to terminate
    2014-01-01 52854a0 fix bad test for pooler:rm_group/1
    2014-01-01 982092a added pooler:rm_group/1 test for empty group
    2014-01-01 b77d53d added pooler:rm_group/1 function
    2013-12-31 fd66fdd Clarify take_group_member/1 behavior in README
    2013-10-10 0833bc3 Merge pull request #14 from nevar/embed_pool
    2013-10-11 8bed68f Added the ability to embed a pool to another supervisor

  proper
    2014-09-24 caacd26 Merge branch 'master' of github.com:manopapad/proper
    2014-09-24 6525a61 Merge pull request #89 from th0114nd/master
    2014-09-24 6792624 Add 17.1 in the list of Erlang versions to test
    2014-09-24 b913bf9 Update the instructions on how to make PropEr
    2014-08-25 9defb35 Faster default, moving dialyzing to travis or whoever runs all.
    2014-06-12 043f68f Take out R15B01 from Travis
    2014-06-12 7137c8c Add Erlang 17.0 to Travis
    2014-06-10 9885b72 Seems that 17.0-rc1 is unstable on Travis CI; take it out; we need 17.0 anyway...
    2014-06-10 5f40d87 Merge pull request #86 from norton/norton-command_names
    2014-06-09 433113a Add support for parallel commands to command_names/1
    2014-05-04 2d2d241 Remove Unicode characters from source files, closes #85
    2014-04-07 d90fc40 Add Travis-CI hook to README.md
    2014-04-03 66e20d3 Introduce and use an index() type instead od pos_integer()
    2014-04-03 febc991 No unmatched returns (and some small cleanups)
    2014-04-02 2f22cb2 Cleanup some test files
    2014-04-02 30760e0 Run default number of tests for command_props instead of just 50
    2014-04-01 c0b31be Fixed broken test in command_props
    2014-03-29 3d211d6 Merge UTF-8 generators by Motiejus, closes #83 #63 #48
    2014-03-29 7c20b4e Move UTF-8 unit tests to the right place
    2014-03-09 ac85b9a Merge pull request #84 from Motiejus/travis
    2014-03-08 6d81012 PropEr supports R15B01+
    2014-03-08 0e9f65d travis-ci
    2014-03-08 a3433c3 Isolate proper_unicode to its own module
    2014-03-08 66b43d2 UTF8 generator
    2014-02-24 514c146 Cosmetic change

  lager
    2015-01-23 b7984d4 Merge pull request #241 from stolen/log_root
    2015-01-22 a89e420 Merge pull request #233 from dvaergiller/color_atom
    2015-01-22 5295fa2 Merge pull request #227 from derek121/readme-file-config
    2015-01-22 022077b Merge pull request #250 from evanmcc/stop-start-suppression
    2015-01-21 df3cf16 add application stop/start suppression for ct logs
    2014-11-24 e88c916 Merge pull request #244 from joedevivo/master
    2014-11-24 109aa6b needs log level explicitly set
    2014-11-21 e0a7d02 mention log_root variable in README.md
    2014-11-21 78d80bd implement log_dir option handling
    2014-11-14 4bb4634 Merge pull request #240 from joedevivo/master
    2014-11-14 dd792c8 removed other handlers for common test bounces
    2014-10-27 2ced8a6 Merge pull request #236 from fishcakez/maps
    2014-10-27 1487f4f Merge pull request #237 from fishcakez/ct_backend_dialyzer
    2014-10-25 cd76e0f Update tools.mk
    2014-10-23 8685853 Add maps formatting
    2014-10-25 d051396 Fix ct backend dialyzer warnings
    2014-10-23 2ce67d5 Fix line numbers detection in tests for OTP >= 17
    2014-09-15 f433da0 Mention the color atom for the formatter config
    2014-07-28 9ec3499 Fix specification of backend config in log rotation example
    2014-07-22 dd26760 Merge pull request #224 from joedevivo/master
    2014-07-22 d29d6c7 cleaned up lager_common_test_backend:bounce for log level
    2014-07-22 28239b8 Removed 1.X support
    2014-07-22 d7f60e2 @doc for lager_common_test_backend
    2014-07-22 1b8acdb lager_backend for use with common_test
    2014-04-16 4d8291e Merge pull request #216 from fogfish/master
    2014-04-09 b3f3f68 fix issue #215: lager.app env overwrites default handlers
    2014-03-12 63c2ad6 Merge pull request #210 from egobrain/patch-1
    2014-03-12 5e38f33 Fixed typo in README.md
    2014-03-07 1613842 Fix eunit test
    2014-03-03 36466ef Merge pull request #166 from srstrong/master
    2014-02-27 73f0806 Merge pull request #209 from jlouis/fix-17
    2014-02-27 1987ca3 Fix compile on Release 17 the right way.
    2013-08-13 7d76822 Added options parameter to lager:trace_file

  folsom_graphite
    2014-10-27 0bf3d47 Merge pull request #11 from opscode/of/fix_fun_heads_for_application_start
    2014-10-27 b5eef87 Correct fun heads for when application is started
    2014-10-23 4f02d9e Merge pull request #10 from opscode/of/correct_application_get_env
    2014-10-23 658e01b Correct wrong api usage
    2014-10-16 adc0828 Merge pull request #9 from opscode/of/no_config_tolerance
    2014-10-16 b68e7ae PR Comments
    2014-10-16 d9ac7c8 If no configuration present, start an empty supervisor tree
    2014-10-07 30b4442 Merge pull request #8 from opscode/of/open_source
    2014-10-01 60f35b1 Add license and readme changes for open source

  webmachine
    2013-12-16 7cd6ddf Merge branch 'ipv6-fix-default-port' into opscode
    2013-12-16 694e6cd Fix handling of ipv6 addresses for default port case
    2013-12-12 6ce7039 Merge remote-tracking branch 'opscode/dev-only-deps' into opscode
    2013-12-12 53e6706 Enhance rebar.config.script for dev only dependencies
    2013-12-06 31c2413 Merge branch 'ipv6' into opscode
    2013-11-21 c8ba411 Support IPv6 address literals when parsing Host header
    2013-12-05 457dbd1 Merge pull request #179 from NineFX/use-newer-otp-in-travis
    2013-12-05 909dae7 Update .travis.yml to use the most recent releases of Erlang OTP
    2013-11-23 619acb5 Merge pull request #176 from agx/fixes/error_logger
    2013-11-21 d884918 Make sure Reason is a string
    2013-11-04 77ba1d8 Merge pull request #173 from basho/encode-error-body-rebased
    2013-01-21 eb43b4e Encode the error response before sending it.
    2013-10-16 e5f8233 Roll webmachine version 1.10.5
    2013-10-16 21c8b25 Standardize on a rebar.config dep format to reduce conflicts
    2013-09-12 9cd03ae update meck to basho fork, version 0.8.1
    2013-09-08 34c42df Merge pull request #166 from basho/vinoski/r16-test-fixes
    2013-09-08 e0c1cbe fix unit tests for Erlang/OTP R16
    2013-08-23 a169963 Update meck dependency tag
    2013-08-23 ae929c0 Change app vsn setting to git rather than fixed version
    2013-08-16 fd2d626 Merge branch 'ms-integration-testing'
    2013-08-15 0b144b4 Change some webmachine include_lib statements to includes
    2013-08-15 421db37 Refactor authorized_b8 assert conditions
    2013-08-15 18689b3 Extend timeout and exit supervisor normally in etag_test
    2013-04-05 bc9801c Increase line coverage of webmachine unit and integration tests. The goal for this first round is to increase coverage of the decision core of webmachine. For each node on the v3 HTTP activity diagram there are one or more tests that reach that node.
    2013-08-16 339427b Merge branch 'klm-error-logging-revamp'
    2013-08-14 8194983 Rework Webmachine error logging to use the built-in log handler
    2013-08-07 9755d0c Merge pull request #161 from cmeiklejohn/csm-sockname
    2013-07-31 96ec4d2 Fix EUnit timeout misspecification for etag_test.erl
    2013-07-22 947b540 Fix some whitespace.
    2013-07-19 1d79e49 Expose local socket.
    2013-07-19 eaadbad Add dialyzer.
    2013-07-18 e9359c7 fix horked makefile
    2013-07-18 3d5b71b Roll version 1.10.3
    2013-07-18 2313a31 Merge pull request #160 from basho/pevm-fix-R15
    2013-07-18 fa47565 Switch from Makefile to rebar.config.script for old_hash define
    2013-07-18 5456301 reverse macro logic to favor forward compatability
    2013-07-11 3637ea2 Merge pull request #158 from basho/ss-avoid-localtime-to-universaltime
    2013-07-11 36adf13 Merge pull request #156 from basho/pevm-fix-R15
    2013-07-11 b6dcefc Add last_modified callback
    2013-07-11 79af7a0 Avoid DST-aware translation from localtime to GMT
    2013-07-10 90951b7 fix R15 compatibility
    2013-07-10 d7f82fa Merge pull request #155 from basho/pevm-r16-compat-rebased
    2013-07-08 9706887 change hash fns for R16B01 compat
    2013-06-25 bcd0b3e Roll webmachine vsn 1.10.2
    2013-06-18 09de776 Merge branch 'klm-update-mochiweb-dep'
    2013-06-18 315995b Peg webmachine to the 1.5.1p6 tag of mochiweb
    2013-06-17 6dd4269 Merge branch 'klm-reduce-request-overhead-rebased'
    2013-06-17 23a3317 Merge branch 'klm-handle-invalid-host-header'
    2013-06-17 5a41101 Update metadata initialization in metadata_test
    2012-11-26 d7dbbdd Replace use of dict with orddict in request records
    2012-11-26 f439563 Avoid keeping extra request state any longer than necessary
    2013-06-17 9afc41f Merge pull request #76 from campanja/r548-dont-swallow-crashes
    2013-06-12 3766560 Merge branch 'klm-flexible-error-responses'
    2013-05-09 ea8ae55 Allow responses for all HTTP errors to be customized
    2013-06-11 ec5f138 Merge branch 'klm-handle-empty-content-type'
    2013-06-10 8b90c05 Merge pull request #151 from djnym/remove-io-formats
    2013-06-10 8c1d1b8 Removing io:format/2 calls from log file processing
    2013-06-04 cbc62cc Treat empty content-type header value the same as if it were undefined
    2013-05-28 75c5793 Handle undefined request time values in performance log handler
    2013-05-20 d6774d5 Merge pull request #147 from basho/sbv-fix-respcode
    2013-05-20 3969b8e handle custom reason phrases as iolist() in make_code
    2013-05-20 2c13db1 fix wrq:response_code/1 to handle custom reason phrase
    2013-05-08 6914fef Merge pull request #142 from basho/ss-throw-body-away-when-delete
    2013-05-07 e655fd4 Return a 400 when a request includes an invalid host header
    2013-05-07 66e0112 Flush body when DELETE to keep alive connection
    2013-04-25 01f444c Merge pull request #141 from basho/custom-reason-phrase
    2012-10-16 c30f903 add doc directory to .gitignore
    2012-10-15 dedc573 allow apps to supply custom reason phrases for HTTP response codes
    2013-04-05 c3571bc Merge branch '1.10'
    2013-03-30 d705a49 Merge pull request #136 from chaslemley/rebar_config_old_dependency
    2013-03-28 dde2ac5 fix template rebar.config to specify correct webmachine version
    2013-03-25 fdf8650 Merge pull request #134 from basho/sbv-combine-sends
    2013-03-23 dc924f5 collapse 4 separate send calls into 1 in send_chunk
    2013-03-21 8b2cb4d Merge pull request #133 from nacmartin/patch-1
    2013-03-21 b796c50 Update demo, rebar.config to webmachine, "1.10.*"
    2013-03-14 45406fd Merge branch '1.10'
    2013-03-14 e65feec Merge branch '1.10'
    2012-06-01 cfb431d Add logging for when webmachine crashes when body exists.

  ej
    2014-09-25 c683084 allow fun_match to take any_type
    2014-09-11 388475f Allow {array_map, Spec} to be a top-level validation spec
    2014-09-10 16d58b1 Test for non-binary literal match
    2014-08-25 a6f4efe Fix unused variable warning
    2014-08-25 966e67a Merge pull request #18 from habibutsu/master
    2014-08-24 a4fb9d0 Adding of test for selecting items for which keys starts with specified prefix
    2014-08-24 073118f Correcting descriptions in eunit
    2014-08-23 0820b49 Ability to select items for which key starts with specified prefix
    2014-05-23 12bc9ae Add type spec for {any_of, {Spec, Msg}}
    2014-05-05 d46f13a concrete-ize ej

  sqerl
    2015-02-06 611e884 Merge pull request #89 from chef/sd/epgsql3
    2015-02-06 28476f0 remove Erlang F15 from .travis.yml
    2015-02-05 8bac393 Update sqerl for latest epgsql/epgsql
    2015-01-16 a7b64da Merge pull request #88 from opscode/jd/epgsql2
    2015-01-14 e0e3de5 Removed io:format debug statement
    2014-12-18 11d08f3 Updated Sqerl for latest epgsql/epgsql
    2014-12-16 67361d7 Merge pull request #87 from opscode/jd/ct
    2014-12-13 5252933 Migrate itest suite to common_test
    2014-12-02 6f163f4 Including apt in the default run list
    2014-10-27 7e5f773 Merge pull request #84 from opscode/of/blocking_take_pooler
    2014-10-06 8883bfe Leverage blocking take_member in pooler
    2014-10-01 a76c711 Merge pull request #82 from opscode/of/update_pooler
    2014-09-30 f60c42e Bump pooler in light of issue 33
    2014-09-30 436e7fc Merge pull request #81 from opscode/of/update_pooler
    2014-09-30 5e9b200 Update pooler to 1.2.1
    2014-08-28 d2123ea Merge pull request #79 from opscode/jd/travis-itest
    2014-08-28 96a0722 try and run itests on travis
    2014-08-27 1827d0e Merge pull request #78 from opscode/jd/change-insertion-point
    2014-08-26 7f6c145 added tests for exported type after record declaration
    2014-08-25 f646540 Moved function declarations to {eof, Line}
    2014-08-21 5b7cab1 Merge pull request #77 from opscode/jd/concrete
    2014-08-19 24025d6 Upgrade to new concrete with cached plts
    2014-08-11 4cfcff8 Merge pull request #76 from opscode/jd/gen_2
    2014-08-08 a44c5b9 don't know how that underscore got deleted
    2014-08-08 e32b093 Added atomlists to sqerl_rec:gen_update/2
    2014-08-08 bcc3c43 Added atomlists to sqerl_rec:gen_delete/2
    2014-08-08 4e45497 removed redundant code path for sqerl_rec:gen_fetch/2
    2014-08-07 0add502 Merge pull request #74 from opscode/pevm/undef-filter-coverage
    2014-08-06 b4400b7 increase undef filtering coverage
    2014-08-06 68b0cce Merge pull request #75 from opscode/pevm/de-inline
    2014-08-06 2abed56 remove inline directive from rebar.config
    2014-08-05 4bdc26e Merge pull request #72 from opscode/jd/parse_transform
    2014-08-05 fc1e369 sqerl_gobot parse_transform
    2014-08-04 b978eb0 Merge branch 'jc/CA-531/timestamp-transformers'
    2014-08-03 e0de0ec Remove broken datetime input transformer
    2014-07-08 f49e975 Merge pull request #71 from opscode/revert-70-jd/green-with-envy
    2014-07-08 8d2bf65 Revert "Sqerl needs Envy."
    2014-07-07 4c4071f Merge pull request #70 from opscode/jd/green-with-envy
    2014-07-07 f323011 Sqerl needs Envy.
    2014-07-02 1f8a39e Saving undefined record fields as NULL in the DB
    2014-06-16 48b50d2 TK tests
    2014-06-07 5ce1237 Merge pull request #64 from opscode/jw/r17
    2014-05-06 b84a8aa This adds support for Erlang 17.0 and turns on itest tests
    2014-05-06 060ce4c Cleanup whitespace
    2014-06-06 8eeee9e Merge pull request #63 from opscode/jw/travis
    2014-06-05 f929c1b Add support for Travis CI
    2014-06-05 b7cfafa Merge pull request #62 from opscode/jw/apps2
    2014-06-05 339ed6b This is re-work of the previous commit (064898ceee)
    2014-06-04 c34d8f0 Fix duplication of queries in sqerl_rec
    2014-06-05 219301a Merge pull request #58 from opscode/jw/apps
    2014-06-04 064898c Add way to specify apps instead of modules for sqerl_rec translation
    2014-06-04 783bb84 Add scalar_fetch/3 to sqerl_rec
    2014-05-12 c9509d2 Merge branch 'sf/update-returning'
    2014-05-11 1e04eb1 Improve query_not_found error message
    2014-05-11 245d376 update generated doc
    2014-05-11 7357fd0 Make default update return updated record
    2014-05-12 77d88b6 Merge branch 'sf/fix-defaults'
    2014-05-11 a77d11a Update generated md docs
    2014-05-11 aee5031 Add doc to query gen functions
    2014-05-11 9e9b2a2 Rework default queries: use first field
    2014-05-12 9f8f0e2 Merge branch 'sf/gen_fetch2'
    2014-05-10 a45f9ef Add gen_fetch, gen_delete query generators to exports
    2014-05-10 e2b0bba Have qfetch prepend RecName_ to the query name
    2014-05-12 0be856b Merge branch 'sf/qfetch'
    2014-05-10 2b5564c Add generated (via `make doc`) docs for github viewing
    2014-05-10 b844016 Add documentation for sqerl_rec
    2014-05-10 c17fc87 Add sqerl_rec:qfetch/3 fetch by named query returning record
    2014-05-09 64eecb3 Fix handling of syntax error in queries
    2014-05-07 b59f8f4 Merge pull request #49 from opscode/jc/fromlist-spec
    2014-05-06 0f9dbe2 fix fromlist spec
    2014-04-29 4b2a616 Merge pull request #46 from opscode/sf/sqerl-rec
    2014-04-27 4022ecb Introduce sqerl_rec for convenient record <-> pg mapping
    2014-04-26 5f30ae2 Add parse_trans as a dev-only dep
    2014-04-26 8c78c98 Use concrete for standard Makefile goodness
    2014-04-20 b0ff69a Support for INSERT ... RETURNING queries
    2014-04-20 8513e8e Add asn1 to app start in itest for R16 compat

  epgsql
fatal: Invalid revision range 6ceff57e8b32b6554728a082db52584f1f65bd7e..2da4c1398e3c1040b88143ab10cba9e869c2739d

  rebar_lock_deps_plugin
    2015-02-01 2a8d2e8 Merge pull request #15 from efine/seth/rebar_lock_deps_plugin-issue-14
    2015-01-31 d93a6a9 Fix issue #14.
    2014-05-13 9711549 version bump
    2014-05-13 2046485 Add initial support for version bump in relx.config
    2014-04-29 f80bbdf Merge pull request #11 from cristianberneanu/master
    2014-04-29 2ef6e1f Handle missing dependecy tag

  pushy_common
    2014-09-08 60a4512 Merge pull request #19 from opscode/ma/license_sweep
    2014-09-08 114b965 Make sure Apache 2.0 license is consistient across repositories

  chef_authn
    2015-01-22 e7850d0 Merge pull request #18 from opscode/ma/multikey
    2015-01-21 4010df1 ensure we continue checking keys in case of other than badmatch
    2015-01-12 22f5046 Add multiple key options to authn sequence
    2014-08-20 f92325b Upgrade concrete
    2014-08-20 34d7749 Merge branch 'jw/17'
    2014-08-20 9175e6d Relax dialyzer spec on internal hash_file helper
    2014-05-06 9373891 Updated to fix deprecations with 17
    2014-07-14 1363385 Merge pull request #17 from opscode/ma/keygen_status_fix
    2014-07-14 5c25520 Add status_for_json to provide a status message that is freindly to json encoding.
    2014-07-09 d3089d4 Merge branch 'ma/keygen'
    2013-12-12 c1f42d1 Add generated edown docs
    2014-06-24 43a2884 Code to scale back number of ssl jobs under load.
    2014-06-19 228a04b Improve openssl command execution
    2014-01-07 a97111b Improve logging and job management
    2014-01-04 fc0d79d Cleanups and removal of unnecessary code:
    2014-07-08 51fe808 Parallelize key creation in chef_keygen_cache
    2013-12-06 28db3ee Add chef_keygen_cache for RSA key generation and caching
    2014-05-07 334162d Merge pull request #14 from opscode/mp/user-endpoint
    2014-05-01 a04e5bf add new export extract_pem_encoded_public_key and tests

  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 that referenced this pull request 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 that referenced this pull request 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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants