Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2012-10-01 | ASN1_TYPE definition corrected | Nikos Mavrogiannopoulos | 1 | -1/+1 |
2012-10-01 | node_data_struct -> asn_data_node_st | Nikos Mavrogiannopoulos | 2 | -5/+8 |
2012-10-01 | ASN1_ARRAY_TYPE -> asn_static_node_t | Nikos Mavrogiannopoulos | 2 | -5/+8 |
2012-10-01 | Renamed types. | Nikos Mavrogiannopoulos | 11 | -217/+220 |
2012-10-01 | asn1_retCode -> int | Nikos Mavrogiannopoulos | 11 | -73/+75 |
2012-09-23 | small optimizations to avoid recalculation of hashes when copying nodes. | Nikos Mavrogiannopoulos | 4 | -4/+35 |
2012-09-23 | improve performance by 50% by using hashes to compare strings. | Nikos Mavrogiannopoulos | 6 | -14/+272 |
2012-09-20 | other small fix | Nikos Mavrogiannopoulos | 1 | -1/+4 |
2012-09-20 | Some small optimizations and better checking of tree accesses. | Nikos Mavrogiannopoulos | 1 | -4/+17 |
2012-09-14 | name has size of ASN1_MAX_NAME_SIZE+1 to allow for a terminating null. | Nikos Mavrogiannopoulos | 1 | -1/+1 |
2012-09-14 | removed unneeded casts | Nikos Mavrogiannopoulos | 2 | -4/+4 |
2012-09-13 | Revert "small_value_size changed to 8. No visible difference in performance" | Nikos Mavrogiannopoulos | 1 | -1/+1 |
2012-09-13 | Added symbol into old API | Nikos Mavrogiannopoulos | 1 | -6/+1 |
2012-09-13 | _asn1_add_node_only -> _asn1_add_single_node | Nikos Mavrogiannopoulos | 3 | -8/+8 |
2012-09-13 | _asn1_add_node -> _asn1_add_static_node | Nikos Mavrogiannopoulos | 5 | -104/+104 |
2012-09-13 | Eliminated _asn1_malloc, _asn1_free and _asn_calloc. | Nikos Mavrogiannopoulos | 5 | -55/+42 |
2012-09-13 | reduced maximum name size | Nikos Mavrogiannopoulos | 1 | -1/+1 |
2012-09-13 | no need to reserve. | Nikos Mavrogiannopoulos | 1 | -1/+0 |
2012-09-12 | Drop long-time deprecated functions. | Simon Josefsson | 2 | -72/+0 |
2012-09-12 | Node type field is now included in ASN1_DATA_NODE. | Nikos Mavrogiannopoulos | 3 | -23/+49 |
2012-09-12 | Added asn1_read_node_value() | Nikos Mavrogiannopoulos | 3 | -1/+38 |
2012-09-12 | small_value_size changed to 8. No visible difference in performance | Nikos Mavrogiannopoulos | 1 | -1/+1 |
2012-09-12 | name is now a statically allocated string and other optimizations. | Nikos Mavrogiannopoulos | 7 | -132/+113 |
2012-09-12 | internal structure removed | Nikos Mavrogiannopoulos | 1 | -16/+0 |
2012-09-08 | cleanup _asn1_copy_structure3 | Tim Ruehsen | 1 | -26/+15 |
2012-05-31 | Bump versions. | Simon Josefsson | 1 | -1/+1 |
2012-05-31 | Bump versions. | Simon Josefsson | 1 | -1/+1 |
2012-05-31 | Fix syntax-check warnings. | Simon Josefsson | 2 | -3/+3 |
2012-05-31 | Update gnulib files. | Simon Josefsson | 4 | -22/+59 |
2012-05-31 | Silence compiler warnings about unsigned vs signed comparisons. | Simon Josefsson | 1 | -6/+7 |
2012-04-06 | long is always signed. | Nikos Mavrogiannopoulos | 2 | -4/+4 |
2012-04-01 | Simplified the overflow tests by using unsigned int numbers, suggested by Nie... | Nikos Mavrogiannopoulos | 1 | -49/+31 |
2012-03-31 | Added overflow detection that does not depend on specific compiler, and asn1_... | Nikos Mavrogiannopoulos | 1 | -13/+44 |
2012-03-19 | Indent code. | Simon Josefsson | 6 | -53/+54 |
2012-03-14 | Simplify overflow check. | Simon Josefsson | 3 | -76/+38 |
2012-03-13 | for some reason the tot < 0 test wasn't successful on negative results. Repla... | Nikos Mavrogiannopoulos | 1 | -2/+2 |
2012-03-13 | reverted to the old ABI. | Nikos Mavrogiannopoulos | 3 | -60/+73 |
2012-03-13 | check for overflows | Nikos Mavrogiannopoulos | 1 | -4/+6 |
2012-03-13 | int is signed. | Nikos Mavrogiannopoulos | 2 | -7/+7 |
2012-03-13 | Added asn1_get_length_der_checked() to put some of the common checks in a sin... | Nikos Mavrogiannopoulos | 1 | -51/+54 |
2012-03-13 | cleanups in asn1_der_decoding_element(). | Nikos Mavrogiannopoulos | 1 | -66/+111 |
2012-03-13 | API is based on integers instead of long to prevent errors in systems where s... | Nikos Mavrogiannopoulos | 3 | -7/+7 |
2012-03-13 | asn1_get_length_der() may handle up to signed long values. | Nikos Mavrogiannopoulos | 1 | -1/+1 |
2012-03-13 | updated to bison 2.5 | Nikos Mavrogiannopoulos | 1 | -407/+455 |
2012-03-13 | better cleanup in decoding. | Nikos Mavrogiannopoulos | 1 | -58/+104 |
2012-03-07 | Update gnulib files. | Simon Josefsson | 4 | -11/+9 |
2012-01-23 | Bump copyright years. | Simon Josefsson | 18 | -34/+18 |
2012-01-23 | Update gnulib files. | Simon Josefsson | 23 | -49/+66 |
2011-12-06 | Bump versions. | Simon Josefsson | 1 | -3/+2 |
2011-11-25 | Fix valgrind check. | Simon Josefsson | 1 | -1/+1 |