0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
reformatting the readme as markdown coz i'm bored and installing my dev envinronment on a new 'pooter ;) More... over 15 years ago
ADDING A BIG WARNING TO README TO SAY... well, just read the README More... over 15 years ago
removing a now invalid comment More... over 15 years ago
and... hack is running a blog (albiet a html-injection-vulnerable, post-non-editable one) john barton and clinton forbes, you both owe me five dollars each! More... over 15 years ago
tests for get? and post? methods for use in uri's than can respond to any http method, now time to write the blog and win that ten dollars More... over 15 years ago
we have the uri method now, which means a uri can respond to both get and post More... over 15 years ago
hack can get POST data out now, too More... over 15 years ago
can tell the difference between GET and POST requests, will look into PUT and DELETE in http rfc soon so i can figure out if they gots post and query data as well (i'm assuming they do) More... over 15 years ago
url matching is now deterministic, in order of the definition, this is so we can do catch-alls and not have them match accidentally (though they should be defined last) More... over 15 years ago
adding example blog app, work in progress and doesn't work yet :) More... over 15 years ago
pretty much the remainder of the functionality in pending specs, once all these are done hack is probably finished for ever More... over 15 years ago
removing parser hacky file and example app More... over 15 years ago
get params can be get, get ... get More... over 15 years ago
ability to return straight-up status codes as response values More... over 15 years ago
guess what? redirects are working, so in your face More... over 15 years ago
fixing syntax error from my copy/paste job of instance_exec More... over 15 years ago
significant refactoring of how each request is handled: introducing the cycle object, but still the redirect test is failing, time to fix that :) More... over 15 years ago
making curl helper inline test suite behave like web servers More... over 15 years ago
putting uri in like, nice place, and, yeah... time to drink last beer and throw in the towel for tonight - got curl status/header/body parser finish so test suite can properly test the next features i'm adding. the $10 i'll win from this bet is as good as mine!!!!! More... over 15 years ago
ah... forgot that web server spec thingo RFC whatzit says gotta be split on \r\n's... not sure that it was beer's fault, sure should ask him one day More... over 15 years ago
hack is now powered by beer, which probably explains why the tests are now failing and i'm not sure why More... over 15 years ago
well, here's a bunch of broken code (i have to go pick up my iphone which i lost a couple of nights ago, someone handed it in the darlings), so like, i'll keep banging away on you when i get home you stupid little hack More... over 15 years ago
it's time for an OPORTO BURGER, and here's some pending specs, if i get these done tonight i'll be happy :) More... over 15 years ago
adding eigenclass' instance_exec coz we'll need it soon More... over 15 years ago
hm, didn't need to do anythign to make this spec pass, must have been the ^ and $ around the regex... More... over 15 years ago
oh yay now passing specs again, er, er... i was thinking 'ah why did i need instance_exec last time?', and i think i remember why, it'll be like in here, soon when, api like, gets up to that bit More... over 15 years ago
failing test for capturing parameters out of the url, pending spec for raised exception on missing path (of course, i'll have to catch that and display something proper for a real app) More... over 15 years ago
ok, so now a hack app can tell the difference between two paths and like actually return the result of the proc More... over 15 years ago
TODO can piss of as well More... over 15 years ago
well fixtures can just go for now More... over 15 years ago