index
:
haven
master
origin/master
Haven is an umbrella project for a range of mostly desktop applications
Přemysl Eric Janouch <p@janouch.name>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nexgb
/
xgb.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
nexgb: post-merge fixups and cleanups
Přemysl Janouch
2018-09-08
1
-1
/
+1
*
fix structs with field name of 'Bytes'
Andrew Gallant
2018-09-08
1
-1
/
+1
*
Read/Write mutex for Extensions map
aarzilli
2018-09-08
1
-5
/
+5
*
sendRequest reads req.buf after closing req.seq
aarzilli
2018-09-08
1
-1
/
+1
*
Remove panics/fatal errors.
Andrew Gallant
2018-09-08
1
-37
/
+28
*
assign a sequence id to the cookie before returning from Conn.NewRequest
Bryan Matsuo
2018-09-08
1
-1
/
+7
*
add a new api: NewConnNet
fangyuanziti
2018-09-08
1
-0
/
+20
*
Export the logger (again)
Axel Wagner
2018-09-08
1
-12
/
+16
*
Fixed a nasty bug where closing could cause ReadFull to crash
Andrew Gallant
2018-09-08
1
-11
/
+29
*
gofmt
Andrew Gallant
2018-09-08
1
-12
/
+12
*
Provide access to the X display number in the XGB Conn.
Andrew Gallant
2018-09-08
1
-0
/
+1
*
The hack continues. I've increased the event channel buffer. I know I'm
Andrew Gallant (Ocelot)
2018-09-08
1
-1
/
+2
*
Doc fixes and stop exporting ReplyChecked and ReplyUnchecked
Andrew Gallant (Ocelot)
2018-09-08
1
-1
/
+15
*
Doc touchups.
Andrew Gallant (Ocelot)
2012-05-26
1
-9
/
+14
*
Add new logger type so that it can be shut off.
Andrew Gallant (Ocelot)
2012-05-16
1
-15
/
+13
*
export logger so it can be disabled
Andrew Gallant (Ocelot)
2012-05-16
1
-13
/
+13
*
close channels.
Andrew Gallant (Ocelot)
2012-05-12
1
-1
/
+13
*
A more idiomatic way of trying a non-blocking send on a buffered channel
Andrew Gallant (Ocelot)
2012-05-12
1
-3
/
+5
*
docs
Andrew Gallant (Ocelot)
2012-05-12
1
-2
/
+5
*
better docs
Andrew Gallant (Ocelot)
2012-05-10
1
-2
/
+0
*
a huge commit. splitting extensions into their own sub-packages.
Andrew Gallant (Ocelot)
2012-05-10
1
-38
/
+51
*
make resource ids their own individual types. last commit before overhaul to ...
Andrew Gallant (Ocelot)
2012-05-10
1
-8
/
+7
*
fixed nasty bug that made XGB not thread safe
Andrew Gallant (Ocelot)
2012-05-08
1
-1
/
+1
*
use a custom logger so we don't stomp all over the global log configuration
Andrew Gallant (Ocelot)
2012-05-08
1
-17
/
+15
*
gofmt
Andrew Gallant (Ocelot)
2012-05-07
1
-7
/
+7
*
more clean up. use log instead of fmt.Print to stderr. bug fix for event bloc...
Andrew Gallant (Ocelot)
2012-05-07
1
-46
/
+71
*
lots of docs and examples
Andrew Gallant (Ocelot)
2012-05-07
1
-6
/
+0
*
80 cols
Andrew Gallant (Ocelot)
2012-05-07
1
-5
/
+6
*
added tests
Andrew Gallant (Ocelot)
2012-05-07
1
-58
/
+40
*
extensions are working! extensions are working!
Andrew Gallant (Ocelot)
2012-05-05
1
-23
/
+79
*
oh momma. a lot of modifications and it appears to be working. w00t.
Andrew Gallant (Ocelot)
2012-05-05
1
-225
/
+233
*
reworking xgb. cleaned up connection stuff a little. making new xid generatio...
Andrew Gallant (Ocelot)
2012-05-03
1
-173
/
+86
*
holy toldeo... things might actually be working
Andrew Gallant (Ocelot)
2012-05-03
1
-40
/
+32
*
progress. still not working. this is incredibly difficult.
Andrew Gallant (Ocelot)
2012-04-29
1
-3
/
+19
*
initial commit. not currently in a working state.
Andrew Gallant (Ocelot)
2012-04-28
1
-0
/
+484