xscope: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Wed May 6 21:46:40 PDT 2009


 AUTHORS         |    1 
 Makefile.am     |   48 +
 README          |   91 ++
 audio.c         |  500 +++++++++++++++
 bigreqscope.h   |   22 
 common.c        |  223 ++-----
 configure.ac    |    9 
 decode11.c      |  825 ++++++++++++++------------
 decode_bigreq.c |   81 ++
 decode_lbx.c    |  152 ++++
 decode_randr.c  |  100 +++
 decode_render.c |  328 ++++++++++
 decode_shm.c    |  119 +++
 decode_wcp.c    |  132 ++++
 decodenas.c     |  470 ++++++++++++++
 extensions.c    |  233 +++++++
 extensions.h    |   72 ++
 fd.c            |  294 ++++++++-
 fd.h            |   30 
 imakefile       |    5 
 lbxscope.h      |   58 +
 nas.h           |  199 ++++++
 print11.c       | 1766 +++++++++++++++++++++++++++++++++-----------------------
 print_bigreq.c  |   51 +
 print_lbx.c     |  210 ++++++
 print_randr.c   |  168 +++++
 print_render.c  |  631 ++++++++++++++++++++
 print_shm.c     |  174 +++++
 print_wcp.c     |  464 ++++++++++++++
 printnas.c      | 1012 ++++++++++++++++++++++++++++++++
 proto.h         |  547 +++++++++--------
 prtype.c        |  421 ++++++++-----
 randrscope.h    |   29 
 renderscope.h   |   58 +
 scope.c         | 1308 +++++++++++++++++++++++++----------------
 scope.h         |   62 +
 server.c        |  399 ++++++++----
 shmscope.h      |   30 
 table11.c       |  247 +++++--
 tablenas.c      |   29 
 wcpscope.h      |   54 +
 x11.h           |  235 +++++--
 xstats.c        |  114 +++
 43 files changed, 9545 insertions(+), 2456 deletions(-)

New commits:
commit 50ef34933ba3e846605d52a96619323e12887959
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Wed May 6 21:43:59 2009 -0700

    Clear many compiler & sparse warnings
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at sun.com>

commit 0167af41624e8ef86b657d83ece09fe4e12fd6a2
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Wed May 6 21:30:29 2009 -0700

    Make big requests support work without modifying buffer
    
    Fixes corruption of big requests data in -v4/raw output
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at sun.com>

commit aec53bc090ef6b63e16efebab3f8c8e6f329eb6b
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Wed May 6 19:42:47 2009 -0700

    Report names for all extensions, not just those we know
    
    Move extension handling to new extensions.c & extensions.h files
    Start to make extension handling more generic/modular/extendable
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at sun.com>

commit 02906bf1766ad1769e03f9372611087389ee23b0
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Wed May 6 17:00:09 2009 -0700

    Constify many char pointers
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at sun.com>

commit 6dde56a016d502cf422b5c54247e225bb13e26d0
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Wed May 6 10:33:49 2009 -0700

    Convert select() arguments back to fd_set structures
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at sun.com>

commit 80ac8c6d04c04ec1f892883397507f32292ae590
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Wed May 6 09:42:48 2009 -0700

    Ansify prototypes and move extern declarations to header files
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at sun.com>

commit 245871145e6a12739ed8d4512b5e2cb6b1a1721c
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Tue May 5 13:21:07 2009 -0700

    Use XORG_CWARNFLAGS, XORG_CHANGELOG, & XORG_WITH_LINT
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at sun.com>

commit bc32bb55ca5a9059dec9d9326f34ff372b54f154
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Tue May 5 12:57:32 2009 -0700

    Delete DECnet support

commit 50f126f91c12e25e33cb5d8b79c6172ec33765ee
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Tue May 5 11:14:33 2009 -0700

    Delete unused patchlevel.h

commit 7cbba2672729d57ad9e35f8bfe9af6bc8d94cf48
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Tue May 5 11:12:53 2009 -0700

    Delete PEX code

commit 0aab8135dae526b090dcb1ffab801023ac4084aa
Merge: eb05316a471da962eefe82c9b9a16a7590653ba7 def948f052a758850cadc022943517742b299441
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Wed May 6 17:10:31 2009 -0700

    Merge branch 'keithp'
    
    Conflicts:
    
    	common.c
    	decode11.c
    	fd.c
    	fd.h
    	print11.c
    	prtype.c
    	scope.c
    	scope.h
    	server.c
    	table11.c
    	x11.h
    	xscope.man

commit def948f052a758850cadc022943517742b299441
Author: Keith Packard <keithp at keithp.com>
Date:   Sat Aug 31 07:38:35 2002 +0000

    Fix bugs in CompositeGlyphs decoding

commit 5a0de81b2922b2f2c174f136b0b5ade2440562a8
Author: Keith Packard <keithp at keithp.com>
Date:   Wed May 15 05:26:19 2002 +0000

    Add lots more Render stuff

commit 6e2099e8fa4d192d1dfa324454f538c3017c1988
Author: Keith Packard <keithp at keithp.com>
Date:   Sun Feb 3 06:50:04 2002 +0000

    Use Unix sockets for local connections

commit af92a00b953746d64e1394d1988e77ffc3142df8
Author: Keith Packard <keithp at keithp.com>
Date:   Tue Jan 1 07:51:45 2002 +0000

    Add (some) support for BIG-REQUESTS

commit 093842a5e11bb5c0fd17b51a6c037634b5a3a223
Author: Keith Packard <keithp at keithp.com>
Date:   Wed Dec 5 18:12:21 2001 +0000

    Avoid infinite loop on broken protocol

commit 30392c1e635663e5b3eb5771d8ce4c852cada4b8
Author: Keith Packard <keithp at keithp.com>
Date:   Mon Oct 15 16:33:22 2001 +0000

    Add SHM decoding

commit 062412a066cc62635c1d1eb99999ee774775ca6f
Author: Keith Packard <keithp at keithp.com>
Date:   Fri Jun 8 00:32:52 2001 +0000

    Import xscope bits into keithp.com CVS



More information about the xorg-commit mailing list