summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-08-26libFS 1.0.9libFS-1.0.9Alan Coopersmith1-2/+2
2022-05-08Convert code to use FSmallocarray() & FSreallocarray()Alan Coopersmith9-15/+15
2022-05-08Import reallocarray() from libX11 (originally from OpenBSD)Alan Coopersmith4-2/+58
2022-05-08gitlab CI: add a basic build testAlan Coopersmith1-0/+98
2022-05-08Fix spelling/wording issuesAlan Coopersmith4-4/+4
2022-05-08Build xz tarballs instead of bzip2Alan Coopersmith1-1/+1
2019-03-10libFS 1.0.8libFS-1.0.8Alan Coopersmith1-1/+1
2018-12-07Update configure.ac bug URL for gitlab migrationAlan Coopersmith1-1/+1
2018-11-18Update README for gitlab migrationAlan Coopersmith3-28/+23
2018-09-23Don't try to send strings larger than protocol allows in requestsAlan Coopersmith10-41/+136
2018-09-23Fix sign comparison warning in loop index in FSQueryXInfoAlan Coopersmith1-2/+1
2018-09-23Fix sign comparison warning in loop indexes in FSQueryXExtents{8,16}Alan Coopersmith1-5/+3
2018-09-23Fix sign comparison warning in loop indexes in FSQueryXBitmaps{8,16}Alan Coopersmith1-5/+3
2018-09-23Fix sign comparison warning in loop index in FSListCataloguesAlan Coopersmith1-3/+2
2018-09-23Fix sign comparison warning in loop index in FSListFontsWithXInfoAlan Coopersmith1-4/+3
2017-01-26autogen: add default patch prefixMihail Konev1-0/+3
2017-01-26autogen.sh: use quoted string variablesEmil Velikov1-4/+4
2017-01-26autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer1-1/+1
2015-04-30libFS 1.0.7libFS-1.0.7Alan Coopersmith1-1/+1
2014-11-05Use 'imdent' to realign cpp indentation levels in FSlibos.hAlan Coopersmith1-131/+131
2014-11-05Remove unneeded checks for #ifndef X_NOT_POSIXAlan Coopersmith1-2/+0
2014-07-11Fix typos & wording issues in source commentsAlan Coopersmith1-2/+2
2014-06-05Fix some sign/size conversion warnings from clangAlan Coopersmith7-16/+16
2014-06-04Constify some more strings in API argumentsAlan Coopersmith5-13/+12
2014-05-23Constify pattern argument to FSListCataloguesAlan Coopersmith2-2/+2
2014-03-16libFS 1.0.6libFS-1.0.6Alan Coopersmith1-1/+1
2014-01-08Use strlcpy instead of strcpy/strncpy if it is availableAlan Coopersmith3-0/+12
2014-01-08Replace malloc(strlen + 1); strcpy() with strdup()Alan Coopersmith1-2/+1
2014-01-08Remove unused internal helper _FSWireToEventAlan Coopersmith2-30/+0
2014-01-08Remove unused internal helper _FSEventsQueuedAlan Coopersmith2-37/+0
2014-01-08Remove unused internal helper _FSAllocScratchAlan Coopersmith3-22/+2
2014-01-08Remove unused internal helper _FSGetHostnameAlan Coopersmith2-52/+0
2014-01-08If EAGAIN == EWOULDBLOCK, only need to check errno for one of themAlan Coopersmith1-1/+4
2014-01-03Reduce scope & remove unneeded assignment of defaultp in FSGetErrorText()Alan Coopersmith1-3/+1
2014-01-02FSOpenServer: Fix double-free in error pathJeremy Huddleston Sequoia1-5/+3
2014-01-02Update error loop to correctly handle error in i==0 caseJeremy Huddleston Sequoia1-1/+1
2013-12-30Add AC_USE_SYSTEM_EXTENSIONS to expose non-standard extensionsAlan Coopersmith1-0/+5
2013-11-01Fix build with xtrans 1.3Adam Jackson1-1/+2
2013-06-24Drop Cray (WORD64/MUSTCOPY) supportAlan Coopersmith3-311/+0
2013-06-24Fix a couple comment typosAlan Coopersmith2-2/+2
2013-06-24Require ANSI C89 pre-processor, drop pre-C89 token pasting supportAlan Coopersmith1-56/+0
2013-05-28Fix typo in readme ("xfslsfonts" should be "fslsfonts")Alan Coopersmith1-1/+1
2013-05-28libFS 1.0.5libFS-1.0.5Alan Coopersmith1-1/+1
2013-04-26Sign extension issue and integer overflow in FSOpenServer() [CVE-2013-1996]Alan Coopersmith1-4/+4
2013-04-13Get rid of more duplication in error cleanup code in FSListFontsWithXInfoAlan Coopersmith1-91/+51
2013-04-13Avoid accessing freed memory on realloc failure in FSListFontsWithXInfoAlan Coopersmith1-45/+12
2013-04-13Avoid reading outside bounds when _FSReply receives an Error responseAlan Coopersmith1-1/+2
2013-04-13Use NULL instead of 0 for null pointersAlan Coopersmith3-6/+6
2013-04-13Get rid of unnecessary casts in FSfree callsAlan Coopersmith8-67/+67
2013-04-13Get rid of unnecessary casts in FS*alloc callsAlan Coopersmith10-66/+47