summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-25test dummy write error server -> conn close testsjEzEk
2018-10-25test not timed out on blocking close fixjEzEk
2018-10-25leak testing struct & checksjEzEk
2018-10-25testing blocking server, Conn open/close testjEzEk
2018-10-25xgb.go test file with very basic test serverjEzEk
2016-05-22Merge pull request #37 from rabinv/fix-randr-printfAndrew Gallant
2016-05-22Remove stray format char in randr exampleRabin Vincent
2016-03-29fix structs with field name of 'Bytes'Andrew Gallant
2016-03-21Merge pull request #35 from aarzilli/xauthwildAndrew Gallant
2016-03-21Merge pull request #34 from aarzilli/extlockAndrew Gallant
2016-03-21Handle wildcard values in Xauthority fileaarzilli
2016-03-21Read/Write mutex for Extensions mapaarzilli
2015-11-20Merge pull request #31 from aarzilli/masterAndrew Gallant
2015-11-08sendRequest reads req.buf after closing req.seqaarzilli
2015-04-26Remove panics/fatal errors.Andrew Gallant
2015-04-26assign a sequence id to the cookie before returning from Conn.NewRequestBryan Matsuo
2015-02-22Merge pull request #27 from fangyuanziti/masterAndrew Gallant
2015-02-22add a new api: NewConnNetfangyuanziti
2014-05-10Formatting and 80 cols.Andrew Gallant
2014-05-02Fix Issue #21: automatic calculation of alignment padding after listsaarzilli
2013-12-30Merge pull request #19 from snyh/masterAndrew Gallant
2013-12-31examples:randr use info.Connection to detect whether there has any Randr.Modessnyh
2013-12-30example/randr: check the GetOutputInfo's mode length (virtual head can have z...snyh
2013-12-28Use consistent extension names. Close #6.Andrew Gallant
2013-12-28It appears that the "Str" type (which is built into the core X protocol)Andrew Gallant
2013-12-28shortcuts for the lazyAndrew Gallant
2013-12-28When writing, don't pad the length of bytes produced from innerAndrew Gallant
2013-12-28Regenerate xgb with latest XML descriptions.Andrew Gallant
2013-12-28Fix fmt'd output for union list writing.Andrew Gallant
2013-12-28Ignore the "fd" field for the time being (for the shm extension only).Andrew Gallant
2013-12-28The `sync` and `xinput` extensions now use the `switch` field, whichAndrew Gallant
2013-08-22Merge pull request #10 from Merovius/loggingAndrew Gallant
2013-08-23Export the logger (again)Axel Wagner
2013-08-11Padding on a list is on the length of the list.Andrew Gallant
2013-08-11Don't needlessly change source files every time.Andrew Gallant
2013-08-11Update to latest xproto XML.Andrew Gallant
2013-08-11Updated to work with new xproto XML files.Andrew Gallant
2013-08-11Fixed a nasty bug where closing could cause ReadFull to crashAndrew Gallant
2013-01-26gofmtAndrew Gallant
2013-01-26Provide access to the X display number in the XGB Conn.Andrew Gallant
2012-10-16The hack continues. I've increased the event channel buffer. I know I'mAndrew Gallant (Ocelot)
2012-10-15Tests were move to xproto package a long time ago. Update README.Andrew Gallant (Ocelot)
2012-06-05Doc fixes and stop exporting ReplyChecked and ReplyUncheckedAndrew Gallant (Ocelot)
2012-06-05Refresh build. Eh.Andrew Gallant (Ocelot)
2012-06-05Add rules for installing all packages.Andrew Gallant (Ocelot)
2012-06-04Doc fix.Andrew Gallant (Ocelot)
2012-06-02Benchmark with gomaxprocs=3 tooAndrew Gallant (Ocelot)
2012-06-02A pathological example for profiling purposes. Use 'make test'.Andrew Gallant (Ocelot)
2012-05-28Add some style guidelines.Andrew Gallant (Ocelot)
2012-05-28Merge pull request #1 from tones111/authAndrew Gallant