summaryrefslogtreecommitdiff
path: root/common/compat.c
Commit message (Expand)AuthorAgeFilesLines
* Fix invalid memory accesses reported by 'make memcheck'Stef Walter2013-03-201-7/+4
* trust: Don't use POSIX or GNU basename()Stef Walter2013-03-191-18/+26
* Release version 0.17.1Stef Walter2013-03-181-1/+21
* compat: Fix trivial commentStef Walter2013-03-181-1/+1
* Add compat gmtime_r() and timegm() functionsStef Walter2013-03-031-0/+55
* Add compat mkstemp() and mkdtemp() functionsStef Walter2013-03-031-0/+144
* Add compat vasprintf() and asprintf() functionsStef Walter2013-03-031-0/+66
* Add compat strndup() functionStef Walter2013-03-031-0/+22
* Abstract mmap() into a compat APIStef Walter2013-03-031-34/+124
* Add compat implementation of basename()Stef Walter2013-03-031-0/+62
* Rename p11_module_xxx() compat functions to p11_dl_xxx()Stef Walter2013-03-031-9/+9
* Implement stapled certificate extensions internallyStef Walter2013-02-051-1/+1
* Add basic trust moduleStef Walter2013-02-051-0/+107
* Remove the unused err() function and friendsStef Walter2013-02-051-164/+0
* Move debug and library code into the common/ subdirectoryStef Walter2013-01-091-0/+95
* Fix getprogname() running under wineStef Walter2012-07-171-2/+5
* Win32 build fixesStef Walter2012-06-291-4/+7
* Provide compat getprogname() implementations on other OS'sStef Walter2012-05-011-23/+64
* Move the compat.[ch] headers into common directory/Stef Walter2012-04-301-0/+228