m6w6/ext-http
2005-10-12  Michael Wallner- add gzip header verification
2005-10-12  Michael Wallner- use the same approach in uncompress like in inflate
2005-10-11  Michael Wallner- rerun only on Z_BUF_ERROR
2005-10-11  Michael Wallner- use PHP macros, so that it is obvious when to call...
2005-10-11  Michael Wallner- pear pickle
2005-10-11  Michael Wallner- release
2005-10-11  Michael Wallner-fix typos
2005-10-11  Michael Wallner- docs
2005-10-11  Michael Wallner- fix memleak when http_get() etc intermit unexpectedly
2005-10-11  Michael Wallner- don't link explicitly against zlib, as ext/zlib is...
2005-10-11  Michael Wallner- typos
2005-10-11  Michael Wallner- add http_support() for probing features that depend...
2005-10-11  Michael Wallner- we need a bit more space for the footer too in http_g...
2005-10-10  Michael Wallner- fix test if ext/zlib is not loaded
2005-10-10  Michael Wallner- initialize default compression level
2005-10-10  Michael Wallner- fix package.xml
2005-10-10  Michael Wallner- add compression functions to userspace
2005-10-10  Michael Wallner- fix CRC retrieval
2005-10-10  Michael Wallner- move the chunked decoder to the encoding_api
2005-10-10  Michael Wallner- add own zlib layer
2005-10-10  Michael Wallner- fix parsing messages with Content-Range header
2005-10-10  Michael Wallner- don't trap into any other transfer encoding than...
2005-10-09  Michael Wallner- allow passing request options to the ctor
2005-10-09  Michael Wallner- avoid endless loop if attach() is called while the...
2005-10-09  Michael Wallner- examples fixup
2005-10-09  Michael Wallner- add note about SSL connect errors on windows due...
2005-10-09  Michael Wallner- fix "UNKNOWN" for unknown request methods
2005-10-09  Michael Wallner- some minor strlen() and strlcat() tweaks
2005-10-08  Michael Wallner- CRLF -> LF; dammit
2005-10-08  Michael Wallner- tests fixup
2005-10-08  Michael Wallner- tests fixup
2005-10-07  Michael Wallner- substract 10% instead of 50%, as already documented
2005-10-07  Michael Wallner- flush
2005-10-07  Michael Wallner- add crc etag test
2005-10-07  Michael Wallner- fix HTTP_ETAG_CRC32
2005-10-07  Michael Wallner- commonize some error messages
2005-10-07  Michael Wallner- ditch leak when throwing exceptions
2005-10-07  Michael Wallner- 4 etag tests using ob
2005-10-07  Michael Wallner- fixed memory corruption
2005-10-07  Michael Wallner- etag caching improvements
2005-10-06  Michael Wallner- dont assume PHP-version or Content-Type
2005-10-06  Michael Wallner- changelog, new test files
2005-10-06  Michael Wallner- fix warnings with etag caching at shutdown
2005-10-05  Michael Wallner- doc: generate a TOC
2005-10-05  Michael Wallner- changelog
2005-10-05  Michael Wallner- better inline docs, part #5 and presumingly the last...
2005-10-05  Michael Wallner- correct DST TZ offsets
2005-10-05  Michael Wallner- better inline docs, part #4
2005-10-05  Michael Wallner- better inline docs, part #2 and #3
2005-10-05  Michael Wallner- new signature for the negotiator, which doesn't mix...
2005-10-04  Michael Wallner- better inline docs part #1
2005-10-04  Michael Wallner- rename http_absolute_uri to http_build_uri (complemen...
2005-10-04  Michael Wallner- use global send buffer size for output buffering...
2005-10-04  Michael Wallner- added HttpRequest::clearHistory()
2005-10-04  Michael Wallner- release 0.14.2
2005-10-04  Michael Wallner- missing include
2005-10-04  Michael Wallner- changelog
2005-10-04  Michael Wallner- fixed typo in month list: Okt should have been Oct
2005-10-03  Michael Wallner- add note about FastCGI buffering/flush issue (throttling)
2005-09-30  Michael Wallner- support for the "right way" (tm) to redirect post...
2005-09-30  Michael Wallner- release 0.14.1
2005-09-30  Michael Wallner- fix write_prop() too
2005-09-30  Michael Wallner- fix PHP5 build
2005-09-27  Michael Wallner- add package.xml generated by $pecl pickle
2005-09-26  Michael Wallner- remove
2005-09-26  Michael Wallner- release 0.14.0
2005-09-26  Michael Wallner- correct package name
2005-09-23  Michael Wallner- fixed a gotcha in http_chunked_decode (-size_t is...
2005-09-22  Michael Wallner- changelog
2005-09-22  Michael Wallner- add first version of package2.xml
2005-09-21  Michael Wallner- fix very silly behaviour of libmagic if we want to...
2005-09-20  Michael Wallner- php_info fun
2005-09-20  Michael Wallner- fiy a bad thing which was luckily working (putting...
2005-09-20  Michael Wallner- last mhash algo was missed
2005-09-20  Michael Wallner- ensure proper CURL_EXTERN macro by defining CURL_STAT...
2005-09-19  Michael Wallner- remove C++ comment
2005-09-19  Michael Wallner- avoid lots of useless ops
2005-09-19  Michael Wallner- fix property access
2005-09-19  Michael Wallner- changed the default value of $include_parent of HttpM...
2005-09-19  Michael Wallner- missed fixbit
2005-09-19  Michael Wallner- initialize local zvals used as HashTable containers
2005-09-16  Michael Wallner- fix memory corruption
2005-09-16  Michael Wallner- forward until we find a digit
2005-09-16  Michael Wallner- example fixup
2005-09-16  Michael Wallner- new negotiator + test
2005-09-15  Michael Wallner- check for curl_easy_reset() in lib and assume presenc...
2005-09-15  Michael Wallner- no forced pass_by_ref for objects
2005-09-15  Michael Wallner- http_request_method_*() API should have been availabl...
2005-09-15  Michael Wallner- more descriptive constant names
2005-09-14  Michael Wallner- move specific initialization code to the respective...
2005-09-14  Michael Wallner- EOL fix
2005-09-14  Michael Wallner- no headers property anymore
2005-09-14  Michael Wallner- change HttpResponse::setHeader() and ::addHeader...
2005-09-13  Michael Wallner- exposed properties hould now be typesafe
2005-09-13  Michael Wallner- type safety for properties
2005-09-13  Michael Wallner- type safety for properties
2005-09-12  Michael Wallner- print doesn't like commas
2005-09-12  Michael Wallner- typo
2005-09-12  Michael Wallner- added missing HttpMessage::setBody()
2005-09-12  Michael Wallner- ws
next