Mercurial
rabbitmq-stomp
/ shortlog
summary
| shortlog |
changelog
|
graph
|
tags
|
branches
|
files
|
bz2
|
zip
|
gz
(0)
-300
-100
-60
+60
tip
3 months ago
Francesco Mazzoli
rabbit_guid:string_guid/1 -> rabbit_guid:string/2.
bug24505
changeset
|
files
3 months ago
Matthias Radestock
merge bug24336 into default
changeset
|
files
3 months ago
Matthias Radestock
oops
bug24336
changeset
|
files
3 months ago
Matthias Radestock
merge default into bug24336
bug24336
changeset
|
files
3 months ago
Matthias Radestock
extract error logging
bug24336
changeset
|
files
3 months ago
Simon MacMullen
Don't explode on AMQP death.
bug24336
changeset
|
files
3 months ago
Simon MacMullen
Merge bug22470
changeset
|
files
3 months ago
Simon MacMullen
Fix the little test client so it actually uses the parser correctly and does not drop messages.
bug24670
changeset
|
files
3 months ago
Simon MacMullen
Actually pay attention to the rabbit_stomp_frame:parse/2 API.
bug24670
changeset
|
files
3 months ago
Simon MacMullen
Merge default
bug24670
changeset
|
files
3 months ago
Simon MacMullen
Whitespace
bug24670
changeset
|
files
3 months ago
Matthias Radestock
produce only one log entry for abnormal connection closure
bug22470
changeset
|
files
3 months ago
Matthias Radestock
merge default into bug22470
bug22470
changeset
|
files
3 months ago
Simon MacMullen
Tweak the tuple we get...
bug24336
changeset
|
files
3 months ago
Simon MacMullen
Only link to the connection, otherwise we get a race where the link conn -> stomp_processor -> channel can take out the channel from under the connection. This solves bug24336 but is perhaps not completely ideal.
bug24336
changeset
|
files
3 months ago
Steve Powell
Merge bug24698 into default
changeset
|
files
3 months ago
Steve Powell
Merge default in
bug24698
changeset
|
files
3 months ago
Steve Powell
Merge bug24688 into default.
changeset
|
files
3 months ago
Steve Powell
Merge in default
bug24688
changeset
|
files
3 months ago
Matthias Radestock
use the existing error reason formatter
bug24336
changeset
|
files
3 months ago
Matthias Radestock
refactored error message creation
bug24336
changeset
|
files
3 months ago
Matthias Radestock
merge default into bug24336
bug24336
changeset
|
files
3 months ago
Matthias Radestock
more accurate log message/level
bug22470
changeset
|
files
3 months ago
Matthias Radestock
always use rabbit_log for logging
bug22470
changeset
|
files
3 months ago
Matthias Radestock
use the new rabbit_log:log for STOMP connection logging
bug22470
changeset
|
files
3 months ago
Matthias Radestock
error_logger flood prevention
bug22470
changeset
|
files
3 months ago
Matthias Radestock
consistency
bug22470
changeset
|
files
3 months ago
Matthias Radestock
use the new rabbit_net:connection_string/2
bug22470
changeset
|
files
3 months ago
Matthias Radestock
merge default into bug24698
bug24698
changeset
|
files
3 months ago
Matthias Radestock
make start_client/2 return the reader instead of the sup
changeset
|
files
3 months ago
Matthias Radestock
move ssl upgrade from acceptor to reader
bug24698
changeset
|
files
3 months ago
Matthias Radestock
use new rabbit_networking:tcp_listener_spec/6
changeset
|
files
3 months ago
Matthias Radestock
keep up with broker API changes
changeset
|
files
3 months ago
Matthias Radestock
refactor: eliminate pointless indirection
changeset
|
files
4 months ago
Simon MacMullen
Sicne we trap_exits why don't we link to the connection / channel(s) and do something sensible if they die?
bug24336
changeset
|
files
4 months ago
Simon MacMullen
Silence warnings
changeset
|
files
4 months ago
Simon MacMullen
The other plugins do not announce themselves like this, stomp should not either.
changeset
|
files
4 months ago
Matthias Radestock
only create destination queues once per session
bug24688
changeset
|
files
4 months ago
Simon MacMullen
Continue on our quest towards being able to count.
bug24670
changeset
|
files
4 months ago
Simon MacMullen
Mask lumpiness
bug24670
changeset
|
files
4 months ago
Simon MacMullen
Turns out I actually can't count. Previous version assumed one send stats for every recv stats, but the recv ones tend to run behind...
bug24670
changeset
|
files
4 months ago
Simon MacMullen
WIP
bug24670
changeset
|
files
4 months ago
Simon MacMullen
A simple publish-and-consume-as-fast-as-you-can test since I'm not convinced about the performance of some of the clients we've poked at. I was going to call this multicast_plain but I think puns like that would be discouraged.
bug24670
changeset
|
files
5 months ago
Steve Powell
Added tag rabbitmq_v2_7_1 for changeset 3c6e64157010
changeset
|
files
5 months ago
Steve Powell
Add test to detect this problem
bug24623
changeset
|
files
5 months ago
Emile Joubert
Merged bug24364 into default
rabbitmq_v2_7_1
changeset
|
files
5 months ago
Emile Joubert
Wrap
bug24364
changeset
|
files
5 months ago
Steve Powell
Put description in test.
bug24364
changeset
|
files
5 months ago
Simon MacMullen
Merge bug 24572.
changeset
|
files
5 months ago
Steve Powell
Simplify take_prefix to be more idiomatic Erlang
bug24572
changeset
|
files
5 months ago
Steve Powell
Simple test for rejection.
bug24364
changeset
|
files
5 months ago
Steve Powell
Added check for headers not allowed on SEND
bug24364
changeset
|
files
5 months ago
Steve Powell
Factored out header strings.
bug24364
changeset
|
files
5 months ago
Simon MacMullen
Cosmetic
bug24572
changeset
|
files
5 months ago
Steve Powell
Removed take_prefix/3; simplified take_prefix/2.
bug24572
changeset
|
files
5 months ago
Steve Powell
Rewrite split_* to split/2; taking Splitter list as parm.
bug24572
changeset
|
files
5 months ago
Steve Powell
Tidied and corrected split functions:
bug24572
changeset
|
files
6 months ago
Steve Powell
Recoded regexp:split and regexp:gsub calls to avoid regexp.
bug24572
changeset
|
files
6 months ago
Emile Joubert
Merged bug24541 into default
changeset
|
files
6 months ago
Emile Joubert
Whitespace
bug24541
changeset
|
files
(0)
-300
-100
-60
+60
tip