barectf.git
8 years agobarectf v2.0.1 v2.0.1
Philippe Proulx [Wed, 14 Oct 2015 16:18:35 +0000 (12:18 -0400)] 
barectf v2.0.1

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years agoParallella plat.: close_packet(): fix array indexing
Philippe Proulx [Tue, 13 Oct 2015 18:08:20 +0000 (14:08 -0400)] 
Parallella plat.: close_packet(): fix array indexing

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years agoParallella platform: is_backend_full(): do not init. `full`
Philippe Proulx [Tue, 13 Oct 2015 18:05:08 +0000 (14:05 -0400)] 
Parallella platform: is_backend_full(): do not init. `full`

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years agobarectf-platform-parallella.c: fix spacing
Philippe Proulx [Tue, 13 Oct 2015 18:04:42 +0000 (14:04 -0400)] 
barectf-platform-parallella.c: fix spacing

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years agoEnhance the understandability of some actions in the parallella platform
Thomas Bertauld [Sat, 10 Oct 2015 23:41:00 +0000 (19:41 -0400)] 
Enhance the understandability of some actions in the parallella platform

8 years agoFixing the missing initialization of the field 'initialized' in the global context...
Thomas Bertauld [Sat, 10 Oct 2015 23:37:18 +0000 (19:37 -0400)] 
Fixing the missing initialization of the field 'initialized' in the global context of an eCore on the parallella platform

8 years agoplatforms/parallella/consumer: minor cleaning
Philippe Proulx [Wed, 22 Jul 2015 15:30:07 +0000 (11:30 -0400)] 
platforms/parallella/consumer: minor cleaning

8 years agobarectf v2.0.0 v2.0.0
Philippe Proulx [Tue, 2 Jun 2015 17:18:20 +0000 (13:18 -0400)] 
barectf v2.0.0

8 years agoDocs: Capitalize README.md section headers
Jérémie Galarneau [Fri, 5 Jun 2015 09:34:56 +0000 (11:34 +0200)] 
Docs: Capitalize README.md section headers

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
8 years agobarectf v0.3.1 v0.3.1
Philippe Proulx [Mon, 8 Jun 2015 21:21:48 +0000 (17:21 -0400)] 
barectf v0.3.1

8 years agoImprove quality of some error messages
Philippe Proulx [Mon, 8 Jun 2015 21:20:53 +0000 (17:20 -0400)] 
Improve quality of some error messages

9 years agobarectf v0.3.0 v0.3.0
Philippe Proulx [Fri, 29 May 2015 00:03:20 +0000 (20:03 -0400)] 
barectf v0.3.0

9 years agoAdd version argument
Philippe Proulx [Thu, 28 May 2015 23:58:00 +0000 (19:58 -0400)] 
Add version argument

9 years agoREADME.md: document events_discarded feature
Philippe Proulx [Tue, 26 May 2015 00:28:35 +0000 (20:28 -0400)] 
README.md: document events_discarded feature

9 years agobarectf v0.2.0 v0.2.0
Philippe Proulx [Tue, 26 May 2015 00:19:59 +0000 (20:19 -0400)] 
barectf v0.2.0

9 years agoAdd support for discarded events on packet close
Philippe Proulx [Tue, 26 May 2015 00:15:15 +0000 (20:15 -0400)] 
Add support for discarded events on packet close

If a stream's packet context has the "events_discarded" field,
its barectf_close_packet() function will accept an additional
parameter which indicates the number of discarded events
*so far for this stream* (free-running counter, i.e. not per packet).

9 years agoAdd bitfield functions wrapping actual macros
Philippe Proulx [Mon, 25 May 2015 23:44:23 +0000 (19:44 -0400)] 
Add bitfield functions wrapping actual macros

Not inlining macro expansions should save some space in
the program section.

9 years agobarectf 0.1.2
Philippe Proulx [Tue, 25 Nov 2014 23:29:56 +0000 (18:29 -0500)] 
barectf 0.1.2

9 years agoexamples -> doc/examples
Philippe Proulx [Tue, 25 Nov 2014 23:29:23 +0000 (18:29 -0500)] 
examples -> doc/examples

9 years agoAdd examples
Philippe Proulx [Tue, 25 Nov 2014 23:28:39 +0000 (18:28 -0500)] 
Add examples

9 years agoFix: write float/double floating point numbers
Philippe Proulx [Tue, 25 Nov 2014 23:22:28 +0000 (18:22 -0500)] 
Fix: write float/double floating point numbers

