index
:
~halfline/libxcb
master
xdg-implicitly
Unnamed repository; edit this file 'description' to name the repository.
halfline
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2008-11-04
Release libxcb 1.1.92
1.1.92
Julien Danjou
2
-1
/
+21
2008-10-29
Support handing off socket write permission to external code.
Josh Triplett
5
-5
/
+110
2008-10-29
Track 64-bit sequence numbers internally.
Jamey Sharp
3
-25
/
+31
2008-10-29
Use sequence number ranges in pending replies
Jamey Sharp
1
-4
/
+7
2008-10-29
Inline _xcb_lock_io, _xcb_unlock_io, and _xcb_wait_io.
Jamey Sharp
4
-37
/
+19
2008-10-29
Remove libxcb-xlib and xcbxlib.h.
Jamey Sharp
8
-220
/
+6
2008-10-14
build: fix configure.ac AC_DEFINE
Julien Danjou
1
-7
/
+6
2008-10-14
allow compile-time setting for XCB queue buffer size
Julien Danjou
2
-1
/
+12
2008-10-08
Remove duplicate XCB_EXTENSION calls for Composite extension
Josh Triplett
1
-2
/
+0
2008-09-20
fix tiny memory leak in read_packet (leak only happens when malloc returns NU...
Henning Sten
1
-0
/
+1
2008-09-09
Added generation of extern "C" for compatibility with C++
Carsten Meier
1
-0
/
+12
2008-09-09
Add support for the abstract socket namespace under Linux
Julien Cristau
2
-3
/
+43
2008-09-09
Fix some fd leaks in _xcb_open_*()
Julien Cristau
1
-5
/
+12
2008-09-03
fixed overly aggressive warning about fixed field following variable
Bart Massey
1
-1
/
+1
2008-09-03
added small fix to support trailing fixed fields; also warning for non-pad fi...
Bart Massey
1
-1
/
+7
2008-08-31
factorize m4 macros and add one to set X extensions
Vincent Torri
4
-150
/
+193
2008-08-28
Initialize all fields of addrinfo
Julien Danjou
1
-8
/
+11
2008-08-28
Use ifdef instead of if for defined value
Julien Danjou
1
-1
/
+1
2008-08-28
Set namelen unsigned
Julien Danjou
1
-1
/
+1
2008-08-28
Rename index to idx to avoid shadowing
Julien Danjou
1
-4
/
+4
2008-08-28
Use a signed size in read_block()
Julien Danjou
1
-1
/
+1
2008-08-28
Use unsigned to compare and rename sync
Julien Danjou
1
-5
/
+5
2008-08-28
Fix htonl() arg & convert sizeof() to signed
Julien Danjou
1
-2
/
+2
2008-08-28
initialize global_id to 0
Julien Danjou
1
-1
/
+1
2008-07-17
Bump to 1.1.91.
1.1.91
1.1.90.1
Peter Hutterer
1
-1
/
+1
2008-07-16
Make EXTHEADERS, EXTSOURCES, EXTENSION_XML unconditional of configure flags.
Julien Cristau
1
-45
/
+45
2008-07-07
fix FreeBSD support
Petr Salinger
2
-2
/
+13
2008-05-29
Bump to 1.1.90.
Peter Hutterer
1
-1
/
+1
2008-05-28
Fix variable declaration formatting
Josh Triplett
1
-2
/
+2
2008-05-21
Add xcb_ge_event_t and handling for long events.
Peter Hutterer
2
-2
/
+40
2008-05-01
Fix libxcb/src compile with srcdir != builddir.
Oswald Buddenhagen
1
-2
/
+2
2008-04-23
Replace a stray c-client.xsl in the libxcb SOURCES. Fixes make distcheck.
Eamon Walsh
1
-1
/
+1
2008-04-23
Use the python install path from xcb-xproto.pc to locate the xcbgen package.
Eamon Walsh
3
-4
/
+23
2008-04-20
Add mention of PYTHONPATH if xcbgen cannot be found.
Jeremy Kolb
1
-1
/
+2
2008-04-19
Add Python parser C language-dependent part.
Eamon Walsh
3
-11
/
+1010
2008-01-24
Add SELinux extension support, disabled by default.
Eamon Walsh
5
-1
/
+28
2008-01-24
Add XInput extension support, disabled by default.
Eamon Walsh
5
-1
/
+28
2008-01-15
Inputs to AC_CONFIG_FILES are automatically distributed.
Eamon Walsh
1
-65
/
+0
2007-12-07
Generated the configure.ac and Makefile.am's in libxcb with the idea of
Eamon Walsh
3
-134
/
+303
2007-12-07
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xcb/libxcb
Eamon Walsh
3
-11
/
+6
2007-11-24
make IPv6 optional
Bart Massey
2
-0
/
+6
2007-11-16
Remove file that wasn't meant to be committed.
Eamon Walsh
1
-11
/
+0
2007-11-16
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xcb/libxcb
Eamon Walsh
9
-20
/
+118
2007-11-16
Add comment noting the requirement to free replies when finished.
Eamon Walsh
2
-0
/
+13
2007-11-16
Add generated comment noting requirement to free replies after use.
Eamon Walsh
1
-0
/
+2
2007-11-04
Release libxcb 1.1
1.1
Jamey Sharp
3
-6
/
+64
2007-11-04
Revert "Generate error constants as XCB_BAD_*, similar to Xlib."
Jamey Sharp
1
-5
/
+0
2007-10-28
Don't hold the xlib-xcb lock while sleeping: that allows deadlock.
Jamey Sharp
1
-1
/
+25
2007-10-28
Factor pthread_cond_wait(iolock) to _xcb_wait_io.
Jamey Sharp
3
-3
/
+9
2007-10-23
Don't abort() on locking assertions if LIBXCB_ALLOW_SLOPPY_LOCK is set.
Jamey Sharp
3
-5
/
+9
[next]