summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2024-02-17unifdef SUNSYSVHEADmasterAlan Coopersmith1-22/+0
2024-02-17unifdef ISCAlan Coopersmith2-8/+0
2024-02-17unifdef NCDAlan Coopersmith1-3/+0
2024-02-17Use autoconf-set HAVE_STDINT_H instead of platform-specific ifdefsAlan Coopersmith1-1/+1
2024-02-17unifdef dirtyAlan Coopersmith1-6/+0
2024-02-17Simplify remaining OPEN_MAX logic in FSlibos.hAlan Coopersmith1-7/+5
2024-02-17Remove ifdefs for non-Solaris SVR4 systemsAlan Coopersmith2-34/+13
2024-02-17unifdef __OSF1__Alan Coopersmith1-11/+7
2024-02-17unifdef __QNX__Alan Coopersmith1-9/+5
2024-02-17unifdef __UNIXOS2__Alan Coopersmith1-3/+3
2022-05-08Convert code to use FSmallocarray() & FSreallocarray()Alan Coopersmith9-15/+15
2022-05-08Import reallocarray() from libX11 (originally from OpenBSD)Alan Coopersmith3-2/+57
2022-05-08Fix spelling/wording issuesAlan Coopersmith1-1/+1
2018-09-23Don't try to send strings larger than protocol allows in requestsAlan Coopersmith9-40/+135
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
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 Coopersmith4-6/+6
2014-05-23Constify pattern argument to FSListCataloguesAlan Coopersmith1-1/+1
2014-01-08Use strlcpy instead of strcpy/strncpy if it is availableAlan Coopersmith2-0/+9
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 Coopersmith2-20/+0
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-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-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
2013-01-18Replace deprecated Automake INCLUDES variable with AM_CPPFLAGSAlan Coopersmith1-2/+2
2012-07-12Fix a prototype errorThomas Klausner1-1/+1
2012-03-02Remove unneeded shadow definition of 'i' from FSQueryXBitmaps16Alan Coopersmith1-1/+0
2011-12-04Fix builds of FSlibInt.c with Solaris Studio compilersAlan Coopersmith1-0/+5