Casting them to unsigned integers does not keep the
IEEE 754 format.

9 years agoPrettify C output with newlines
Philippe Proulx [Tue, 25 Nov 2014 21:41:55 +0000 (16:41 -0500)] 
Prettify C output with newlines

9 years agoFix: _write_field_enum()
Philippe Proulx [Tue, 25 Nov 2014 21:39:16 +0000 (16:39 -0500)] 
Fix: _write_field_enum()

9 years agosetup.py/README.md: update after transfer, bump
Philippe Proulx [Fri, 21 Nov 2014 21:17:34 +0000 (16:17 -0500)] 
setup.py/README.md: update after transfer, bump

9 years agoREADME.md: fix comments in snippets
Philippe Proulx [Mon, 17 Nov 2014 23:20:38 +0000 (18:20 -0500)] 
README.md: fix comments in snippets

9 years agoREADME.md: fix spelling
Philippe Proulx [Fri, 14 Nov 2014 22:21:40 +0000 (17:21 -0500)] 
README.md: fix spelling

9 years agoREADME.md: add IPv4 header complex structure notes
Philippe Proulx [Fri, 14 Nov 2014 22:18:50 +0000 (17:18 -0500)] 
README.md: add IPv4 header complex structure notes

9 years agodoc: improve CTF packet anatomy diagram
Philippe Proulx [Fri, 14 Nov 2014 22:09:26 +0000 (17:09 -0500)] 
doc: improve CTF packet anatomy diagram

9 years agoREADME.md: fix C snippet indentation
Philippe Proulx [Fri, 14 Nov 2014 22:04:36 +0000 (17:04 -0500)] 
README.md: fix C snippet indentation

9 years agoAdd doc images
Philippe Proulx [Fri, 14 Nov 2014 21:59:03 +0000 (16:59 -0500)] 
Add doc images

9 years agoREADME.md: ANSI C -> C99
Philippe Proulx [Fri, 14 Nov 2014 21:57:36 +0000 (16:57 -0500)] 
README.md: ANSI C -> C99

9 years agoAdd README.md
Philippe Proulx [Fri, 14 Nov 2014 21:56:52 +0000 (16:56 -0500)] 
Add README.md

9 years agoFix _get_integer_param_ctype()
Philippe Proulx [Thu, 13 Nov 2014 22:43:34 +0000 (17:43 -0500)] 
Fix _get_integer_param_ctype()

9 years agoFix validation
Philippe Proulx [Thu, 13 Nov 2014 22:41:22 +0000 (17:41 -0500)] 
Fix validation

9 years agoFix a few CTF write bugs
Philippe Proulx [Thu, 13 Nov 2014 21:42:16 +0000 (16:42 -0500)] 
Fix a few CTF write bugs

9 years agoFix string write
Philippe Proulx [Thu, 13 Nov 2014 20:54:29 +0000 (15:54 -0500)] 
Fix string write

9 years agoFix sequence length from env.
Philippe Proulx [Thu, 13 Nov 2014 20:44:09 +0000 (15:44 -0500)] 
Fix sequence length from env.

9 years agoFix array/sequence write
Philippe Proulx [Thu, 13 Nov 2014 20:19:19 +0000 (15:19 -0500)] 
Fix array/sequence write

9 years agoSolve a few bugs
Philippe Proulx [Thu, 13 Nov 2014 00:21:00 +0000 (19:21 -0500)] 
Solve a few bugs

9 years agoCatch write errors
Philippe Proulx [Wed, 12 Nov 2014 20:23:36 +0000 (15:23 -0500)] 
Catch write errors

9 years agoComment a lot and output both headers
Philippe Proulx [Wed, 12 Nov 2014 20:22:35 +0000 (15:22 -0500)] 
Comment a lot and output both headers

9 years agoAdd event name validation
Philippe Proulx [Wed, 12 Nov 2014 07:47:59 +0000 (02:47 -0500)] 
Add event name validation

9 years agoAdd a few steps
Philippe Proulx [Wed, 12 Nov 2014 07:43:49 +0000 (02:43 -0500)] 
Add a few steps

9 years agoAdd some verbosity
Philippe Proulx [Wed, 12 Nov 2014 07:40:31 +0000 (02:40 -0500)] 
Add some verbosity

9 years agosetup.py: update keywords
Philippe Proulx [Wed, 12 Nov 2014 07:35:46 +0000 (02:35 -0500)] 
setup.py: update keywords

