Update OF header lenght
[openflowjava.git] / openflow-protocol-impl / src / main / java / org / opendaylight / openflowjava / protocol / impl / serialization /
2017-02-15 miroslav.mackoUpdate OF header lenght 40/51640/5
2016-12-14 michal rehakMerge changes I34a6851c,I046e6272,I169f6b40,Iec24bf37...
2016-12-08 Andrej LeitnerRemove bundle extension (de)serializers 92/48892/3
2016-11-04 Andrej LeitnerAdd bundle messages serializers 25/47725/5
2016-11-04 Andrej LeitnerAdd yang models for bundle messages 24/47724/5
2016-11-04 Andrej LeitnerAdd methods for experimenter (de)serializer registration 23/47723/4
2016-09-18 yunyunhanBug 6674 - the key of the serialization function regist... 70/45770/1
2016-08-02 Michal PolkorabBug 5895 - Support of Ext109 openflow tcp flag matching 54/42954/3
2016-07-14 Michal PolkorabMerge "Prepare upgrade to Netty 4.1"
2016-06-29 Lorand JakabUpgrade ietf-{inet,yang}-types to 2013-07-15 87/40787/2
2016-06-09 Michal PolkorabFixed netty & checkstyle failures 94/40094/8
2016-02-23 Robert VargaBUG-2825: use provided Ipv4/MacAddress factories 85/35085/5
2015-12-17 peppepetraExtend openflow-protocol-impl serialization 49/31349/3
2015-10-28 Michal RehakBUG-4283: experimenter msg support - serialization... 12/28812/3
2015-05-22 Robert VargaFix Logger use 57/20957/1
2015-03-31 Robert VargaFix Java 8 javadoc compatibility 90/17290/3
2015-03-25 Michal PolkorabBug 2866 - Fixed ipv6 address parsing 10/16810/3
2015-03-24 Michal PolkorabBug 2756 - Instruction model update 39/16039/3
2015-03-24 Michal PolkorabBug 2756 - Action model update 32/15932/6
2015-03-24 Michal PolkorabBug 2756 - Match model update 18/15718/7
2015-02-02 Martin UhlirNXM (de)serializers deleted 25/14625/2
2015-02-02 Marian AdamjakBug 2245 Fixed Avoid cycle between java packages 21/12321/5
2015-01-28 Martin UhlirBug 2245 - Changed type parameters to comply with namin... 49/14449/5
2014-11-28 Robert VargaRemove trailing whitespace 10/13210/2
2014-11-28 Robert VargaMass replace CRLF->LF 09/13209/2
2014-10-23 Michal PolkorabBug 2245 - Fixed 'Hide Utility Class Constructor' 99/12199/3
2014-10-23 Michal PolkorabBug 2245 - Fixed 'Unused formal parameter' 89/12189/3
2014-10-23 Marian AdamjakBUG 2245 - Fixed Loose coupling 03/12203/1
2014-10-22 Michal PolkorabIncreased unit test coverage of serialization factories 64/12164/1
2014-10-14 Michal PolkorabImproved unit test coverage (covered some untested... 57/11957/1
2014-10-13 Michal PolkorabBug 2177 - Updated SwitchConnectionProviderImpl 90/11690/3
2014-09-11 Michal PolkorabFixed incorrect exception type on deserializer lookup 48/10848/3
2014-09-04 Michal PolkorabAdded warn log on same key registration 73/10773/2
2014-09-03 Michal PolkorabAdded missing extension registration methods + keys... 99/10699/1
2014-07-22 Michal PolkorabSimplified Multipart TableFeatureProperties serialization 98/8798/2
2014-07-22 Michal PolkorabReplaced usage of BytebufUtils.padBuffer() as it is... 94/8794/2
2014-07-22 Michal PolkorabTcpFlag match entry serializer registration fix 20/9220/1
2014-07-18 Michal PolkorabUpdated experimenter model 55/9155/1
2014-07-17 Michal PolkorabBug 1373 - Fixed NullPointerException on incorrect... 15/9115/2
2014-07-16 Michal PolkorabCreated special extension keys for more easier (de... 63/9063/1
2014-07-15 Michal PolkorabUpdated extension registration keys 91/8991/4
2014-07-04 Michal PolkorabDefault experimenters moved to separate bundle + unit... 42/6742/5
2014-07-03 Michal PolkorabExtensibility support - added possibility to unregister... 99/8599/2
2014-07-03 Michal PolkorabMerge "Bug 1277 - Move ByteBuffUtils to separate bundle"
2014-07-03 Michal PolkorabMerge "Bug 1277 - Move ByteBuffUtils to separate bundle"
2014-07-03 Martin BobakBug 1277 - Move ByteBuffUtils to separate bundle 09/8609/2
2014-07-03 Martin BobakBug 1277 - Move ByteBuffUtils to separate bundle 54/8554/3
2014-06-03 Robert VargaOptimize mask creation utilities 48/7648/1
2014-06-03 Brent SalisburyAdding tunnel ipv4 src/dst openflow augmentations 33/7633/3
2014-06-03 Robert VargaPre-cache key makers 35/7635/1
2014-06-02 Robert VargaDo not instantiate Joiner/Splitter 05/7605/1
2014-06-02 Michal PolkorabUsed Splitter instead of String.split() - performance... 83/7583/3
2014-05-30 Brent SalisburyAdded augmentations for TCP_Flag reads and low level... 33/7533/1
2014-04-30 Michal PolkorabInstructionDeserializer split into separate deserializers 98/6598/2
2014-04-30 Michal PolkorabInstructionSerializer split into separate serializers 53/6553/2
2014-04-28 Michal PolkorabOF10ActionsSerializer and OF13ActionsSerializer split... 80/6380/2
2014-04-24 Michal PolkorabAdded default experimenter serializers 34/6334/2
2014-04-22 Michal PolkorabExtensibility refactoring 09/6309/1
2014-04-17 Michal PolkorabExtensibility support (serialization part) 77/5777/6
2014-02-17 Adam BrcekMerge "Bumped to SNAPSHOT dependencies - some dependen...
2014-02-12 Michal PolkorabMinor model refactor 12/5112/2
2014-01-24 Michal PolkorabLogging updated 19/4719/1
2014-01-14 Adam BrcekMerge "Updated dependency versions of ODL components"
2014-01-14 Michal PolkorabExperimenter support for TableFeatures 80/4180/4
2014-01-08 Michal PolkorabTableFeatures fix (partial) 67/4067/4
2014-01-07 Michal PolkorabFixed issues 21/3921/5
2013-12-13 Michal PolkorabYang model fixed 36/3336/3
2013-12-10 Michal PolkorabCopyright update 02/3602/3
2013-12-10 Michal PolkorabGroupId and MeterId used in model (as requested) 00/3600/1
2013-12-10 Daniel BartosMerge "OF1.3 matchSerializer (Ipv6 address) fix + test"
2013-12-10 Daniel BartosMerge "Quickfix - Vlan-vid match entry"
2013-12-10 Daniel BartosMerge "OF1.0 fixes"
2013-12-09 Michal PolkorabOF1.0 fixes 61/3561/3
2013-12-06 Michal PolkorabConstants introduced 27/3527/1
2013-12-06 Daniel BartosMerge "MacAddress (de)serialization for OF1.0"
2013-12-05 Michal RehakOF-1.0 related fixes 15/3515/1
2013-12-05 Michal PolkorabMacAddress (de)serialization fixed 04/3504/2
2013-12-05 Daniel BartosMerge "Optional fields - reverted"
2013-12-04 Michal PolkorabOptional fields - reverted 70/3470/1
2013-12-04 Prasanna HuddarAdded validation 31/3431/1
2013-12-02 Adam BrcekMerge "Ip address is now send correctly"
2013-12-02 Prasanna HuddarGroup and Port are not mandatory in Flow. 32/3332/2
2013-11-29 Daniel BartosMerge "Error code support for ErrorMessage"
2013-11-29 Daniel BartosMerge "ignore XID by pairing request - response"
2013-11-29 Michal PolkorabError code support for ErrorMessage 04/3204/2
2013-11-28 Daniel BartosMerge "Quickfix - TableMod message (now correct config)"
2013-11-27 Michal PolkorabQuickfix - TableMod message (now correct config) 30/3130/1
2013-11-27 Michal PolkorabFixed conversion of GetAsyncReply and SetAsync messages 25/3125/1
2013-11-26 Michal PolkorabBugfixed factories 04/3104/1
2013-11-24 Ed WarnickeMake some small checks in case a MultipartRequestTableF... 46/3046/1
2013-11-18 Daniel BartosMerge "Updated Multipart message code"
2013-11-18 Michal PolkorabUpdated Multipart message code 18/2818/3
2013-11-17 Ed WarnickeFixed the encoding of SendMultipartRequestMessageInput 04/2804/1
2013-11-16 Adam BrcekMerge "Fixing OF Multipart messages 1) So we have...
2013-11-16 Ed WarnickeFixing OF Multipart messages 95/2795/5
2013-11-15 Daniel BartosMerge "Javadoc update"
2013-11-14 Michal PolkorabJavadoc update 50/2750/1
2013-11-14 Michal PolkorabFactory tests back to stable 33/2733/1
2013-11-11 Michal PolkorabOpenFlow 1.0 support completed 06/2606/1
2013-11-11 Michal PolkorabAdded support for OF 1.0 99/2599/1
next