Local file browsing works under Windows. It is done lame way.
commit1f747b229955184de5013be7db2d33f0adcbffba
authorWitold Filipczyk <witekfl@poczta.onet.pl>
Sun, 2 Jul 2006 17:20:27 +0000 (2 19:20 +0200)
committerWitold Filipczyk <nobody@nowhere>
Sun, 2 Jul 2006 17:20:27 +0000 (2 19:20 +0200)
tree78247d2c1a72be4855e57dd64b598138bd8fee0b
parent8fa2b8180e141fa9a3a3226cfa1df20f7e55917c
Local file browsing works under Windows. It is done lame way.
In protocol/common.c length of string is known, so pass it
instead of -1 to encode_uri_string.
Introduced encode_win32_uri_string, because there were problems
with : and \ in base href.
src/protocol/common.c
src/protocol/file/file.c
src/protocol/uri.c
src/protocol/uri.h