9 years agosetup.py: update description (C99)
Philippe Proulx [Wed, 12 Nov 2014 07:34:35 +0000 (02:34 -0500)] 
setup.py: update description (C99)

9 years agoImprove output
Philippe Proulx [Wed, 12 Nov 2014 07:33:31 +0000 (02:33 -0500)] 
Improve output

9 years agoGenerate trace function body
Philippe Proulx [Wed, 12 Nov 2014 07:14:57 +0000 (02:14 -0500)] 
Generate trace function body

9 years agoGenerate trace functions parameters
Philippe Proulx [Wed, 12 Nov 2014 06:14:38 +0000 (01:14 -0500)] 
Generate trace functions parameters

9 years agoOpen function: generate body
Philippe Proulx [Wed, 12 Nov 2014 05:23:11 +0000 (00:23 -0500)] 
Open function: generate body

9 years agosetup.py: do not require manual pyPEG2 install
Philippe Proulx [Wed, 12 Nov 2014 04:38:03 +0000 (23:38 -0500)] 
setup.py: do not require manual pyPEG2 install

9 years agoOpen function body
Philippe Proulx [Wed, 12 Nov 2014 04:37:35 +0000 (23:37 -0500)] 
Open function body

9 years agotemplates.py: use tabs
Philippe Proulx [Wed, 12 Nov 2014 01:33:07 +0000 (20:33 -0500)] 
templates.py: use tabs

9 years agoget* -> gen* for generation
Philippe Proulx [Wed, 12 Nov 2014 01:32:56 +0000 (20:32 -0500)] 
get* -> gen* for generation

9 years agoGenerate basic header
Philippe Proulx [Wed, 12 Nov 2014 01:31:26 +0000 (20:31 -0500)] 
Generate basic header

9 years ago_validate_context_field -> _validate_context_fields
Philippe Proulx [Sat, 8 Nov 2014 09:07:04 +0000 (04:07 -0500)] 
_validate_context_field -> _validate_context_fields

9 years agoAdd event context/fields validation
Philippe Proulx [Sat, 8 Nov 2014 09:06:38 +0000 (04:06 -0500)] 
Add event context/fields validation

9 years agoRemove prints
Philippe Proulx [Sat, 8 Nov 2014 08:56:03 +0000 (03:56 -0500)] 
Remove prints

9 years agoCreate generator class, fix a few things
Philippe Proulx [Sat, 8 Nov 2014 08:54:50 +0000 (03:54 -0500)] 
Create generator class, fix a few things

9 years agoFix: get struct size in map
Philippe Proulx [Sat, 8 Nov 2014 04:32:33 +0000 (23:32 -0500)] 
Fix: get struct size in map

9 years agoImprove C lines output
Philippe Proulx [Sat, 8 Nov 2014 04:28:27 +0000 (23:28 -0500)] 
Improve C lines output

9 years agoCheck offset overflow before writing
Philippe Proulx [Sat, 8 Nov 2014 04:11:36 +0000 (23:11 -0500)] 
Check offset overflow before writing

9 years agoKeep only integers in inner struct offsets
Philippe Proulx [Sat, 8 Nov 2014 04:01:37 +0000 (23:01 -0500)] 
Keep only integers in inner struct offsets

9 years agoFix: actually write inner struct offsets
Philippe Proulx [Sat, 8 Nov 2014 04:01:24 +0000 (23:01 -0500)] 
Fix: actually write inner struct offsets

9 years agoAdd a few comments
Philippe Proulx [Sat, 8 Nov 2014 03:58:15 +0000 (22:58 -0500)] 
Add a few comments

9 years agoAdd offset variables
Philippe Proulx [Sat, 8 Nov 2014 03:44:37 +0000 (22:44 -0500)] 
Add offset variables

9 years agoWrite some CTF stuff (C)
Philippe Proulx [Sat, 8 Nov 2014 03:35:41 +0000 (22:35 -0500)] 
Write some CTF stuff (C)

9 years agoValidate stream event context
Philippe Proulx [Fri, 7 Nov 2014 07:19:14 +0000 (02:19 -0500)] 
Validate stream event context

9 years agoAdd some metadata validation
Philippe Proulx [Fri, 7 Nov 2014 07:11:06 +0000 (02:11 -0500)] 
Add some metadata validation

9 years agoInitial commit: bare
Philippe Proulx [Fri, 7 Nov 2014 05:36:37 +0000 (00:36 -0500)] 
Initial commit: bare

This page took 0.033034 seconds and 4 git commands to generate.