6ac12c6335
- Added new option: {whisker}->{save_raw_chunks}. When set to a value of 1, the raw chunked data, including chunk sizes, will be saved to {whisker}->{data}. Normally libwhisker interprets the chunk sizes and stitches just the raw data together on your behalf; use this option if you just want the raw chunked server response. - http_do_request() wasn't correctly returning the value returned by http_do_request_ex(), so {whisker}->{invalid_protocol_return_value} wasn't actually being honored. All fixed now. - Added ssl_is_available() function for an official way to check to see if SSL is installed. No more relying on $LW_SSL_LIB global variable! - The stream code wasn't updating the connect count ("syns"), which was causing {whisker}->{stats_syns} to always be zero. - dump()/_dumpd() was modified to no longer escape NULLs (\x00) as "\0", since that is a kludge shorthand which can backfire if numbers follow it. See the CHANGES2 for all the details: http://www.wiretrip.net/rfp/libwhisker/CHANGES2
22 lines
807 B
Text
22 lines
807 B
Text
@comment $NetBSD: PLIST,v 1.2 2007/04/14 10:30:37 adrianp Exp $
|
|
share/doc/libwhisker2/FAQ.txt
|
|
share/doc/libwhisker2/TESTED.txt
|
|
share/doc/libwhisker2/cookies.txt
|
|
share/doc/libwhisker2/KNOWNBUGS
|
|
share/doc/libwhisker2/README
|
|
share/doc/libwhisker2/crawler.txt
|
|
share/doc/libwhisker2/forms_walkthrough.txt
|
|
share/doc/libwhisker2/logo-builton.gif
|
|
share/doc/libwhisker2/logo-name.gif
|
|
share/doc/libwhisker2/logo-plain.gif
|
|
share/doc/libwhisker2/whisker_hash.txt
|
|
share/examples/libwhisker2/api_demo.pl
|
|
share/examples/libwhisker2/crawl_demo.pl
|
|
share/examples/libwhisker2/form_demo1.pl
|
|
share/examples/libwhisker2/form_demo2.pl
|
|
share/examples/libwhisker2/prox.pl
|
|
share/examples/libwhisker2/simple_demo.pl
|
|
libdata/libwhisker2/LW2.pm
|
|
@dirrm libdata/libwhisker2
|
|
@dirrm share/examples/libwhisker2
|
|
@dirrm share/doc/libwhisker2
|