cmlenz (Christopher Lenz)

Name
Christopher Lenz
Email
Website/Blog
http://www.cmlenz.net/
Company
mediatis AG
Location
Frankfurt am Main, Germany
Member Since
May 23, 2008 (about 1 year)

Following 3 githubbers and watching 7 repositories view all →

Public Repositories (2)

  • couchdb

    Mirror of Apache CouchDB

    legend

    Forked from apache/couchdb Mon Dec 21 07:46:49 -0800 2009

    Last updated Wed Dec 16 08:40:19 -0800 2009

  • node

    evented I/O for v8 javascript

    legend

    Forked from ry/node Tue Dec 01 00:50:57 -0800 2009

    Last updated Tue Dec 15 14:34:48 -0800 2009

Public Activity feed

cmlenz forked apache/couchdb Mon Dec 21 07:46:52 -0800 2009
Forked repository is at cmlenz/couchdb
cmlenz pushed to master at cmlenz/node Tue Dec 15 14:34:48 -0800 2009
HEAD is 6be33ee3472dcf5a1ba72c244e14993545025aff

13 commits »

cmlenz started watching apache/couchdb Sun Dec 13 09:10:42 -0800 2009
couchdb's description:
Mirror of Apache CouchDB
cmlenz pushed to master at cmlenz/node Mon Dec 07 03:50:24 -0800 2009
HEAD is 8e62857773f9892291c8c204446f849a6aa58fc9
  • Christopher Lenz committed 8e628577:
    Revert commit f7480e5bc5c1a41dbbda7fa13f557ac7b375bdcb.
cmlenz pushed to master at cmlenz/node Mon Dec 07 03:46:57 -0800 2009
HEAD is bb9c510d2b77fcd3998e8a1c80b7b3750e3a7e83

19 commits »

cmlenz commented on ry/http-parser Sun Dec 06 14:23:05 -0800 2009
Comment on http_parser.h L62 in 12808fe:

Afaik, TRACE and OPTIONS aren't WebDAV methods, but defined by the HTTP/1.1 spec.

cmlenz pushed to master at cmlenz/node Fri Dec 04 14:45:43 -0800 2009
HEAD is 2251b064cdbbd88081ccf35bf1336598a29cbe71
  • Christopher Lenz committed 2251b064:
    Revert bogus http_parser fix (see http://groups.google.com/group/nodejs/msg/adfd81d1ccf4a811).
cmlenz created gist: 249378 Fri Dec 04 13:46:24 -0800 2009
var http = require("http"), sys = require("sys");
cmlenz started watching waveto/node-crypto Fri Dec 04 13:12:11 -0800 2009
node-crypto's description:
A cryptographic module for node.js
cmlenz pushed to master at cmlenz/node Thu Dec 03 14:02:21 -0800 2009
HEAD is de940926e88bef6c02747cba54fb7e8898bcda14
  • Christopher Lenz committed de940926:
    Remove debugging leftover.
cmlenz commented on cmlenz/node Thu Dec 03 14:01:14 -0800 2009
Comment in 49e8d44:

Minus the debugging output, of course :P

cmlenz pushed to master at cmlenz/node Thu Dec 03 13:51:38 -0800 2009
HEAD is 49e8d44db5d2b98332534b0f50a1b6dac3c7ae63
  • Christopher Lenz committed 49e8d44d:
    No chunked encoding for HTTP 0.9 client either.
cmlenz pushed to master at cmlenz/node Thu Dec 03 13:47:39 -0800 2009
HEAD is f7480e5bc5c1a41dbbda7fa13f557ac7b375bdcb

2 commits »

cmlenz started watching grayrest/node Thu Dec 03 06:35:39 -0800 2009
node's description:
evented I/O for v8 javascript
cmlenz started watching felixge/node Thu Dec 03 06:08:29 -0800 2009
node's description:
evented I/O for v8 javascript
cmlenz pushed to master at cmlenz/node Thu Dec 03 04:27:33 -0800 2009
HEAD is 4fe22f583345a3e6cdf222fb7b8418053a4694f1
  • Christopher Lenz committed 4fe22f58:
    Don't use chunked encoding by default for < HTTP/1.1 clients.
cmlenz pushed to master at cmlenz/node Wed Dec 02 15:11:05 -0800 2009
HEAD is cc6ba34fbd816e2bde3a05fe0f7a966a59e09fe5
  • Christopher Lenz committed cc6ba34f:
    Fix http_parser problem with HEAD requests, where the "complete" event would never be emitted due to the presence of a > 0 Content-Length header but no body to follow, as per the HTTP spec.
cmlenz pushed to master at cmlenz/node Wed Dec 02 14:27:11 -0800 2009
HEAD is 9c54578085074c831d0ca7063bdccfec431a57ed
  • Christopher Lenz committed 9c545780:
    Change the http.Client API so that it provides a single request() method taking an optional parameter to specify the HTTP method (defaulting to "GET"), instead of the five methods get(), head(), post(), del() and put().
cmlenz forked ry/node Tue Dec 01 00:50:58 -0800 2009
Forked repository is at cmlenz/node