]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
2014-07-30  Victor Julieneve: add tx_id to output for alerts and events 1071/head
2014-07-30  sxhlinuxUpdate app-layer-htp.c
2014-07-30  Ken SteeleReduce reallocation in AC Tile MPM creation.
2014-07-30  Alexander GozmanAdd input interface's name to JSON log
2014-07-30  Victor Julienpcap-log: yaml comment update 1070/head
2014-07-30  Victor Julienpcap-log: unify lock handling, fixes Coverity warn
2014-07-30  Ken SteeleCleanup Packet Pools when done.
2014-07-29  Ken SteeleFix Packet Stacks for non-TLS Operating Systems
2014-07-29  Eric Leblondtravis-ci: use make check
2014-07-29  Eric Leblondcoccinelle: fix problem with coccinelle 1.0rc21
2014-07-28  Victor Julienflow-recycler: support multiple instances 1058/head
2014-07-28  Victor Julienflow-manager: support multiple instances
2014-07-28  Victor Julienthreads: add management API
2014-07-28  Victor Julienflow id: quick and dirty first stab at a flow id
2014-07-28  Victor Julienflow: add flow_end_flags field, add logging
2014-07-28  Victor Julienflow: move FlowGetFlowState
2014-07-28  Victor Julienflow log: log TCP state
2014-07-28  Victor Julienflow-recycler: speed up flow-recycler shutdown
2014-07-28  Victor Julienflow: log individual tcp flags
2014-07-28  Victor Juliennetflow: log individual tcp flags
2014-07-28  Victor Julienjson: add tcp flags to json utility function
2014-07-28  Victor Juliennetflow-json: initial version
2014-07-28  Victor Julienflow-log: log TCP flags per direction
2014-07-28  Victor Julienstream: track TCP flags per stream direction
2014-07-28  Victor Julienflow: init logger thread data for decoders
2014-07-28  Victor Juliendecode: pass ThreadVars to DecodeThreadVarsFree
2014-07-28  Victor Julienflow: prepare flow forced reuse logging
2014-07-28  Victor Julienflow: take flow pkt & byte count out of debug
2014-07-28  Victor Julienflow: don't BUG_ON if no loggers are enabled
2014-07-28  Victor Julienflow: clean up recycle queue at shutdown
2014-07-28  Victor Julienflow unittest: update flow manager unit test
2014-07-28  Victor Julienflow: track lastts in struct timeval
2014-07-28  Victor Julienflow: track bytes per direction
2014-07-28  Victor Julienflow log: log start/end times
2014-07-28  Victor Julienflow-log: log TCP flags seen
2014-07-28  Victor Julientcp: track TCP packet flags per session
2014-07-28  Victor Julienflow-log: log pkts, bytes
2014-07-28  Victor Julienflow-json-log: stub
2014-07-28  Victor Julienflow: flow log threading setup
2014-07-28  Victor Julienflow log: call logger from recycler
2014-07-28  Victor Julienflow: output api stub
2014-07-28  Victor Julienflow recycler: unix socket support
2014-07-28  Victor Julienflow recycler: shutdown
2014-07-28  Victor Julienflow: move flow cleanup to new 'recycler'
2014-07-28  Victor Julienflow: introduce FlowRecycler stub
2014-07-28  Victor Julienflow: new flow queue: flow_recycle_q
2014-07-28  Victor JulienFix eve 'filetype' parsing
2014-07-28  Alexander GozmanFixed memory leak
2014-07-28  Alexander GozmanFix possible crash when logfile descriptor is invalid
2014-07-28  Alexander GozmanFix handling filetype for eve log
2014-07-28  Alexander GozmanFixed variables names in suricata.yaml.in Changed loggi...
2014-07-28  Alexander GozmanChanged attribute name for printable payload
2014-07-28  Alexander GozmanChanged variable name when dumping single packet
2014-07-28  Alexander GozmanAdd ability to encode payload in Base64
2014-07-28  Alexander GozmanFixed stream handling Fixed some coding style issues
2014-07-28  Matt CarothersAdd packet and payload logging to JSON alert output
2014-07-25  Victor JulienFix engine getting stuck because of optimizations 1057/head
2014-07-25  Victor JulienRemove unused variables 1055/head
2014-07-25  Victor JulienFix packet pool pending stack adds
2014-07-25  Victor JulienFix pcap packet acquisition methods
2014-07-21  Ken SteeleUpdate max-pending-packet comments to show it is now... 1022/head 1053/head
2014-07-21  Ken SteeleAdd error checking for pthread_setspecific() and pthrea...
2014-07-21  Ken SteeleUse posix_memalign instead of mm_malloc on non-Windows...
2014-07-21  Ken SteeleImplement thread specific data option when __thread...
2014-07-21  Ken SteeleFor PktPool add local pending freed packets list.
2014-07-21  Ken SteeleReplace ringbuffer in Packet Pool with a stack for...
2014-07-18  Victor JulienAC: shrink output table after initialization 1049/head
2014-07-18  Victor JulienAC: reduce realloc for new states
2014-07-18  Ken SteeleFix Boyer Moore Nocase bug where BoyerMooreCtxToNocase... 1047/head
2014-07-18  Ken SteeleStore Boyer Moore no case strings in lower case.
2014-07-18  Ken SteeleFix comment wording in Boyer Moore pattern matcher.
2014-07-18  Eric LeblondRemove pcapinfo output
2014-07-18  Victor Julienpcap log: document multi option 1045/head
2014-07-18  Victor Julienpcap-log: support dynamic file names in multi
2014-07-18  Victor Julienpcap-log: performance optimizations
2014-07-18  Victor Julienpcap-log: implement multi mode
2014-07-18  Victor Julienpcap-log: introduce PcapLogThreadData
2014-07-18  Victor Julienlog-pcap: multi mode yaml parsing
2014-07-18  Victor Julienlog-pcap: lock profiling
2014-07-18  Victor Julienlog-pcap: improve profiling
2014-07-18  Victor JulienUpdate log-pcap.h, add license
2014-07-18  Victor Julienlog-pcap code cleanups
2014-07-18  Victor Julienprofiling: add pcap logger profiling
2014-07-16  Victor JulienUpdate version number to 2.1dev
2014-07-16  Victor Julienautotools: enable silent mode
2014-07-16  Victor JulienOpen 2.1 development in the master branch.
2014-07-14  Victor JulienProfiling: fix compilation on CentOS5 1034/head
2014-07-14  Victor Julienhtp: init memuse atomics
2014-07-14  Victor Julienethtool: add missing include necessary for CentOS5
2014-07-14  Alexander GozmanFix compile-time error on old kernels and ethtool.h
2014-07-10  sxhlinuxUpdate log-file.c 1024/head
2014-07-04  Victor JulienAdd initial travis-ci integration. 1016/head
2014-07-02  Victor JulienFix __thread configure check on Clang
2014-07-01  Victor Julienvalgrind/magic: add suppression for known issue
2014-06-30  Ken SteeleFix lowercase table initialization (bug 1221)
2014-06-25  Victor JulienUpdate Changelog for 2.0.2 release suricata-2.0.2
2014-06-25  Victor Julienlua: fix liblua use on OS X with macports
2014-06-23  Victor Juliendefrag: fix timeout setting when config is missing
2014-06-23  Eric Leblonddefrag: fix reconstruction
2014-06-23  Eric Leblondunix socket: fix valgrind issue
next