Mercurial
rabbitmq-stomp
/ shortlog
summary
| shortlog |
changelog
|
graph
|
tags
|
branches
|
files
|
bz2
|
zip
|
gz
(0)
-300
-100
-60
tip
6 days ago
Michael Bridgen
Use new, flat API for SSL peer name
bug24831
tip
changeset
|
files
3 weeks ago
Simon MacMullen
Added tag rabbitmq_v2_8_2 for changeset 027349f33211
default
changeset
|
files
4 weeks ago
Simon MacMullen
Junk bug24866
junk
changeset
|
files
4 weeks ago
Simon MacMullen
API change
bug24866
changeset
|
files
4 weeks ago
Steve Powell
Earlier versions of Erlang don't have integer_to_list/2 auto-imported.
rabbitmq_v2_8_2
changeset
|
files
5 weeks ago
Emile Joubert
Merged bug24763 into default
changeset
|
files
5 weeks ago
Steve Powell
Destination on MESSAGE frames reflects SEND destination, not SUBSCRIBE destination;
bug24763
changeset
|
files
7 weeks ago
Simon MacMullen
Merge bug 23463
changeset
|
files
7 weeks ago
Emile Joubert
Generalise memory alarm
bug23463
changeset
|
files
7 weeks ago
Emile Joubert
Merged bug24799 into default
changeset
|
files
8 weeks ago
Steve Powell
Merge in default.
bug24799
changeset
|
files
8 weeks ago
Steve Powell
Update connect_options.py to check for error frame (if bad connect)
bug24799
changeset
|
files
8 weeks ago
Simon MacMullen
Added tag rabbitmq_v2_8_1 for changeset 9c0ef158faf8
changeset
|
files
2 months ago
Simon MacMullen
Added tag rabbitmq_v2_8_0 for changeset f98894d59e3c
rabbitmq_v2_8_1
changeset
|
files
2 months ago
Simon MacMullen
Merge bug24796
rabbitmq_v2_8_0
changeset
|
files
2 months ago
Simon MacMullen
Test implicit connections even if we *are* doing SSL tests, by turning implicit connect on just for the test.
bug24796
changeset
|
files
2 months ago
Steve Powell
Removed impossible not_found in login_header/3
bug24796
changeset
|
files
2 months ago
Simon MacMullen
Log the various authentication failures possible.
changeset
|
files
2 months ago
Steve Powell
Updated test ssl.config to remove default user (and implicit connect);
bug24796
changeset
|
files
2 months ago
Steve Powell
Merge bug24791 into default
changeset
|
files
2 months ago
Simon MacMullen
Slightly more comment
bug24791
changeset
|
files
2 months ago
Simon MacMullen
Add failing test. We can't implement this in Python since stomp.py seems buggy in this area anyway (I'm not sure it sends DISCONNECT).
bug24791
changeset
|
files
2 months ago
Simon MacMullen
Make the reader transient. Explain why.
bug24791
changeset
|
files
2 months ago
Simon MacMullen
Make sure STOMP connections have a name, and thus fix mgmt connection listing.
changeset
|
files
2 months ago
Steve Powell
Merge bug24761 into default
changeset
|
files
2 months ago
Steve Powell
Allow "server:.*" header on CONNECTED frames in tests.
bug24761
changeset
|
files
2 months ago
Simon MacMullen
"server" header in CONNECTED frame.
bug24761
changeset
|
files
2 months ago
Simon MacMullen
Consistency.
changeset
|
files
2 months ago
Steve Powell
Merge bug24753 into default
changeset
|
files
2 months ago
Steve Powell
Merge bug24182 into default
changeset
|
files
2 months ago
Simon MacMullen
Merge in default (something of a biggie, merge of bug24744 demanded we move stuff around).
bug24182
changeset
|
files
2 months ago
Simon MacMullen
Merge bug24744
changeset
|
files
2 months ago
Simon MacMullen
Cosmetic
bug24744
changeset
|
files
2 months ago
Marek Majkowski
Merge stomp_processor_sock to stomp_reader
bug24744
changeset
|
files
2 months ago
Marek Majkowski
implicit return type for start_processor
bug24744
changeset
|
files
2 months ago
Marek Majkowski
rabbit_net:send was wrapped in catch previously
bug24744
changeset
|
files
2 months ago
Marek Majkowski
SendFunc shall be SendFun
bug24744
changeset
|
files
3 months ago
Marek Majkowski
Allow the protocol name to be customized
bug24744
changeset
|
files
2 months ago
Steve Powell
Merge bug24542 into default
changeset
|
files
3 months ago
Steve Powell
Some renaming, macros and refactoring in the name of encapsulation.
bug24542
changeset
|
files
3 months ago
Emile Joubert
Merged bug24751 into junk
junk
changeset
|
files
3 months ago
Emile Joubert
Rename internal subscription prefix
bug24542
changeset
|
files
3 months ago
Simon MacMullen
Oops
bug24753
changeset
|
files
3 months ago
Emile Joubert
Rename internal subscription prefix, add safety checks
bug24542
changeset
|
files
3 months ago
Simon MacMullen
Forgot to add this...
bug24182
changeset
|
files
3 months ago
Simon MacMullen
Revert accidental inclusion of bug24753.
bug24182
changeset
|
files
3 months ago
Simon MacMullen
"Promote" implicit_connect to the top level since it is no longer just for default_user
bug24182
changeset
|
files
3 months ago
Simon MacMullen
Move the mode thing into the server too.
bug24182
changeset
|
files
3 months ago
Simon MacMullen
SSL client certificate authentication. In theory based on Shane Hathaway's patch but there's probably nothing left of it by now.
bug24182
changeset
|
files
3 months ago
Simon MacMullen
Rebuild the test config every time and thus make it a lot damn clearer whether or not the SSL tests are running and why.
changeset
|
files
3 months ago
Marek Majkowski
Cosmetic: the power of pattern matching
bug24744
changeset
|
files
3 months ago
Marek Majkowski
Get heartbeats working again - must support both sync and async data sending
bug24744
changeset
|
files
3 months ago
Simon MacMullen
Don't enter an infinite loop if implict connect fails.
bug24753
changeset
|
files
3 months ago
Marek Majkowski
Subtle typo
bug24744
changeset
|
files
3 months ago
Marek Majkowski
Move Sock functions out of processor
bug24744
changeset
|
files
3 months ago
Simon MacMullen
Unused variable warning
changeset
|
files
3 months ago
Simon MacMullen
Remove code that checks for config vars not being set: this can never happen.
changeset
|
files
3 months ago
Marek Majkowski
Despaghettifying part 1 - move most of the rabbit_net calls to init
bug24744
changeset
|
files
3 months ago
Simon MacMullen
Patch received from Shane, updated to be branched from default.
bug24751
changeset
|
files
3 months ago
Emile Joubert
Backed out changeset c0b6b23c6ec9
bug24542
changeset
|
files
(0)
-300
-100
-60
tip