httpfs --

2002-04-04 Thread arun v
hai, Earlier i had submitted one httpfs but i didn't know that i should not use Makeconf. So i have modified to include Makefile.in and Configure scripts... hope this will be ok. Can any one review it? Thanks, Arun. __ Do You Yahoo!? Yahoo! Tax Ce

httpfs translator

2002-03-20 Thread arun v
hai, I have tried to develop the httpfs translator for hurd... Attaching herewith the code for the same. I am beginner to Hurd donno to what extent it rises to the expectation of Hurd Geeks. It has a dependency on libxml2 library. the libxml2 library is used for parsing the HTML stream to get an

translated nodes name

2002-02-20 Thread arun v
Can I get the translated nodes file name in the translator program. i.e. hurd# settrans -agf tmp/ mytranslator Can i find the name tmp in the mytranslator program? Thanks, Arun. __ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Ga

/hurd/httpfs bugs

2002-01-14 Thread arun v
hai, I'm a beginner to Hurd pgmming and I'm trying to develop httpfs. As a first step i tried to implement a trivial single file translator for http GET command. It uses the trivfs library. It works like this: hurd~# settrans -a test.html /hurd/httpfs www.gnu.org/ hurd~# lynx test.html This will

/hurd/httpfs

2002-01-14 Thread arun v
hai, I'm a beginner to Hurd pgmming and I'm trying to develop httpfs. As a first step i tried to implement a trivial single file translator for http GET command. It uses the trivfs library. It works like this: hurd~# settrans -a test.html /hurd/httpfs www.gnu.org/ hurd~# lynx test.html This will

Translator error and debugging

2002-01-11 Thread arun v
hai, I have been trying to implement a simple translator with libnetfs. When i set the translator to a node and give a ls -l command it blocks and crashes. I tried tracing with gdb. I found the following error: Program Received Signal EXC_BAD_INSTRUCTION. Illegal Instruction/Operand. 0x011cdc5

libnetfs --examples

2001-12-21 Thread arun v
hi, Can any one suggest some good sample pgms. implemented using libnetfs. Like we have hello.c and null.c for libtrivfs :-). Arun. __ Do You Yahoo!? Check out Yahoo! Shopping and Yahoo! Auctions for all of your unique holiday gifts! Buy at http

tar file system

2001-12-20 Thread arun v
Hi, I would like to give a try for tarfs. Can you please guide me, in how to proceed ahead with the work? Basically what libraries, i need to use -- i think libdiskfs will be needed! How can i extract the tar files to directory? Can i make a call to tar command in my pgm? Once i give settrans