aboutsummaryrefslogtreecommitdiffstats
path: root/util (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow building with the 32 bit mingw-w64 toolchain.Werner Koch2012-01-121-0/+4
* Replace file locking by the new portable dotlock code.Werner Koch2012-01-101-436/+1119
* Update copyright years.Werner Koch2012-01-101-3/+3
* Use gcc pragmas to suppress some warnings.Werner Koch2012-01-102-101/+119
* Rename all ChangeLog files to ChangeLog-2011.Werner Koch2011-12-021-5/+10
* On VMS use --batch by default if in batch mode.Werner Koch2011-09-122-5/+13
* Removed some set but unused vars.Werner Koch2011-08-092-3/+2
* Fix bug#1307Werner Koch2011-08-092-35/+45
* Detect unsigned time_t and adjust y2038 detection.Werner Koch2010-10-272-5/+18
* The rest of the VMS changes.Werner Koch2010-09-284-3/+35
* Minor changes to help the VMS portWerner Koch2010-09-285-14/+92
* Preparing a release candidateWerner Koch2010-09-231-1/+1
* Fix bug 1179Werner Koch2010-05-121-1/+1
* Fix a W32 problemWerner Koch2009-09-034-5/+21
* Update zH_TW and check for stdint.hWerner Koch2009-09-032-337/+24
* Restructured the compat functions and changed its license.Werner Koch2009-08-252-0/+113
* Fix compiler size warning for debug outputWerner Koch2009-08-182-1/+4
* * miscutil.c (print_string2): Loose check for control charactersWerner Koch2009-08-182-1/+8
* Try and detect mis-coded Latin1 and convert it to UTF8. Whether theDavid Shaw2009-08-122-0/+76
* * srv.c (getsrv): Fix type-punning warning. (main): Allow testing anyDavid Shaw2009-07-232-3/+15
* First set of changes to backport the new card code from 2.0.Werner Koch2009-07-217-115/+2467
* Avoid caches to get the most recent copy of the key. This is bugDavid Shaw2009-05-262-7/+27
* Fixed bug1058.Werner Koch2009-05-222-0/+12
* Improve dotlocking.Werner Koch2009-05-052-211/+386
* Backport of Creation-Date parameter for unattended key generation.Werner Koch2009-05-052-0/+55
* * srv.h: Move to include/srv.h.David Shaw2009-04-063-53/+13
* * curl-shim.h, curl-shim.c (curl_easy_setopt, curl_easy_perform): AddDavid Shaw2009-04-032-6/+9
* * http.c (connect_server): free (rather than xfree) the result ofDavid Shaw2009-04-032-2/+7
* * Makefile.am: Make srv.c part of libcompat instead of libutil.David Shaw2009-04-033-14/+24
* * iobuf.c (fd_cache_synchronize): New. fsync() a file in cache.David Shaw2009-03-202-8/+60
* * http.c (do_parse_uri): Properly handle IPv6 literal addresses as perDavid Shaw2009-03-132-6/+20
* * Makefile.am, http.c (start_server): Minor tweaks to get http-testDavid Shaw2009-03-133-8/+14
* * Makefile.am: Use $(CC) instead of "cc" to compile, as the user mightDavid Shaw2008-09-052-4/+9
* Fix possible NULL argument to printfWerner Koch2008-08-192-13/+27
* * argparse.c (default_strusage): Update copyright date.David Shaw2008-03-062-3/+7
* Comment typ fixes.Werner Koch2007-12-031-1/+1
* Switched to GPLv3.Werner Koch2007-10-2340-175/+115
* Improved detection of ketrings specified several times.Werner Koch2007-08-242-23/+95
* Move some ascii_foo functions to libcompatDavid Shaw2007-04-163-70/+75
* util/Werner Koch2007-04-162-5/+12
* Use sysconf() when possible as not all platforms have getpagesize().David Shaw2007-04-162-5/+14
* * argparse.c (default_strusage): Copyright 2007.David Shaw2007-04-155-6/+15
* [W32] Make use of the LANGUAGE envvar.Werner Koch2007-02-262-71/+135
* * secmem.c (ptr_into_pool_p): New.Werner Koch2007-02-122-1/+24
* * http.c (do_parse_uri): Remove the hkp port 11371 detection. WeDavid Shaw2007-02-112-2/+6
* * ttyio.c (do_get): Assume that anything read from the user withoutDavid Shaw2007-02-012-1/+8
* Fix bug#739 (proxy/shutdown)Werner Koch2006-12-142-2/+10
* * strsep.c (strsep): It's strsep, not strsep2 from testing. (If I hadDavid Shaw2006-10-032-1/+6
* Move strsep() and ascii_isspace() to libcompat.David Shaw2006-09-283-50/+50
* Put in the basic wiring (just hextobyte for now) for a libcompat.a thatDavid Shaw2006-09-284-28/+44