summaryrefslogtreecommitdiff
path: root/src/if_xcmdsrv.c
AgeCommit message (Collapse)Author
2015-10-13patch 7.4.897Bram Moolenaar
Problem: Freeze and crash when there is a sleep in a remote command. (Karl Yngve LervÄg) Solution: Remove a message from the queue before dealing with it. (James Kolb)
2015-09-17patch 7.4.873Bram Moolenaar
Problem: Compiler warning for unused variable. (Tony Mechelynck) Solution: Remove the variable. Also fix int vs long_u mixup.
2015-09-15patch 7.4.866Bram Moolenaar
Problem: Crash when changing the 'tags' option from a remote command. (Benjamin Fritz) Solution: Instead of executing messages immediately, use a queue, like for netbeans. (James Kolb)
2015-08-11patch 7.4.822Bram Moolenaar
Problem: More problems reported by coverity. Solution: Avoid the warnings. (Christian Brabandt)
2012-07-10updated for version 7.3.595Bram Moolenaar
Problem: The X command server responds slowly Solution: Change the loop that waits for replies. (Brian Burns)
2012-07-10updated for version 7.3.594Bram Moolenaar
Problem: The X command server doesn't work perfectly. It sends an empty reply for as-keys requests. Solution: Remove duplicate ga_init2(). Do not send a reply for as-keys requests. (Brian Burns)
2010-03-10updated for version 7.2.392Bram Moolenaar
Problem: Netbeans hangs reading from a socket at the maximum block size. Solution: Use select() or poll(). (Xavier de Gaye)
2009-05-16updated for version 7.2-177Bram Moolenaar
2008-11-12updated for version 7.2-038Bram Moolenaar
2008-08-06updated for version 7.2c-000Bram Moolenaar
2007-05-10updated for version 7.1bBram Moolenaar
2007-05-05updated for version 7.1aBram Moolenaar
2006-04-05updated for version 7.0c10Bram Moolenaar
2005-09-01updated for version 7.0140Bram Moolenaar
2005-08-29updated for version 7.0138Bram Moolenaar
2004-12-27updated for version 7.0025Bram Moolenaar
2004-12-19updated for version 7.0023Bram Moolenaar
2004-10-11updated for version 7.0018Bram Moolenaar
2004-07-29updated for version 7.0013Bram Moolenaar
2004-06-13updated for version 7.0001Bram Moolenaar