Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2011-12-01 | Generate the ChangeLog from commit logs. | Werner Koch | 1 | -0/+7 | |
* build-aux/gitlog-to-changelog: New script. Taken from gnulib. * build-aux/git-log-fix: New file. * build-aux/git-log-footer: New file. * doc/HACKING: New file. * ChangeLog: New file. * Makefile.am (EXTRA_DIST): Add new files. (gen-ChangeLog): New. (dist-hook): Run gen-ChangeLog. * autogen.sh: Install commit-msg hook for git. Rename all ChangeLog files to ChangeLog-2011. | |||||
2011-03-28 | Include sys/select.h in a test utility. | Werner Koch | 1 | -1/+4 | |
This fixes bug#1328 (libassuan: ce-server fails to compile on Darwin due to missing include). | |||||
2010-10-11 | Fix bug#1205 | Werner Koch | 1 | -0/+4 | |
2010-03-22 | Changed the implementation of CreatePipe under W32CE. | Werner Koch | 1 | -0/+67 | |
Reorganized the source. |