Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge default to get json filename changesbug14647 | Michael Bridgen | 2010-08-01 | 1 | -8/+7 |
|\ | |||||
| * | Merge default into bug22889.bug22889 | Simon MacMullen | 2010-07-30 | 1 | -7/+5 |
| |\ | |||||
| | * | consistently return {ok, Pid} from start_{link} functionsbug23032 | Matthias Radestock | 2010-07-29 | 1 | -6/+4 |
| * | | Merge default into bug22889 | Simon MacMullen | 2010-07-09 | 1 | -14/+25 |
| |\ \ | |||||
| * | | | Don't change the signature of ensure_content_decoded. | Simon MacMullen | 2010-07-09 | 1 | -1/+2 |
| * | | | Store protocol with encoded properties, use it to transcode if needed. | Simon MacMullen | 2010-07-09 | 1 | -2/+1 |
| * | | | Merge default into bug22889 | Simon MacMullen | 2010-07-05 | 1 | -2/+3 |
| |\ \ \ | |||||
| | * | | | cosmetic | Matthias Radestock | 2010-07-02 | 1 | -3/+2 |
| | * | | | Remove remaining hard coding of rabbit_framing_amqp_0_9_1 from the codec. | Simon MacMullen | 2010-07-02 | 1 | -1/+3 |
| | * | | | Merge default into bug22889, and remove another hard coded protocol use. | Simon MacMullen | 2010-07-02 | 1 | -2/+2 |
| | |\ \ \ | |||||
| | * | | | | Remove the rabbit_framing shim, pass around a module name and use that. | Simon MacMullen | 2010-07-02 | 1 | -1/+1 |
| | * | | | | Merge default into bug22889 | Simon MacMullen | 2010-07-02 | 1 | -70/+52 |
| | |\ \ \ \ | |||||
| | * | | | | | Don't specify a value for cluster_id and known_hosts, they already have a def... | Simon MacMullen | 2010-06-24 | 1 | -1/+1 |
| | * | | | | | Codegen up two different versions of rabbit_framing and provide a dispatcher ... | Simon MacMullen | 2010-06-24 | 1 | -3/+3 |
| | * | | | | | Use the new merged JSON for codegen, stripping out redirect and trace frame s... | Simon MacMullen | 2010-06-23 | 1 | -3/+3 |
* | | | | | | | merge default into bug14647 | Matthias Radestock | 2010-07-28 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | issue correct error for basic.ack with unknown delivery tagbug23028 | Matthias Radestock | 2010-07-28 | 1 | -1/+1 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | implement basic.reject | Matthias Radestock | 2010-07-27 | 1 | -0/+11 |
|/ / / / / | |||||
* | | | | | refactor: introduce rabbit_misc:protocol_error/1 | Matthias Radestock | 2010-07-09 | 1 | -3/+1 |
* | | | | | Merging bug 22935 into default | Matthew Sackman | 2010-07-08 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | Rename rabbit_reader_queue_collector to rabbit_queue_collector, and shorten s...bug22950 | Simon MacMullen | 2010-07-07 | 1 | -1/+1 |
* | | | | | | amqp_error is a record. Duh.bug22935 | Simon MacMullen | 2010-07-08 | 1 | -1/+1 |
* | | | | | | Fix type of inner_fun, cosmetics. | Simon MacMullen | 2010-07-08 | 1 | -3/+2 |
* | | | | | | Update comment. | Simon MacMullen | 2010-07-08 | 1 | -2/+1 |
* | | | | | | Wrap much less in try / catch | Simon MacMullen | 2010-07-08 | 1 | -2/+5 |
* | | | | | | Unwrap amqp_error and rethrow | Simon MacMullen | 2010-07-07 | 1 | -1/+6 |
|/ / / / / | |||||
* | | | | | cleanup | Alexandru Scvortov | 2010-07-06 | 1 | -3/+5 |
* | | | | | moved common types rabbit_types; move net types to rabbit_networking | Alexandru Scvortov | 2010-07-06 | 1 | -8/+8 |
* | | | | | moved export_types to inside ifdefs | Alexandru Scvortov | 2010-07-05 | 1 | -2/+2 |
* | | | | | merge default into bug21954 | Alexandru Scvortov | 2010-07-05 | 1 | -10/+15 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | better types | Alexandru Scvortov | 2010-07-02 | 1 | -1/+1 |
| * | | | | moved most hard-coded types from rabbit_framing | Alexandru Scvortov | 2010-07-02 | 1 | -3/+2 |
| * | | | | redistributed all types from rabbit_framing_spec.hrl and rabbit.hrl | Alexandru Scvortov | 2010-07-02 | 1 | -2/+5 |
| * | | | | partially moved types out of rabbit.hrl | Alexandru Scvortov | 2010-07-01 | 1 | -10/+13 |
* | | | | | cosmetic | Matthias Radestock | 2010-07-02 | 1 | -6/+3 |
* | | | | | This is the default anyway. | Simon MacMullen | 2010-07-02 | 1 | -1/+1 |
| |_|_|/ |/| | | | |||||
* | | | | Remove stat_all/0, remove queue name from stat. | Simon MacMullen | 2010-07-01 | 1 | -2/+2 |
| |_|/ |/| | | |||||
* | | | move queue equivalence and exclusivity checks into amqqueue modulebug22924 | Matthias Radestock | 2010-07-01 | 1 | -29/+15 |
* | | | cosmetic | Matthias Radestock | 2010-07-01 | 1 | -1/+1 |
* | | | recurse with the correct value | Matthias Radestock | 2010-07-01 | 1 | -1/+1 |
* | | | cosmetic | Matthias Radestock | 2010-07-01 | 1 | -7/+7 |
|/ / | |||||
* | | Refactoring and cosmeticsbug21830 | Matthew Sackman | 2010-06-30 | 1 | -38/+32 |
* | | Cosmetic | Matthew Sackman | 2010-06-29 | 1 | -7/+5 |
* | | Make tests pass again and correct placement of permission check | Matthew Sackman | 2010-06-29 | 1 | -5/+5 |
* | | Rework queue declaration to avoid a race condition that could result in incor... | Matthew Sackman | 2010-06-29 | 1 | -38/+51 |
* | | Avoid unnecessary mnesia lookup and significantly simplify queue declaration ...bug21872 | Matthew Sackman | 2010-06-25 | 1 | -33/+24 |
|/ | |||||
* | Merged bug21845 into default | Emile Joubert | 2010-06-23 | 1 | -8/+2 |
|\ | |||||
| * | Rebalance blank linesbug21845 | Simon MacMullen | 2010-06-18 | 1 | -1/+1 |
| * | Permit basic.recover on a transactional channel. | Simon MacMullen | 2010-06-18 | 1 | -8/+2 |
* | | Merged bug22864 into default | Emile Joubert | 2010-06-22 | 1 | -7/+5 |
|\ \ | |/ |/| |