32
I Use This!
High Activity

News

Analyzed 12 days ago. based on code collected about 2 months ago.
Posted about 9 years ago by mistachkin
Add the 'insertCsrf' and 'verifyCsrf' commands to TH1. (tags: th1AntiCsrf)
Posted about 9 years ago by mistachkin
*FORK* Minor corrections to comments for login_verify_csrf_secret(). (tags: trunk)
Posted about 9 years ago by mistachkin
Make sure to add the zlib library to LIBS even when configure is run without any arguments. (tags: trunk)
Posted about 9 years ago by mistachkin
Add 'redirect' to the TH1 command summary as well. (tags: trunk)
Posted about 9 years ago by mistachkin
Add the 'redirect' command to TH1. (tags: trunk)
Posted about 9 years ago by mistachkin
Improve auto-detection of Tcl on systems where -lpthread is missing from TCL_LIB_SPEC. (tags: trunk)
Posted about 9 years ago by rberteig
Cover simple case of /json/user/save to create a new user. Consider covering various other ways that endpoint can be used, as well as CLI vs GET and POST. Current case is CLI based. This case completes coverage of the basic features provided by all documented JSON endpoints. (tags: rberteig-json-test)
Posted about 9 years ago by rberteig
Add support for POST in JSON over HTTP. Test /json/cap with various ways of delivering an authToken to cover the rest of the Authentication category basic functionality. NOTE that supplying the authToken in the POSTed JSON request envelope does not ... [More] appear to work. Passing it in a cookie or in a GET parameter does work as expected. (tags: rberteig-json-test) [Less]
Posted about 9 years ago by mistachkin
*MERGE* Make configure more robust when using the in-tree zlib and OpenSSL. (tags: trunk)
Posted about 9 years ago by rberteig
Added test case for /json/diff/UUID_V1/UUID_V2. Note that this case passes and clearly does diff the versions in the expected order. (tags: rberteig-json-test)