summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* config: remove unrequired AC_HEADER_STDCGaetan Nadon2011-01-281-5/+0
* Resync fallback asprintf with updated version put into xrdbAlan Coopersmith2011-01-071-7/+15
* Add AC_USE_SYSTEM_EXTENSIONS to make asprintf() visible in GNU libcAlan Coopersmith2010-12-281-0/+5
* Use correct string pointer in asprintf() fallbackAlan Coopersmith2010-12-191-1/+1
* Remove useless line from a table in specs/ice.xmlPaulo Zanoni2010-12-171-4/+0
* Use docbookx.dtd version 4.3 for all docsPaulo Zanoni2010-12-162-4/+4
* Convert src/process.c from malloc + sprintf to asprintfAlan Coopersmith2010-12-132-32/+62
* config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSAlan Coopersmith2010-11-201-7/+6
* config: Remove unnecessary calls from configure.acAlan Coopersmith2010-11-201-4/+0
* config: HTML file generation: use the installed copy of xorg.cssGaetan Nadon2010-11-094-14/+4
* libICE 1.0.7libICE-1.0.7Adam Jackson2010-10-191-1/+1
* Fix include ordering, so -I../include precedes $CPPFLAGS which couldJeremy Huddleston2010-10-171-1/+2
* Purge cvs tags.Jesse Adkins2010-10-0626-45/+0
* specs: convert ICE doc/specs from xorg-docs module to DocBook XMLMatt Dew2010-06-3010-5283/+7331
* Move ICE protocol & API specs from xorg-docs moduleAlan Coopersmith2010-06-086-3/+5283
* Set the close-on-exec flag for listening socketsJulien Cristau2010-05-111-0/+2
* config: update AC_PREREQ statement to 2.60Gaetan Nadon2010-04-051-3/+3
* config: remove the pkgconfig pc.in file from EXTRA_DISTGaetan Nadon2010-03-291-1/+0
* config: move CWARNFLAGS from configure.ac to Makefile.amGaetan Nadon2010-02-162-4/+5
* Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon2009-11-271-0/+1
* INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon2009-10-283-231/+5
* Deploy the new XORG_DEFAULT_OPTIONS #24242Gaetan Nadon2009-10-271-7/+5
* Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432Gaetan Nadon2009-10-261-1/+1
* .gitignore: use common defaults with custom section # 24239Gaetan Nadon2009-10-221-13/+61
* This is not a GNU project, so declare it foreign.Jeremy Huddleston2009-10-211-1/+1
* libICE 1.0.6libICE-1.0.6Peter Hutterer2009-08-281-1/+1
* Add README with pointers to mailing list, bugzilla & git reposAlan Coopersmith2009-02-021-0/+30
* Janitor: Correct sparse warnings.Paulo Cesar Pereira de Andrade2009-01-287-21/+17
* Update .gitignore.libICE-1.0.5Paulo Cesar Pereira de Andrade2009-01-061-0/+4
* bump to 1.0.5Peter Breitenlohner2009-01-061-1/+1
* remove ChangeLog from EXTRA_DIST and CLEANFILESPeter Breitenlohner2009-01-061-2/+1
* use memcmp instead of binaryEqualPeter Breitenlohner2009-01-061-18/+1
* Use NULL, not zero, for pointersPeter Breitenlohner2009-01-062-2/+2
* ANSI CPeter Breitenlohner2009-01-0618-560/+454
* towards ANSI CPeter Breitenlohner2009-01-065-79/+82
* Activate CWARNFLAGS with lots of gcc warningsPeter Breitenlohner2009-01-061-1/+1
* use xorg-macros-1.2.1Peter Breitenlohner2009-01-062-7/+9
* Constify some arguments in libICE to clear warnings in libSMPeter Breitenlohner2008-10-072-4/+4
* define macros to 1 in icetrans.c to avoid redefined macro warningsPeter Breitenlohner2008-10-071-3/+3
* silence warningAlan Hourihane2008-04-291-1/+1
* include for sleep()Colin Harrison2008-04-291-0/+3
* nuke RCS IdsMatthieu Herrb2008-03-091-2/+0
* Add missing PHONY line for automatic ChangeLog generationJames Cloos2007-12-061-0/+2
* Version bump: 1.0.4libICE-1.0.4Alan Coopersmith2007-08-201-1/+1
* Add $(AM_CFLAGS) to lint flags to get correct Xtrans flagsAlan Coopersmith2007-06-041-1/+1
* Replace many malloc(strlen()); strcpy() pairs with strdup()Alan Coopersmith2007-04-058-101/+43
* Provide ANSI C prototypes for more static functionsAlan Coopersmith2007-04-053-18/+9
* Convert authutil.c static helpers to ANSI C prototypes to clear sparse warningsAlan Coopersmith2007-04-051-38/+13
* Add hooks for checking source code with lint/sparse/etc.Alan Coopersmith2007-04-053-0/+18
* Coverity #1086: Double free of pointer "*listenObjsRet"Alan Coopersmith2007-04-051-0/+2