aboutsummaryrefslogtreecommitdiffstats
path: root/util (unfollow)
Commit message (Expand)AuthorFilesLines
2009-04-03* curl-shim.h, curl-shim.c (curl_easy_setopt, curl_easy_perform): AddDavid Shaw2-6/+9
2009-04-03* http.c (connect_server): free (rather than xfree) the result ofDavid Shaw2-2/+7
2009-04-03* Makefile.am: Make srv.c part of libcompat instead of libutil.David Shaw3-14/+24
2009-03-20* iobuf.c (fd_cache_synchronize): New. fsync() a file in cache.David Shaw2-8/+60
2009-03-13* http.c (do_parse_uri): Properly handle IPv6 literal addresses as perDavid Shaw2-6/+20
2009-03-13* Makefile.am, http.c (start_server): Minor tweaks to get http-testDavid Shaw3-8/+14
2008-09-05* Makefile.am: Use $(CC) instead of "cc" to compile, as the user mightDavid Shaw2-4/+9
2008-08-19Fix possible NULL argument to printfWerner Koch2-13/+27
2008-03-06* argparse.c (default_strusage): Update copyright date.David Shaw2-3/+7
2007-12-03Comment typ fixes.Werner Koch1-1/+1
2007-10-23Switched to GPLv3.Werner Koch40-175/+115
2007-08-24Improved detection of ketrings specified several times.Werner Koch2-23/+95
2007-04-16Move some ascii_foo functions to libcompatDavid Shaw3-70/+75
2007-04-16util/Werner Koch2-5/+12
2007-04-16Use sysconf() when possible as not all platforms have getpagesize().David Shaw2-5/+14
2007-04-15* argparse.c (default_strusage): Copyright 2007.David Shaw5-6/+15
2007-02-26[W32] Make use of the LANGUAGE envvar.Werner Koch2-71/+135
2007-02-12 * secmem.c (ptr_into_pool_p): New.Werner Koch2-1/+24
2007-02-11* http.c (do_parse_uri): Remove the hkp port 11371 detection. WeDavid Shaw2-2/+6
2007-02-01* ttyio.c (do_get): Assume that anything read from the user withoutDavid Shaw2-1/+8
2006-12-14Fix bug#739 (proxy/shutdown)Werner Koch2-2/+10
2006-10-03* strsep.c (strsep): It's strsep, not strsep2 from testing. (If I hadDavid Shaw2-1/+6
2006-09-28Move strsep() and ascii_isspace() to libcompat.David Shaw3-50/+50
2006-09-28Put in the basic wiring (just hextobyte for now) for a libcompat.a thatDavid Shaw4-28/+44
2006-07-31Fixed bug 479. Not a real good fix but a reliable one which limits possibleWerner Koch2-4/+26
2006-07-292006-07-29 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-0/+5
2006-07-20* http.c (send_request): A zero-length proxy is the same as no proxy atDavid Shaw2-1/+6
2006-07-08* configure.ac: Fix resolver autoconf code so it works (fails)David Shaw1-4/+4
2006-06-25About to do a new releaseWerner Koch2-8/+8
2006-04-17* miscutil.c (make_printable_string): Fix bug where some controlDavid Shaw2-1/+6
2006-04-11* memory.c (realloc): Revert m_guard fix and stick an #error in there toDavid Shaw2-4/+10
2006-04-11Add new regression testWerner Koch2-8/+18
2006-04-06* memory.c (realloc): Fix compile problem with --enable-m-guard.David Shaw2-5/+9
2006-03-30* cert.c (main): Fix test program build warning on OSX.David Shaw2-2/+6
2006-03-16* cert.c (get_cert): Handle the fixed IPGP type with fingerprint.David Shaw2-15/+62
2006-03-09* argparse.c (default_strusage): Update copyright year to 2006.David Shaw2-2/+6
2006-02-19* http.c (send_request): A zero length proxy is the same as no proxy.David Shaw2-1/+6
2006-02-14Fixed a wrong return code with gpg --verifyWerner Koch2-0/+5
2006-01-26* cert.c (get_cert): Disable IPGP types for now until the format questionsDavid Shaw3-2/+12
2005-12-24* cert.c (get_cert): Properly chase down CNAMEs pointing to CERTs.David Shaw2-4/+14
2005-12-23New code to do DNS CERT queries.David Shaw3-1/+209
2005-12-23* srv.c, Makefile.am: Only build srv.c if we need to.David Shaw3-4/+9
2005-12-12* ttyio.c (tty_enable_completion, tty_disable_completion): Add checksDavid Shaw2-0/+14
2005-12-06Some cleanup so we don't build files that are completely ifdeffed out. David Shaw2-16/+26
2005-12-06* mkdtemp.c (mkdtemp): Fix warning.David Shaw5-13/+20
2005-11-03Fix various build warnings reported by Joe Vender on MinGW.David Shaw2-0/+11
2005-10-05Renamed g10.c to gpg.cWerner Koch3-8/+56
2005-08-31* fileutil.c (untilde): New. Expand ~/foo and ~username/foo filenamesDavid Shaw2-7/+76
2005-07-28Implemented PKA trust modelWerner Koch2-2/+4
2005-07-28Implemented PKA trust modelWerner Koch4-3/+273