Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update ignores | lloyd | 2015-02-06 | 1 | -10/+1 |
| | |||||
* | Update ignores | lloyd | 2014-01-10 | 1 | -0/+1 |
| | |||||
* | Update ignores | lloyd | 2014-01-06 | 1 | -3/+4 |
| | |||||
* | Update ignores | lloyd | 2014-01-01 | 1 | -5/+5 |
| | |||||
* | Ignoring key/crt/pem is obnoxious because monotone won't let you even | lloyd | 2012-07-09 | 1 | -1/+1 |
| | | | | explicitly add an ignored file. | ||||
* | Ignore *.{key,crt,pem,patch} | lloyd | 2012-06-29 | 1 | -0/+2 |
| | |||||
* | Less stuff to ignore in doc subdir now | lloyd | 2011-04-19 | 1 | -6/+3 |
| | |||||
* | Tick version numbers to 1.10.0 | lloyd | 2011-04-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | More documentation updates. The clean target wasn't removing one of the symlinks. In the self-test application, warn if the version we are linked against does not match the version we were built against. This always indicates a problem. Someone who had an older version installed on their system got very confused when the test app was linked against it at runtime; this warning would have saved a couple hours of puzzling by me. This would also have helped avoid the nasty bug in 1.8.3 | ||||
* | ECC private keys had two different constructors, one taking a group | lloyd | 2011-04-08 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | and a random number generator, and the other taking a group and a preset private key value. The DL private keys instead have on constructor for this; if the x value is zero, then a new random key is created. For consistency, do this with ECC as well. ECDH actually didn't have one of these constructors, forcing you to either load from PKCS #8 or else use a random key. Rename EC_Domain_Params to EC_Group, with a typedef for compatability. More doc updates. Update mtn ignores for Sphinx output | ||||
* | Ignore example binaries | lloyd | 2010-01-19 | 1 | -0/+1 |
| | |||||
* | Ignore the amalgamation | lloyd | 2009-12-16 | 1 | -0/+1 |
| | |||||
* | Ignore VC++ dll/exe/exp/lib/manifest files | lloyd | 2009-11-25 | 1 | -11/+3 |
| | |||||
* | Ignore XS goop | lloyd | 2009-10-09 | 1 | -0/+3 |
| | |||||
* | Add more or less functional integration with Boost.Python. Use | lloyd | 2009-10-09 | 1 | -1/+1 |
| | | | | | --use-boost-python to enable creating a second makefile, Makefile.python, which has targets for building and installing the Python module. | ||||
* | Ignore PDF and LaTeX toc/log files in doc/ | lloyd | 2008-11-17 | 1 | -0/+3 |
| | |||||
* | Ignore files generated by InSiTo unit tests int checks/ecc_testdata | lloyd | 2008-10-15 | 1 | -1/+4 |
| | |||||
* | Add pkg-config support (requested/suggested by Zack Weinberg on monotone-dev) | lloyd | 2008-10-15 | 1 | -0/+1 |
| | |||||
* | Add basic support for Doxygen, including a make target | lloyd | 2008-10-13 | 1 | -3/+4 |
| | |||||
* | Ignore callgrind files | lloyd | 2008-09-05 | 1 | -0/+2 |
| | |||||
* | Sort lines in .mtn-ignore | lloyd | 2007-10-23 | 1 | -5/+5 |
| | |||||
* | Ignore .pem files in doc/examples | lloyd | 2007-10-21 | 1 | -0/+1 |
| | |||||
* | Ignore build/build.h, not build/config.h | lloyd | 2006-07-01 | 1 | -1/+1 |
| | |||||
* | Ignore the x509test binary too | lloyd | 2006-06-21 | 1 | -3/+4 |
| | |||||
* | Add an mtn-ignore to ignore most of the major autogenerated stuff. | lloyd | 2006-06-21 | 1 | -0/+12 |