1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 11, 2025 — Feb 11, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
handle utf-8 properly More... over 15 years ago
accept query parameters as variables for the template More... over 15 years ago
fix the poms so that both can be easily built and deployed More... over 15 years ago
simplify the api for compiling More... over 15 years ago
add a mechanism for running mustache templates on a web server using .json files as input. More... over 15 years ago
fix bug when embeddeding backslashes More... over 15 years ago
add LICENSE More... over 15 years ago
be able to return a future writer from an implementation More... over 15 years ago
get rid of the debugging messages for now More... over 15 years ago
expose the root used for the mustache More... over 15 years ago
allow a superclass More... over 15 years ago
don't commit to a writer till you are writing. More... over 15 years ago
Merge branch 'master' of github.com:spullara/mustache.java More... over 15 years ago
merge inverted with non-inverted and add a test More... over 15 years ago
add distribution More... over 15 years ago
support findResouce in the classloader so that things like Guice can mess with the class bytes More... over 15 years ago
switch from iterator to setting a writer later. More... over 15 years ago
get rid of the async test More... over 15 years ago
byte array iterator version More... over 15 years ago
comments and cleanup More... over 15 years ago
comment on some of the code in here. kind of nasty. ought to be separated out into its own dependency i think. More... over 15 years ago
move generic funtionality out of the main package More... over 15 years ago
make things a little more generic More... over 15 years ago
no need to use concrete classes here More... almost 16 years ago
add distribution management More... almost 16 years ago
minor refactoring of the scope class More... almost 16 years ago
working example using async http access to json without consuming a thread for the length of the network i/o -- only for the decoding. More... almost 16 years ago
test support for jetty's async http client More... almost 16 years ago
add support for truly asynchronous data collection using a CallbackFuture that is completed when the data is set on it rather than when a synchronous computation finishes. updated the README with the new example. More... almost 16 years ago
Merge branch 'master' of github.com:spullara/mustache.java More... almost 16 years ago