| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-10-08 | Fix unix:0.0 connections | Andy Williams | |
| According to the spec at https://www.x.org/archive/X11R6.8.0/doc/Xorg.1.html#sect5 the DISPLAY string unix:0.0 is special. This forces connections to use the unix socket at this address even if they would normally lookup TCP first. Simple fix so that we fall through to the unix socket in this case. | |||
| 2020-03-24 | Fix doc link | Jvol Jvolizka | |
| 2016-05-22 | Merge pull request #37 from rabinv/fix-randr-printf | Andrew Gallant | |
| Remove stray format char in randr example | |||
| 2016-05-22 | Remove stray format char in randr example | Rabin Vincent | |
| 2016-03-29 | fix structs with field name of 'Bytes' | Andrew Gallant | |
| (it conflict with a method of the same name that is generated for all such structs) | |||
| 2016-03-21 | Merge pull request #35 from aarzilli/xauthwild | Andrew Gallant | |
| Handle wildcard values in Xauthority file | |||
| 2016-03-21 | Merge pull request #34 from aarzilli/extlock | Andrew Gallant | |
| Read/Write mutex for Extensions map | |||
| 2016-03-21 | Handle wildcard values in Xauthority file | aarzilli | |
| Some field values in the Xauthority file have special meanings: - a value of 65535 in the 'family' field means that the entry will match a connection of any family on any address - an empty string in the 'display number' field means that the entry will match a connection on any display number This behaviour is documented at: https://cgit.freedesktop.org/xorg/lib/libXau/tree/AuGetBest.c#n109 | |||
| 2016-03-21 | Read/Write mutex for Extensions map | aarzilli | |
| 2015-11-20 | Merge pull request #31 from aarzilli/master | Andrew Gallant | |
| sendRequest reads req.buf after closing req.seq | |||
| 2015-11-08 | sendRequest reads req.buf after closing req.seq | aarzilli | |
| NewRequest says you can avoid reallocating a new buffer for each request by calling it directly. This is not true if req.seq is closed before req.buf is read. | |||
| 2015-04-26 | Remove panics/fatal errors. | Andrew Gallant | |
| Fixes #9. This makes shutdown a little more graceful, but there's more work to be done here. Namely, all outstanding cookies need to be given the error, otherwise they will block forever. | |||
| 2015-04-26 | assign a sequence id to the cookie before returning from Conn.NewRequest | Bryan Matsuo | |
| 2015-02-22 | Merge pull request #27 from fangyuanziti/master | Andrew Gallant | |
| add a new api: NewConnNet. So we can init a xgb.Conn from a net.Conn | |||
| 2015-02-22 | add a new api: NewConnNet | fangyuanziti | |
| 2014-05-10 | Formatting and 80 cols. | Andrew Gallant | |
| 2014-05-02 | Fix Issue #21: automatic calculation of alignment padding after lists | aarzilli | |
| 2013-12-30 | Merge pull request #19 from snyh/master | Andrew Gallant | |
| example/randr: check the GetOutputInfo's mode length (virtual head can h... | |||
| 2013-12-31 | examples:randr use info.Connection to detect whether there has any Randr.Modes | snyh | |
| 2013-12-30 | example/randr: check the GetOutputInfo's mode length (virtual head can have ↵ | snyh | |
| zero mode) | |||
| 2013-12-28 | Use consistent extension names. Close #6. | Andrew Gallant | |
| 2013-12-28 | It appears that the "Str" type (which is built into the core X protocol) | Andrew Gallant | |
| doesn't specify any padding. So it has to be treated as a special case. Close #12. | |||
| 2013-12-28 | shortcuts for the lazy | Andrew Gallant | |
| 2013-12-28 | When writing, don't pad the length of bytes produced from inner | Andrew Gallant | |
| structs/unions. Each type should take care of its own padding. Close #14. | |||
| 2013-12-28 | Regenerate xgb with latest XML descriptions. | Andrew Gallant | |
| 2013-12-28 | Fix fmt'd output for union list writing. | Andrew Gallant | |
| 2013-12-28 | Ignore the "fd" field for the time being (for the shm extension only). | Andrew Gallant | |
| 2013-12-28 | The `sync` and `xinput` extensions now use the `switch` field, which | Andrew Gallant | |
| XGB does not currently support. Therefore, I'm removing the sync and xinput extensions. This affects issues #11 and #13. | |||
| 2013-08-22 | Merge pull request #10 from Merovius/logging | Andrew Gallant | |
| Export the logger (again) | |||
| 2013-08-23 | Export the logger (again) | Axel Wagner | |
| Just enabling or disabling logging falls short of the power of interfaces of go. A user is forced to either accept the logging to stderr in the format defined by xgb or disable logging alltogether. By exporting the logger, we can actually let the user decide where to log in what format. | |||
| 2013-08-11 | Padding on a list is on the length of the list. | Andrew Gallant | |
| There was a bug where padding was being computed on each element of the list. Close #5. | |||
| 2013-08-11 | Don't needlessly change source files every time. | Andrew Gallant | |
| 2013-08-11 | Update to latest xproto XML. | Andrew Gallant | |
| 2013-08-11 | Updated to work with new xproto XML files. | Andrew Gallant | |
| Namely, the "doc" element is ignored. Also, I've sorted everything before output so that diff isn't completely useless. | |||
| 2013-08-11 | Fixed a nasty bug where closing could cause ReadFull to crash | Andrew Gallant | |
| the program. Close #4. | |||
| 2013-01-26 | gofmt | Andrew Gallant | |
| 2013-01-26 | Provide access to the X display number in the XGB Conn. | Andrew Gallant | |
| 2012-10-16 | The hack continues. I've increased the event channel buffer. I know I'm | Andrew Gallant (Ocelot) | |
| goofing here. What I'd personally like to do is just use an "infinite" channel. That is, push the limit of how many events can be processed to the machine and not set an artificial limit in XGB. Some day... | |||
| 2012-10-15 | Tests were move to xproto package a long time ago. Update README. | Andrew Gallant (Ocelot) | |
| 2012-06-05 | Doc fixes and stop exporting ReplyChecked and ReplyUnchecked | Andrew Gallant (Ocelot) | |
| 2012-06-05 | Refresh build. Eh. | Andrew Gallant (Ocelot) | |
| 2012-06-05 | Add rules for installing all packages. | Andrew Gallant (Ocelot) | |
| 2012-06-04 | Doc fix. | Andrew Gallant (Ocelot) | |
| 2012-06-02 | Benchmark with gomaxprocs=3 too | Andrew Gallant (Ocelot) | |
| 2012-06-02 | A pathological example for profiling purposes. Use 'make test'. | Andrew Gallant (Ocelot) | |
| 2012-05-28 | Add some style guidelines. | Andrew Gallant (Ocelot) | |
| 2012-05-28 | Merge pull request #1 from tones111/auth | Andrew Gallant | |
| auth: use encoding.binary | |||
| 2012-05-28 | auth: use encoding.binary | Paul Sbarra | |
| 2012-05-26 | Bug fix in the generator that was outputting %(MISSING) crud. | Andrew Gallant (Ocelot) | |
| 2012-05-26 | Doc touchups. | Andrew Gallant (Ocelot) | |
