aboutsummaryrefslogtreecommitdiffstats
path: root/agent/w32main.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch2011-02-041-14/+14
| | | | | | | | We better do this once and for all instead of cluttering all future commits with diffs of trailing white spaces. In the majority of cases blank or single lines are affected and thus this change won't disturb a git blame too much. For future commits the pre-commit scripts checks that this won't happen again.
* Fixed segv in gpg-agent (command marktrusted).Werner Koch2008-05-271-2/+2
| | | | | | Replaced almost all free by xfree. Translation fixes.
* Changed to GPLv3.Werner Koch2007-07-041-4/+2
| | | | | Removed intl/.
* Made percent_escape more general.Werner Koch2007-06-191-12/+142
| | | | | | Added regression tests support to jnlib. W32 changes.
* Add missing fiels for W32.Werner Koch2007-06-181-0/+178
New agent commands: GETINFO and KILLAGENT (w32 only). Agent does now detach from the console.