| Commit message (Expand) | Author | Age | Files | Lines |
| * | Added a Toy Exchange that does same basic routing for direct and topic. | Rajith Muditha Attapattu | 2007-08-10 | 5 | -46/+215 |
| * | implemented the Connection and Session API | Rajith Muditha Attapattu | 2007-08-09 | 20 | -54/+902 |
| * | updated the amqp.0-10-preview.xml to reflect the latest votes, and added supp... | Rafael H. Schloming | 2007-08-09 | 8 | -9/+199 |
| * | fixed executionSync | Rafael H. Schloming | 2007-08-08 | 4 | -9/+61 |
| * | changed the API based on the discussions with rafi and arnaud. also fixed the... | Rajith Muditha Attapattu | 2007-08-08 | 3 | -8/+5 |
| * | fixed a bunch of temporary hacks, we now auto process comands that have no pa... | Rafael H. Schloming | 2007-08-08 | 13 | -48/+166 |
| * | implemented Session.sync() | Rafael H. Schloming | 2007-08-08 | 11 | -28/+243 |
| * | - made generated classes mutable | Rafael H. Schloming | 2007-08-07 | 31 | -371/+962 |
| * | moved from client | Arnaud Simon | 2007-08-06 | 13 | -1/+2467 |
| * | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@563097... | Arnaud Simon | 2007-08-06 | 4 | -0/+577 |
| * | added default exchange | Arnaud Simon | 2007-08-05 | 1 | -0/+51 |
| * | Added NO_OPTION as a convenient way for using ? : | Arnaud Simon | 2007-08-05 | 1 | -0/+1 |
| * | added struct codegen and fixed naming bug in generated getters | Rafael H. Schloming | 2007-08-04 | 3 | -28/+74 |
| * | Fixed compilation errors | Rajith Muditha Attapattu | 2007-08-03 | 2 | -51/+3 |
| * | Moved into client | Arnaud Simon | 2007-08-03 | 1 | -60/+0 |
| * | added amqp.0-10-preview.xml and switched the qpidity codegen over to use it | Rafael H. Schloming | 2007-08-03 | 12 | -49/+79 |
| * | fixed build failures caused by sloppy checkins and SNAPSHOT dependencies, cha... | Rafael H. Schloming | 2007-08-03 | 1 | -53/+48 |
| * | replaced hardcode : with ${path.separator} for cygwin | Rafael H. Schloming | 2007-08-02 | 1 | -1/+1 |
| * | added more comments to the CommonSessionDelegate | Rajith Muditha Attapattu | 2007-08-01 | 1 | -0/+5 |
| * | added wiring to Rafi's comm stack | Rajith Muditha Attapattu | 2007-08-01 | 4 | -0/+99 |
| * | StreamingMessageListener - was added to deliver message parts as an when they... | Rajith Muditha Attapattu | 2007-08-01 | 2 | -0/+122 |
| * | plumbed the input/output into MINA and filled out more of the encoding/decoding | Rafael H. Schloming | 2007-08-01 | 34 | -368/+1714 |
| * | forgot to add jython lib | Rafael H. Schloming | 2007-08-01 | 1 | -0/+0 |
| * | switched common generate script over to jython | Rafael H. Schloming | 2007-08-01 | 2 | -9/+30 |
| * | Rolled back revision 561365 and commented out some broken code in ClientSessi... | Rafael H. Schloming | 2007-07-31 | 5 | -111/+35 |
| * | Added a closing quote. | Rafael H. Schloming | 2007-07-31 | 1 | -1/+1 |
| * | Merged revisions 1-447993,447995-448007,448009-448141,448143-448157,448161-44... | Martin Ritchie | 2007-07-31 | 5 | -35/+111 |
| * | generate blank header interfaces | Rafael H. Schloming | 2007-07-30 | 1 | -0/+5 |
| * | made the Header interface public, so I could use that in the Qpid API | Rajith Muditha Attapattu | 2007-07-30 | 1 | -1/+1 |
| * | modified the generate script to add throws QpidException to the methods in In... | Rajith Muditha Attapattu | 2007-07-27 | 2 | -2/+9 |
| * | moved the QpidException to common from client | Rajith Muditha Attapattu | 2007-07-27 | 1 | -0/+59 |
| * | exclude ticket arguments and extraneous classes | Rafael H. Schloming | 2007-07-26 | 2 | -6/+14 |
| * | first attempt at isolating session functions common to both broker and client | Rajith Muditha Attapattu | 2007-07-25 | 2 | -0/+28 |
| * | fixed Encoder/Decoder to do the property type conversion for unsigned types | Rafael H. Schloming | 2007-07-25 | 6 | -36/+59 |
| * | added support for precomputing sizes | Rafael H. Schloming | 2007-07-25 | 7 | -8/+163 |
| * | removed usage of print >> | Rafael H. Schloming | 2007-07-25 | 1 | -10/+10 |
| * | minor bug fixes | Rafael H. Schloming | 2007-07-25 | 1 | -4/+4 |
| * | Switched over to using enums instead of booleans for fields of type bit. | Rafael H. Schloming | 2007-07-24 | 2 | -13/+72 |
| * | Initial submit of 0-10 communication layer. | Rafael H. Schloming | 2007-07-24 | 32 | -0/+1872 |
| * | Reverted the protocol-version.xml file to the origianl to resolve compile errors | Rajith Muditha Attapattu | 2007-07-23 | 1 | -2/+3 |
| * | we need to build a parallel stack within the same client module, hence remov... | Rajith Muditha Attapattu | 2007-07-23 | 1 | -2/+2 |
| * | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@558760... | Arnaud Simon | 2007-07-23 | 15 | -877/+0 |
| * | Removed the inline option (this was a 0.9 parameter) | Arnaud Simon | 2007-07-23 | 1 | -7/+7 |
| * | First version of the Java Qpid API. | Arnaud Simon | 2007-07-23 | 15 | -0/+877 |
| * | Merged revisions 549530-550509 via svnmerge from | Martin Ritchie | 2007-06-27 | 1 | -0/+1 |
| * | Fixed outstanding merge issues and updates to trunk code that were required f... | Martin Ritchie | 2007-06-19 | 2 | -164/+162 |
| * | Merged revisions 539476-539480,539482-539483,539485-539500,539502-539593,5395... | Martin Ritchie | 2007-06-18 | 32 | -1250/+211 |
| * | Merged revisions 547178 via svnmerge from | Martin Ritchie | 2007-06-15 | 2 | -4/+9 |
| * | Merged revisions 439476-447993,447995-448007,448009-448141,448143-448157,4481... | Martin Ritchie | 2007-06-15 | 26 | -546/+609 |
| * | Added to the Javadoc | Rupert Smith | 2007-05-29 | 2 | -27/+11 |