Age | Commit message (Expand) | Author |
2009-08-23 | got tests passing for clojure.contrib.expect | Aaron Bedra and Stuart Halloway |
2009-08-23 | added test-expect source, renamed namespaces for contrib | Aaron Bedra and Stuart Halloway |
2009-08-23 | Merge branch 'master' of git@github.com:richhickey/clojure-contrib | Stuart Halloway |
2009-08-21 | Translated Jeffrey's overview of Datalog from the old google code wiki into | Tom Faulhaber |
2009-08-21 | java_utils.clj Correct previous commit with duplicate definition of as-str | Stuart Sierra |
2009-08-21 | java_utils.clj: made as-str variadic like str, fixes #18 | Stuart Sierra |
2009-08-20 | http/agent.clj: fix missing @ in 'message' | Stuart Sierra |
2009-08-20 | http/agent.clj: handle null response stream on disconnect | Stuart Sierra |
2009-08-20 | http/agent.clj: handle null InputStream from HTTP response | Stuart Sierra |
2009-08-20 | base64.clj: added namespace metadata doc | Stuart Sierra |
2009-08-20 | str_utils2.clj: added partial, with tests | Stuart Sierra |
2009-08-19 | base64.clj: performance enhancement for encode | Stuart Sierra |
2009-08-19 | base64.clj: Base-64 encoding | Stuart Sierra |
2009-08-19 | str_utils2.clj: added repeat and reverse, with tests | Stuart Sierra |
2009-08-19 | str_utils2.clj: modified header comments | Stuart Sierra |
2009-08-19 | str_utils2.clj: modified doc string for escape | Stuart Sierra |
2009-08-19 | str_utils2.clj: added map-str and grep from Compojure | Stuart Sierra |
2009-08-19 | str_utils2.clj: avoid error on zero-length string in chop | Stuart Sierra |
2009-08-19 | test_contrib/str_utils2.clj: added lots more tests | Stuart Sierra |
2009-08-19 | str_utils2.clj: added type hints to avoid reflection | Stuart Sierra |
2009-08-19 | monads: correction in comment | Konrad Hinsen |
2009-08-19 | macro-utils: removed unused dependency on walk | Konrad Hinsen |
2009-08-18 | str_utils2.clj: fix escape so it actually works, add tests | Stuart Sierra |
2009-08-18 | str_utils2.clj: explain argument order of take/drop/butlast, refs #17 | Stuart Sierra |
2009-08-18 | str_utils2.clj: implemented swap-case, added capitalize | Stuart Sierra |
2009-08-18 | http/agent.clj: fixed misplaced parenthesis | Stuart Sierra |
2009-08-18 | http/agent.clj: added type hints to avoid reflection | Stuart Sierra |
2009-08-17 | Merge branch 'master' of git@github.com:richhickey/clojure-contrib | Stuart Halloway |
2009-08-17 | http/agent.clj: fix documentation of 'headers' function | Stuart Sierra |
2009-08-17 | http/agent.clj: more documentation, refs #15 | Stuart Sierra |
2009-08-17 | http/agent.clj: added documentation and examples, refs #15 | Stuart Sierra |
2009-08-17 | duck_streams.clj: use correct array size, Fixes #16 | Stuart Sierra |
2009-08-17 | http/agent.clj: streamlined interface, refs #15 | Stuart Sierra |
2009-08-17 | Implementation changes to improve performance | Tom Faulhaber |
2009-08-17 | Documentation update | Tom Faulhaber |
2009-08-15 | java_utils.clj: added type hints to avoid reflection | Stuart Sierra |
2009-08-15 | duck_streams.clj: added type hints to avoid reflection | Stuart Sierra |
2009-08-15 | http/connection.clj: added type hints | Stuart Sierra |
2009-08-15 | as-url addition from James Reeves | Stuart Halloway |
2009-08-15 | better doc metadata for jmx | Stuart Halloway |
2009-08-14 | http/agent.clj: allow handling of stream as it is received | Stuart Sierra |
2009-08-14 | http/agent.clj: added predicates to test response code ranges | Stuart Sierra |
2009-08-14 | http/agent.clj: allow encoding argument on response-body-str | Stuart Sierra |
2009-08-14 | http/agent.clj: added response-success? | Stuart Sierra |
2009-08-14 | http/connection.clj: set streaming mode before calling connect method | Stuart Sierra |
2009-08-12 | http/connection.clj: fixed typo in method name | Stuart Sierra |
2009-08-07 | Fixes #12; log-system ref is now always returned. | Tom Faulhaber |
2009-08-07 | Fixes #11; log-ns is now captured at macro-expansion-time. | Tom Faulhaber |
2009-08-07 | Added type hints to remove reflection when implementation-specific functions ... | Tom Faulhaber |
2009-08-06 | clojure.contrib.jmx | Stuart Halloway |