summaryrefslogtreecommitdiff
path: root/backend/node/src/clipperz.js
AgeCommit message (Expand)AuthorFilesLines
2014-07-01clipperz middleware as a router instead of two separate handlers and staticHEADmasterMichael Krelin1-0/+6
2014-06-30reject zero A from the client (as per CLP-01-017)Michael Krelin1-0/+2
2014-06-30adjust SRP to match clipper changeMichael Krelin1-5/+12
2014-06-29change 'DELETE' to 'TRUNCATE', because why not.Michael Krelin1-1/+1
2014-06-29fix a typo in session store implementationMichael Krelin1-1/+1
2014-06-29update node modules and adjust for the newer expressMichael Krelin1-1/+1
2013-11-27more traceloggingMichael Krelin1-0/+1
2013-11-27switched postgresql schema from json type to plaintextMichael Krelin1-9/+11
2013-11-25PG: also tracelog error (if any)Michael Krelin1-2/+2
2013-11-25postgresql-based clipperz own session storeMichael Krelin1-1/+36
2013-11-25retrieve header as a string to avoid restringificationMichael Krelin1-4/+4
2013-11-25typo fixMichael Krelin1-1/+1
2013-11-25PG: don't try to commit after rolling backMichael Krelin1-1/+1
2013-11-24nodejs+postgresql backendMichael Krelin1-0/+537