https://github.com/Paradigm4/shim

sort by:
Revision Author Date Message Commit Date
f6863b7 Added upload test 08 August 2015, 02:43:05 UTC
0f95cfe Added more valgrind test coverage 08 August 2015, 02:18:18 UTC
6343bbb More careful option allocation, fixed not really a leak. 08 August 2015, 01:12:03 UTC
78c45de Added valgrind test 08 August 2015, 00:49:30 UTC
be6fd69 Update README.md 07 July 2015, 22:02:36 UTC
1b3f741 Fixed bug in after-install.sh script; not sure how that got in there 07 July 2015, 20:38:04 UTC
4ab9a2a Update shim.c Changed syslog (LOG_ERR, "release_session not allowed error") to error 405. 405 "Method Not Allowed" - A request was made of a resource using a request method not supported by that resource; for example, using GET on a form which requires data to be presented via POST, or using PUT on a read-only resource. Not separating this error from 400 causes a problem in scidbpy because of the inability to differentiate an invalid query from the condition when release_session is called for a streaming session. 09 June 2015, 20:14:36 UTC
eee9c29 Fixed after install script tmp path selection 27 May 2015, 10:27:44 UTC
cbcc0ea README update 26 May 2015, 18:48:47 UTC
23d65d0 Enabled new after install config settings;added 'test' startup script option 27 May 2015, 03:53:17 UTC
c803104 Fixed typo in new after install script conf settings 27 May 2015, 03:39:40 UTC
9a892dd quieted down tests 27 May 2015, 03:33:17 UTC
ac13c0d quieted down tests 27 May 2015, 03:29:51 UTC
7eda59b quieted down tests 27 May 2015, 03:29:29 UTC
af418db Fixed issue #31 27 May 2015, 03:27:13 UTC
e210377 New shim startup options and default config settings; getting a TLS test failure though 27 May 2015, 02:27:11 UTC
67baa57 Added iterated read_bytes test 21 May 2015, 14:19:57 UTC
dcf222c Fix for issue#29 21 May 2015, 14:19:18 UTC
b2bdbb4 Compiler standards cleanup and fix for issue#28 21 May 2015, 13:14:24 UTC
48eaf95 Added test8, repeated multiple users stream test 30 April 2015, 23:52:29 UTC
fa1e938 Update README.md 21 April 2015, 14:59:16 UTC
70fbef3 Update README.md 27 February 2015, 18:06:21 UTC
53d3d91 doc 25 February 2015, 02:55:16 UTC
1da5412 Improved API help a bit 25 February 2015, 01:34:52 UTC
c027adf Got rid of loadcsv (now that we have load_tools, we don't need it) 23 February 2015, 02:02:03 UTC
1b73913 Update README.md 22 February 2015, 00:20:24 UTC
6506844 Caught another streaming related edge case; now prohibit release_session explicit calls when streaming. 21 February 2015, 23:34:38 UTC
32b279b Minor fix in multiuser test 21 February 2015, 22:26:55 UTC
f6ea9a0 Added protection against deadlock outlined in issue #27 21 February 2015, 18:48:34 UTC
47c6421 Fixed curl behavior in some tests (trim \r\n) 20 February 2015, 21:45:25 UTC
a22b0cd Updated api doc with correct maximum buffer size 17 February 2015, 05:37:13 UTC
0359358 Increased maximum buffer size to 256k (was 16k) 17 February 2015, 05:36:10 UTC
18c0de1 Removed accidental O_NONBLOCK in streaming interface, fixing streaming bugs introduced in the last few commits 23 January 2015, 22:17:34 UTC
719a02d Fixed a possible streaming deadlock case that could occur in errors 23 January 2015, 16:48:47 UTC
c91b497 Updated README with links to new binary packages 20 January 2015, 15:30:06 UTC
60394e6 Adujsted README for new fpm ruby packaging 20 January 2015, 14:05:52 UTC
38a6295 Added more help to Makefile 20 January 2015, 13:53:27 UTC
bcad7bf Updated README 19 January 2015, 22:43:32 UTC
0852e6f Updated README 19 January 2015, 22:40:45 UTC
309fbbc Improved API documentation 19 January 2015, 22:38:32 UTC
61ebac7 Converted all tests except for the multiuser test to OK/FAIL 19 January 2015, 22:25:44 UTC
d9f5c33 Fixed mime-type bug that prevented web pages from working; basic digest authentication fixed 19 January 2015, 20:05:48 UTC
cd7e6fb Modify README.md to reference 14.12 13 January 2015, 21:16:35 UTC
5af1180 Change Makefile to build shim with rpath using $ORIGIN 13 January 2015, 20:17:35 UTC
651ee2e README 25 December 2014, 01:52:48 UTC
50bd2c3 Added exerimental binary package links 14.8 that includes compression options 16 December 2014, 04:58:21 UTC
ca446e3 fixed typos in the api.html doc 28 November 2014, 16:40:20 UTC
c65084e Merge branch 'master' of https://github.com/Paradigm4/shim 11 November 2014, 14:01:30 UTC
ff3c852 multiple user test change 11 November 2014, 14:01:23 UTC
c04ad1e Made stream=2 option optional if compression option is also set 04 November 2014, 15:55:23 UTC
adc6a1b requesting entire file now uses generic application/octet-stream MIME type; improved tests a bit 04 November 2014, 15:40:05 UTC
8c60168 Merge pull request #21 from ChrisBeaumont/master Avoid sending empty chunks in gzip streaming before end of payload 03 November 2014, 23:40:13 UTC
833dccc Avoid sending empty chunks in gzip streaming before end of payload 03 November 2014, 19:40:57 UTC
c03050e Added debug-only session summary 28 October 2014, 23:25:35 UTC
33e548e Added some comments, reduced max simultaneous sessions to 1/2 the mongoose thread count; improved the tests 28 October 2014, 19:00:54 UTC
f63ad77 Added basic multiuser streaming test 25 October 2014, 03:29:15 UTC
9b48dd1 Added basic multiuser test 25 October 2014, 02:46:33 UTC
bb3aa27 Fixed broken test on CentOS (it was not shim, but wget--fixed it by switching to curl); simplified test names and added tests to makefile 24 October 2014, 23:42:54 UTC
12f646b Added better help about restricting shim to run on a specific network device 21 October 2014, 02:51:23 UTC
25eea54 Updated the help page a bit 18 October 2014, 23:52:44 UTC
0ce5b63 Updated the help page a bit 18 October 2014, 18:09:04 UTC
8253481 Updated the help page a bit 18 October 2014, 17:51:04 UTC
d1cf951 Moved compressed steaming example into tests directory 18 October 2014, 17:25:21 UTC
13f436c Added Adler attribution 18 October 2014, 04:47:45 UTC
7bb6f71 Added requested experimental streaming gzip compression option to /execute_query 18 October 2014, 04:39:14 UTC
682c573 Update README.md 27 August 2014, 01:40:15 UTC
20afe33 Add 14.8 22 August 2014, 19:08:40 UTC
976b6a1 Added some work-arounds to better support the experimental loadcsv interface--that still needs to be redone but this is better than before 10 August 2014, 15:01:09 UTC
b9f1f72 typo in tests 10 August 2014, 01:03:07 UTC
47846df Added a few basic tests to the Makefile 10 August 2014, 00:35:39 UTC
afaf8e4 Much better basic digest authentication integration 09 August 2014, 23:20:31 UTC
3c57919 Added cookie to inform client that digest is being used (digest=1 in that case) 09 August 2014, 02:56:20 UTC
2f7c83a Integration of digest authentication into auth framework (use digest + tls instead of pam + tls) 09 August 2014, 02:33:17 UTC
98f80f2 Basic help cleanup 08 August 2014, 20:33:30 UTC
a5b0d6d New API doc covering streaming 08 August 2014, 20:27:36 UTC
ca02353 Experimental streaming option to execute_query added (based on Steve Fridella's patch) 08 August 2014, 20:03:32 UTC
b8b0813 Partial stream implementation 08 August 2014, 00:50:49 UTC
f20baca Add 14.7 to documentation 30 July 2014, 13:56:17 UTC
22cfd4f Cleanup after removing exp. telemetry code 03 July 2014, 14:34:38 UTC
b7dffb7 Removed experimental telemetry stuff 23 June 2014, 20:20:05 UTC
c0dd937 Doc 23 June 2014, 20:15:09 UTC
afe0e70 Added TERM signal handler 23 June 2014, 20:13:07 UTC
637f88a Added version flag and service 23 June 2014, 19:52:05 UTC
d71fa92 Added CORS 23 June 2014, 15:41:42 UTC
51f2fa9 Switched to HTTP 1.1 response in anticipation of CORS support 23 June 2014, 15:37:15 UTC
a72200c API doc update--limitation of AFL 20 June 2014, 13:32:33 UTC
03983de API doc update--limitation of AFL 20 June 2014, 13:31:16 UTC
ce88463 Merge pull request #13 from dgosselin-p4/master Updated to recycle session ids. 13 June 2014, 13:36:49 UTC
e8348f1 Updated to recycle session ids. 12 June 2014, 20:47:30 UTC
d22abad README.md update to include links to .htpasswd capable binary packages 14 May 2014, 17:09:04 UTC
2576bd1 Updated readme 14 May 2014, 17:03:45 UTC
1aa0547 Update api.html 01 May 2014, 22:12:17 UTC
ae05d0c Disallow .htpasswd 29 April 2014, 12:55:27 UTC
058b72e Doc typos fixed 28 April 2014, 20:24:44 UTC
2d36d88 Doc typos fixed 28 April 2014, 20:21:57 UTC
e458f86 Doc typos fixed 28 April 2014, 20:20:28 UTC
ad1a7ac Added basic digest access authentication 28 April 2014, 20:04:24 UTC
498c13e Fixed incorrect use of SciDB C API that was causing errors when used with SciDB in DEBUG mode 11 April 2014, 11:05:01 UTC
a197840 Updated README 01 April 2014, 13:54:50 UTC
314488c Reset default temporary I/O directory to /tmp, changed name of I/O files 24 March 2014, 02:28:44 UTC
back to top