summaryrefslogtreecommitdiff
path: root/src/stream_template.c
Commit message (Expand)AuthorAgeFilesLines
* Improve C extension autodocsDwayne Litzenberger2013-07-141-0/+17
* Py3k cleanup: Module initializationDwayne Litzenberger2013-07-141-16/+26
* Py3k cleanup: Always use tp_getattroDwayne Litzenberger2013-07-141-22/+10
* Py3k cleanup: PyMODINIT_FUNCDwayne Litzenberger2013-07-141-6/+2
* Py3k cleanup: PyVarObject_HEAD_INITDwayne Litzenberger2013-07-141-5/+0
* Py3k cleanup: PyType_ReadyDwayne Litzenberger2013-07-141-2/+3
* Py3k cleanup: staticforward and Py_TYPEDwayne Litzenberger2013-07-141-4/+0
* Py3k cleanup: METH_ODwayne Litzenberger2013-07-141-5/+0
* Py3k cleanup: PyModule_AddIntConstantDwayne Litzenberger2013-07-141-7/+0
* Py3k cleanup: Remove unused is_ALGobject macroDwayne Litzenberger2013-07-141-2/+0
* Py3k cleanup: Define PyInt_FromLong for Python 3.x and use itDwayne Litzenberger2013-07-141-3/+2
* Remove pointless 'error' attribute from stream ciphersDwayne Litzenberger2013-07-141-6/+1
* Add pycrypto_common.h and clean up a bunch of miscellaneous includes & typedefsDwayne Litzenberger2013-04-211-11/+1
* Fix compiler warning about "_POSIX_C_SOURCE" being redefined in string.hDwayne Litzenberger2013-02-171-1/+1
* Changes to allow pycrpyto to work on Python 3.x as well as 2.1 through 2.7Thorsten Behrens2010-12-281-39/+136
* Release the global interpreter lock during encryption, decryption, and hashing.Dwayne C. Litzenberger2009-10-121-0/+4
* block_template.c & stream_template.c: Add vim modelinesDwayne C. Litzenberger2009-10-101-0/+2
* {block,stream,hash}_template.c: Replace the legal noticesDwayne C. Litzenberger2009-08-031-5/+18
* Fix some more compiler warnings (gcc/Linux-i386)Dwayne C. Litzenberger2008-09-151-3/+3
* [project @ akuchling-20020525014711-0542d6c0170548df]akuchling2002-05-241-1/+3
* [project @ akuchling-20020524234241-bc4dc6959b6bf706]akuchling2002-05-241-1/+1
* [project @ akuchling-20020524225121-d7c667dfcda3cee8]akuchling2002-05-241-2/+2
* [project @ akuchling-20020523211022-16b9d8b39f46fb87]akuchling2002-05-231-6/+2
* [project @ akuchling-20020523210259-f80d7b91276c43b2]akuchling2002-05-231-4/+5
* [project @ akuchling-20020523204349-92d3d4376201e7ad]akuchling2002-05-231-16/+12
* [project @ akuchling-20020517204456-366350487889f006]akuchling2002-05-171-25/+27
* [project @ akuchling-20020517032843-d46b1f26cebb9fb8]akuchling2002-05-161-126/+126
* [project @ akuchling-20020501014753-baa0da8f765d1210]akuchling2002-04-301-7/+0
* [project @ akuchling-20020417081626-71b25d1b3eaa506a]akuchling2002-04-171-3/+1
* [project @ akuchling-20020404234043-6d02bea262161e77]akuchling2002-04-041-89/+70
* [project @ akuchling-20020402062257-faae089f7242b990]akuchling2002-04-011-0/+279