aboutsummaryrefslogtreecommitdiffstats
path: root/agent/w32main.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-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.
2008-05-27Fixed segv in gpg-agent (command marktrusted).Werner Koch1-2/+2
Replaced almost all free by xfree. Translation fixes.
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
Removed intl/.
2007-06-19Made percent_escape more general.Werner Koch1-12/+142
Added regression tests support to jnlib. W32 changes.
2007-06-18Add missing fiels for W32.Werner Koch1-0/+178
New agent commands: GETINFO and KILLAGENT (w32 only). Agent does now detach from the console.