Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * ksutil.h: Up the default timeout to two minutes. | David Shaw | 2005-02-01 | 1 | -2/+2 |
| | |||||
* | * gpgkeys_curl.c: s/MAX_PATH/URLMAX_PATH/g to avoid a clash with | Werner Koch | 2005-01-18 | 1 | -2/+3 |
| | | | | | | | | the W32 defined macro. Removed unneeded initialization of static variables. * gpgkeys_http.c: Ditto. * ksutil.h: s/MAX_PATH/URLMAX_PATH/. | ||||
* | * ksutil.h, gpgkeys_curl.c, gpgkeys_hkp.c, gpgkeys_ldap.c, | David Shaw | 2005-01-13 | 1 | -1/+32 |
| | | | | | | gpgkeys_finger.c, gpgkeys_http.c: Part 2 of the cleanup. Move all the various defines to ksutil.h. | ||||
* | * gpgkeys_ldap.c (main), gpgkeys_hkp.c (main), gpgkeys_http.c (main), | David Shaw | 2004-10-13 | 1 | -0/+30 |
gpgkeys_finger.c (main): Call timeout functions before performing an action that could block for a long time. * ksutil.h, ksutil.c: New. Right now just contains timeout functions. |