summaryrefslogtreecommitdiff
path: root/src/rabbit_direct.erl
Commit message (Expand)AuthorAgeFilesLines
* Update copyright 2012bug24606Emile Joubert2012-02-021-1/+1
* one way to check whether rabbit is runningbug24377Matthias Radestock2011-08-251-1/+1
* mark list_local as 'internal'bug24132Matthias Radestock2011-08-161-1/+3
* dialyzer points out that blah.Simon MacMullen2011-08-161-1/+2
* Don't have misc depend on mnesia.Simon MacMullen2011-08-161-1/+2
* Move the pg_local management into rabbit_direct.Simon MacMullen2011-08-161-7/+23
* I cannot BELIEVE that anyone was so UNPROFFESSIONNAL as to OMIT these TYPES.bug23899Simon MacMullen2011-05-031-2/+2
* Separate out different types for network and direct connections, don't check ...Simon MacMullen2011-05-031-8/+8
* Symmetry, specs.bug24050Simon MacMullen2011-04-151-4/+4
* Allow the erlang client to remain ignorant of rabbit_event.Simon MacMullen2011-04-141-4/+11
* Say "ConnPid" everywhere.Simon MacMullen2011-03-161-3/+3
* Transplant reader_pid vs connection_pid work from bug23350.Simon MacMullen2011-03-161-7/+7
* cosmeticMatthias Radestock2011-03-041-11/+11
* Merging default into bug23810 (debitrot)Matthew Sackman2011-02-181-9/+13
|\
| * /...consistently.../Matthew Sackman2011-02-171-2/+2
| * Merging default to bug23839Matthew Sackman2011-02-161-6/+8
| |\
| | * Move capabilities to after the vhost consistentlyMatthew Sackman2011-02-151-2/+2
| | * Pass client capabilities through to the channelMatthew Sackman2011-02-141-6/+8
| |/ |/|
| * Make server_properties a /1Matthew Sackman2011-02-141-4/+5
|/
* changing exit's to {error,}'s in rabbit_direct:connect/3Vlad Alexandru Ionescu2011-01-271-14/+15
* adding rabbit_direct:connect/3 for the erlang client to useVlad Alexandru Ionescu2011-01-221-1/+23
* fixing type specs; other cosmeticVlad Alexandru Ionescu2011-01-201-30/+30
* adding supervision support for direct connection channelsVlad Alexandru Ionescu2011-01-191-0/+52