https://github.com/Paradigm4/shim

sort by:
Revision Author Date Message Commit Date
eec3e89 README 04 September 2015, 15:16:33 UTC
a03abc6 Update README.md 02 September 2015, 16:20:24 UTC
269bb47 help update 02 September 2015, 01:21:29 UTC
8fba23b Update README.md 02 September 2015, 00:32:43 UTC
cabf7b9 Fix for issue #34; consider also adding explicit ssl cert option 27 August 2015, 05:26:01 UTC
2c6612c Fix double free error on termination 27 August 2015, 05:22:31 UTC
aa78cae Fixed bug in conf generator tmp directory setting 19 August 2015, 10:49:25 UTC
607fa9f Compiler option cleanup 18 August 2015, 23:38:18 UTC
cd59063 Some test clean up 18 August 2015, 13:18:14 UTC
b6d8bb7 README, web ui 18 August 2015, 02:47:48 UTC
daa905e README, web ui 18 August 2015, 02:46:45 UTC
2046668 Merge branch 'master' of https://github.com/Paradigm4/shim 18 August 2015, 02:33:58 UTC
e44a60d New auth notes in README and fixes to service scripts 18 August 2015, 12:25:43 UTC
4008200 15.7 doc updates 18 August 2015, 12:10:56 UTC
362beed New SciDB authentication method and doc 18 August 2015, 11:32:09 UTC
bf67fd4 New SciDB authentication method and doc 18 August 2015, 11:30:41 UTC
f25bffa New SciDB authentication method and doc 18 August 2015, 11:29:20 UTC
daf07f7 New SciDB authentication method and doc 18 August 2015, 11:27:45 UTC
ed6b7bd Replacing PAM with SciDB authentication, first steps 17 August 2015, 01:19:11 UTC
7b51ddd Prep for SciDB authentication 15 August 2015, 07:56:40 UTC
a986761 Merge branch 'master' of https://github.com/Paradigm4/shim 14 August 2015, 13:43:27 UTC
fdacc24 15.7 compilation adjustments 14 August 2015, 03:34:17 UTC
2001c2e typo 09 August 2015, 01:20:44 UTC
e458cf3 Adjusted repeated multiuser streaming test 09 August 2015, 01:14:34 UTC
ed348ec multi-instance support fix 08 August 2015, 04:54:43 UTC
a9210e1 multi-host fix 08 August 2015, 04:44:22 UTC
296cc82 grinder update 08 August 2015, 04:04:40 UTC
5bdcbcf Added multiuser valgrind 'grinder' test 08 August 2015, 03:14:09 UTC
930ccff Makefile help 08 August 2015, 03:01:59 UTC
502076c More valgrind tests including TLS and upload 08 August 2015, 02:58:58 UTC
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
back to top