fix typo; wtf?
[m6w6/ext-http] / config.m4
2013-11-21  Michael Wallnerlet DEV_2 be trunk
2006-06-07  Michael Wallner- SPL cannot be built shared, so no need to check
2006-06-07  Michael Wallner- config.m4 moved to config9.m4
2006-06-06  Marcus Boerger- Fix language
2006-06-06  Michael Wallner- allow to avoid deps on shared extensions on build...
2006-05-31  Michael Wallner- fix build on Debian systems where access to Curl_...
2006-04-22  Michael Wallner- split off query strin API and use it in
2006-02-17  Michael Wallner- fix bug #6804 - configure does not recognize --withou...
2006-02-11  Michael Wallner- spawn off http_cookie_api
2006-02-09  Michael Wallner- typo
2006-02-07  Michael Wallner- use gethostname() if available in http_build_url()
2006-01-30  Michael Wallner- fix some typos
2006-01-19  Michael Wallnerimprove default settings for configure
2006-01-10  Michael Wallner- enable zlib by default
2005-12-30  Michael Wallner- allow to disable zlib support
2005-12-26  Michael Wallner- ws
2005-12-26  Michael Wallner- add HttpDeflateStream and HttpInflateStream objects
2005-12-23  Michael Wallner- require libz >= 1.2.0.4
2005-12-17  Michael Wallner- a stream wrapper that defeats the idea of streams...
2005-12-16  Michael Wallner- highly experimental stream wrapper
2005-12-14  Michael Wallner- using Accept-Encoding header instead of CURLOPT_ENCOD...
2005-12-14  Michael Wallner- check for egrep and sed
2005-12-12  Michael Wallner- add missing header files
2005-12-11  Michael Wallner- reimplement major parts of the request api
2005-12-11  Michael Wallner- require libcurl-7.12.3
2005-12-10  Michael Wallner- improve ext/hash detection
2005-12-10  Michael Wallner- fix config.m4
2005-12-10  Michael Wallner- allow requests for compressed content even if neither...
2005-11-26  Michael Wallner- ad verbosity about checking for ext/hash and avoid...
2005-11-23  Marcus Boerger- Fix build
2005-11-22  Michael Wallner- module/includes cleanup
2005-11-22  Michael Wallner- ws
2005-11-22  Michael Wallner- ext/hash detection
2005-11-21  Michael Wallner- drop mhash support
2005-11-11  Michael Wallner- poor stream filter for chunked encoding
2005-11-09  Michael Wallner- fix dep on SPL in PHP-5.1
2005-11-08  Michael Wallnermore tweaks
2005-11-08  Michael Wallnerws
2005-11-08  Michael Wallnerinstall tweaks
2005-10-24  Michael Wallner- fix shared build witin the php src tree
2005-10-21  Michael Wallner- eliminate warinings in encoding api
2005-10-11  Michael Wallner-fix typos
2005-10-10  Michael Wallner- move the chunked decoder to the encoding_api
2005-10-10  Michael Wallner- add own zlib layer
2005-09-23  Michael Wallner- fixed a gotcha in http_chunked_decode (-size_t is...
2005-09-15  Michael Wallner- check for curl_easy_reset() in lib and assume presenc...
2005-09-09  Michael Wallner- prepare release
2005-09-08  Michael Wallner- implement ssl crypto locks
2005-09-08  Michael Wallner- add rebuild script
2005-09-08  Michael Wallner- ditch warnings
2005-09-06  Michael Wallner- add HttpResponse::guessContentType() through libmagic
2005-09-05  Michael Wallner- fix config.m4 (CURL_LIBS define was missing)
2005-09-02  Michael Wallner- improve config.m4
2005-08-26  Michael Wallner- add http_log() for cases we don't want to exit
2005-08-25  Michael Wallner- add etag generation through mhash
2005-08-23  Michael Wallner- ditch http_split_response()
2005-07-25  Michael Wallner-fix installation through pear
2005-07-24  Michael Wallner- no need to mark HttpUtil as final
2005-07-24  Michael Wallner- fix some gcc warnings
2005-07-23  Marcus Boerger- This must not be changed here
2005-07-22  Michael Wallner- add response tests
2005-07-22  Michael Wallner- update
2005-06-14  Michael Wallner- fix request pool issues
2005-06-07  Michael Wallner- draft: implement curl_multi as HttpRequestPool
2005-05-22  Michael Wallner- fix type
2005-05-06  Michael Wallnerwtf?
2005-05-06  Michael Wallner- huh?
2005-05-03  Michael WallnerMakefile fragment installing headers
2005-04-12  Michael Wallner- use exceptions in constructors and HttpRequest::send()
2005-04-12  Michael Wallner- split object code into separate files
2005-04-10  Michael Wallner* more modular file structure
2005-03-20  Michael Wallner*build files
2005-03-07  Michael Wallner* probably fixing getservby*() usage
2005-02-23  Michael Wallner* missed http_curl_api.c
2005-02-23  Michael Wallner* split into more reasonable modules
2005-02-09  Michael Wallner* MFB
2005-02-09  Michael Wallner* attempt to fix snap-build
2005-02-07  Michael Wallner* more intuitive support for headers and cookies (assoc...
2005-02-04  Michael Wallner* add to pecl