Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | benchmark: made alarm handler static | Nikos Mavrogiannopoulos | 2016-10-04 | 1 | -1/+1 |
* | tools: eliminated compiler warnings | Nikos Mavrogiannopoulos | 2016-07-26 | 3 | -3/+3 |
* | asn1Decoding: Simplified allocation and copy | Nikos Mavrogiannopoulos | 2016-06-03 | 1 | -7/+11 |
* | asn1Coding: Allow handling NULL values | Nikos Mavrogiannopoulos | 2015-09-18 | 1 | -1/+6 |
* | asn1Decoding: added a debug flag which enforces strict memory alignment | Nikos Mavrogiannopoulos | 2015-04-20 | 1 | -3/+12 |
* | asn1Decode: added --strict option | Nikos Mavrogiannopoulos | 2015-04-20 | 1 | -9/+21 |
* | Update copyright years. | Simon Josefsson | 2014-04-22 | 6 | -6/+6 |
* | Fix syntax-check warnings. | Simon Josefsson | 2013-03-24 | 2 | -5/+5 |
* | Update copyright years. | Simon Josefsson | 2013-03-24 | 6 | -6/+6 |
* | Indent code. | Simon Josefsson | 2013-03-24 | 5 | -65/+68 |
* | better error printing | Nikos Mavrogiannopoulos | 2012-11-23 | 1 | -1/+1 |
* | Check for errors reading the assignment file in asn1Coding. | Nikos Mavrogiannopoulos | 2012-11-10 | 1 | -1/+8 |
* | use stderr for status messages in asn1{Coding, Decoding, Parser} | Ivan Shmakov | 2012-11-06 | 3 | -36/+49 |
* | Don't overload the 'time' global name. | Simon Josefsson | 2012-11-06 | 1 | -5/+5 |
* | Renamed structures. | Nikos Mavrogiannopoulos | 2012-10-11 | 3 | -8/+8 |
* | asn_ -> asn1_ | Nikos Mavrogiannopoulos | 2012-10-06 | 3 | -8/+8 |
* | updated to new types | Nikos Mavrogiannopoulos | 2012-10-01 | 3 | -9/+9 |
* | increased benchmark time | Nikos Mavrogiannopoulos | 2012-09-22 | 1 | -2/+2 |
* | eliminates few leaks | Nikos Mavrogiannopoulos | 2012-09-09 | 1 | -0/+2 |
* | Added tool to benchmark X.509 structure decoding. | Nikos Mavrogiannopoulos | 2012-09-08 | 4 | -39/+280 |
* | Indent code. | Simon Josefsson | 2012-03-19 | 3 | -7/+8 |
* | Bump copyright years. | Simon Josefsson | 2012-01-23 | 4 | -8/+4 |
* | asn1Decoding: Drop the useless -c parameter. | Simon Josefsson | 2011-10-25 | 1 | -6/+0 |
* | asn1Coding: Implement the -c parameter. | Simon Josefsson | 2011-10-25 | 1 | -17/+19 |
* | Update copyright years. | Simon Josefsson | 2011-01-08 | 4 | -5/+5 |
* | Indent code. | Simon Josefsson | 2010-04-13 | 3 | -15/+9 |
* | Indent examples. Fix syntax-check warnings. | Simon Josefsson | 2010-04-13 | 1 | -3/+3 |
* | Update gnulib files. | Simon Josefsson | 2010-01-12 | 2 | -3/+3 |
* | Merge Fabio and Nikos copyrights to the FSF, both have signed papers. | Simon Josefsson | 2010-01-11 | 3 | -9/+6 |
* | Update copyright notices. | Simon Josefsson | 2010-01-11 | 4 | -4/+8 |
* | Improve --help and --version outputs. | Simon Josefsson | 2009-06-08 | 3 | -139/+115 |
* | Fix warning flags. | Simon Josefsson | 2009-05-20 | 1 | -1/+1 |
* | Fix syntax-check problems. | Simon Josefsson | 2009-05-20 | 3 | -39/+21 |
* | Indent code. Reproduce using 'make indent' with GNU indent 2.2.10. | Simon Josefsson | 2009-03-04 | 3 | -556/+628 |
* | Bump copyright years. | Simon Josefsson | 2009-03-04 | 4 | -9/+9 |
* | Fix more warnings. | Simon Josefsson | 2008-11-17 | 1 | -3/+5 |
* | Don't use now obsolete functions. | Simon Josefsson | 2008-11-07 | 3 | -7/+7 |
* | Update usages of MAX_* constants. | Simon Josefsson | 2008-10-08 | 3 | -3/+3 |
* | Add warning flags mechanism. Fix warnings. | Simon Josefsson | 2008-10-08 | 2 | -3/+4 |
* | Remove. | Simon Josefsson | 2008-10-08 | 1 | -9/+0 |
* | Move examples from src/ to new directory examples/. | Simon Josefsson | 2008-02-01 | 6 | -1968/+0 |
* | Fix dependencies. | Simon Josefsson | 2008-02-01 | 1 | -3/+3 |
* | Build pkix_asn1_tab.c using asn1Parser. | Simon Josefsson | 2008-02-01 | 2 | -875/+7 |
* | Use GPLv3 for self tests, tools, build infrastructure. | Simon Josefsson | 2007-08-31 | 6 | -72/+64 |
* | Use read_binary_file to read data, for Windows. Add self-test to test regres... | Simon Josefsson | 2006-11-16 | 1 | -11/+12 |
* | Fix last commit. | Simon Josefsson | 2006-10-30 | 1 | -3/+4 |
* | Handle arbitrary large DER output lenghts. | Simon Josefsson | 2006-10-30 | 1 | -4/+16 |
* | Improve --help output. Assume getopt_long, since gnulib provides it. | Simon Josefsson | 2006-10-19 | 3 | -102/+35 |
* | Remove unused version variable. | Simon Josefsson | 2006-10-19 | 3 | -20/+0 |
* | Use progname and version-etc-fsf modules. | Simon Josefsson | 2006-10-19 | 4 | -19/+22 |