Commit Graph

500 Commits

Author SHA1 Message Date
Michael Klishin f90cfbbd53 merge bug25913 into default 2014-03-27 17:14:23 +04:00
Michael Klishin 247d00b359 Wording 2014-03-27 16:25:49 +04:00
Michael Klishin 47b35162e9 Log listeners for both HTTP and HTTPS 2014-03-27 16:24:38 +04:00
Simon MacMullen 28891f9bf4 Update copyright for 2014 2014-03-17 17:25:26 +00:00
Simon MacMullen e900a4f1d4 Check source of user is acceptable. 2014-02-24 13:46:02 +00:00
Emile Joubert 44dc8fc75f Support cowboy SSL connections 2013-12-09 17:43:55 +00:00
Simon MacMullen d454ebcc57 Oops, forgot to propagate API change to web-stomp. 2013-09-04 14:01:39 +01:00
Emile Joubert 94875fed2b Merged stable into default 2013-07-31 13:57:31 +01:00
Simon MacMullen fc1c69ad37 s/VMware/GoPivotal/g 2013-07-01 10:49:15 +01:00
Matthias Radestock 1693e7f460 merge bug23958 into default 2013-05-01 11:39:23 +01:00
Emile Joubert 1c656e44b8 Update copyright 2013 2013-01-23 13:17:08 +00:00
Tim Watson ab0c5f3459 simple_one_for_one now does the right thing (TM) 2013-01-04 16:07:39 +00:00
Simon MacMullen bc3b7d30b1 Return the supervisor pid correctly, and the client pid as "extra" data, and thus prevent supervisor tree corruption and rabbit_vm:memory/0 from treating workers as supervisors. 2012-12-18 12:08:56 +00:00
Simon MacMullen eff723f139 address -> host, and get the name approximately right too. No rDNS, but that would have to go via SockJS... 2012-11-19 16:36:34 +00:00
Simon MacMullen e0dae2b1ff Establish stable branch 2012-11-19 16:35:43 +00:00
Simon MacMullen a84588367a Unbreak web stomp tests 2012-11-12 13:55:35 +00:00
Simon MacMullen 3ac422f30f Change port out of ephemeral range. 2012-11-09 11:48:53 +00:00
Matthias Radestock 9f87c0f18a propagate API change 2012-08-14 16:20:27 +01:00
Marek Majkowski c59a887686 New stomp.js supports vhosts - API changes needed to be documented. 2012-08-14 10:27:21 +01:00
Marek Majkowski f540c3b1b0 Imported pull request #1 by @jmesnil
Source: https://github.com/rabbitmq/rabbitmq-web-stomp/pull/1
2012-08-14 10:12:08 +01:00
Marek Majkowski ab60906687 bug24894 - tests for web-stomp 2012-06-25 10:06:11 +01:00
Marek Majkowski 2c8f26a581 bug24973 changed the signature of frame:parse and thus caused badmatch 2012-06-13 12:19:20 +01:00
Marek Majkowski 19b79eda0e updated readme 2012-05-11 16:57:08 +01:00
Simon MacMullen e3491a4a8c More aesthetics... 2012-05-02 16:13:14 +01:00
Marek Majkowski 91e9ca99a5 Sort out gen_server:casts 2012-04-18 16:16:30 +01:00
Marek Majkowski 3e4772bfcb According to my interpretation of RFC6455 this should be error code 1000 2012-04-18 16:04:17 +01:00
Simon MacMullen 0b46a715a6 It helps if you actually test this. I don't know if those are good parameters, but at least this does not massively blow up when I force close a connection via mgmt. 2012-04-03 18:09:06 +01:00
Simon MacMullen db088eaee7 Explain 2012-04-03 18:01:38 +01:00
Simon MacMullen 9915e845f8 Simplify supervision: remove a redundant supervisor. 2012-04-03 17:57:57 +01:00
Simon MacMullen 70d5636579 Simplify supervision: get the client_sup to start both the client and the processor. 2012-04-03 17:40:10 +01:00
Marek Majkowski 5c307ff6bd README 2012-04-03 15:34:41 +01:00
Marek Majkowski 86802e57fa Swallow bump_credit messages 2012-04-03 15:10:54 +01:00
Marek Majkowski c3b668f678 Move cleanup to one place - terminate 2012-04-03 15:10:34 +01:00
Marek Majkowski dc1173793d Add a man in the middle between sockjs and stomp to catch the flow messages. 2012-04-02 18:29:55 +01:00
Marek Majkowski f177f36e7f license 2012-03-02 14:04:28 +00:00
Marek Majkowski 053c7effce License boilerplate 2012-02-28 11:30:14 +00:00
Marek Majkowski 103ab27046 cosmetic 2012-02-27 16:20:36 +00:00
Marek Majkowski cb6715f1be Simplify supervision tree 2012-02-27 16:20:28 +00:00
Marek Majkowski 37113015c7 SockJS allows to extract some connection details - present that to mgmt plugin 2012-02-27 15:01:04 +00:00
Marek Majkowski fca3203f42 Default port is now 55674 2012-02-27 15:00:27 +00:00
Marek Majkowski f05238fbbc Apparently file desc must be obtained and released by the same process 2012-02-27 12:30:57 +00:00
Marek Majkowski 54045cc1be Release was way triggered too early 2012-02-27 12:11:18 +00:00
Marek Majkowski 4f86ac020b Update rabbit_stomp_processor to recent API changes 2012-02-27 12:10:51 +00:00
Marek Majkowski 7eadb60ec4 Handle protocol death nicely - close sockjs connection 2012-02-20 17:12:23 +00:00
Marek Majkowski da889bd5e0 Customize protocol name - WEB-STOMP 2012-02-20 17:11:50 +00:00
Marek Majkowski 584f58aa9b Whoops 2012-02-20 16:24:25 +00:00
Marek Majkowski 8f1935b3a1 Play nicely with RMQ descriptor limits - but with SockJS we can only approximate 2012-02-20 16:23:55 +00:00
Marek Majkowski 229018fec8 Update to recent changes in bug24744 2012-02-20 15:35:17 +00:00
Marek Majkowski ba3603571d Connect using internal API's rather than via Tcp 2012-02-17 17:50:50 +00:00
Marek Majkowski f2327ea68b initial import 2012-02-14 15:21:30 +00:00