Commits for galt
switch to files view, user index
v322_base to v323_preview (2015-09-14 to 2015-09-21) v323
- Initial checkin of changes for cached udc redirect support.
- Using more efficient redirect method. Because the net functions do not make it easy to use HEAD instead of GET and save the header lines in a hash, without some major reworking of net.c, this is the best we can do.
- fixed so that redir does not store params like password and byterange. Instead, I made a function in net.c to do it and now call it to apply those extra params later at runtime. This is both more secure and correct.
- optimize code to check the old value and see if there is any change, before just writing the new redir value. Also moved the code into a new subroutine
- This extra condition has been missing since 2011-10-21.
- Fixes mayOpen for transparent case when the file does not exist. Do not errAbort, return NULL instead. Hiram ran into this with his wiggle utilities.
- Merge branch 'udcRedirect'
switch to files view, user index