summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-05-11panic when an extension request is issued before an extension has been ↵Andrew Gallant (Ocelot)
initialized. but give a nice error message for the happy people.
2012-05-11doc updates and a quick usageAndrew Gallant (Ocelot)
2012-05-11add a little more docs for errorsAndrew Gallant (Ocelot)
2012-05-10better docsAndrew Gallant (Ocelot)
2012-05-10adding package header commentsAndrew Gallant (Ocelot)
2012-05-10a huge commit. splitting extensions into their own sub-packages.Andrew Gallant (Ocelot)
2012-05-10make resource ids their own individual types. last commit before overhaul to ↵Andrew Gallant (Ocelot)
sub-packages
2012-05-08updateAndrew Gallant (Ocelot)
2012-05-08fixed nasty bug that made XGB not thread safeAndrew Gallant (Ocelot)
2012-05-08use a custom logger so we don't stomp all over the global log configurationAndrew Gallant (Ocelot)
2012-05-07gofmtAndrew Gallant (Ocelot)
2012-05-07more clean up. use log instead of fmt.Print to stderr. bug fix for event ↵Andrew Gallant (Ocelot)
blocking (a hack fix for now).
2012-05-07important stuff first pleaseAndrew Gallant (Ocelot)
2012-05-07more info in readme. link to docs.Andrew Gallant (Ocelot)
2012-05-07lots of docs and examplesAndrew Gallant (Ocelot)
2012-05-0780 colsAndrew Gallant (Ocelot)
2012-05-07added testsAndrew Gallant (Ocelot)
2012-05-06add more extension cruft. make extension checking more uniform.Andrew Gallant (Ocelot)
2012-05-06auto-generated Go code ftw. ~65,000 lines. woooheeeAndrew Gallant (Ocelot)
2012-05-06build comman for converting XML to GoAndrew Gallant (Ocelot)
2012-05-06more bug fixes for the rest of the extensionsAndrew Gallant (Ocelot)
2012-05-06status updateAndrew Gallant (Ocelot)
2012-05-06added documentation and did some slight restructuring. it's party time.Andrew Gallant (Ocelot)
2012-05-05examples. some should be testsAndrew Gallant (Ocelot)
2012-05-05extensions are working! extensions are working!Andrew Gallant (Ocelot)
2012-05-05fixing bugs related mostly to extension handlingAndrew Gallant (Ocelot)
2012-05-05oh momma. a lot of modifications and it appears to be working. w00t.Andrew Gallant (Ocelot)
2012-05-05converting to new reply/cookie schemeAndrew Gallant (Ocelot)
2012-05-03reworking xgb. cleaned up connection stuff a little. making new xid ↵Andrew Gallant (Ocelot)
generation cleaner and use goroutines for it.
2012-05-03holy toldeo... things might actually be workingAndrew Gallant (Ocelot)
2012-05-02finally starting on the crescendo: requests and replies.Andrew Gallant (Ocelot)
2012-05-01float my boatAndrew Gallant (Ocelot)
2012-05-01unions, events and errors... oh myAndrew Gallant (Ocelot)
2012-04-30splitting up go specific code. too much for one file IMO. more progress. ↵Andrew Gallant (Ocelot)
almost done with structs.
2012-04-30gofmtAndrew Gallant (Ocelot)
2012-04-30complete and total overhaul like i promised. things are much easier to ↵Andrew Gallant (Ocelot)
reason about. still not working yet though.
2012-04-29last commit before i tear everything downAndrew Gallant (Ocelot)
2012-04-29progress. still not working. this is incredibly difficult.Andrew Gallant (Ocelot)
2012-04-28initial commit. not currently in a working state.Andrew Gallant (Ocelot)