Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2014-07-01 | clipperz middleware as a router instead of two separate handlers and staticHEADmaster | Michael Krelin | 2 | -3/+10 |
2014-06-30 | gitignore node_modules and htdocs directories | Michael Krelin | 1 | -0/+2 |
quite useful while debugging | ||||
2014-06-30 | path adjustments | Michael Krelin | 2 | -3/+3 |
2014-06-30 | reject zero A from the client (as per CLP-01-017) | Michael Krelin | 1 | -0/+2 |
2014-06-30 | adjust SRP to match clipper change | Michael Krelin | 1 | -5/+12 |
2014-06-29 | change dump path to relative | Michael Krelin | 1 | -1/+1 |
2014-06-29 | change 'DELETE' to 'TRUNCATE', because why not. | Michael Krelin | 1 | -1/+1 |
2014-06-29 | fix a typo in session store implementation | Michael Krelin | 1 | -1/+1 |
2014-06-29 | update node modules and adjust for the newer express | Michael Krelin | 3 | -15/+20 |
2013-11-27 | more tracelogging | Michael Krelin | 1 | -0/+1 |
2013-11-27 | switched postgresql schema from json type to plaintext | Michael Krelin | 2 | -11/+13 |
2013-11-25 | PG: also tracelog error (if any) | Michael Krelin | 1 | -2/+2 |
2013-11-25 | postgresql-based clipperz own session store | Michael Krelin | 3 | -10/+54 |
the use thereof is not mandatory, but may come in handy for the standalone deployment | ||||
2013-11-25 | make `npm start` show pretty logs | Michael Krelin | 1 | -1/+1 |
2013-11-25 | retrieve header as a string to avoid restringification | Michael Krelin | 1 | -4/+4 |
2013-11-25 | typo fix | Michael Krelin | 1 | -1/+1 |
2013-11-25 | PG: don't try to commit after rolling back | Michael Krelin | 1 | -1/+1 |
2013-11-24 | nodejs+postgresql backend | Michael Krelin | 7 | -0/+674 |