Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2012-11-06 | Generated. | Simon Josefsson | 1 | -4/+2 |
2012-11-01 | Fix out of tree build | Thierry Reding | 2 | -3/+3 |
2012-11-01 | Fix bootstrap with automake 1.12 | Thierry Reding | 1 | -0/+1 |
2012-11-01 | Corrected type asn1_static_node_t -> asn1_static_node. | Nikos Mavrogiannopoulos | 4 | -6/+11 |
2012-10-28 | break compatibility with previous releases. | Nikos Mavrogiannopoulos | 1 | -1/+1 |
2012-10-28 | corrected types | Nikos Mavrogiannopoulos | 1 | -3/+3 |
2012-10-28 | bumped version | Nikos Mavrogiannopoulos | 2 | -3/+3 |
2012-10-11 | Renamed structures. | Nikos Mavrogiannopoulos | 20 | -202/+202 |
2012-10-09 | Silence tests. | Nikos Mavrogiannopoulos | 7 | -38/+95 |
2012-10-09 | Allow empty IDENTIFIERS in ASN1 definitions. Suggested by Ivan Shmakov. | Nikos Mavrogiannopoulos | 2 | -13/+27 |
2012-10-06 | asn_ -> asn1_ | Nikos Mavrogiannopoulos | 22 | -230/+230 |
2012-10-06 | Set the error description to null initialy. | Nikos Mavrogiannopoulos | 1 | -0/+3 |
2012-10-04 | updated | Nikos Mavrogiannopoulos | 1 | -0/+1 |
2012-10-02 | removed unneeded variables and files. | Nikos Mavrogiannopoulos | 2 | -5/+2 |
2012-10-02 | Updated gllib and added hash-pjw-bare. | Nikos Mavrogiannopoulos | 11 | -73/+100 |
2012-10-02 | Use hash-pjw-bare instead of asn1_bhash(). | Nikos Mavrogiannopoulos | 3 | -243/+8 |
2012-10-01 | eliminated use of old types | Nikos Mavrogiannopoulos | 10 | -185/+194 |
2012-10-01 | documented update | Nikos Mavrogiannopoulos | 1 | -0/+9 |
2012-10-01 | ASN1_TYPE definition corrected | Nikos Mavrogiannopoulos | 1 | -1/+1 |
2012-10-01 | updated to new types | Nikos Mavrogiannopoulos | 4 | -13/+13 |
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-26 | Add. | Simon Josefsson | 1 | -0/+28 |
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 | 7 | -14/+273 |
2012-09-22 | increased benchmark time | Nikos Mavrogiannopoulos | 1 | -2/+2 |
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-17 | documented updates | Nikos Mavrogiannopoulos | 1 | -0/+2 |
2012-09-14 | Corrected the test. | Nikos Mavrogiannopoulos | 1 | -5/+3 |
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 | 3 | -74/+1 |
2012-09-12 | Bump years. | Simon Josefsson | 1 | -1/+1 |
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 | 4 | -2/+40 |
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-12 | bumped version | Nikos Mavrogiannopoulos | 1 | -4/+4 |
2012-09-09 | eliminates few leaks | Nikos Mavrogiannopoulos | 1 | -0/+2 |