Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-06 | use memcmp instead of binaryEqual | Peter Breitenlohner | |
suggested by Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> http://lists.freedesktop.org/archives/xorg/2008-December/041222.html | |||
2009-01-06 | Use NULL, not zero, for pointers | Peter Breitenlohner | |
From Magnus Kessler <Magnus.Kessler@gmx.net> http://lists.freedesktop.org/archives/xorg/2008-October/039799.html http://lists.freedesktop.org/archives/xorg/attachments/20081030/b2ea5b1c/attachment-0001.bin | |||
2009-01-06 | ANSI C | Peter Breitenlohner | |
convert all old style function declarations see also: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> http://bugs.freedesktop.org/show_bug.cgi?id=14683 http://bugs.freedesktop.org/attachment.cgi?id=14582 see also: Magnus Kessler <Magnus.Kessler@gmx.net> http://lists.freedesktop.org/archives/xorg/2008-October/039799.html http://lists.freedesktop.org/archives/xorg/attachments/20081030/b2ea5b1c/attachment-0001.bin | |||
2009-01-06 | towards ANSI C | Peter Breitenlohner | |
make _IceProcessCoreMessage and default error handlers static | |||
2009-01-06 | Activate CWARNFLAGS with lots of gcc warnings | Peter Breitenlohner | |
2008-10-07 | Constify some arguments in libICE to clear warnings in libSM | Peter Breitenlohner | |
This patch avoids the gcc (3.4.6) warnings: ../../libSM-1.0.3/src/sm_client.c:104: warning: passing arg 7 of `IceRegisterForProtocolSetup' from incompatible pointer type ../../libSM-1.0.3/src/sm_manager.c:168: warning: passing arg 7 of `IceRegisterForProtocolReply' from incompatible pointer type when compiling libSM | |||
2008-10-07 | define macros to 1 in icetrans.c to avoid redefined macro warnings | Peter Breitenlohner | |
X.Org Bug #17947 <http://bugs.freedesktop.org/show_bug.cgi?id=17947> Patch #19444 <http://bugs.freedesktop.org/attachment.cgi?id=19444> Define as 1 (one) as done by autoconf and the command line option, e.g. -DICE_t, not as empty. This avoids the gcc (3.4.6) warnings: ../../libICE-1.0.4/src/icetrans.c:29:1: warning: "ICE_t" redefined ../config.h:38:1: warning: this is the location of the previous definition ../../libICE-1.0.4/src/icetrans.c:30:1: warning: "TRANS_CLIENT" redefined <command line>:6:1: warning: this is the location of the previous definition ../../libICE-1.0.4/src/icetrans.c:31:1: warning: "TRANS_SERVER" redefined <command line>:7:1: warning: this is the location of the previous definition | |||
2008-04-29 | silence warning | Alan Hourihane | |
2008-04-29 | include for sleep() | Colin Harrison | |
2008-03-09 | nuke RCS Ids | Matthieu Herrb | |
2007-06-04 | Add $(AM_CFLAGS) to lint flags to get correct Xtrans flags | Alan Coopersmith | |
2007-04-05 | Replace many malloc(strlen()); strcpy() pairs with strdup() | Alan Coopersmith | |
2007-04-05 | Provide ANSI C prototypes for more static functions | Alan Coopersmith | |
2007-04-05 | Convert authutil.c static helpers to ANSI C prototypes to clear sparse warnings | Alan Coopersmith | |
2007-04-05 | Add hooks for checking source code with lint/sparse/etc. | Alan Coopersmith | |
2007-04-05 | Coverity #1086: Double free of pointer "*listenObjsRet" | Alan Coopersmith | |
Same bug, different function. | |||
2007-04-05 | Coverity #1085: Double free of pointer "*listenObjsRet" | Alan Coopersmith | |
If malloc failed in the loop in IceListenForConnections, the error path would free all previous allocations, then loop around and try again, and if it failed again, free the previous allocations again. On the other hand, if it succeeded on the later tries, then the memory would just be leaked, since the error would be returned and not the pointer to them. | |||
2006-07-13 | renamed: .cvsignore -> .gitignore | Alan Coopersmith | |
2006-07-11 | Sun bug #6193975: kde session manager core dumps in _IceWrite() | Derek Wang | |
2006-04-10 | Coverity #664: Free memory allocated by EXTRACT_STRING in | Alan Coopersmith | |
_IceDefaultErrorHandler after we're done fprintf()'ing it. | |||
2005-10-23 | Bug #1893: Fix replies when peers use different major opcodes for the sameXORG-6_8_99_903XORG-6_8_99_902 | Adam Jackson | |
subprotocol. (016_ICE_subprotocol_reply_fix.diff from Debian, by Jochen Voss) | |||
2005-07-30 | Add -D flags to clear various warnings (Stefan Dirsch)XORG-6_99_99_901XORG-6_99_99_900 | Alan Coopersmith | |
2005-07-16 | Set soversion to 6.3.0. | Daniel Stone | |
2005-07-09 | Add .cvsignore files | Keith Packard | |
2005-07-03 | Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.XORG-6_8_99_901XORG-6_8_99_900XORG-6_8_99_16XORG-6_8_99_15XORG-6_8_99_14 | Daniel Stone | |
Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings. Add #include <dix-config.h> or <xorg-config.h>, as appropriate, to all source files in the xserver/xorg tree, predicated on defines of HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to <X11/fonts/foo.h>. | |||
2005-06-09 | Replace <X11/transport.c> with <X11/Xtrans/transport.c> | Alexander Gottwald | |
2005-06-09 | Replace <X11/Xtrans.h> with <X11/Xtrans/Xtrans.h> | Alexander Gottwald | |
Copy Xtrans.h to exports/include/X11/Xtrans only | |||
2005-05-17 | - Conditionally include config.h in xc/lib/SM | Søren Sandmann Pedersen | |
- Add libSM to symlink.sh - Add SM build system | |||
2005-05-17 | - Conditionally include config.h in the ICE source.XORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_10 | Søren Sandmann Pedersen | |
- Add ICE to symlink.sh | |||
2005-05-17 | Add ICE directory + build system. | Søren Sandmann Pedersen | |
2005-01-28 | Move _IceGetPeerName into the ICE public API as IceGetPeerName; bump ICEsco_port_update-baseXORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4XORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_1sco_port_update | Daniel Stone | |
soversion to 6.4 accordingly. Change SM's use to the public version. The old version will be retained for compatibility. | |||
2004-04-23 | Merging XORG-CURRENT into trunkxprint_packagertest_20041217_basexprint_packagertest_20041125_baserel-0-6-1lg3d-rel-0-7-0lg3d-rel-0-6-2lg3d-baseXORG-6_8_2XORG-6_8_1_904XORG-6_8_1_903XORG-6_8_1_902XORG-6_8_1_901XORG-6_8_1XORG-6_8_0XORG-6_7_99_904XORG-6_7_99_903XORG-6_7_99_902XORG-6_7_99_901XORG-6_7_99_2XORG-6_7_99_1XACE-SELINUX-MERGExprint_packagertest_20041217xprint_packagertest_20041125lg3d-masterlg3d-eventlg3d-dev-0-7-1lg3d-dev-0-7-0lg3d-dev-0-6-latestlg3d-dev-0-6-2lg3d-dev-0-6-1-latestlg3d-dev-0-6-1-currentlg3d-dev-0-6-1-1lg3d-dev-0-6-1lg3dXORG-6_8-branchCOMPOSITEWRAP | Egbert Eich | |
2004-03-14 | Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1 | Egbert Eich | |
2004-03-03 | Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0STSF-CURRENT | Egbert Eich | |
2004-02-26 | readding XFree86's cvs IDsxf86-4_3_99_903 | Egbert Eich | |
2004-02-26 | Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 | Egbert Eich | |
2003-12-04 | XFree86 4.3.99.901 (RC 1)xf86-4_3_99_903_specialxf86-4_3_99_902xf86-4_3_99_901xf86-012804-2330 | Kaleb Keithley | |
2003-11-25 | XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16 | Kaleb Keithley | |
2003-11-14 | XFree86 4.3.0.1xf86-4_3_0_1PRE_xf86-4_3_0_1 | Kaleb Keithley | |
2003-11-14 | R6.6 is the Xorg base-lineXORG-MAINXORG-STABLE | Kaleb Keithley | |