Update OF header lenght
[openflowjava.git] / openflow-protocol-impl / src / main / java / org / opendaylight / openflowjava / protocol / impl / core /
2017-01-26 Tomas SlusnyAdd isComplete callback to commitEntry 64/51064/4
2016-12-14 michal rehakMerge changes I34a6851c,I046e6272,I169f6b40,Iec24bf37...
2016-12-14 Tomas SlusnyAdd methods for modifying deserializer mapping 31/49231/3
2016-12-08 Tomas SlusnyAdd methods that allows registering any serializer 51/48251/6
2016-11-02 Andrej LeitnerAllow any hello mesage and extend hello support for... 87/26087/18
2016-09-22 yunyunhanBug 6744 - the parameters of the function of registerMe... 16/46016/1
2016-09-06 Andrej LeitnerBug 6646 Fix infinite reschedule of flush 30/45230/1
2016-09-06 Andrej LeitnerBug 6638 Failed entries marked as completed also counte... 08/45208/1
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-29 Jozef BacigalBug 5928 - Future error after OutboundQueueEntry.java... 74/40874/5
2016-06-09 Michal PolkorabFixed netty & checkstyle failures 94/40094/8
2016-06-06 Abbas PareedkunjuFix for the Bug 5637 : When closing OutboundQueue close... 46/39746/2
2016-05-30 Tom PantelisAdd SwitchConnectionProviderFactory 85/38585/2
2016-04-14 DileepBug 3230 - Attempt to use Epoll native transport if... 92/36792/2
2016-03-03 Michal PolkorabBug 5118 - Unsent messages reported as failed after... 83/35683/1
2016-02-29 Rashmi PujarBug 5377: Support configuring cipher suites to use... 42/34942/5
2016-02-29 Michal PolkorabBug 4614 - Reintroduce xid check for correct RPC handling 53/35353/2
2016-01-16 Michal PolkorabAllocatedXid assigned incorrectly 82/32882/1
2016-01-16 Michal PolkorabAlreadyReading flag not used correctly 94/32694/3
2016-01-12 Michal PolkorabBug 4942 - Barrier send condition updated 37/32437/1
2016-01-04 Robert VargaCleanup VersionMessageWrapper 77/32077/1
2015-12-14 Mohamed El-SerngawyAdd get configuration function to be able to access... 00/31300/1
2015-12-02 Vaclav DemcakBarrier turn on/off - no Barrier pipeline 05/30505/1
2015-12-02 Vaclav DemcakBarrier turn on/off - PacketOut bypass 04/30504/1
2015-12-02 Vaclav DemcakBarrier turn on/off - move more functionality from... 03/30503/1
2015-12-02 Vaclav DemcakBarrier turn on/off - StackedOutboundQueue definition 02/30502/1
2015-12-02 Vaclav DemcakBarrier turn on/off - Split OutboundQueueManager 01/30501/1
2015-12-02 Vaclav DemcakBarrier turn on/off - Split ConnectionAdapter functionality 00/30500/1
2015-12-02 Vaclav DemcakBarrier turn on/off-add switcher value to Config-Subsystem 99/30499/1
2015-10-28 Michal RehakBUG-4283: experimenter msg support - deserialization... 13/28813/3
2015-10-28 Michal RehakBUG-4283: experimenter msg support - serialization... 12/28812/3
2015-10-09 Vaclav DemcakBug 4432 - NPE problem in OFEncode 01/28201/1
2015-07-31 Michal RehakBUG-4072: Echo reply missing 04/24704/1
2015-07-10 Matus MarkoBug 2875 - fix initiating OFPT_HELLO over SSL from... 71/23971/2
2015-06-26 Robert VargaImprove OutboundQueueManager IO patterns 03/23403/1
2015-06-26 Robert VargaSpeed up StackedOutboundQueue.reserve() 02/23402/1
2015-06-26 Robert VargaImplement a segmented OutboundQueue 01/23401/1
2015-06-26 Robert VargaTune write low/highwatermark 00/23400/1
2015-06-03 Robert VargaRun flush immediately when channel becomes writable 27/21727/1
2015-05-29 Robert VargaRelease OutboundQueueEntry callback on completion 91/21391/1
2015-05-22 Robert VargaBUG-3219: implement a shared stash for queue reuse 99/20999/1
2015-05-22 Robert VargaBUG-3219: Throw away message as soon as we send it out 98/20998/1
2015-05-22 Robert VargaBUG-3219: clear queue array before stashing 96/20996/1
2015-05-22 Robert VargaFix precondition format string 95/20995/1
2015-05-22 Martin Bobakadded packetIn filter counts to statistics 92/20992/1
2015-05-22 Robert VargaDo not reschedule flush when channel is up and not... 86/20986/1
2015-05-22 Robert VargaBUG-3219: guard from wron-use entry commit 73/20973/1
2015-05-22 Robert VargaBUG-3219: Handle EchoRequests directly in ConnectionAdapter 72/20972/1
2015-05-22 Robert VargaBUG-3219: Fix debug arguments 71/20971/1
2015-05-22 Robert VargaBUG-3219: Fix flush task scheduling 70/20970/1
2015-05-22 Robert VargaBUG-3229: Add support for PacketIn filtering 69/20969/1
2015-05-22 Robert VargaBUG-3219: Fix OutboundQueue cleanup on channel failure 68/20968/1
2015-05-22 Robert VargaBUG-3219: introduce OutboundQueueException 67/20967/1
2015-05-22 Robert VargaBUG-3219: Fix OutboundQueue request error reporting 66/20966/1
2015-05-22 Robert VargaMigrate to RpcResultBuilder 65/20965/1
2015-05-22 Robert VargaBUG-3219: do to park thread in flush 64/20964/1
2015-05-22 Robert VargaCleanup queue logging 63/20963/1
2015-05-22 Robert VargaMake sure we route error messages back 62/20962/1
2015-05-22 Robert VargaOptimize barrier-implied flushes 61/20961/1
2015-05-22 Robert VargaEnable periodic barrier only when needed 60/20960/1
2015-05-22 Robert VargaLog the incoming channel 59/20959/1
2015-05-22 Robert VargaMigrate away from deprecated methods 58/20958/1
2015-05-22 Robert VargaFix Logger use 57/20957/1
2015-05-22 Robert VargaDo not use string concat 53/20953/1
2015-05-22 Robert VargaBUG-3219: Introduce OutboundQueueHandler and related... 52/20952/1
2015-05-22 Robert VargaSpeedup ChannelOutboundQueue flush end 49/20949/1
2015-03-31 Anton IvanovBUG 2905 TCP Options incorrect 13/17213/2
2015-03-31 Robert VargaFix Java 8 javadoc compatibility 90/17290/3
2015-03-30 Robert VargaFix checkstyle 89/17289/2
2015-03-28 Michal PolkorabInstruction experimenterId fix 62/17162/4
2015-03-24 Michal PolkorabBug 2756 - Match model update 18/15718/7
2015-02-17 Martin UhlirExposed channel autoread option 38/14438/2
2015-02-11 Martin UhlirAdded option to initiate connection to device 77/14977/7
2015-02-02 Martin UhlirBug 2245 - fixed multiple types of issues 71/14571/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-11-10 Marian AdamjakStatistics collection added 06/12606/2
2014-11-10 Marian AdamjakStatistics collection - initial change 05/12605/2
2014-10-29 Marian AdamjakBug 2245 - Fixed Avoid cycle between java packages 19/12319/1
2014-10-29 Marian AdamjakMaintaining code - remove unused class SslTrustManagerF... 11/12311/1
2014-10-29 Marian AdamjakMaintaining code - review log levels 10/12310/1
2014-10-29 Marian AdamjakMaintainig code - OFDatagramPacketDecoder, UdpConnectionMap 82/12282/6
2014-10-27 Marian AdamjakBUG 2245 - Fixed Singular Field 54/12254/2
2014-10-27 Marian AdamjakBUG 2245 - Fixed Constant Name 50/12250/2
2014-10-27 Marian AdamjakBUG 2245 - Fixed 'Preserve Stack Trace' 14/12214/2
2014-10-23 Michal PolkorabBug 2245 - Fixed 'Hide Utility Class Constructor' 99/12199/3
2014-10-23 Marian AdamjakBUG 2245 - Fixed Loose coupling 03/12203/1
2014-09-17 Michal PolkorabBug 1935 - Double fireConnectionReady notification 77/11277/2
2014-08-28 Michal PolkorabUDP support implementation 32/10432/3
2014-08-28 Michal PolkorabAllow to configure number of threads used by Netty... 50/9650/4
2014-08-27 Rob AdamsFixed FIXME on MAC address serialization 59/10359/3
2014-07-17 Michal PolkorabBug 1373 - Fixed NullPointerException on incorrect... 15/9115/2
2014-07-08 Michal PolkorabBug 1324 - Buffer released correctly (even if translate... 87/8787/4
2014-07-08 Michal PolkorabBug 1323 - Treated expensive logging in OFDecoder and... 86/8786/1
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 Michal PolkorabMerge "Bug 1277 - Move ByteBuffUtils to separate bundle"
next