aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-08-15as-url addition from James ReevesStuart Halloway
2009-08-15make compile_clojure depend on compile_classes, fixes test failurescgilardi
2009-08-15better doc metadata for jmxStuart Halloway
2009-08-14http/agent.clj: allow handling of stream as it is receivedStuart Sierra
This changes the meaning of the :on-success and :on-failure callback functions; they are now called as soon as the response body stream is ready, and they can consume the InputStream directly.
2009-08-14http/agent.clj: added predicates to test response code rangesStuart Sierra
Renamed "request-success?" to "success?"
2009-08-14http/agent.clj: allow encoding argument on response-body-strStuart Sierra
2009-08-14http/agent.clj: added response-success?Stuart Sierra
2009-08-14http/connection.clj: set streaming mode before calling connect methodStuart Sierra
Patch from drewr, http://paste.lisp.org/display/85390
2009-08-12http/connection.clj: fixed typo in method nameStuart Sierra
2009-08-12Beginning to add supplementary doc for pprintTom Faulhaber
2009-08-07Fixes #12; log-system ref is now always returned.Tom Faulhaber
2009-08-07Fixes #11; log-ns is now captured at macro-expansion-time.Tom Faulhaber
2009-08-07Added type hints to remove reflection when implementation-specific functions ↵Tom Faulhaber
are invoked. Fixes #10
2009-08-06clojure.contrib.jmxStuart Halloway
2009-08-05minor fix to deftrace: traced functions can now refer to themselvesStuart Halloway
2009-08-04Added level-specific convenience log macros. Improved documentation.Alexander Taggart
2009-08-02Improved the common code shared between direct and agent-based logging. ↵Alexander Taggart
Added docs to structs and special vars.
2009-08-02repl_ln: assoc! -> update to avoid conflict with new clojure assoc!Steve Gilardi
2009-07-31seq-utils: Fix fill-queue attributionChouser
2009-07-31lazy-xml: replace manual agent-wrangling with seq-utils/fill-queueChouser
2009-07-31seq-utils: Add fill-queueChouser
2009-07-29Cleaned up the docs, added the copyright notice.Alexander Taggart
2009-07-29Added logging functionsAlexander Taggart
2009-07-23Drop / from the list of chars that's escaped for JSON in pprint JSON dispatchTom Faulhaber
2009-07-16http/agent.clj: added on-success and on-failure callback fnsStuart Sierra
2009-07-16http/agent.clj: response-headers lower-cases header namesStuart Sierra
Preparation for possible compatibility with Ring, see http://github.com/mmcgrana/ring
2009-07-16http/agent.clj: headers returns proper map, added doc stringsStuart Sierra
2009-07-09def: Add defn-memoChouser
Fixes #5
2009-07-06Merge branch 'master' of git@github.com:richhickey/clojure-contribTom Faulhaber
2009-07-06Support for *print-base* and *print-radix* in cl-format, pprint and write.Tom Faulhaber
2009-07-06Merge branch 'master' of git@github.com:richhickey/clojure-contribStephen C. Gilardi
2009-07-06add .gitignore to ignore generated classes dir and jar filesStephen C. Gilardi
2009-07-05http/agent.clj: fix setInstanceFollowRedirects errorStuart Sierra
2009-07-05Handle 0 correctly in non-java-supported basesTom Faulhaber
2009-07-04Changes to support the object explorerTom Faulhaber
2009-07-02repl-utils: Fix init state for add-break-thread!Chouser
2009-06-25Merge commit 'stuart/gtic'Stuart Halloway
2009-06-24New library monadic-io-streamsKonrad Hinsen
Provides a monadic interface to I/O streams created through clojure.contrib.duck-streams. The monadic interface makes it possible to write purely function I/O routines and run them on I/O streams without any possibility of aliasing.
2009-06-24gtic: move clojure tests and supporting libraries into clojure reposStuart Halloway
2009-06-24Merge commit 'rich/master' into gticStuart Halloway
2009-06-24gtic: updated contrib tests to use new template syntaxStuart Halloway
2009-06-23gtic: updated clojure tests to new template syntax, commented outStuart Halloway
"all-are" tests
2009-06-23test_is.clj: modified "are" to use new c.c.template syntaxStuart Sierra
2009-06-23build.xml: removed condt from compile_clojure targetStuart Sierra
2009-06-23condt.clj: removed, as it depended on the old template.cljStuart Sierra
2009-06-23templace.clj: restored license info & ns doc stringStuart Sierra
2009-06-23monads: new functions m-until and with-state-field and some cleanupKonrad Hinsen
- m-until implements loops - with-state-field facilitates combining multiple state values into a map - a few docstrings that came after their functions' argument lists have been fixed
2009-06-23template.clj: completely new, requires arg vector for template exprStuart Sierra
2009-06-23template.clj: removed old template namespaceStuart Sierra
2009-06-23walk.clj: removed redundant call to outer fnStuart Sierra
Also updated test_contrib/walk.clj for new behavior.