File Changes for galt
switch to commits view, user indexv295_base to v296_preview (2014-02-03 to 2014-02-10) v296
- src/hg/lib/hdb.c
- lines changed 18, context: html, text, full: html, text
oops swap comments, thanks for catching, Tim.
- src/inc/cheapcgi.h
- lines changed 5, context: html, text, full: html, text
Fixes #12630. This addresses a bug in + handling in FTP URLs which only have a path part and no query part. Added cgiDecodeFull function to parallel the existing cgiEncodeFull function. These functions ignore the + character when encoding.
- src/lib/cheapcgi.c
- lines changed 25, context: html, text, full: html, text
Fixes #12630. This addresses a bug in + handling in FTP URLs which only have a path part and no query part. Added cgiDecodeFull function to parallel the existing cgiEncodeFull function. These functions ignore the + character when encoding.
- src/lib/net.c
- lines changed 1, context: html, text, full: html, text
Fixes #12630. This addresses a bug in + handling in FTP URLs which only have a path part and no query part. Added cgiDecodeFull function to parallel the existing cgiEncodeFull function. These functions ignore the + character when encoding.
switch to commits view, user index