]> asedeno.scripts.mit.edu Git - PuTTY.git/history - unix/uxagentc.c
Make asynchronous agent_query() requests cancellable.
[PuTTY.git] / unix / uxagentc.c
2017-01-29 Simon TathamMake asynchronous agent_query() requests cancellable.
2016-02-29 Simon TathamMerge branch 'pre-0.67'
2016-02-29 Simon TathamInaugural merge from branch 'pre-0.67'.
2015-11-07 Simon TathamMerge tag '0.66'
2015-11-07 Simon TathamInitial 'merge -s ours' from 0.66 release branch.
2015-07-25 Simon TathamMerge tag '0.65'
2015-06-25 Ben HarrisMerge branch 'pre-0.65'
2015-06-22 Simon TathamMerge branch 'pre-0.65'
2015-06-22 Simon TathamInaugural merge from branch 'pre-0.65'.
2015-05-11 Simon TathamSupport synchronous agent requests on Unix.
2013-07-14 Simon TathamTighten up a lot of casts from unsigned to int which...
2011-07-16 Simon TathamMostly cosmetic change: don't claim to have found an...
2006-12-09 Ben HarrisSet FD_CLOEXEC in a little convenience function that...
2006-11-23 Simon TathamI've just discovered that using the saved sessions...
2005-04-12 Jacob NevinsUnify GET_32BIT()/PUT_32BIT() et al from numerous sourc...
2003-04-28 Simon TathamFirst half of `pageant-async' work. agent_query() is...
2003-03-29 Simon TathamIntroduced wrapper macros snew(), snewn() and sresize...
2002-11-01 Simon TathamImplement access to the SSH agent. This ought to make agent
2002-10-31 Simon TathamFirst attempt at a Unix port of Plink. Seems to basical...