summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-11-06Generated.Simon Josefsson1-4/+2
2012-11-01Fix out of tree buildThierry Reding2-3/+3
2012-11-01Fix bootstrap with automake 1.12Thierry Reding1-0/+1
2012-11-01Corrected type asn1_static_node_t -> asn1_static_node.Nikos Mavrogiannopoulos4-6/+11
2012-10-28break compatibility with previous releases.Nikos Mavrogiannopoulos1-1/+1
2012-10-28corrected typesNikos Mavrogiannopoulos1-3/+3
2012-10-28bumped versionNikos Mavrogiannopoulos2-3/+3
2012-10-11Renamed structures.Nikos Mavrogiannopoulos20-202/+202
2012-10-09Silence tests.Nikos Mavrogiannopoulos7-38/+95
2012-10-09Allow empty IDENTIFIERS in ASN1 definitions. Suggested by Ivan Shmakov.Nikos Mavrogiannopoulos2-13/+27
2012-10-06asn_ -> asn1_Nikos Mavrogiannopoulos22-230/+230
2012-10-06Set the error description to null initialy.Nikos Mavrogiannopoulos1-0/+3
2012-10-04updatedNikos Mavrogiannopoulos1-0/+1
2012-10-02removed unneeded variables and files.Nikos Mavrogiannopoulos2-5/+2
2012-10-02Updated gllib and added hash-pjw-bare.Nikos Mavrogiannopoulos11-73/+100
2012-10-02Use hash-pjw-bare instead of asn1_bhash().Nikos Mavrogiannopoulos3-243/+8
2012-10-01eliminated use of old typesNikos Mavrogiannopoulos10-185/+194
2012-10-01documented updateNikos Mavrogiannopoulos1-0/+9
2012-10-01ASN1_TYPE definition correctedNikos Mavrogiannopoulos1-1/+1
2012-10-01updated to new typesNikos Mavrogiannopoulos4-13/+13
2012-10-01node_data_struct -> asn_data_node_stNikos Mavrogiannopoulos2-5/+8
2012-10-01ASN1_ARRAY_TYPE -> asn_static_node_tNikos Mavrogiannopoulos2-5/+8
2012-10-01Renamed types.Nikos Mavrogiannopoulos11-217/+220
2012-10-01asn1_retCode -> intNikos Mavrogiannopoulos11-73/+75
2012-09-26Add.Simon Josefsson1-0/+28
2012-09-23small optimizations to avoid recalculation of hashes when copying nodes.Nikos Mavrogiannopoulos4-4/+35
2012-09-23improve performance by 50% by using hashes to compare strings.Nikos Mavrogiannopoulos7-14/+273
2012-09-22increased benchmark timeNikos Mavrogiannopoulos1-2/+2
2012-09-20other small fixNikos Mavrogiannopoulos1-1/+4
2012-09-20Some small optimizations and better checking of tree accesses.Nikos Mavrogiannopoulos1-4/+17
2012-09-17documented updatesNikos Mavrogiannopoulos1-0/+2
2012-09-14Corrected the test.Nikos Mavrogiannopoulos1-5/+3
2012-09-14name has size of ASN1_MAX_NAME_SIZE+1 to allow for a terminating null.Nikos Mavrogiannopoulos1-1/+1
2012-09-14removed unneeded castsNikos Mavrogiannopoulos2-4/+4
2012-09-13Revert "small_value_size changed to 8. No visible difference in performance"Nikos Mavrogiannopoulos1-1/+1
2012-09-13Added symbol into old APINikos Mavrogiannopoulos1-6/+1
2012-09-13_asn1_add_node_only -> _asn1_add_single_nodeNikos Mavrogiannopoulos3-8/+8
2012-09-13_asn1_add_node -> _asn1_add_static_nodeNikos Mavrogiannopoulos5-104/+104
2012-09-13Eliminated _asn1_malloc, _asn1_free and _asn_calloc.Nikos Mavrogiannopoulos5-55/+42
2012-09-13reduced maximum name sizeNikos Mavrogiannopoulos1-1/+1
2012-09-13no need to reserve.Nikos Mavrogiannopoulos1-1/+0
2012-09-12Drop long-time deprecated functions.Simon Josefsson3-74/+1
2012-09-12Bump years.Simon Josefsson1-1/+1
2012-09-12Node type field is now included in ASN1_DATA_NODE.Nikos Mavrogiannopoulos3-23/+49
2012-09-12Added asn1_read_node_value()Nikos Mavrogiannopoulos4-2/+40
2012-09-12small_value_size changed to 8. No visible difference in performanceNikos Mavrogiannopoulos1-1/+1
2012-09-12name is now a statically allocated string and other optimizations.Nikos Mavrogiannopoulos7-132/+113
2012-09-12internal structure removedNikos Mavrogiannopoulos1-16/+0
2012-09-12bumped versionNikos Mavrogiannopoulos1-4/+4
2012-09-09eliminates few leaksNikos Mavrogiannopoulos1-0/+2