]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
2014-01-27  Victor Julienflow-timeout: change error logic 795/head
2014-01-27  Victor Julienapp-layer-proto: speed up
2014-01-27  Victor Julienapp-layer-event: refactor
2014-01-27  Victor Julienapp-layer: shrink AppLayerParserState
2014-01-27  Victor Julienstream: use reassembly.memcap for stream chunks
2014-01-27  Victor Julienstream: in SACK, always decrease memcap on free
2014-01-22  Victor Julienpool: rename data structure fields to stack
2014-01-22  Victor Julienpool: remove tail tracking in alloc list
2014-01-22  Victor Julienpool: document some of the Pool:: fields.
2014-01-22  Victor Julienpool: update internal counters at the proper time
2014-01-22  Victor Julienstream: improve memcap checking
2014-01-22  Victor Julienstream: cast memcap checks to uint64_t
2014-01-21  Victor Julienapp-layer: parser cleanup 790/head
2014-01-21  Victor Juliendetect: use pflow pointer
2014-01-21  Victor Julienapp-layer proto detect: optimization
2014-01-21  Victor JulienCoverity 1153935: fix confusing sizeof
2014-01-21  Victor JulienApp-layer proto detect cleanups
2014-01-21  Victor Juliendns: add event for when memcap is reached 789/head
2014-01-21  Victor Juliendns: update counters 788/head
2014-01-21  Victor Juliendns: register counters
2014-01-21  Victor Julienapp-layer: update UDP entry function
2014-01-21  Victor JulienPass ThreadVars ptr to various thread init funcs
2014-01-21  Victor Juliendns: add memcap checking 787/head
2014-01-21  Victor Juliendns: make DNSTransactionAlloc static
2014-01-21  Victor Juliendns: add memcap options
2014-01-21  Victor Juliendns: fix dns configure code
2014-01-20  Victor JulienBug 1083 and 1084: add valgrind suppressions 786/head
2014-01-20  Victor Julienapp-layer-ssl: fix unusual memory leak
2014-01-20  Victor Julienapp-layer-ssl: style fixes
2014-01-20  Victor Julienapp-layer-ssl: code cleanup
2014-01-20  Eric Leblondutil-device: use safe tailq foreach 784/head
2014-01-17  Victor JulienBug 980: fix HTTP memory cleanup at shutdown
2014-01-17  Eric Leblondaf-packet: fix problem introduced in recent commit 780/head
2014-01-17  Anoop SaldanhaRemove BUG_ON(1) in app layer event second stage prepar...
2014-01-17  Ken SteeleFix make distcheck for Tile
2014-01-17  Victor JulienFix crash in AppLayer Proto Detect 778/head
2014-01-14  Victor JulienCygwin: make configure pass with -Werror 773/head
2014-01-14  Victor JulienCygwin: fix compilation
2014-01-14  Victor JulienFix compiler warning:
2014-01-14  Victor JulienFix coccinelle autotools check 771/head
2014-01-14  Victor Juliencoccinelle: add --disable-coccinelle to configure 770/head
2014-01-14  Victor Julienpool thread: undo CLS alignment
2014-01-14  Victor JulienFix unittest size_t printing on 32bit
2014-01-13  Victor Juliendns: tag each tx we get a reply for as replied 765/head
2014-01-13  Victor JulienDNS: don't store duplicate queries
2014-01-13  Victor Julienmemcmp: convert all pointer arguments to be const point...
2014-01-13  Victor Juliendns log: cleanups
2014-01-13  Victor Julienapp-layer: API calls to check for TX aware proto
2014-01-11  Ken SteeleRemove GCC -no-strict-aliasing compiler flag. 764/head
2014-01-11  Ken SteeleFix PmqSetup() argument removal in ac-tile MPM unit...
2014-01-11  Victor Juliencounters: fix 2 scan-build warnings
2014-01-11  Victor Julienapp-layer: configurable GetActiveTxId function 762/head
2014-01-11  Victor JulienClean up TX clean up
2014-01-10  Victor Julienstream: don't send empty streammsg at stream end 759/head
2014-01-10  Victor Julienstream: increase max StreamMsg data
2014-01-10  Victor Julienstream: remove flags from StreamMsg
2014-01-10  Victor Julienstream: remove per thread queue for stream msgs
2014-01-10  Victor Julienstream: remove flow reference from StreamMsg
2014-01-10  Victor Julienstream: pass TcpSession to StreamTcpReassembleProcessAp...
2014-01-10  Victor Julienstream msg: remove structure
2014-01-10  Victor Julienstream: remove unused gap structure from StreamMsg.
2014-01-10  Victor Julienstream: no longer process STREAM_GAP smsgs
2014-01-10  Jason IshRemove the old include support.
2014-01-10  Ken SteeleCorrect coding style in decode-ethernet.c 758/head
2014-01-10  Eric Leblonddebug: default logging level is notice
2014-01-10  Eric Leblonddoxygen: document some functions
2014-01-10  Eric Leblonddoxygen: document all code
2014-01-10  Eric Leblonddoxygen: add profiling to generated doc.
2014-01-10  Eric LeblondAdd missing UNITTESTS
2014-01-10  Eric Leblondaf-packet: update packet reading loop logic
2014-01-10  Eric Leblondprscript: add --norebase option
2014-01-10  Eric Leblondhtp layer: add memory cap counter
2014-01-10  Eric Leblondhtp layer: add memory usage counter
2014-01-10  Eric Leblondhtp layer: use memcap for HTTP related allocations
2014-01-10  Ken SteelePort unittest from bug #970 for util-mpm-ac.c to util...
2014-01-10  Ken SteeleAdd 8-bit states to ac-tile
2014-01-10  Eric Leblondpfring: fix live device counter usage 757/head
2014-01-10  Eric Leblondaf-packet: fix live device counter usage
2014-01-10  Eric Leblondcapture: display exit stats at default verbosity
2014-01-10  Eric Leblonddevice list: clean and display stat at exit
2014-01-10  Duarte SilvaFix the segmentation fault while logging the host on...
2014-01-10  Eric Leblondcoccinelle: protecting regexp operator is not needed
2014-01-10  Eric Leblondfix size_t printing
2014-01-10  Victor Julienapp-layer: only typedef opaque pointers once 753/head
2014-01-10  Victor Julienapp layer: void -> AppLayerProtoDetectThreadCtx
2014-01-10  Victor JulienUpdate tests to use AppLayerParserThreadCtx ptr instead...
2014-01-10  Victor Julienapp-layer: Use opaque pointers instead of void
2014-01-10  Victor JulienFix HTPBodyReassemblyTest01 Asan error
2014-01-10  Victor Julienapp-layer: rename AppLayerThreadCtx funcs
2014-01-10  Victor Julienapp layer: fix memory leak
2014-01-10  Victor Julienapp layer: uint16_t alproto -> AppProto alproto
2014-01-10  Victor JulienUse u8 for ipproto
2014-01-10  Victor JulienApp Layer: cleanup state func naming
2014-01-10  Victor JulienRename AppLayerProtoDetectCtxThread -> AppLayerProtoDet...
2014-01-10  Victor JulienRename AppLayerParserParserState -> AppLayerParserState
2014-01-10  Victor JulienRename AppLayerParserpCtx -> AppLayerParserProtoCtx
2014-01-10  Victor JulienRename AppLayerParserCtxThread -> AppLayerParserThreadCtx
2014-01-10  Victor JulienRename AppLayerCtxThread -> AppLayerThreadCtx
2014-01-10  Victor Juliendetect unittests: clang build fix and cleanups
2014-01-10  Victor JulienApp Layer: fix memory leaks
next