summaryrefslogtreecommitdiff
path: root/pyasn1/codec/ber/decoder.py
Commit message (Expand)AuthorAgeFilesLines
* Advance copyright statement to year 2020Ilya Etingof2020-03-081-1/+1
* Pass `tagMap` and `typeMap` to decoder instanceIlya Etingof2019-11-161-12/+13
* Refactor codec classes linkageIlya Etingof2019-11-161-5/+9
* Fix Integer decoder to handle empty payloadIlya Etingof2019-11-151-3/+4
* Reuse `SingleItemDecoder` object in `StreamingDecoder`Ilya Etingof2019-11-151-5/+2
* Add minor performance optimising changesIlya Etingof2019-11-151-2/+4
* Optimize `streaming` objects access for performanceIlya Etingof2019-11-151-35/+35
* Refactor BER decoder into a suspendable coroutineIlya Etingof2019-11-151-524/+721
* CachingStreamWrapperTestCaseJan Pipek2019-11-151-1/+1
* Simplify _CachingStreamWrapperJan Pipek2019-11-151-8/+17
* Hide other auxiliary functions.Jan Pipek2019-11-151-4/+4
* Address several pull requests comments + hide asSeekableStreamJan Pipek2019-11-151-38/+36
* Implement _CachedStreamWrapperJan Pipek2019-11-151-7/+64
* Docstrings in requested format.Jan Pipek2019-11-151-8/+38
* Trivial changes from the MR.Jan Pipek2019-11-151-3/+3
* UnsupportedSubstrateErrorJan Pipek2019-11-151-5/+8
* Fail with unseekable streams.Jan Pipek2019-11-151-5/+5
* API that work with pyasn1-modulesJan Pipek2019-11-151-3/+3
* Prepare for streamsJan Pipek2019-11-151-174/+259
* Improve open maps debugging in decoderIlya Etingof2019-09-071-2/+30
* Add `isInconsistent` property hook to all constructed types (#170)Ilya Etingof2019-08-251-2/+6
* Add exception classes documentationIlya Etingof2019-07-131-1/+1
* Fix to pass decoder `options` to open type decoderIlya Etingof2019-07-121-5/+6
* Add `SET|SEQUENCE OF ANY` encoding support (#165)Ilya Etingof2019-07-061-12/+44
* Fix `AnyDecoder` to accept `TagMap` as `asn1Spec` (#152)Ilya Etingof2019-06-281-4/+24
* SequenceOf/SetOf to remain a schema objects (#162)Ilya Etingof2019-06-231-0/+4
* Release 0.4.5v0.4.5Ilya Etingof2018-12-291-1/+1
* Add more debug logging to *ER codecs (#139)Ilya Etingof2018-08-041-12/+225
* Refactor debug logging (#138)Ilya Etingof2018-08-031-39/+36
* Fix some typos and prepare for 0.4.5Ilya Etingof2018-07-291-0/+4
* copyright years extendedIlya Etingof2018-03-291-1/+1
* Prefer https:// URLs where available (#121)Jon Dufresne2018-03-211-1/+1
* imports pep8'edIlya Etingof2017-11-231-4/+9
* relax open type field type check on assignment (#105)Ilya Etingof2017-11-231-10/+2
* Start `.prettyPrint` deprecation (#103)Ilya Etingof2017-11-191-2/+2
* fixed Sequence/SequenceOf decoding heuristicsIlya Etingof2017-11-141-4/+3
* fixed openType decoding in indef modeIlya Etingof2017-11-141-1/+1
* migrated docs and references from sourceforge.netIlya Etingof2017-11-141-1/+1
* added example code snippets to the docstrings (#101)Ilya Etingof2017-11-141-0/+22
* Add more content to docs (#96)Ilya Etingof2017-10-211-2/+4
* Ditched unnecessary .clone/.subtype overrides (#94)Ilya Etingof2017-10-191-1/+1
* fix to Null decoder to initialize decoded value to ''Ilya Etingof2017-10-191-1/+1
* Remove None initializer support (#91)Ilya Etingof2017-10-161-1/+1
* do not attempt to decode optional open typesIlya Etingof2017-10-101-0/+6
* Refactored ASN.1 codecs (#83)Ilya Etingof2017-10-041-58/+117
* Merge branch 'master' into open-types-supportopen-types-supportIlya Etingof2017-09-171-3/+4
|\
| * run unit tests with full debugging enabled (and ignored)Ilya Etingof2017-09-151-1/+1
| * minor PEP8 editsIlya Etingof2017-09-141-2/+3
* | refactored OpenType() into a mutable objectIlya Etingof2017-09-131-40/+61
* | fixes to debug message interpolationIlya Etingof2017-09-101-1/+3