0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 6 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
get gopaste working again More... almost 11 years ago
Added a "home" link to the view page. More... over 14 years ago
Updated printer config mode to reflect recent TabIndent addition. More... over 14 years ago
Replaced collector with a bytes.Buffer. More... over 14 years ago
Updated GoPaste to use new ioutil package, and use various go parsers instead of just adding a package decl on failure. Should now handle most go code, including snippets of declarations/statements. More... over 14 years ago
Escape unparsed code. More... over 14 years ago
Added two more styles, Lights On and Lights off, which are just white/black and black/white. No highlighting or weighting. More... over 14 years ago
Fixed ... links. More... over 14 years ago
* Updates to FSM. * Gofmt. More... over 14 years ago
Added White-on-Black and Black-on-White themes. More... over 14 years ago
Tweaked curTheme to use regexp to match on the cookie. More... over 14 years ago
* Generate CSS links for alternate stylesheets dynamically based on THEMES constant. * Tweaked controller loop. More... over 14 years ago
Set the theme cookie for longer. More... over 14 years ago
Switched controller/Handler out for controller/HandlerFunc, which does the http.HandlerFunc(...) bit automatically and looks a bit better with http.Handle(...). More... over 14 years ago
Updated Vector usage to work with recent changes in container/vector. More... over 14 years ago
* Added theming support. * Expanded pretty-printer to add some more helpful CSS classes. More... over 14 years ago
Drastic performance improvements, mostly due to how the pretty printer collected output from go/printer. More... over 14 years ago
Fixed raw links. More... over 14 years ago
* Added a note for the seperator to the frontpage. * Moved prettification code which is now more abstract to pretty.go, which is now part of gopaste rather than an independent package. More... over 14 years ago
* Multi-content pastes. * Code tweaks. * Moved jQuery to new gopaste dir. More... over 14 years ago
* Fixed controller URL matching. * Gofmt'd everything. More... over 14 years ago
* Render pastes at /all in parallel! * Added build system for gopaste and restructured code. More... over 14 years ago
* Changed the type matching for callback args to match on .(type). * Tweaked the route ordering to get around a recent bug in the regexp matcher. More... over 14 years ago
Fixed a memory leak. More... over 14 years ago
Fixed route ordering for /all. More... over 14 years ago
* Switched controller callback container to a Vector so it retains the order of the routes being defined in, so the most general routes can be put under the ones to try first. * Relocated route defining code to the controller definition package. More... over 14 years ago
Added Controller.Handler() which returns a closure that can be passed to http.HandlerFunc. More... over 14 years ago
Fixed URLs to match on private pastes. More... over 14 years ago
CSS tweaks; bumped up the font size. More... over 14 years ago
* Code cleanups. * Fixed links at /all. More... over 14 years ago