Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | panic when an extension request is issued before an extension has been ↵ | Andrew Gallant (Ocelot) | 2012-05-11 | 1 | -1/+1 |
| | | | | initialized. but give a nice error message for the happy people. | ||||
* | panic when an extension request is issued before an extension has been ↵ | Andrew Gallant (Ocelot) | 2012-05-11 | 1 | -0/+16 |
| | | | | initialized. but give a nice error message for the happy people. | ||||
* | add a little more docs for errors | Andrew Gallant (Ocelot) | 2012-05-11 | 1 | -0/+8 |
| | |||||
* | better docs | Andrew Gallant (Ocelot) | 2012-05-10 | 5 | -45/+80 |
| | |||||
* | adding package header comments | Andrew Gallant (Ocelot) | 2012-05-10 | 1 | -0/+2 |
| | |||||
* | a huge commit. splitting extensions into their own sub-packages. | Andrew Gallant (Ocelot) | 2012-05-10 | 14 | -152/+194 |
| | |||||
* | make resource ids their own individual types. last commit before overhaul to ↵ | Andrew Gallant (Ocelot) | 2012-05-10 | 5 | -19/+25 |
| | | | | sub-packages | ||||
* | more clean up. use log instead of fmt.Print to stderr. bug fix for event ↵ | Andrew Gallant (Ocelot) | 2012-05-07 | 2 | -3/+18 |
| | | | | blocking (a hack fix for now). | ||||
* | lots of docs and examples | Andrew Gallant (Ocelot) | 2012-05-07 | 11 | -37/+35 |
| | |||||
* | add more extension cruft. make extension checking more uniform. | Andrew Gallant (Ocelot) | 2012-05-06 | 7 | -11/+59 |
| | |||||
* | more bug fixes for the rest of the extensions | Andrew Gallant (Ocelot) | 2012-05-06 | 6 | -32/+41 |
| | |||||
* | added documentation and did some slight restructuring. it's party time. | Andrew Gallant (Ocelot) | 2012-05-06 | 11 | -304/+284 |
| | |||||
* | fixing bugs related mostly to extension handling | Andrew Gallant (Ocelot) | 2012-05-05 | 9 | -42/+125 |
| | |||||
* | converting to new reply/cookie scheme | Andrew Gallant (Ocelot) | 2012-05-05 | 4 | -28/+122 |
| | |||||
* | holy toldeo... things might actually be working | Andrew Gallant (Ocelot) | 2012-05-03 | 15 | -182/+545 |
| | |||||
* | finally starting on the crescendo: requests and replies. | Andrew Gallant (Ocelot) | 2012-05-02 | 11 | -48/+153 |
| | |||||
* | unions, events and errors... oh my | Andrew Gallant (Ocelot) | 2012-05-01 | 8 | -34/+313 |
| | |||||
* | splitting up go specific code. too much for one file IMO. more progress. ↵ | Andrew Gallant (Ocelot) | 2012-04-30 | 9 | -269/+503 |
| | | | | almost done with structs. | ||||
* | gofmt | Andrew Gallant (Ocelot) | 2012-04-30 | 14 | -233/+163 |
| | |||||
* | complete and total overhaul like i promised. things are much easier to ↵ | Andrew Gallant (Ocelot) | 2012-04-30 | 13 | -750/+1740 |
| | | | | reason about. still not working yet though. | ||||
* | last commit before i tear everything down | Andrew Gallant (Ocelot) | 2012-04-29 | 4 | -37/+135 |
| | |||||
* | progress. still not working. this is incredibly difficult. | Andrew Gallant (Ocelot) | 2012-04-29 | 7 | -60/+347 |
| | |||||
* | initial commit. not currently in a working state. | Andrew Gallant (Ocelot) | 2012-04-28 | 8 | -0/+1057 |